.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:112.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-form-header { font-size:0.8125rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;color:#ffffff;width:25.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:.9; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.1; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.1; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.5rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#fbc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#6b00a6;width:25.5rem;height:3.125rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(9,142,105,0.25) ;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:24.25rem;overflow:hidden;font-style:normal;float:none; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-container:first-of-type{padding-top:0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-container:last-of-type{padding-bottom:0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX  { background-color:rgba(182,156,223,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:46.031249046326rem;top:0.057954542338848rem;z-index:15002;position:absolute;font-size:0.8125rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.5rem;display:block;vertical-align:top; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.9375rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX {display:block;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX { background-color:rgba(182,156,223,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:46.031249046326rem;top:0.057954542338848rem;z-index:15002;position:absolute;font-size:0.8125rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cXAT8uNPnPvorBfXPnO3ngfPuNlOnV83 { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #E8cNZbN4nXXcBaoKBz8DA7M2aeyTof96 { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #vicrQyQb9dfogrN2oR2qHnlPiqObyhft { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #DXHXvzmQz06n6fEZlrbJIk5RcqfgOwp4 { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RKRsUWoHEqowBWq4HRzBD8PAIdNsqziO { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ghvviqESzK1yT4De6DLlPALD3GLCUi96 { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cKdFe75755vW0W1ALUJByfcSMSwEMopv { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fBySXTBQkRHzmduaQDlhKMxxssA9o4Eb { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iq96ogi6dTV5LnCOK2qHl3NHOWFNfacZ { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #TaU3qEpiQaaiLvRTbarMiZubf9wk93v1 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RXg9PASlCVvoRwkDvTOxu1Zpo0d2R6CK { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ucH6liBE7Nny5T0BqBrdsSZGFGklEoRh { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NFJrJVbOntEv3zvokwWDPTAihumx9EVz { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #H7OTEFfJi4csqkCLV1IVvOhDv3i52ZMa { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tCypKpRTs9DVdUFU2DZaGIP49THap2Tp { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ioSAs23HxDmIkdyRvkxVTHDVBXn3MBcE { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #OXOnn0rmqwuchHICgDrfm39A6u8lx4Iq { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ytac2MhNuwxO8AMnCo9UEckKHLxaDPFN { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LUDJkC50I83yvgPI3bwkG7zO8KzUhgVF { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #W4Os5B02XwP8c8PfTH8QzVewZsFM6zTD { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Ck8KFwU1CQhbZteJn6CMHLGVzMSSXiiG { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ToeSu0yvS13cMenzKbXk8bir5CAdeoJA { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #w50Cu2J1fA4c2W4OcMeFizWwOsvgSAX8 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #pVy0w0n8IAmZprfOqoxPlHRMFlskr7dB { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NN9qy09kgoFosiwfcvXvotxNzbWc9oek { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oIi9fdCib1EimaObi35HT1BchedfBJsI { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #L5tr0gv8kaBJzXJ9F8ukAy3TEdEHWOe2 { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dUiXUX4xME2C9dLPBeg4rzWeiJrJAzvF { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tDsglTmxf5rRN7gy859Eyu3JR4zFnlzf { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SAEE2WxNlH5R6iuDzbApsAPuBrxFxeAy { position:relative;display:block;z-index:15000; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #y5WCTPGfSyHLHfFqXVi3BJWiXRXEsnp4 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Jd9oPkXnasmD6BAgO0Ov7IXwOHlzmCDh { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #JsqRMPMg4zfm2KCytBR7Zhb7C42odHKh { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #txK7MCbVh5XbXhU26Sp3V60TUo97UUaP { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #twKNTCmIDGHslayAXhMCb4iPvTzemNId { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xW7qyqobG3QpT8sfvZ6nGDx5fcmnBJgU { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ov7Gmhw56PKnBxp6bKIy7UVzvETVvTpo { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #exG2V33FX21mHR6bOe6059qXObe7q0yk { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #teZ18ZvpbABS7AZoJlIgbpqBRrgQGlug { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #zMkCnmBDI2fq7inc47LM7D58FQeudTta { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #HS8Ivcf0TxIW4pimrJ2hUWUvaXoIyNqO { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #k1ozNrPmoGiPEZkWSVAFkTlsWI5zz5o8 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cJ1RDLmsCBc5oXJLp52cAZ8X2TV5kGkT { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cQ9rxBHBP4KCSlfriAJ28q6KJSFx2yvI { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #qfIkQpczWBoTeEvvE8qcoyAta2hpsCqk { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tt2FZipmm2CiLQToSNfHcwF2Hk73JZPE { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #nc2pcbucq2XUbZ4UTHWyXGD40RtZppqH { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #e0TDZH9qpq2o6xtmQsqHbDM0JtRnQ5az { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #VtU3dRJcXFyLJ5QF7GDtXPhs83AOmxDt { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #BpRxJXiS0IRP5p0zfLs8mCWBiASlnUhQ { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #svLJkfTJ8WqktwMmmNVqBnWggWDmg81g { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ltNxeQMnucrWqy8KAurwD8mWrzUTwTGR { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B4D2h1tIpDMfagmT9bPOJ2yF5KmF42kU { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #lMtMTrtsMTDZGi72llMxFcQ5E1u8JDWa { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tb3rS7RVcsFoU99iTtmAKbdAVOOQnb2G { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kuMmRLTTolfW7qDGiXrmOIhJvWWtiEFL { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iy2vSzKpUulzkHTM7KN0rfnvIcpVWNBq { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #z28DIyilCPHEMNHFm9aSR9dXWSyNFnxd { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #WD4x09bgQibHV0HHuTINsIvLs6nQL5Tw { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #rqVvlNH8plOh2l4E1VsDNlfOwHHSUgMg { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kETy7ExkZwBHaOmNdUPMlaR6fAQF5x20 { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SVaMTtl9hMyk81rZp82O1bO8yyl1VHwp { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ACyytykWJbUbzrGcbpPyGByLUeoLNt7D { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oqMimJwRSZ6TVIZbEIv2meTAnp0a6Alu { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LTqBZATbVOoTQaeJMf8ScCTtpqWyFaqq { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S5iQ1Bb8KDO6BA2eUOCMROe8fIQPkZQL { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dBgxX8DenMN4nEggm4RLV4VtSwGxiy2H { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SxNWguHm6NQvWDnTDebSWoq6Ce6uVBs3 { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #D9GM5JFPNbToPrQeioI4FCJDQytwW4oq { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #hNcrQlL44P3Unb9kWpyTdulrWCILGxVa { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #iTgSF9kwDzck0fkTatE21aaU19aXHzLZ { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xTGD23lrJaFCR2UeSJmRhZ7ZJfnzTc9t { position:relative; }
#yOD3fcv2JanJytAGOU564VvrmJqwMxE2 { position:relative;display:block; }
#azz7Px0Sn7N8Ir7vye4T7JAbvOsHXI2y { position:relative;display:block; }
#vAL96vtmNyFCXGE6eTTxdKw4OASpUCya { position:relative;display:block; }
#PxaH2V4tX8vsHQTepzUIeL3yyMfeh3lQ { position:relative;display:block; }
#VBHZI3fmG63BRMGzAhbyy7vkEWFAfSOK { position:relative;display:block; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kHt2QykE4s7TtAJrTPfQfPSZiqMNpAmm { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S3dsyRnONkgTFeNnpAHgyMCcslhWoxVU { position:relative; }
#RTVwz6ayyohCWOoMCHkRoGGkTI2HZmWz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:11.8125rem;top:79.06250190735rem;left:9.96875rem;overflow:hidden;display:block; }
#kpmVamN7OCqfS3LSciK0bxfXI7ClZbVM { color:#a595c2;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:90.725782394406rem;left:4.90625rem;height:2.19375rem;font-style:normal;display:block; }
#mFCcdxnSTMRCRdTE1CfVyNe2QqWFXo0E { 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:111.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mGbWNnbkWWTIskxlXP73wWaLnP9Qe2kA { color:#a595c2;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:90.8125rem;left:44.0625rem;height:1.3816375rem;font-style:normal;display:block; }
#mE4L1keeoobAAw3Wy5TLNVkUcZ4IGGBw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.6875rem;top:88.9375rem;left:40.5625rem;overflow:hidden;display:block; }
#rgfaRJL0xevtQPy52V7zxSCl5l44RBmE { color:#ffffff;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:90.625rem;left:41.25rem;height:1.4625rem;font-style:normal;display:block; }
#nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { color:#6b00a6;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:94.76953315735rem;left:3.53125rem;height:15.3034875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrAeqCsCCEe0OQHzXTSziAT5Z5B4EDLt { color:#6b00a6;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:94.75rem;left:40.5625rem;height:2.19375rem;font-style:normal;display:block; }
#oVPkxL0M9bTp6DRebMqPDSD4lse2D63K { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.6875rem;top:99.024307250975rem;left:40.5625rem;overflow:hidden;display:block; }
#T4JrJ14BcnoL3w14TQs8PpmahC0LkCJw { color:#a595c2;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:99.402778625487rem;left:43.25rem;height:1.21875rem;font-style:normal;display:block; }
#DlSOHdkkQqVxHZN4krI8lXDINWLh2JFy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.6875rem;top:101.51041793823rem;left:40.5625rem;overflow:hidden;display:block; }
#lyzAAdEwWGVPLNWsRbpbRNfeTQP54pMJ { color:#a595c2;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:101.80729293823rem;left:43.25rem;height:1.21875rem;font-style:normal;display:block; }
#l21SoCNIkxpMz7RlB9DOgnOV6ArmQHxX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:2.6875rem;top:104.0625rem;left:40.5625rem;overflow:hidden;display:block; }
#gKwZErZTFTwQSbbgU9QrnAsbX5U1ABoJ { color:#a595c2;display:block;width:29.25rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:104.375rem;left:43.25rem;height:2.4375rem;font-style:normal;display:block; }
#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b76b7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { background-color: transparent; background-image: none; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container > .video-iframe-container { display: none; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row > .video-iframe-container { display: none; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .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); }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { border-width: 0; border-radius: 0; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#VgWgFQr6zHRXNqw6Q8JZKQNDHtGUrUKg { 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:1.9375rem;width:2.0625rem;top:0.76388931274412rem;left:36.46875rem;overflow:hidden;display:block; }
#xNav5XQoJezrbctoAreHaKem7NK6EenL { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.7013893127441rem;left:21.4375rem;height:1.21875rem;font-style:normal;display:block; }
#IXVTcc37LJXkgvhPp5fBqwr94k2PCnCs { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29rem;height:1.21875rem;font-style:normal;display:block; }
#TDIFhmAl7V8KT9S3K37Bpy0GrQwcalJo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-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.6875rem;width:3rem;top:5.5625rem;left:43rem;overflow:hidden;display:block; }
#r5QDVwRmrbRAJCWqTOigeIhOzFMRlnob { color:#a595c2;display:block;width:1.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.4375rem;left:43.75rem;height:1.21875rem;font-style:normal;display:block; }
#maTPcbeyK6R9KS1GrLNoQWJoxCCfEbKn { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.263889312744rem;left:17.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PURuPQW0c32N9MhegiulkpJlqkkEGCXr { position:relative;display:block; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr { background-color: transparent; background-image: none; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container > .video-iframe-container { display: none; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row > .video-iframe-container { display: none; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .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); }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr { border-width: 0; border-radius: 0; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .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; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wTUsWrqTlhShqCFzQqpRD1veVzV7IHO2 { color:#6b00a6;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:2.2890625rem;left:6.96875rem;height:4.886725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.875rem;width:63.375rem;top:8.1760423183444rem;left:8.5312519073488rem;overflow:hidden;display:block; }
#SvGQT4QcQME5w9psFmdwwlrcATTyu0uo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:56.0625rem;top:32.25rem;left:0rem;overflow:hidden;display:block; }
#s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { color:#ffffff;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:47.5rem;left:30.71875rem;height:1.21875rem;font-style:normal;display:block; }
#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9b76b7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { background-color: transparent; background-image: none; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container > .video-iframe-container { display: none; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row > .video-iframe-container { display: none; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .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); }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { border-width: 0; border-radius: 0; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#eBfdRgNdV2QFSXzoWLAADLPBRDRBZ8SD { color:#ffffff;display:block;width:58rem;position:absolute;font-family:"montserrat 2";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.7265625rem;left:7.625rem;height:2.0296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toSaOHLt0ATISqCnOKBRASLtqcPWW9Vm { color:#ffffff;display:block;width:30.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.77734375rem;left:21.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/280e1763-fcf9-48a2-bd7e-4f2f2bed5424/Designsemnome9.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ.adaptive-delivery-prevent-bg, #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ.lazyload, #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ.lazyloading { background-image: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { background-color: transparent; background-image: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container > .video-iframe-container { display: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row > .video-iframe-container { display: none; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .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); }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { border-width: 0; border-radius: 0; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { font-size:0.875rem;font-family:arial;height:179.875rem;width:75rem;position:relative;display:block; }#naCGCVG8DmS5ptugb8MJTqGBrVpoHaJZ { 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:19.25rem;width:19.3125rem;top:2.875rem;left:3.5625rem;overflow:hidden;display:block; }
#cA2K39mH7fOqNlvXBAoM0t2mo95zu1uI { color:#6b00a6;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:16.9375rem;left:7.65625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPHevy3A7oxyRtw5TAiooSDVRFcHRz61 { color:#6b00a6;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:16.9375rem;left:30.9375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:2.875rem;left:27.84375rem;overflow:hidden;display:block; }
#mAgTZCiKH9wLbWMheEprg01BEeJTSWU9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:2.875rem;left:52.21875rem;overflow:hidden;display:block; }
#waGEC1FnLISf3e8MTM0DgtprakxaLCCA { color:#6b00a6;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:16.421875rem;left:56.21875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { box-sizing:content-box;height:9.125rem;width:67.9375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:163.9375rem;left:3.5625rem;display:block; }
#Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { color:#6b00a6;display:block;width:64.935625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:165.5rem;left:5.0625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tp4g100tVXqUF6TkCDSh256WsNA3S9XK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:13.625rem;top:6.9885416030881rem;left:30.687501907349rem;overflow:hidden;display:block; }
#d6XfKPoCxsz7v00P1ARKcftMdw3cRfUd { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.74925rem;width:4.99921875rem;top:27.223829269409rem;left:10.717967987061rem;overflow:hidden;display:block; }
#fWG7Dl4i3nfXM13DIZ9G5LvXMTCCFPkc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:25.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#qidnmX22kih6sJ9BM1Mz2nB3oid1qHK0 { color:#6b00a6;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:39.5rem;left:6.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izzTgv0pipPLFVxElwNAFnyuFIIokahp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:25.4375rem;left:27.875rem;overflow:hidden;display:block; }
#qogUSmVFyDUIFdE2JlDbNanuqfKrmsLf { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:5.625rem;top:27.347915649414rem;left:34.811460494995rem;overflow:hidden;display:block; }
#bAbuo9CSkHR5z2hVGUUMmCHXTT2m9wZc { color:#6b00a6;display:block;width:12.87425rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:38.97304725647rem;left:31.061721801757rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAu35aMyszbtTOH3bSKkPkJlOm9eUKtG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:25.4375rem;left:52.25rem;overflow:hidden;display:block; }
#XfiHU0KPyTsvKegkyeP0tO77TvhoNSHS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.687125rem;width:9.75rem;top:30.234376907349rem;left:57rem;overflow:hidden;display:block; }
#vbvrHX65TC1GC11yc6yap8EEz4dNoXkA { color:#6b00a6;display:block;width:11.312125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:40.014844894409rem;left:56.218360900879rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waLynHt4F94nbrEnN1tsyTvFCm6H2KvU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.437125rem;width:12.87425rem;top:7.05820274353rem;left:6.779296875rem;overflow:hidden;display:block; }
#c79HTc3nreQEIyo5AkdIzJ0K3UawBobu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.1875rem;top:6.1250004768372rem;left:57.281255722046rem;overflow:hidden;display:block; }
#Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { color:#6b00a6;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:140.12396621704rem;left:30.843751907349rem;height:9.621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWqsvr5KG4T95aHEOidwRzt7Jf33GrQf { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:47.5625rem;left:27.875rem;overflow:hidden;display:block; }
#LmcGZNHD53tCwLkz1SATT9K5qfs4Rk8Z { color:#6b00a6;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:58.754163742066rem;left:30.562501907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xv0T2tZ4VpKrPBRWXSRmT3u4kHEbkvRH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:67.5625rem;left:52.3125rem;overflow:hidden;display:block; }
#P4sVbhGMbGZyPD7dqPxUp10Bm2Zse3Hy { color:#6b00a6;display:block;width:12.87425rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:80.9375rem;left:55.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeC80XQNvb5xF7O1ImMXVZ79uHRCZFob { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.999625rem;width:11.687125rem;top:72.3125rem;left:56.125rem;overflow:hidden;display:block; }
#EeM0K0dwPPeos7eT5DlNHQWH6QXlez3I { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:47.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#QTZ9uFQVrATuE3lJc3lvd7774vWLTyzZ { color:#6b00a6;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:61.125rem;left:6.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XREpEwrPhkODSACesy8omJ5ELPsz9PCN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.68675rem;width:12.8125rem;top:48.515625rem;left:6.810302734375rem;overflow:hidden;display:block; }
#B9SFQFyXI2Fk1evMFHVhTqpIqWPLEoGs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:67.5625rem;left:3.5625rem;overflow:hidden;display:block; }
#cvfNEhr1NNcZiFty5ltbWO6gf9hzDLsE { color:#6b00a6;display:block;width:12.8739375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:81.500011444094rem;left:6.780210494995rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qM1D8FZTTBHRWrZFpl2VWtueAMWVgR2q { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:69.93603515625rem;left:8.3115234375rem;overflow:hidden;display:block; }
#tw25XQJxBh1sMsbUxuns7R7WfD9qq7v2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:68.3125rem;left:27.875rem;overflow:hidden;display:block; }
#Bi7B9NpnwT9eKELFH1P7bSp0pxy5QqZ1 { color:#6b00a6;display:block;width:12.8745rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:81.125rem;left:31.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MPt89xiRVQ8b95f9zQxQ8BFHXVf1trQM { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:69.910938262938rem;left:32.218753814698rem;overflow:hidden;display:block; }
#HWAQSwPHqMmWe6lm4c9ULT7DnQxa7Q9R { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:47.5625rem;left:52.25rem;overflow:hidden;display:block; }
#VbM4uUGt8xVAXFRJCalL361nCTPue218 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:90.0625rem;left:3.5625rem;overflow:hidden;display:block; }
#oBfqlcng3w25AlrXHMPT5FUFS0NTbtih { color:#6b00a6;display:block;width:12.8739375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:103.66251373291rem;left:6.780210494995rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8FiIDDXEmIr3LZNXnu4l1M6fqiQ2R4T { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:10.875rem;top:91.4375rem;left:7.7812538146975rem;overflow:hidden;display:block; }
#h8udXaRzcMrgsf9ChFI83I9VlCvIZJmT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:90.75rem;left:27.875rem;overflow:hidden;display:block; }
#t3nFeUO45P8gP9dOpRNtKvAnnML5LBQA { color:#6b00a6;display:block;width:12.8734375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:104.5625rem;left:31.062503814698rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.375rem;top:93.287498474119rem;left:32.312503814698rem;overflow:hidden;display:block; }
#eXwPc49QkCK3V1T4R1g1ZvMBCv3Rc3zl { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:19.3115rem;top:91.436767578125rem;left:52.216796875rem;overflow:hidden;display:block; }
#lpfDu7QzhgpPtSr3AATMpbcMXTfXmTDi { color:#6b00a6;display:block;width:12.871875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:104.56146621704rem;left:55.438543319702rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V337HNeZowGPSw1dotNORkW8kVMIiyd8 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15rem;top:93.378128051756rem;left:54.09792137146rem;overflow:hidden;display:block; }
#vaXlUTSdHsHgcheekLzCvAHwcTvBIw0v { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.24925rem;width:19.3115rem;top:112.8125rem;left:27.875rem;overflow:hidden;display:block; }
#NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { color:#6b00a6;display:block;width:12.871125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:127.24975585938rem;left:31.063232421875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LedJOT9lmRTfsNdgeikPQvEcGB1XTL5o { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:114.81250572204rem;left:30.625001907349rem;overflow:hidden;display:block; }
#IfvkK1WtDUT7BeUeqge6ICI2tdPs7MCL { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-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:8.4375rem;width:13.5rem;top:52.245834350586rem;left:55.125005722046rem;overflow:hidden;display:block; }
#msP2TtzaFFBe1BzRfucoQWkP6rR93651 { color:#6b00a6;display:block;width:12.8729375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:61.373962402344rem;left:55.437505722046rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSGh4XaZ3s2fXyM0f5oNSeDWPyS5nOdf { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11.5625rem;top:49.254169464111rem;left:31.718751907349rem;overflow:hidden;display:block; }
#cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:134.81042385101rem;left:27.843751907349rem;overflow:hidden;display:block; }
#nRgkX3LZX8RTm4qHNEi3kprfgeXH6RpO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.2489375rem;width:19.3114375rem;top:112.81146812439rem;left:3.5614585876465rem;overflow:hidden;display:block; }
#mBarTuTzO2PpEORkdiuHKinyP0wgZBSL { color:#6b00a6;display:block;width:12.8708125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:127.24897003174rem;left:6.7822933197019rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTBRGX00fNudJpCsO3ZUps0t2c0vdcJV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:114.12500953674rem;left:6.34375rem;overflow:hidden;display:block; }
#mNLGfBuShWtPnJZGfvmS3p0apKhfpdBq { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.2489375rem;width:19.3114375rem;top:112.81042194366rem;left:52.217710494995rem;overflow:hidden;display:block; }
#uTdoBggheCFm5rhDH6xCyTXqGgDTPJdp { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:15.0625rem;top:114.90417194366rem;left:54.343755722046rem;overflow:hidden;display:block; }
#rOAsO1JTD16MS4Fyvc1KB1QhF9WmnGE8 { color:#6b00a6;display:block;width:12.8708125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:127.24792289734rem;left:55.438543319702rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kOSrBta6qtpMnNUTNTQz1mTLXEBs3TC5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.2484375rem;width:19.3109375rem;top:135.31171989441rem;left:3.5625rem;overflow:hidden;display:block; }
#MexxkWWFx6Pkq5nuvtQ92uRpw7veKEGO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:138.48593711853rem;left:8.061718940735rem;overflow:hidden;display:block; }
#uhC6v776QNlO5WpPuKv7sFAlznAI3mn3 { color:#6b00a6;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:148.7978515625rem;left:7.28125rem;height:2.109375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a595c2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { background-color: transparent; background-image: none; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container > .video-iframe-container { display: none; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row > .video-iframe-container { display: none; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .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); }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { border-width: 0; border-radius: 0; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#DZ5gFOa9bVCD5dCBBh3KEPBe05KK1WTE { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:"montserrat 2";font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.380859375rem;left:1.5rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { z-index:15003;top:1.375rem;left:50.40625rem;background-color:#fbc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0) ;box-sizing:border-box;color:#6b00a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L2oNipnFlFc7GZTLVcIXOnoWQImS3LCk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { position:relative;display:block; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { background-color: transparent; background-image: none; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container > .video-iframe-container { display: none; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row > .video-iframe-container { display: none; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .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); }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { border-width: 0; border-radius: 0; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .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; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:253.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; }#nuuUo4GKQi4cmcFCqwAp2pWU9Q1WiDDd { color:#6b00a6;display:block;width:68.1875rem;position:absolute;font-family:"montserrat 2";font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:3.40625rem;height:4.22578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eQ6O8VmEK1DCBsvM6kH72JXdqghCoFpA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:37.625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#ipDD1ozIPqD3aewSyC3DE0GzNyzbUeTs { color:#a595c2;display:block;width:23.0625rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:49.46875rem;height:2.6003875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tlNla8srZAafJvCknftPsht3XyyhzMRS { color:#636262;display:block;width:28.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:43.65625rem;height:11.05311875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fhkqnmvoacH5wJwFKAs5c6ybKf4J8Hfx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-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:24.9375rem;width:37.375rem;top:39.568359375rem;left:37.4375rem;overflow:hidden;display:block; }
#lFNTSHZOCPLsg14qOOey5k4GhPGnfOhc { color:#636262;display:block;width:31.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:46.0625rem;left:3.5rem;height:16.57965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSHipXsIs1Wh2ilyDOiEPJmPxEELp8hM { color:#a595c2;display:block;width:23.0625rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.375rem;left:1rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKl7h0T2vlIFK3MzrNPgFMR5CFxxzh30 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:37.8125rem;top:66.5rem;left:0rem;overflow:hidden;display:block; }
#hV2faXxdsmw43T2CvTWvAURbtgEgIHIA { color:#a595c2;display:block;width:30.875rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:69.375rem;left:42.875rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWqpFH4TelZr2LJvLTJGxHXNG2maOBiD { color:#636262;display:block;width:28.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:74.1875rem;left:43.6875rem;height:15.1980375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n3FGP3eL4sTUwFBmXs5ANoh7lePqQS8b { color:#636262;display:block;width:28.8125rem;position:absolute;font-family:"montserrat 2";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:89.3759765625rem;left:43.78125rem;height:2.27578125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:37.875rem;top:96.0625rem;left:37.125rem;overflow:hidden;display:block; }
#AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { color:#a595c2;display:block;width:31.5rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:98rem;left:1rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { color:#636262;display:block;width:31.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:102.6875rem;left:3.5rem;height:17.9613125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rB3QErM0V4e5SJuynwc2dD90Otp1UvIf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:37.6875rem;top:123rem;left:0rem;overflow:hidden;display:block; }
#zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { color:#a595c2;display:block;width:30.875rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:125.5625rem;left:40.78125rem;height:2.6003875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ub92ZppC7CVantrTbwmTnN1tJ5em85dP { color:#636262;display:block;width:28.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:130.3125rem;left:43.4375rem;height:15.198025rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { color:#a595c2;display:block;width:30.875rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:153.17396163941rem;left:4.40625rem;height:2.6003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { color:#636262;display:block;width:32rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:156.69586181641rem;left:4.40625rem;height:27.63278125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TD2E7HrSM2Ke6A6U2tTUUJWTu9gzfVQZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:36rem;top:156.97711181641rem;left:38.842646648002rem;overflow:hidden;display:block; }
#P24HVugOWfQzn7naDhWX6DyFPpw5B9KI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:35.3125rem;top:194.16146373749rem;left:0rem;overflow:hidden;display:block; }
#yuaJhih9D1h6uSiIprshpTes4GZMgBnZ { color:#a595c2;display:block;width:30.875rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:190.50311088562rem;left:40.78542137146rem;height:2.6003875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AxVcNTsCmKFu008J9a9NNBaMLrbUttrx { color:#636262;display:block;width:32rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:195.10000562668rem;left:42.062505722046rem;height:19.34295625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { color:#636262;display:block;width:32rem;position:absolute;font-family:"montserrat 2";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:232.57396507263rem;left:3.40625rem;height:15.1980375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { color:#a595c2;display:block;width:35.5rem;position:absolute;font-family:"montserrat 2";font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:224.70102882385rem;left:3.40625rem;height:5.200775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VX5UvyUM5e7KDchWDHrG43R7gMIvIC9V { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:35.3125rem;top:223.82604789734rem;left:39.687505722046rem;overflow:hidden;display:block; }
#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { position:relative;display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { background-color: transparent; background-image: none; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container > .video-iframe-container { display: none; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row > .video-iframe-container { display: none; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .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); }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { border-width: 0; border-radius: 0; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .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; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:115rem;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; }#y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { box-sizing:content-box;height:111.375rem;width:72.25rem;position:absolute;display:block;z-index:15000;background-color:#d6caeb;background-image:none;top:1.4367179870606rem;left:1.40625rem;display:block; }
#fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { color:#6b00a6;display:block;width:37.875rem;position:absolute;font-family:"montserrat 2";font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:18.5625rem;height:2.1128875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiHW70oKrCfJqitgwQ2WG04aJhRe6mzL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:10.6875rem;left:5.71875rem;overflow:hidden;display:block; }
#xqEfFQT7XN2aRnPpz86rEefk20v3E5Mh { color:#6b00a6;display:block;width:22.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.717189788818rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrZ53db3C7kwmFIip8oqta1FNZrh208R { color:#6b00a6;display:block;width:22.87475rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.041259765625rem;left:13.59130859375rem;height:3.8953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0VLuFPMal91EAlmsfipeIKB4l579s0r { box-sizing:content-box;height:6.25rem;width:30.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(214,202,235,0.4);background-image:none;top:20.703125rem;left:5.71875rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#R8EAsaLbAnMmTE7C6eAslcdTfEvHFZyv { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:21.418751239777rem;left:7.6645832061769rem;height:5.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OT374k0Ws2vNrrO81GOo04XPfay6R74e { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:10.687500476837rem;left:41.374221801757rem;overflow:hidden;display:block; }
#ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.125rem;left:49.906253814698rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qHJTlWwDl3Bs4UNDklivlhQm5NvakGT4 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.3359375rem;left:49.90576171875rem;height:2.596875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LugP3hQABJuc7PKWZaC9ns1x6vm0PeKG { box-sizing:content-box;height:6.0625rem;width:30.1875rem;position:absolute;display:block;z-index:15016;background-color:rgba(214,202,235,0.4);background-image:none;top:19.940626621246rem;left:42.393751144409rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#Fvk51JCuT79cle8FPvlUhI91NRF9zVl5 { color:#6b00a6;display:block;width:30rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.642709493637rem;left:42.84792137146rem;height:5.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxkJU1ZsIclk432mptIxzhf3gs4odJXB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:29.3115234375rem;left:5.49951171875rem;overflow:hidden;display:block; }
#RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.4375rem;left:13.6875rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9VQcl7GTeFQUq8b0bDW47G1OlxZ7z6e { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.8125rem;left:13.6875rem;height:1.2984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l9IsxsFP0y3sxsfdQIIfGTP7UebSCdmc { box-sizing:content-box;height:5.3125rem;width:30.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(214,202,235,0.4);background-image:none;top:39.3125rem;left:5.75rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#N1Gn003TN1q5vZqANaAuJBRNqbTWvVml { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:40.152086257934rem;left:7.6645832061769rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQyKp9mKMiawTolMfLgzFf2LKwKT2TLF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.68675rem;width:10.937125rem;top:28.634767055511rem;left:39.042190551757rem;overflow:hidden;display:block; }
#frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.4375rem;left:50rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y1slGFgRmJP3B2TDOO2UmNpl4zT19eta { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.8125rem;left:50rem;height:3.8953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q6FlBARu126rlMFhIuy4FTiAnpStDE6G { box-sizing:content-box;height:3.875rem;width:30.1875rem;position:absolute;display:block;z-index:15025;background-color:rgba(214,202,235,0.4);background-image:none;top:39.3125rem;left:42.0625rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#CihEiErXbfuDu9G9SywM8bMP9FC514Tz { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:40.125rem;left:44.375rem;height:2.596875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CItR2OiT5f0KEDltXRdDQhEtZVp9LrUz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:47.0625rem;left:5.75rem;overflow:hidden;display:block; }
#n3OdCFcKv7tSWre8DMbFEEh89X0TG6qb { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:48.3125rem;left:13.875rem;height:4.6265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tqDsBTp2X8TaoK7dW6xHp3EIPB2dLpi2 { box-sizing:content-box;height:7.375rem;width:30.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(214,202,235,0.4);background-image:none;top:56.840585708618rem;left:41.373960494995rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#o07t5B7MlZPimWovTC13FFXa7dqQB45H { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:57.440643310547rem;left:43.320837020874rem;height:6.4921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:48.1875rem;left:49.25rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHzng2lwQalU24Z0CQT91izt2vg7FPyi { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:52.942668914795rem;left:49.248960494995rem;height:2.596875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPit3zdoD1bXuoaHpoEEUNqCOB89u73R { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:47.0625rem;left:41.375rem;overflow:hidden;display:block; }
#qT0arqHFuDxT4ewvPyBw7M3J2VyHGvo5 { box-sizing:content-box;height:5.0625rem;width:30.1875rem;position:absolute;display:block;z-index:15025;background-color:rgba(214,202,235,0.4);background-image:none;top:76.372894287113rem;left:5.4364585876465rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#RScsIZia63Pf6LETKEHC7lHGerXFAxLI { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:67.375rem;left:13.375rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I5dIgzc3Ppid6CQDZMBoUILmUQddXKBw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:66.25rem;left:5.4375rem;overflow:hidden;display:block; }
#t8m2gydaRrTwJvdfA0OgxGNdZNuluqTN { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:71.75rem;left:13.375rem;height:3.8953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GcmqJdbx8dtIPC4v6CIny3sbADFeX5lM { color:#6b00a6;display:block;width:29.8125rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:76.925004959106rem;left:6.4083328247069rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1yIPxWU11cx069iqOEHicTRgkpSG2Th { box-sizing:content-box;height:5.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(214,202,235,0.4);background-image:none;top:75.496879577638rem;left:41.373960494995rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#dKTBAwyhMNkyobN6oEpOxyhuT6W4Gt91 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:67.375rem;left:49.25rem;height:1.5421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4hAT4VB0wylDtbwuUgLezdrqX5x2EiS { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:69.561326980594rem;left:49.249214172363rem;height:3.8953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMQL7nkxS0umQGTNmJsX1Wl8TlXA3hlg { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:76.275005340575rem;left:44.008337020874rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V575SMm7TARTLLRPNNqFb95XK5OCWqHa { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:7.875rem;top:66.25rem;left:41.375rem;overflow:hidden;display:block; }
#q3en0p30BUMgxHQ4bxxd5BRtW5wFbWES { box-sizing:content-box;height:5.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(214,202,235,0.4);background-image:none;top:95.575008392331rem;left:5.71875rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#hWuUO4D0ApDhJ1Adxr4ie5k1uXu9smz8 { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:96.352092742919rem;left:7.6645832061769rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2BKnAxkJ7QDdhkTDQoxD6VwBL7Ahur5 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:92.3125rem;left:13.687503814698rem;height:2.596875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p8qnp5pGl5IKgUcJAZP5yDIlkm0N0c3w { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:87.25rem;left:13.687503814698rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rqhRMns8fvGfZuFAHHGoEkDsVPcSbKKn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:86.125rem;left:5.75rem;overflow:hidden;display:block; }
#nSTWpt6SsBytoVBKy6f1Uwp1m1KKL1cv { box-sizing:content-box;height:5.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15035;background-color:rgba(214,202,235,0.4);background-image:none;top:95.592716217044rem;left:41.373960494995rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#JX4Z6keQOaMyPmCyV0TCtDhckaWIAd71 { color:#6b00a6;display:block;width:18.9375rem;position:absolute;font-family:"montserrat 2";font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:86.124607086181rem;left:52.998046875rem;height:3.084375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvNNFDOwcaTfxy1rlqdtaa9K5XeJnZeg { color:#6b00a6;display:block;width:21.5625rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:90.33398246765rem;left:52.998046875rem;height:3.8953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFU1wqSilPpqCv2fdwweaA2iw8auIz8g { color:#6b00a6;display:block;width:30.4354375rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:96.370838165281rem;left:41.373960494995rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NH9xS8hPs7I4RVCLzr8r5ovMQZBwdBSp { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:81.734764099119rem;left:38.560546875rem;overflow:hidden;display:block; }
#DmBks1sDoppplTxbcsbtw5oATeiFIsEk { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:52.942691802979rem;left:13.593751907349rem;height:3.8953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bD2LAfq6UrJClfRPa7U41tOoiqucLeuf { box-sizing:content-box;height:4.6875rem;width:30.1875rem;position:absolute;display:block;z-index:15032;background-color:rgba(214,202,235,0.4);background-image:none;top:57.688598632812rem;left:5.71875rem;border-top:0.1875rem solid #6b00a6;border-left:0.1875rem solid #6b00a6;border-right:0.1875rem solid #6b00a6;border-bottom:0.1875rem solid #6b00a6;display:block; }
#ZEVCyzSnvpuXWsM6VEEtJELpX51TIXGu { color:#6b00a6;display:block;width:28.8125rem;position:absolute;font-family:"montserrat 2";font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:58.090606689453rem;left:6.5395832061769rem;height:3.8953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f31e2ca-1706-4f8a-bac8-64ee5e3af565/starsbg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU.adaptive-delivery-prevent-bg, #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU.lazyload, #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU.lazyloading { background-image: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { background-color: transparent; background-image: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container > .video-iframe-container { display: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row > .video-iframe-container { display: none; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .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); }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { border-width: 0; border-radius: 0; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { font-size:0.875rem;font-family:arial;height:395.4375rem;width:75rem;position:relative;display:block; }#S4kxmbEqw4WBFSZwy49T2T48XksvgJTk { box-sizing:content-box;height:6.625rem;width:67.25rem;position:absolute;display:block;z-index:15000;background-color:#a595c2;background-image:none;top:2.0625rem;left:3.8125rem;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;display:block; }
#rnIpd1RLE6Dcp1xVy7SeN2z7JZFNgecF { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:"montserrat 2";font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:2.837890625rem;left:4.75rem;height:5.200775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HoTDTz5ou9cTKwq0PIWbqWidbwCU8bl3 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-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:18.1875rem;width:18.4375rem;top:10.6875rem;left:56.375rem;overflow:hidden;display:block; }
#TC21KcOzPnx1iSNcos9ppmXSvSlSUWVw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:29.25rem;left:58.375rem;overflow:hidden;display:block; }
#WxcgqipLZRyPl8Ew5T9KHmsiyfaNO2uM { color:#ffffff;display:block;width:12.31175rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:32.125rem;left:59.5625rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKhMuH5gZVlIR9RmWLWXTqbErD9vVrlt { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:34.875rem;left:59.5625rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3woLzyNK7OI1TM2ThAreUIJwKsf6VgG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:18.87425rem;top:42.1875rem;left:0.5rem;overflow:hidden;display:block; }
#md1tRrhUN0J4CohHnR6LiP8DEdV4MggK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:59.75rem;left:2.4375rem;overflow:hidden;display:block; }
#dQhP62iUpyszIzTTFXTiQCyOt00kcJcU { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:62rem;left:3.125rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtWQR8W8yAbFRoUO5i3JgCbl6Bhe5L1g { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:65.375rem;left:3.5625rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMphfK8czGueW8hNnT8qyLyUmAchdEp6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:18.4375rem;top:40.8125rem;left:20.375rem;overflow:hidden;display:block; }
#Mb3wcUSgzMLQ968zkFzLDFogN9SdJQRn { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:59.625rem;left:22.25rem;overflow:hidden;display:block; }
#QoT4UkJrLqoTtno8CkcpyVSOsRzAWkw0 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:63.125rem;left:23rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3htCs8t3kxPzp4otG0BuESniNG2roTI { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:65.25rem;left:23.375rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iztTbGcogaLvlvf4XK4VkKUT42m2ebQs { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:184.1875rem;left:2.375rem;overflow:hidden;display:block; }
#Nyvd7WhthWEk0QdJXMCK5CAW0qW87x0L { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:186.6875rem;left:2.9375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvK905Z7h2h5Fo4VT9xTIBPDOb3a05Kd { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:189.8125rem;left:3.5rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csO8NLJXNuPqOOvrQlhzuDVWCUJlpnqe { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:153.9375rem;left:39.8125rem;overflow:hidden;display:block; }
#z5GemBT1dHGnlbySHk1yUnh2EAuZcyId { color:#ffffff;display:block;width:10.8116875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:156.29296302796rem;left:42.029296875rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK6cBwBUiKnzvKT9Tyytr2EuG7Abcq4M { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:159.875rem;left:40.9375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJPETfNvRMLfAmiucGcexpO07qtPwPVm { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:17.8125rem;top:165.375rem;left:0.5rem;overflow:hidden;display:block; }
#tN3dSV7oO2dWpXnQzakekAVGOXZAxNX3 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:18.3116875rem;top:134.06132316589rem;left:38.137496948243rem;overflow:hidden;display:block; }
#H0hTzVInDOybluTVuuKgVCTWDTbDzetw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:18.0625rem;top:40.8125rem;left:39.375rem;overflow:hidden;display:block; }
#UTEvTbqr7yAwoEwQQE3Eph0yScT7t9sb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:59.625rem;left:41.25rem;overflow:hidden;display:block; }
#g6UuR1dMJbopwF9rzJ8TkeFrlX1nTqsi { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:61.8125rem;left:41.75rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fb87cr0slT74J35Lt4JgpNQdTmnzTLbk { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:65.25rem;left:42.375rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3apthOcQ8OPLl0OTlLxb1dqkfT60hqC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.375rem;top:10.6875rem;left:19.0625rem;overflow:hidden;display:block; }
#owCiQgqFpRU7IlxpTBJOrrZCdQNbIRWJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:30.125rem;left:21.0625rem;overflow:hidden;display:block; }
#eCimVZTdJP5Of3a0szTU8lHhZKVnHbTU { color:#ffffff;display:block;width:12.31175rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:32.1875rem;left:22.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0LTzklCdTDMn2rcrpbmmE1VIWs7zwGq { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:35.75rem;left:22.25rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FAXmNWInkGTiG34lLbTn5Q0LJ6wsIL54 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:30.125rem;left:39.5rem;overflow:hidden;display:block; }
#iMtu8kAZhgXwRUm7fU0c2Mw0NVd531C3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:18.375rem;top:10.6875rem;left:37.5rem;overflow:hidden;display:block; }
#mKIkGdZiApAeA2KdmWMiO6ySmmI3pd0F { color:#ffffff;display:block;width:13.62425rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:31.75rem;left:40.125rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UB0Lo86tn7oR1Bs5bvkolOb5eT6QFITt { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:36.4375rem;left:40.6875rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPLwvABn5OaZ9Gspd5Jute55uBk0TK1c { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:59.875rem;left:58.625rem;overflow:hidden;display:block; }
#gi9r38ICoxAZqUinzxR1kwE4oFh8FmZi { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.375rem;top:40.4375rem;left:56.625rem;overflow:hidden;display:block; }
#cbGDHCN24lMg8732yvqZ6JHVp19UlgBz { color:#ffffff;display:block;width:12.437125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:61.4375rem;left:59.875rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGBudKpnbe9xQ6gWO84szwITf8JHTscm { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:65.9375rem;left:59.8125rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5fNTneFqcdJxUELWGQPCZrViMXdEQwX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:18.0625rem;top:72.3125rem;left:0.875rem;overflow:hidden;display:block; }
#UE68isHDNlyFvglte9l9lPqEqSUOSAEG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:91.75rem;left:2.875rem;overflow:hidden;display:block; }
#qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:93.6875rem;left:3.375rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RplCFcNx96R2sWQRbEFQ8JImq6yWmQnS { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:98.25rem;left:4.0625rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:91.875rem;left:39.25rem;overflow:hidden;display:block; }
#XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:98.4375rem;left:40.3125rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:94.375rem;left:39.75rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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:18rem;width:18.75rem;top:71.6875rem;left:37.75rem;overflow:hidden;display:block; }
#hTWgVz2E7Sc486eQkVqPD0aZywCTKPrV { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:184.3125rem;left:21.3125rem;overflow:hidden;display:block; }
#aT6H5trN0rDDvsTrnZOZ3TGovbQEboeH { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:187.4375rem;left:22.0625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FrE283eb8sCoJFbBR1fQUgFuOcoMzdJo { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:190.25rem;left:22.4375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE6kSkfIXZwhmRh1LnNnDf8AOr3k9n0V { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:18rem;top:165.5rem;left:19.375rem;overflow:hidden;display:block; }
#unmWuNXnM0gGME7DVkqxW9fDoGOXwMpg { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:91.875rem;left:58.125rem;overflow:hidden;display:block; }
#y0W6IJF9exurHO48Zypna6tbL5JDes4H { color:#ffffff;display:block;width:12.31175rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:97.3125rem;left:59.375rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtZbak937csSnk9PTEAopU8WMN03NX2P { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:94.306252479556rem;left:58.656255722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glbANlncFvcVeT7aLkKa8uViU6lxJGxf { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:18.875rem;top:71.75rem;left:56.125rem;overflow:hidden;display:block; }
#csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:153.1875rem;left:58.375rem;overflow:hidden;display:block; }
#BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:154.6875rem;left:58.875rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xepRJhTDVTM714mgFttXCgUK1SCsDiZi { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:159.3125rem;left:59.5rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:18.3125rem;top:134.5rem;left:56.4375rem;overflow:hidden;display:block; }
#lV7tJfPL4BJU6pPrsA4LTTfwFBg4UT6L { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:30.125rem;left:2rem;overflow:hidden;display:block; }
#fHOOksMhHAgtK3qGl8A7v1I94NI4ZHtv { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:35.75rem;left:3.1875rem;height:1.23779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgdpQd1Trvh36uyko10Cabl15xfRZA18 { color:#ffffff;display:block;width:12.31175rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:32.1875rem;left:3.1875rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGZDysEV42yxNlutqnWhGAaZiwp1cKRx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:18.375rem;top:10.6875rem;left:0rem;overflow:hidden;display:block; }
#taNmOAf4mDkNUB1dTObwqUh2EfdPnoy9 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:18rem;top:72.311721801756rem;left:19.373439788818rem;overflow:hidden;display:block; }
#KXDFiVsgsrrtaXfL2K8KhvdrcyyAUQmE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.687125rem;width:15.249625rem;top:91.8750038147rem;left:20.947265625rem;overflow:hidden;display:block; }
#WyvcOR09AZJS9iI54rDWF6Z2yssTINoi { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:97.875rem;left:22.5625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXtp9C5hnrlh7h1W4NM7g6oPwlxzklGF { color:#ffffff;display:block;width:12.49925rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:94.755474090575rem;left:22.248046875rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXBotnSsIQeGTK8aOp52TXdTGViO3hZ5 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:154.5625rem;left:21rem;overflow:hidden;display:block; }
#f4CpRCdLpSuLeIvpGEdXFCQ4aq0I5Lp3 { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:160.72006225586rem;left:22.25rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QZP5LeaT99aNJPevy5XlhDDHMUpBq4yS { color:#ffffff;display:block;width:14.312125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:157.0625rem;left:21rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQ79qwcOJg21mzmwZoTesE8GIVo6yeK6 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:18.6875rem;top:135.125rem;left:19rem;overflow:hidden;display:block; }
#hgpUetdoA1gO6dygVtxZ3pflX87yTsZm { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:123.125rem;left:1.9375rem;overflow:hidden;display:block; }
#cA4L8agfzB704vQo9S4cSUkLF0mNaBZi { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:126rem;left:2.6875rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vcH5bCROMkfrZGtec97SHEWD9QLo4HLm { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:128.75rem;left:3.0625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q4TfSeah9seaNuWVE9vppfzfe3PBM3if { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.625rem;top:104.3125rem;left:0rem;overflow:hidden;display:block; }
#OFU3JGMzHeaSwisaZoKmeZsWIGCTyg8f { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:123.125rem;left:20.4375rem;overflow:hidden;display:block; }
#EahRCJA6ITGNkeMzKy1IVyQPmgDK8exL { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:128.75rem;left:21.5625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJTpRFBGTQfQD90SGkiU3wvcUbDmWqoV { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:126rem;left:21.1875rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rc59XXIF7i2Xqls87XZgUMTaGgUT39Zk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:104.3125rem;left:18.5rem;overflow:hidden;display:block; }
#pgnKkxCBsdN3cxQcTvbnsBrBdTCPbelK { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:123.125rem;left:38.9375rem;overflow:hidden;display:block; }
#ECREal62JAHssiMxJrpeTNMJy7artF9g { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:128.75rem;left:40.0625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGSmcG2HqdoJJVf6zgV5b4Ue3xGKlWgX { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:125.5rem;left:39.6875rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OgUyXIPAhSs2KtGNpyUSTlp6Q016uJQw { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:17.4375rem;top:104.3125rem;left:37rem;overflow:hidden;display:block; }
#wcl7TCTSbluJMgS5mW8quQqSZJfOHErT { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:123rem;left:58.6875rem;overflow:hidden;display:block; }
#otgycl3ML04UAdAqZhI5mLuEBMToivXp { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:128.75rem;left:59.4375rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VoP986UBy1FxEsdekzVqRqIWpeuxGNUM { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:126rem;left:59.0625rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oRwr2ybqrtUWOkGeDQeTsBqODeudksXM { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17.625rem;top:104.3125rem;left:56.375rem;overflow:hidden;display:block; }
#LxztezDtT3nVgwIqhtotlgPqnhqGNGXP { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:214.1875rem;left:2.4375rem;overflow:hidden;display:block; }
#lbEEu345svog9cGc36iTeJX7fkZAkEoA { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:220.9375rem;left:3.6875rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0QQlBNop1Uz3D94Ex8f5pfcPS1cZzAr { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:216.625rem;left:3.125rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSQL4JOZ6138qRcpSyshK2SbHhTypQgc { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:17.125rem;top:195.5625rem;left:1.375rem;overflow:hidden;display:block; }
#gsTyGo8hQ6cBwCZK01BbuRWaE8904T7E { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8116875rem;width:16.8116875rem;top:195.75rem;left:20.4375rem;overflow:hidden;display:block; }
#hhcot2wbRufVtTEJWI69l4WwfkgJrTNU { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:213.625rem;left:22.1875rem;overflow:hidden;display:block; }
#AcCGqAxwi7BWtbVF5H6KQaVFstZ1qV0L { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:219.8125rem;left:23.25rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hlpv60i3e2SApoCqA6AW4dyEW826z9dm { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:215.9375rem;left:22.75rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybEMOhl7B29BcoVt9LlxpUUo6UtF16kU { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:16.6875rem;top:195.25rem;left:37.875rem;overflow:hidden;display:block; }
#BCf5bwPZezHLorKCeMW6nHAOQXmRO68J { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:213.625rem;left:38.625rem;overflow:hidden;display:block; }
#zHJS8hsaRKkedqFzI4HceFVN2QfH6Gco { color:#ffffff;display:block;width:11.9366875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:215.375rem;left:39.875rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWvXQ1czPORz6dsw91yvq0DT1f1ZyNqE { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.1;letter-spacing:0;top:219.8125rem;left:40rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bct1qDxq5DhXTMaeFiQ8ftLtd17mZM8v { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:183.6875rem;left:39.625rem;overflow:hidden;display:block; }
#Mr1759dMCLhM5AZA9Zucp0FadoW5TTXO { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:189.3125rem;left:40.75rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0HMyEBPfSWC3yfHXyyoFPTHKnmkZdxE { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:186rem;left:40.25rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QU2048Tc5dmXILibEs7VoDlnPvTTqKzU { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:17.0625rem;top:165.375rem;left:38.6875rem;overflow:hidden;display:block; }
#RPM03GBSBxfihVItyhUdvcu11fQkiqRx { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-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:8.6875rem;width:15.25rem;top:183rem;left:58rem;overflow:hidden;display:block; }
#J9Pu8oW5u55hTAD5di6KJ4diw92kOo63 { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:188.625rem;left:59.125rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uThVwyv9TymGAsoVWQ1Lq8qkPEys5pa3 { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:186.25rem;left:58.625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPvnfq7tc4QKQ9UuS0iK9w7wo0os4eT3 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:16.6241875rem;top:165.37498140335rem;left:57.278900146484rem;overflow:hidden;display:block; }
#XskJcS2knDV5KWdmMFIhqRvqeG1OgyWb { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:18.625rem;top:134.96717643738rem;left:0rem;overflow:hidden;display:block; }
#O7xA1VQR653On41Rtpnoa4KZx3zAT6Cy { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.687125rem;width:15.249625rem;top:154.68748855591rem;left:2.3097648620606rem;overflow:hidden;display:block; }
#HbdmcL4A1sa08WeSXZea5lE2BaZVTJbP { color:#ffffff;display:block;width:11.1866875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:157.04295730591rem;left:3.8097648620606rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hX8xdAsiouoEVRfxTeyDaTv1rVcn24wJ { color:#ffffff;display:block;width:12.3116875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:161.11170578003rem;left:3.5296859741211rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msZEpxkVWGP1somZ9tLi3E2bC7Fu2aur { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6866875rem;width:16.562125rem;top:195.5624961853rem;left:55.383979797363rem;overflow:hidden;display:block; }
#bNKyhp3qSN5bc8lbnFrgCwv92mac27yw { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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:8.687125rem;width:15.249625rem;top:213.0624961853rem;left:56.696479797363rem;overflow:hidden;display:block; }
#flr2C6SDf5ZQDJMXNTdhM2xFVlMz3lyV { color:#ffffff;display:block;width:11.9366875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:214.5625rem;left:58.125rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HccuTUukLcuq5CMioOTx5kRHvTyMCc5y { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:218.52915096283rem;left:57.75417137146rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyZIByM5L0z9lKKNa04eg6flDsA3gggf { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-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:8.687125rem;width:15.249625rem;top:243.75rem;left:2.9375rem;overflow:hidden;display:block; }
#hzVLnzMQn7uEDEH6AXvhyP7rOpp8y6kT { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:246.35546875rem;left:4.0625rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cObJofsgZOkcnxnsOg6Ppw90qVMvtlsh { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:249.5625rem;left:3.6546869277954rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KS1fsBFof4k46myITe41liXRZ0xZnWf4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:223.98750019074rem;left:0rem;overflow:hidden;display:block; }
#doJBueVRrZ65U8lnBn35eqh1bxwdBBvK { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.687125rem;width:15.249625rem;top:243.5rem;left:21.6875rem;overflow:hidden;display:block; }
#zTX1AeUoiIsbXkO74hilFhH2PXdduDSs { color:#ffffff;display:block;width:11.9366875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:245rem;left:23.125rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKTek4n9Q98GZry2IX1mHOfLzZMtzZOT { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:249.3125rem;left:22.75rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BsPvw215KHcS1v0g8xl84xAIDQTpJvhw { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:223.92500019074rem;left:17.999218940735rem;overflow:hidden;display:block; }
#ICpAUu0C4Ewy3DWGeEr34tfee774JTv5 { 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:21.1875rem;width:21.1875rem;top:222.87501525879rem;left:36.125001907349rem;overflow:hidden;display:block; }
#RhxgEimvax9SSR3qlyRUVLNykciT9ER4 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6864375rem;width:15.2489375rem;top:243.75000762939rem;left:39.812505722046rem;overflow:hidden;display:block; }
#FD7S4ki5GJ21ZqhKbB4SnFzv4s0medh1 { color:#ffffff;display:block;width:11.9364375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:245.61771392822rem;left:41.468755722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4UaaLOJlJgUShrgDzfbsGnBnSUFChUz { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:249.56250762939rem;left:41.156255722046rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:21.1875rem;top:222.87501525879rem;left:53.812505722046rem;overflow:hidden;display:block; }
#lyT3RKmgXMdT5OdfX8AXTzRzzfoBTFHR { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:16.875rem;top:254.35833358764rem;left:1.4989585876465rem;overflow:hidden;display:block; }
#vnQf7fI6FBMWFcxN44UNxFP6eAl8Roqa { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:271.61458587646rem;left:2.3125rem;overflow:hidden;display:block; }
#qSIykmAox1gWzNuzxMGzTvFncNI8a4zn { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:274.29583358764rem;left:2.9989585876465rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJ2L8COFGbTTvzGlPOn3LSn0p10J2JyN { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:278.01979446411rem;left:3.40625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sk8vhkg8BRR0nuq0nLG2TVK6Cp74cJbE { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:243.75001144409rem;left:57.968755722046rem;overflow:hidden;display:block; }
#x4NTHzWXZGraSfZMwz7aTMIUMNoXgGX2 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:244.38021850586rem;left:57.375005722046rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqE9PKAmhGyVWOaETQE4e3Z9ke9oGTkT { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:249.56251525879rem;left:58.700002670288rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdxlWG7uyPFCxGtkLVU9zsIWX3OAbez0 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-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:17rem;width:17rem;top:254.29583358764rem;left:21.093751907349rem;overflow:hidden;display:block; }
#kKrayTh4iTiVB56WTk32NAqofymOc50o { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:271.61458587646rem;left:21.968751907349rem;overflow:hidden;display:block; }
#yI2D42L5pvSyE60Uz7dy3vkc33kGAQiE { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:273.83125305176rem;left:22.656251907349rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3wGOvR25cdQKeHK5LigFXBas90mDG6N { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:276.77083587646rem;left:23.312501907349rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZR4c0owM1ytKTgUQiilaUVEuEHrfyK4P { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:271.61458587646rem;left:39.812505722046rem;overflow:hidden;display:block; }
#kTVDmO6O0eT80x9lBL9C3XOTup7WAT9i { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:273.67708587646rem;left:40.500005722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4ebb7Wvl9wa2dOl7bXcKolF10BBBp6d { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:277.38958358764rem;left:41.156255722046rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p2IoFC2JTGVlphcqIhQ41v44F1ZdF0hB { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6854375rem;width:15.2479375rem;top:270.63854217529rem;left:57.968755722046rem;overflow:hidden;display:block; }
#PQH8hHxytUSeOHJh8I1WMtc7pl3lRTlN { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:276.77083587646rem;left:58.700002670288rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtAD2h97qsQHQzKt1uRZZU2kWKrMfR4a { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.1;letter-spacing:0;top:273.83125305176rem;left:58.656255722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fbeT0CxUL8baIOMAVaxU2uJcO9qAcnWA { 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:16.9375rem;width:16.9375rem;top:254.32708358764rem;left:57.125005722046rem;overflow:hidden;display:block; }
#p5a4HwZFhzsamABqXAdiaZP1fpcvxBg2 { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:282.22916793823rem;left:1.4677085876465rem;overflow:hidden;display:block; }
#meOo3qeZnPbfqhEs7ZT8V3QfyI2AOlVq { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:301.28437805176rem;left:3rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6zsSiaSAbUHpPLLc0G69m3bsTBwUGvN { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6854375rem;width:15.2479375rem;top:298.58958435059rem;left:2.5052089691162rem;overflow:hidden;display:block; }
#P1v8vBfX8whfihS5iXdfIQJGcNcEnzRH { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:304.2500038147rem;left:3.40625rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuWUCoBE8yV6ufEVTRom4LU9knl4lahX { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:298.58856201172rem;left:21.968751907349rem;overflow:hidden;display:block; }
#mJdtgIbCkiTBoixXdxnZgxEfM3MIv1UJ { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:298.58856201172rem;left:39.812505722046rem;overflow:hidden;display:block; }
#OWttXBphZab8aVmHiGZqGJvGZcguE8RK { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:326.8010559082rem;left:21.968751907349rem;overflow:hidden;display:block; }
#CqBzN9mk6uziX4Na4Qa4xZ7lTZdpG0bJ { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:300.66460418701rem;left:22.656251907349rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTZHdXTMOK65n7K6ffbnvonSDgxShcRT { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:303.63022994995rem;left:22.250001907349rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUzEsyNUVonxO8CZTHiawFun63AJfBs5 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.1;letter-spacing:0;top:303.63121032715rem;left:40.093755722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idAIorOgwqRQUVUiX2yiGKJORgw6AqHi { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.1;letter-spacing:0;top:301.28440666199rem;left:38.718755722046rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8MTGBoRpMOgBdS9wdsVqShgOUauVwku { 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:15.4375rem;width:15.4375rem;top:255.076058954rem;left:39.718755722046rem;overflow:hidden;display:block; }
#fItm4oSzfeHdkoMVvG6ZGPwhpqT3qASl { 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:12.8125rem;width:12.8125rem;top:284.29064369202rem;left:23.187501907349rem;overflow:hidden;display:block; }
#Hy6dOlBV4J8TKhTcTWJcyqJQDd7wz9sE { 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:12.4375rem;width:12.4375rem;top:284.47814369202rem;left:41.218755722046rem;overflow:hidden;display:block; }
#tvrbwEcHaUNzW801L2gJnIkuHy7adzFc { 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:15.4375rem;width:15.4375rem;top:311.36355400086rem;left:20.375001907349rem;overflow:hidden;display:block; }
#BMlXn63FTRHEdlom5v4DIzm4FVqg6nDe { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.1;letter-spacing:0;top:329.2698059082rem;left:20.375001907349rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncUmJ6Hyyg4sA0XzTgr2IRTLDcvzVTqD { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:332.89584732056rem;left:21.504167556762rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w7b362LfzLwOSXzlmghNuvEqRdOJ1sDu { 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:17.375rem;width:17.375rem;top:310.3948135376rem;left:0.49895858764649rem;overflow:hidden;display:block; }
#DC6FCIQp7F3UPPkfIWp6hAe6KBwe1u7a { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:327.52084732056rem;left:2.3125rem;overflow:hidden;display:block; }
#HggWsoCzNEb3TBeM86ZsIAawNNavBXbW { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:329.2698135376rem;left:0rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QWVC9urVTRcBCKrCMLO8WbvoP2HJJPef { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:332.89585494995rem;left:1.2541675567627rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eNJ1SygBR6zlF0X1D7E8lZDb0E5hzXwH { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:298.58958435059rem;left:57.968755722046rem;overflow:hidden;display:block; }
#GosyRsybFgMv6EkpH8MUHPdDl78XR7uJ { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:303.63125228882rem;left:58.656255722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxvah391BOWyBTd9lDaHT7tE9eOItWUb { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.1;letter-spacing:0;top:301.28433609009rem;left:56.875005722046rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WUJnx4TvntXSvSldJmRibWhiG4fouBZF { 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:12.4375rem;width:12.4375rem;top:284.47916698456rem;left:59.375005722046rem;overflow:hidden;display:block; }
#CB2IMseLK6EvgEZueOmT48cH57sJ8NTC { 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:18rem;width:18rem;top:308.86773777008rem;left:38.441667556763rem;overflow:hidden;display:block; }
#Fzuk6cLi5ELCpfTPZSZ2G9IKxHwU9Wx1 { 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:17.75rem;width:17.75rem;top:309.11773777008rem;left:56.718755722046rem;overflow:hidden;display:block; }
#n2Ips5rNNTSRhKrA6SD8DQi6X8zNvSU5 { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:326.80106163025rem;left:39.812505722046rem;overflow:hidden;display:block; }
#MwcTtqJs3T2QkSkvfuFTsq8wo3ypIJLX { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:326.80106163025rem;left:58.375005722046rem;overflow:hidden;display:block; }
#ZSyWcLDiFT1lLBQodLsLuFKozLKbpVyf { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:332.23335266113rem;left:40.093755722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E4OggdxGWautcHkM24JWggCbePPqPxzz { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.1;letter-spacing:0;top:332.27710342407rem;left:58.656255722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTgyZcRZU6C76oAHVhxohkWcoKDThLgq { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:329.26982116699rem;left:56.875005722046rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wKn5JCmM8bAzfIpg0SQ5JwAwxE7DoViy { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:329.26982116699rem;left:39.00417137146rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tm20IxyrkvvO2qTww6t8LteJ0lBVn72e { 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:17.625rem;width:17.625rem;top:336.96147537231rem;left:1.1239585876465rem;overflow:hidden;display:block; }
#PDEODHDKh6hFg1gzofbRNJB4URPfFMy0 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:353.75313186646rem;left:2.3125rem;overflow:hidden;display:block; }
#mEGrn9qfT5rbSZ4fOrJA3CU89JKbrFkI { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15068;line-height:1.1;letter-spacing:0;top:355.23334121704rem;left:1.2177085876465rem;height:2.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2iGMFaWhrnZyhcTcbx0ogHx8zrUtmW9 { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.1;letter-spacing:0;top:358.54584121704rem;left:2.5927085876465rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVkHRLfM23m0LmrBLm747mbZWJV5Ckiv { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:15.75rem;top:337.89793777466rem;left:21.718751907349rem;overflow:hidden;display:block; }
#Ct94CLhK7FAmJSZrEcN6G67yDBAcvKMt { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:353.75315666199rem;left:22.250001907349rem;overflow:hidden;display:block; }
#WsbVvDelVQT0Qc66aVLH9xpoSVNiKUNB { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15069;line-height:1.1;letter-spacing:0;top:355.23231506348rem;left:38.562505722046rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yVhDLJqxqNJ1p6TBqifhWixm914lRaUs { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:358.54588317871rem;left:22.531251907349rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hy03yXkxRDfEJHagBWe53bN8sqft7C6E { 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:17.625rem;width:17.625rem;top:336.20523071289rem;left:38.281251907349rem;overflow:hidden;display:block; }
#i5zC0sHnsyqFc5Iu308LIOgkMpNP4dQG { 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:8.6854375rem;width:15.2479375rem;top:353.75210571289rem;left:39.812505722046rem;overflow:hidden;display:block; }
#twkrvGL6zTR1dFoNhkySfpb8TIs5H8ie { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:355.85214471817rem;left:20.875001907349rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4NMugqeQpQXvlSoEMiDKK5H0KiK91Nx { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15071;line-height:1.1;letter-spacing:0;top:359.78231430054rem;left:40.093755722046rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIbKsC3qliaJ6h8HMCvIhU8Mq5GGE2Ff { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:17.375rem;top:337.08543777466rem;left:56.906255722046rem;overflow:hidden;display:block; }
#fVhUyq7gvTTRf7qflItzpTus25M5wDVJ { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:353.75210571289rem;left:57.968755722046rem;overflow:hidden;display:block; }
#ovsySTPItq1RBzvePghkVQaDuzxJdUwB { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15070;line-height:1.1;letter-spacing:0;top:355.23231506348rem;left:56.875005722046rem;height:3.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJRHe4VlUtMFxlQHPdCdz5JwgzXugePp { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.1;letter-spacing:0;top:359.78231430054rem;left:58.250005722046rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWVZCOT7vFdqS3RWbX1hKGkGPhZxTTDI { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:17.375rem;top:365.28335762024rem;left:0.5rem;overflow:hidden;display:block; }
#ZOavRhu6M0Tm1AEZe1rN6ZSAl1fVQGGw { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-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:8.6854375rem;width:15.2479375rem;top:381.72085952759rem;left:2.0625rem;overflow:hidden;display:block; }
#UoTvGiJ6JkxHl3CPZ4Ez0RSDO9ozsv3t { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15072;line-height:1.1;letter-spacing:0;top:384.40835952759rem;left:1.2177085876465rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lS7vZSTiUMvT9Di8tn1SMA5IsU9avrNn { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.1;letter-spacing:0;top:386.97085952759rem;left:2.5927085876465rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZDkwq9rWWhmPxK4mEBUte0eFWpzGqE3 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:17.3125rem;top:365.28161239624rem;left:56.903900146484rem;overflow:hidden;display:block; }
#BB7XZXLm8l31sRhGbB9BOpLOJ0D3JSbQ { 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:8.68475rem;width:15.24725rem;top:381.71950531006rem;left:57.966789245606rem;overflow:hidden;display:block; }
#pM0r1oa5xTZUAEAI2rI42QSW7gnAHG41 { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.1;letter-spacing:0;top:384.4077835083rem;left:57.187492370606rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9CUppaMaykyOafi7K1kCxWfzhCDIwQW { color:#ffffff;display:block;width:14.687125rem;position:absolute;font-family:"montserrat 2";font-size:1.125rem;font-weight:400;z-index:15075;line-height:1.1;letter-spacing:0;top:386.97067642212rem;left:58.654685974121rem;height:1.2375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { position:relative;display:block; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { background-color: transparent; background-image: none; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container > .video-iframe-container { display: none; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row > .video-iframe-container { display: none; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .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); }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { border-width: 0; border-radius: 0; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a595c2;background-image:none;font-size:0.875rem;font-family:arial;height:116.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xD1vLCpFWDp3ypaTB5bzP1p8rIv2rHgZ { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:"montserrat 2";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.8125rem;left:20.59375rem;height:1.5125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igu7r407254OEQsKbtn7K0Dsnda0sk1E { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:17.125rem;top:15.419761657715rem;left:10.439584732056rem;overflow:hidden;display:block; }
#pCH2yeivv6KPLtz8fZTav5O0WiqgSlw1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3109375rem;width:14.3109375rem;top:51.041011810302rem;left:15.885936737061rem;overflow:hidden;display:block; }
#PfiQtfw8CVeWNWwXMsV9QI6iu2mJriZk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:100.08964490891rem;left:17.437501907349rem;overflow:hidden;display:block; }
#InHceW3nn4QLX3GM2VNCisfhWNIzoJAH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:21.624607086182rem;left:5.0144538879394rem;overflow:hidden;display:block; }
#g2aty4WMmCVteZBJ0ZymF6cQVCSOmdU4 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:30.75rem;left:19.125rem;overflow:hidden;display:block; }
#ZCq0W9Dy3uXiiIWDewNBl7vEdPbodzQ1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3109375rem;width:14.3109375rem;top:75.9375rem;left:43.75rem;overflow:hidden;display:block; }
#uWzWepu5d9kf9MBIOtAgoGIcFWIF8wTJ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6234375rem;width:15.6234375rem;top:86.687107086181rem;left:28.199996948243rem;overflow:hidden;display:block; }
#sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0614375rem;width:12.0614375rem;top:20.747918128967rem;left:30.937501907349rem;overflow:hidden;display:block; }
#w6bugREnAMrd5UJmCz3hKKvNWpxL5XhZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:12.8125rem;top:22.842709541321rem;left:44.498960494995rem;overflow:hidden;display:block; }
#Z35prsXcybFUZNDy1NPprqEObFNlT5ke { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-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:10.125rem;width:10.125rem;top:31.375rem;left:4.4375rem;overflow:hidden;display:block; }
#ZWt4981fMRK8mrzMovTboFHTCX1tpmNn { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:16.875rem;top:7.203125rem;left:30.195833206177rem;overflow:hidden;display:block; }
#Rn6o6GS0mR7DfvJ5126QTf3DBtbnAnhS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.6875rem;top:34.562526702881rem;left:60.812505722046rem;overflow:hidden;display:block; }
#Ng90hwNkOuDCrgwKm3wZ9cmlzvTcVLI6 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.172917842865rem;left:31.250001907349rem;overflow:hidden;display:block; }
#pAHJ3fwGexnIVtFmbAWZ2UbxF8U7xTDK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1230625rem;width:9.1230625rem;top:41.917964935302rem;left:32.937889099121rem;overflow:hidden;display:block; }
#tkhaawQTpkMD95V1lGcQNAOtpaGMp937 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:40.6875rem;left:47.375rem;overflow:hidden;display:block; }
#xBGSTyfaSPZ2NPlrCtJ1ufaM1XEoJqnO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:53.696479797363rem;left:5.0144538879394rem;overflow:hidden;display:block; }
#R3w4mPSQpOzRMFBSgBR64bWml17p9WtO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3734375rem;width:17.4375rem;top:65.351949691775rem;left:0rem;overflow:hidden;display:block; }
#gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.2484375rem;width:12.2484375rem;top:64.75rem;left:17.1875rem;overflow:hidden;display:block; }
#RpzzZdqLmpVvZzBrTOfwE67wGNF1RQfz { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.749625rem;width:10.749625rem;top:40.217575073243rem;left:4.1238288879394rem;overflow:hidden;display:block; }
#G73WtfXmKCClPuKHsc286D1iLazzACqk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:64.375rem;left:59.125rem;overflow:hidden;display:block; }
#NqefUTVUXMBNPDIcVoddWn1spLsqbqJp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6866875rem;width:9.6866875rem;top:78.25rem;left:17.125rem;overflow:hidden;display:block; }
#qrSbleaGX2Aq3b9M3ZBTTdK4rb2mhUIe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9991875rem;width:10.9991875rem;top:77.875rem;left:30.9375rem;overflow:hidden;display:block; }
#eJps75ti06OpJyApAWAM134b97QBUwlr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1234375rem;width:11.1234375rem;top:77.5625rem;left:59.375rem;overflow:hidden;display:block; }
#x2lf2kyHknA8RhVIFWckJKHAyEQwBzB2 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:90.248434066775rem;left:16.435546875rem;overflow:hidden;display:block; }
#gViUGvbQOSmIKDTpS0efzTsMrecAJBke { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:19.030209541321rem;left:59.343755722046rem;overflow:hidden;display:block; }
#prxGTEGEiSeNt7rvpSeccXcuIh1zZl8k { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"montserrat 2";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:5.7572917938233rem;left:31.758333206177rem;height:1.5125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCCJn7zXybRinwZ76QEuBOqufTxQLzz5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:30.937498092651rem;left:32.71875rem;overflow:hidden;display:block; }
#JgnT9qgR7JpQqyBubPwKtPEDIKMCh5Gg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4991875rem;width:12.4991875rem;top:88.249214172362rem;left:59.905075073243rem;overflow:hidden;display:block; }
#BRQW1CVSLTa0zqPdVQxF4FxEhO1S2Jcr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1866875rem;width:11.1866875rem;top:65rem;left:45.0625rem;overflow:hidden;display:block; }
#MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:40.687498092651rem;left:19.125rem;overflow:hidden;display:block; }
#EcqtSpXrDGMOW6686TZGxCq9IaoGU62B { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:65.625rem;left:31rem;overflow:hidden;display:block; }
#ph6FHxmlWm4TTzOTkCQqu2k6XfOObRzX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:52.665229797363rem;left:31.96875rem;overflow:hidden;display:block; }
#J5mttofAFDss7p9iC80Hv0bv2heqvUzR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:78.499214172362rem;left:3.708984375rem;overflow:hidden;display:block; }
#k9zlkckU1T6W87DblIqLT6XHlT1FIAG1 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:40.687498092651rem;left:61.654685974121rem;overflow:hidden;display:block; }
#eU0Ou9xhsLZtKvk5p79fZFJTXIbbdEE6 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:52.665231227875rem;left:59.886322021484rem;overflow:hidden;display:block; }
#i6RhdhHaKR1eqWU8pyhn9TBmtJn9d033 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:52.665231704712rem;left:46.03125rem;overflow:hidden;display:block; }
#NBGIoUvUfSk8Uq8mriQMtP8GacxySJhN { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:89.7597618103rem;left:2.771484375rem;overflow:hidden;display:block; }
#ek2bMTxN7NviFydCUoRoJthKhDPPtWOr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:15.5625rem;top:86.823041915894rem;left:43.121482849121rem;overflow:hidden;display:block; }
#wNi3lJUVJ961S32AOqCR4FdhD5s1pWP3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.75rem;top:22.873959541321rem;left:20.218751907349rem;overflow:hidden;display:block; }
#BtBuV0ntb6yp58XprbOkvwDTwiNP1AbK { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-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.625rem;width:12.1875rem;top:18.189584255219rem;left:47.070837020874rem;overflow:hidden;display:block; }
#T31oN1KIHIX9s66FA6p0nW5JeBM9WzvH { box-sizing:content-box;height:0.125rem;width:47.25rem;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:21.625000476837rem;left:11.822919845581rem;display:block; }
#UnD5IzssEs7es9xHZrlPeLsqUvKvTdng { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:99.527086257937rem;left:3.7708339691162rem;overflow:hidden;display:block; }
#zbnBV7cWcubD8t01heKcuwQ6M6NPMLcn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.875rem;top:30.500001907349rem;left:46.503126144409rem;overflow:hidden;display:block; }
#Z07bDEt4xKur496Tkieq6S6NXd8O7Lbd { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:9.625rem;top:99.933294296263rem;left:31.197919845581rem;overflow:hidden;display:block; }
#lZo4lsDwrAvla0yiXgTkzgiDkzOFim7p { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-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:10.25rem;width:11.8125rem;top:98.933336257937rem;left:44.998960494995rem;overflow:hidden;display:block; }
#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { position:relative;display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { background-color: transparent; background-image: none; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container > .video-iframe-container { display: none; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row > .video-iframe-container { display: none; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .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); }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { border-width: 0; border-radius: 0; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8338dff7-5aff-4011-9d43-e7aba6837853/Designsemnome11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container.adaptive-delivery-prevent-bg, #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container.lazyload, #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container.lazyloading { background-image: none; }#ztJwOTxAtKT2Hb6T7PXmvIIkuMOr5cqD { box-sizing:content-box;height:25.3125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(165,149,194,0.81);background-image:none;top:0rem;left:0rem;display:block; }
#SCyZnDuMfU2TR2TrwVDil4d7bi6MyQyb { color:#ffffff;display:block;width:65.5rem;position:absolute;font-family:"montserrat 2";font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:11.29296875rem;left:4.75rem;height:2.6003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEweEAX53VGJDogARrzKe9y8KAZv4exG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.9375rem;top:2.1875rem;left:5.28125rem;overflow:hidden;display:block; }
#L5TedhRGJd30WSfettFL4KQgATQ6Pgco { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.9375rem;top:16.75rem;left:65.84375rem;overflow:hidden;display:block; }
#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { position:relative;display:block; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { background-color: transparent; background-image: none; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container > .video-iframe-container { display: none; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row > .video-iframe-container { display: none; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .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); }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { border-width: 0; border-radius: 0; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .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; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hr0hssnWbW9c5Zc8KfIVXoeJ4RLIpKnX { color:#a595c2;display:block;width:32.75rem;position:absolute;font-family:"montserrat 2";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:3.01171875rem;left:21.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ukypa3N42Lb0BwyMI9sMkk3MfkOrDkLJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:6.6875rem;top:10.4375rem;left:4.09375rem;overflow:hidden;display:block; }
#e8ZZWJqBri91LtZDUrOIH1gvly8plQQM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:31.375rem;top:7.51171875rem;left:0rem;overflow:hidden;display:block; }
#D3F9scUPUhfpyTcl2pwVfkl1gdZHlDTw { z-index:15003;top:10.4375rem;left:26.0625rem;background-color:#fbc6cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0) ;box-sizing:border-box;color:#a595c2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.875rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rn1rXZr3MHXg9myJKhfyB6ekIZsabpHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ki42qFSNGebZByBCrChrEsihcppsdDxG { position:relative;display:block; }#ki42qFSNGebZByBCrChrEsihcppsdDxG { background-color: transparent; background-image: none; }#ki42qFSNGebZByBCrChrEsihcppsdDxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container > .video-iframe-container { display: none; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row > .video-iframe-container { display: none; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .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); }#ki42qFSNGebZByBCrChrEsihcppsdDxG { border-width: 0; border-radius: 0; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .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; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xowIv8JIdFxgpBrTShJv97003ObIJUJv { 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:5.49960625rem;width:12.1875rem;top:1.787109375rem;left:6.029296875rem;overflow:hidden;display:block; }
#Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { color:#a19a9a;display:block;width:15rem;position:absolute;font-family:"montserrat 2";font-size:0.6875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:9.7828102111819rem;left:4.623046875rem;height:1.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIzKlNzGAtU6zqcAktu7rS11XNiHZSBv { color:#662d8e;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:2.1;letter-spacing:0;top:1.787109375rem;left:37.398040771484rem;height:9.9703125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-regular-label { display:block;width:25.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-textarea { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-button { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-checkbox-label { width:24.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX  { width:25.5rem;height:auto;top:0rem;left:19.75rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .radio-container { width:25.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX {display:block;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX { width:25.5rem;height:auto;top:0rem;left:19.75rem; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cXAT8uNPnPvorBfXPnO3ngfPuNlOnV83 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #E8cNZbN4nXXcBaoKBz8DA7M2aeyTof96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #vicrQyQb9dfogrN2oR2qHnlPiqObyhft {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #DXHXvzmQz06n6fEZlrbJIk5RcqfgOwp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RKRsUWoHEqowBWq4HRzBD8PAIdNsqziO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ghvviqESzK1yT4De6DLlPALD3GLCUi96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cKdFe75755vW0W1ALUJByfcSMSwEMopv {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fBySXTBQkRHzmduaQDlhKMxxssA9o4Eb {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iq96ogi6dTV5LnCOK2qHl3NHOWFNfacZ { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #TaU3qEpiQaaiLvRTbarMiZubf9wk93v1 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RXg9PASlCVvoRwkDvTOxu1Zpo0d2R6CK {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ucH6liBE7Nny5T0BqBrdsSZGFGklEoRh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NFJrJVbOntEv3zvokwWDPTAihumx9EVz {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #H7OTEFfJi4csqkCLV1IVvOhDv3i52ZMa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tCypKpRTs9DVdUFU2DZaGIP49THap2Tp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ioSAs23HxDmIkdyRvkxVTHDVBXn3MBcE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #OXOnn0rmqwuchHICgDrfm39A6u8lx4Iq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ytac2MhNuwxO8AMnCo9UEckKHLxaDPFN {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LUDJkC50I83yvgPI3bwkG7zO8KzUhgVF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #W4Os5B02XwP8c8PfTH8QzVewZsFM6zTD {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Ck8KFwU1CQhbZteJn6CMHLGVzMSSXiiG {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ToeSu0yvS13cMenzKbXk8bir5CAdeoJA {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #w50Cu2J1fA4c2W4OcMeFizWwOsvgSAX8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #pVy0w0n8IAmZprfOqoxPlHRMFlskr7dB {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NN9qy09kgoFosiwfcvXvotxNzbWc9oek {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oIi9fdCib1EimaObi35HT1BchedfBJsI {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #L5tr0gv8kaBJzXJ9F8ukAy3TEdEHWOe2 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dUiXUX4xME2C9dLPBeg4rzWeiJrJAzvF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tDsglTmxf5rRN7gy859Eyu3JR4zFnlzf {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SAEE2WxNlH5R6iuDzbApsAPuBrxFxeAy {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #y5WCTPGfSyHLHfFqXVi3BJWiXRXEsnp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Jd9oPkXnasmD6BAgO0Ov7IXwOHlzmCDh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #JsqRMPMg4zfm2KCytBR7Zhb7C42odHKh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #txK7MCbVh5XbXhU26Sp3V60TUo97UUaP {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #twKNTCmIDGHslayAXhMCb4iPvTzemNId {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xW7qyqobG3QpT8sfvZ6nGDx5fcmnBJgU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ov7Gmhw56PKnBxp6bKIy7UVzvETVvTpo {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #exG2V33FX21mHR6bOe6059qXObe7q0yk {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #teZ18ZvpbABS7AZoJlIgbpqBRrgQGlug {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #zMkCnmBDI2fq7inc47LM7D58FQeudTta {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #HS8Ivcf0TxIW4pimrJ2hUWUvaXoIyNqO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #k1ozNrPmoGiPEZkWSVAFkTlsWI5zz5o8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cJ1RDLmsCBc5oXJLp52cAZ8X2TV5kGkT {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cQ9rxBHBP4KCSlfriAJ28q6KJSFx2yvI {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #qfIkQpczWBoTeEvvE8qcoyAta2hpsCqk {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tt2FZipmm2CiLQToSNfHcwF2Hk73JZPE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #nc2pcbucq2XUbZ4UTHWyXGD40RtZppqH {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #e0TDZH9qpq2o6xtmQsqHbDM0JtRnQ5az {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #VtU3dRJcXFyLJ5QF7GDtXPhs83AOmxDt {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #BpRxJXiS0IRP5p0zfLs8mCWBiASlnUhQ {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #svLJkfTJ8WqktwMmmNVqBnWggWDmg81g {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ltNxeQMnucrWqy8KAurwD8mWrzUTwTGR {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B4D2h1tIpDMfagmT9bPOJ2yF5KmF42kU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #lMtMTrtsMTDZGi72llMxFcQ5E1u8JDWa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tb3rS7RVcsFoU99iTtmAKbdAVOOQnb2G {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kuMmRLTTolfW7qDGiXrmOIhJvWWtiEFL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iy2vSzKpUulzkHTM7KN0rfnvIcpVWNBq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #z28DIyilCPHEMNHFm9aSR9dXWSyNFnxd {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #WD4x09bgQibHV0HHuTINsIvLs6nQL5Tw {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #rqVvlNH8plOh2l4E1VsDNlfOwHHSUgMg {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kETy7ExkZwBHaOmNdUPMlaR6fAQF5x20 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SVaMTtl9hMyk81rZp82O1bO8yyl1VHwp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ACyytykWJbUbzrGcbpPyGByLUeoLNt7D {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oqMimJwRSZ6TVIZbEIv2meTAnp0a6Alu {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LTqBZATbVOoTQaeJMf8ScCTtpqWyFaqq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S5iQ1Bb8KDO6BA2eUOCMROe8fIQPkZQL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dBgxX8DenMN4nEggm4RLV4VtSwGxiy2H {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SxNWguHm6NQvWDnTDebSWoq6Ce6uVBs3 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #D9GM5JFPNbToPrQeioI4FCJDQytwW4oq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #hNcrQlL44P3Unb9kWpyTdulrWCILGxVa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #iTgSF9kwDzck0fkTatE21aaU19aXHzLZ {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xTGD23lrJaFCR2UeSJmRhZ7ZJfnzTc9t {  }
 }@media only screen and (max-width: 763px) { #yOD3fcv2JanJytAGOU564VvrmJqwMxE2 { display:block; }
 }@media only screen and (max-width: 763px) { #azz7Px0Sn7N8Ir7vye4T7JAbvOsHXI2y { display:block; }
 }@media only screen and (max-width: 763px) { #vAL96vtmNyFCXGE6eTTxdKw4OASpUCya { display:block; }
 }@media only screen and (max-width: 763px) { #PxaH2V4tX8vsHQTepzUIeL3yyMfeh3lQ { display:block; }
 }@media only screen and (max-width: 763px) { #VBHZI3fmG63BRMGzAhbyy7vkEWFAfSOK { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kHt2QykE4s7TtAJrTPfQfPSZiqMNpAmm {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S3dsyRnONkgTFeNnpAHgyMCcslhWoxVU {  }
 }@media only screen and (max-width: 763px) { #RTVwz6ayyohCWOoMCHkRoGGkTI2HZmWz { top:79.0625rem;left:0rem;width:11.8125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmVamN7OCqfS3LSciK0bxfXI7ClZbVM { top:90.6875rem;left:0rem;width:21.9375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFCcdxnSTMRCRdTE1CfVyNe2QqWFXo0E { top:0rem;left:0rem;width:47.75rem;height:71.1475rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbWNnbkWWTIskxlXP73wWaLnP9Qe2kA { top:90.75rem;left:23.125rem;width:24.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4L1keeoobAAw3Wy5TLNVkUcZ4IGGBw { top:88.9375rem;left:26.9375rem;width:2.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgfaRJL0xevtQPy52V7zxSCl5l44RBmE { top:90.5625rem;left:27.625rem;width:1.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { top:94.75rem;left:0rem;width:24.6875rem;height:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrAeqCsCCEe0OQHzXTSziAT5Z5B4EDLt { top:94.75rem;left:17.625rem;width:30.125rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVPkxL0M9bTp6DRebMqPDSD4lse2D63K { top:99rem;left:26.9375rem;width:2.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JrJ14BcnoL3w14TQs8PpmahC0LkCJw { top:99.375rem;left:18.5rem;width:29.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSOHdkkQqVxHZN4krI8lXDINWLh2JFy { top:101.5rem;left:26.9375rem;width:2.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyzAAdEwWGVPLNWsRbpbRNfeTQP54pMJ { top:101.75rem;left:18.5rem;width:29.25rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l21SoCNIkxpMz7RlB9DOgnOV6ArmQHxX { top:104.0625rem;left:26.9375rem;width:2.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKwZErZTFTwQSbbgU9QrnAsbX5U1ABoJ { top:104.375rem;left:18.5rem;width:29.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 { display:block; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgWgFQr6zHRXNqw6Q8JZKQNDHtGUrUKg { top:0.75rem;left:22.84375rem;width:2.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNav5XQoJezrbctoAreHaKem7NK6EenL { top:3.6875rem;left:7.8125rem;width:32.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXVTcc37LJXkgvhPp5fBqwr94k2PCnCs { top:6.5625rem;left:15.375rem;width:14.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIFhmAl7V8KT9S3K37Bpy0GrQwcalJo { top:5.5625rem;left:29.375rem;width:3rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5QDVwRmrbRAJCWqTOigeIhOzFMRlnob { top:6.4375rem;left:30.125rem;width:1.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maTPcbeyK6R9KS1GrLNoQWJoxCCfEbKn { top:11.25rem;left:3.5000019073486rem;width:40.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PURuPQW0c32N9MhegiulkpJlqkkEGCXr { display:block; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTUsWrqTlhShqCFzQqpRD1veVzV7IHO2 { top:2.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { top:8.125rem;left:0rem;width:47.75rem;height:26.276627218935rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvGQT4QcQME5w9psFmdwwlrcATTyu0uo { top:32.25rem;left:0rem;width:47.75rem;height:18.099219620959rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { top:47.5rem;left:17.09375rem;width:19rem;height:1.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { display:block; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBfdRgNdV2QFSXzoWLAADLPBRDRBZ8SD { top:2.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSaOHLt0ATISqCnOKBRASLtqcPWW9Vm { top:0.75rem;left:7.625rem;width:30.75rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ { display:block; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naCGCVG8DmS5ptugb8MJTqGBrVpoHaJZ { top:2.875rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA2K39mH7fOqNlvXBAoM0t2mo95zu1uI { top:16.875rem;left:0rem;width:11.0625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPHevy3A7oxyRtw5TAiooSDVRFcHRz61 { top:16.9375rem;left:17.3125rem;width:13.125rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { top:2.875rem;left:14.21875rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAgTZCiKH9wLbWMheEprg01BEeJTSWU9 { top:2.875rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #waGEC1FnLISf3e8MTM0DgtprakxaLCCA { top:16.375rem;left:36.4375rem;width:11.3125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { top:163.9375rem;left:0rem;width:47.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { top:165.5rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4g100tVXqUF6TkCDSh256WsNA3S9XK { top:6.9375rem;left:17.062501907349rem;width:13.625rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6XfKPoCxsz7v00P1ARKcftMdw3cRfUd { top:27.1875rem;left:0rem;width:4.9375rem;height:11.604197530864rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWG7Dl4i3nfXM13DIZ9G5LvXMTCCFPkc { top:25.4375rem;left:0rem;width:19.3125rem;height:19.24925rem;display:block; }
 }@media only screen and (max-width: 763px) { #qidnmX22kih6sJ9BM1Mz2nB3oid1qHK0 { top:39.5rem;left:0rem;width:12.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izzTgv0pipPLFVxElwNAFnyuFIIokahp { top:25.4375rem;left:14.25rem;width:19.3125rem;height:19.24925rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogUSmVFyDUIFdE2JlDbNanuqfKrmsLf { top:27.3125rem;left:21.186460494995rem;width:5.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAbuo9CSkHR5z2hVGUUMmCHXTT2m9wZc { top:38.9375rem;left:17.436460494995rem;width:12.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAu35aMyszbtTOH3bSKkPkJlOm9eUKtG { top:25.4375rem;left:28.4375rem;width:19.3125rem;height:19.24925rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfiHU0KPyTsvKegkyeP0tO77TvhoNSHS { top:30.1875rem;left:38rem;width:9.75rem;height:8.687125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvrHX65TC1GC11yc6yap8EEz4dNoXkA { top:40rem;left:36.5rem;width:11.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waLynHt4F94nbrEnN1tsyTvFCm6H2KvU { top:7rem;left:0rem;width:12.8125rem;height:9.3918608122806rem;display:block; }
 }@media only screen and (max-width: 763px) { #c79HTc3nreQEIyo5AkdIzJ0K3UawBobu { top:6.125rem;left:38.5625rem;width:9.1875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { top:140.0625rem;left:17.218751907349rem;width:13.3125rem;height:9.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqsvr5KG4T95aHEOidwRzt7Jf33GrQf { top:47.5625rem;left:14.25rem;width:19.3125rem;height:19.24925rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmcGZNHD53tCwLkz1SATT9K5qfs4Rk8Z { top:58.75rem;left:16.937501907349rem;width:13.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv0T2tZ4VpKrPBRWXSRmT3u4kHEbkvRH { top:67.5625rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4sVbhGMbGZyPD7dqPxUp10Bm2Zse3Hy { top:80.9375rem;left:34.9375rem;width:12.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeC80XQNvb5xF7O1ImMXVZ79uHRCZFob { top:72.3125rem;left:36.125rem;width:11.625rem;height:6.9619434416369rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeM0K0dwPPeos7eT5DlNHQWH6QXlez3I { top:47.5625rem;left:0rem;width:19.3125rem;height:19.24925rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZ9uFQVrATuE3lJc3lvd7774vWLTyzZ { top:61.125rem;left:0rem;width:12.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XREpEwrPhkODSACesy8omJ5ELPsz9PCN { top:48.5rem;left:0rem;width:12.8125rem;height:12.68675rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9SFQFyXI2Fk1evMFHVhTqpIqWPLEoGs { top:67.5625rem;left:0rem;width:19.3125rem;height:19.2495rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvfNEhr1NNcZiFty5ltbWO6gf9hzDLsE { top:81.4375rem;left:0rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM1D8FZTTBHRWrZFpl2VWtueAMWVgR2q { top:69.875rem;left:0rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw25XQJxBh1sMsbUxuns7R7WfD9qq7v2 { top:68.3125rem;left:14.25rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi7B9NpnwT9eKELFH1P7bSp0pxy5QqZ1 { top:81.125rem;left:17.437501907349rem;width:12.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPt89xiRVQ8b95f9zQxQ8BFHXVf1trQM { top:69.875rem;left:18.593753814698rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWAQSwPHqMmWe6lm4c9ULT7DnQxa7Q9R { top:47.5625rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbM4uUGt8xVAXFRJCalL361nCTPue218 { top:90.0625rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBfqlcng3w25AlrXHMPT5FUFS0NTbtih { top:103.625rem;left:0rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8FiIDDXEmIr3LZNXnu4l1M6fqiQ2R4T { top:91.4375rem;left:0rem;width:10.875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8udXaRzcMrgsf9ChFI83I9VlCvIZJmT { top:90.75rem;left:14.25rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3nFeUO45P8gP9dOpRNtKvAnnML5LBQA { top:104.5625rem;left:17.437501907349rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { top:93.25rem;left:18.687503814698rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXwPc49QkCK3V1T4R1g1ZvMBCv3Rc3zl { top:91.375rem;left:28.4375rem;width:19.25rem;height:19.187948243275rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpfDu7QzhgpPtSr3AATMpbcMXTfXmTDi { top:104.5rem;left:34.9375rem;width:12.8125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V337HNeZowGPSw1dotNORkW8kVMIiyd8 { top:93.375rem;left:32.75rem;width:15rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaXlUTSdHsHgcheekLzCvAHwcTvBIw0v { top:112.8125rem;left:14.25rem;width:19.25rem;height:19.187944427362rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { top:127.1875rem;left:17.437501907349rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LedJOT9lmRTfsNdgeikPQvEcGB1XTL5o { top:114.8125rem;left:17.000001907349rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfvkK1WtDUT7BeUeqge6ICI2tdPs7MCL { top:52.1875rem;left:34.25rem;width:13.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msP2TtzaFFBe1BzRfucoQWkP6rR93651 { top:61.3125rem;left:34.9375rem;width:12.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGh4XaZ3s2fXyM0f5oNSeDWPyS5nOdf { top:49.25rem;left:18.093751907349rem;width:11.5625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { top:134.75rem;left:14.218751907349rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRgkX3LZX8RTm4qHNEi3kprfgeXH6RpO { top:112.75rem;left:0rem;width:19.25rem;height:19.1876988378rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBarTuTzO2PpEORkdiuHKinyP0wgZBSL { top:127.1875rem;left:0rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBRGX00fNudJpCsO3ZUps0t2c0vdcJV { top:114.125rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLGfBuShWtPnJZGfvmS3p0apKhfpdBq { top:112.75rem;left:28.5rem;width:19.25rem;height:19.1876988378rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTdoBggheCFm5rhDH6xCyTXqGgDTPJdp { top:114.875rem;left:32.6875rem;width:15.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOAsO1JTD16MS4Fyvc1KB1QhF9WmnGE8 { top:127.1875rem;left:34.9375rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOSrBta6qtpMnNUTNTQz1mTLXEBs3TC5 { top:135.25rem;left:0rem;width:19.25rem;height:19.187697224695rem;display:block; }
 }@media only screen and (max-width: 763px) { #MexxkWWFx6Pkq5nuvtQ92uRpw7veKEGO { top:138.4375rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhC6v776QNlO5WpPuKv7sFAlznAI3mn3 { top:148.75rem;left:0rem;width:11.875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym { display:block; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ5gFOa9bVCD5dCBBh3KEPBe05KK1WTE { top:2.375rem;left:0rem;width:47.125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { top:1.375rem;left:27rem;width:20.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2oNipnFlFc7GZTLVcIXOnoWQImS3LCk { display:block; }
 }@media only screen and (max-width: 763px) { #b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { display:block; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuuUo4GKQi4cmcFCqwAp2pWU9Q1WiDDd { top:3.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ6O8VmEK1DCBsvM6kH72JXdqghCoFpA { top:10.8125rem;left:0rem;width:37.625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDD1ozIPqD3aewSyC3DE0GzNyzbUeTs { top:13.375rem;left:24.6875rem;width:23.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlNla8srZAafJvCknftPsht3XyyhzMRS { top:18.0625rem;left:18.9375rem;width:28.8125rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhkqnmvoacH5wJwFKAs5c6ybKf4J8Hfx { top:39.5625rem;left:10.1875rem;width:37.375rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNTSHZOCPLsg14qOOey5k4GhPGnfOhc { top:46.0625rem;left:0rem;width:31.0625rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSHipXsIs1Wh2ilyDOiEPJmPxEELp8hM { top:41.375rem;left:0rem;width:23.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKl7h0T2vlIFK3MzrNPgFMR5CFxxzh30 { top:66.5rem;left:0rem;width:37.8125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV2faXxdsmw43T2CvTWvAURbtgEgIHIA { top:69.375rem;left:16.875rem;width:30.875rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqpFH4TelZr2LJvLTJGxHXNG2maOBiD { top:74.1875rem;left:18.9375rem;width:28.8125rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3FGP3eL4sTUwFBmXs5ANoh7lePqQS8b { top:89.375rem;left:18.9375rem;width:28.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { top:96.0625rem;left:9.875rem;width:37.875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { top:98rem;left:0rem;width:31.5rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { top:102.6875rem;left:0rem;width:31.0625rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB3QErM0V4e5SJuynwc2dD90Otp1UvIf { top:123rem;left:0rem;width:37.6875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { top:125.5625rem;left:16.875rem;width:30.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub92ZppC7CVantrTbwmTnN1tJ5em85dP { top:130.3125rem;left:18.9375rem;width:28.8125rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { top:153.125rem;left:0rem;width:30.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { top:156.6875rem;left:0rem;width:32rem;height:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2E7HrSM2Ke6A6U2tTUUJWTu9gzfVQZ { top:156.9375rem;left:10.125rem;width:36rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P24HVugOWfQzn7naDhWX6DyFPpw5B9KI { top:194.125rem;left:0rem;width:35.3125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuaJhih9D1h6uSiIprshpTes4GZMgBnZ { top:190.5rem;left:16.875rem;width:30.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxVcNTsCmKFu008J9a9NNBaMLrbUttrx { top:195.0625rem;left:15.75rem;width:32rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { top:232.5625rem;left:0rem;width:32rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { top:224.6875rem;left:0rem;width:35.5rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5UvyUM5e7KDchWDHrG43R7gMIvIC9V { top:223.8125rem;left:12.4375rem;width:35.3125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { top:1.375rem;left:0rem;width:47.75rem;height:111.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { top:4.375rem;left:4.9375rem;width:37.875rem;height:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHW70oKrCfJqitgwQ2WG04aJhRe6mzL { top:10.6875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEfFQT7XN2aRnPpz86rEefk20v3E5Mh { top:11.3125rem;left:0.0916690826416rem;width:22.4375rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrZ53db3C7kwmFIip8oqta1FNZrh208R { top:16rem;left:0rem;width:22.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0VLuFPMal91EAlmsfipeIKB4l579s0r { top:20.6875rem;left:0rem;width:30.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8EAsaLbAnMmTE7C6eAslcdTfEvHFZyv { top:21.375rem;left:0rem;width:26.5625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT374k0Ws2vNrrO81GOo04XPfay6R74e { top:10.6875rem;left:27.749221801757rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { top:11.0625rem;left:24.9375rem;width:22.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHJTlWwDl3Bs4UNDklivlhQm5NvakGT4 { top:16.3125rem;left:24.9375rem;width:22.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LugP3hQABJuc7PKWZaC9ns1x6vm0PeKG { top:19.9375rem;left:17.1875rem;width:30.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvk51JCuT79cle8FPvlUhI91NRF9zVl5 { top:20.625rem;left:17.75rem;width:30rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxkJU1ZsIclk432mptIxzhf3gs4odJXB { top:29.25rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { top:30.375rem;left:0.0615234375rem;width:22.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9VQcl7GTeFQUq8b0bDW47G1OlxZ7z6e { top:34.75rem;left:0.0615234375rem;width:22.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9IsxsFP0y3sxsfdQIIfGTP7UebSCdmc { top:39.3125rem;left:0rem;width:30.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Gn003TN1q5vZqANaAuJBRNqbTWvVml { top:40.125rem;left:0rem;width:26.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQyKp9mKMiawTolMfLgzFf2LKwKT2TLF { top:28.625rem;left:25.417190551757rem;width:10.875rem;height:6.6487679577587rem;display:block; }
 }@media only screen and (max-width: 763px) { #frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { top:30.4375rem;left:24.875rem;width:22.875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1slGFgRmJP3B2TDOO2UmNpl4zT19eta { top:34.75rem;left:24.9375rem;width:22.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FlBARu126rlMFhIuy4FTiAnpStDE6G { top:39.3125rem;left:17.1875rem;width:30.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CihEiErXbfuDu9G9SywM8bMP9FC514Tz { top:40.125rem;left:21.1875rem;width:26.5625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CItR2OiT5f0KEDltXRdDQhEtZVp9LrUz { top:47.0625rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OdCFcKv7tSWre8DMbFEEh89X0TG6qb { top:48.3125rem;left:0.25000190734863rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqDsBTp2X8TaoK7dW6xHp3EIPB2dLpi2 { top:56.8125rem;left:17.1875rem;width:30.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o07t5B7MlZPimWovTC13FFXa7dqQB45H { top:57.4375rem;left:21.1875rem;width:26.5625rem;height:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { top:48.125rem;left:24.9375rem;width:22.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzng2lwQalU24Z0CQT91izt2vg7FPyi { top:52.9375rem;left:24.875rem;width:22.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPit3zdoD1bXuoaHpoEEUNqCOB89u73R { top:47.0625rem;left:27.75rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT0arqHFuDxT4ewvPyBw7M3J2VyHGvo5 { top:76.3125rem;left:0rem;width:30.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RScsIZia63Pf6LETKEHC7lHGerXFAxLI { top:67.375rem;left:0rem;width:22.875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5dIgzc3Ppid6CQDZMBoUILmUQddXKBw { top:66.25rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8m2gydaRrTwJvdfA0OgxGNdZNuluqTN { top:71.75rem;left:0rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmqJdbx8dtIPC4v6CIny3sbADFeX5lM { top:76.875rem;left:0rem;width:29.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1yIPxWU11cx069iqOEHicTRgkpSG2Th { top:75.4375rem;left:17.1875rem;width:30.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTBAwyhMNkyobN6oEpOxyhuT6W4Gt91 { top:67.375rem;left:24.875rem;width:22.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hAT4VB0wylDtbwuUgLezdrqX5x2EiS { top:69.5rem;left:24.875rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQL7nkxS0umQGTNmJsX1Wl8TlXA3hlg { top:76.25rem;left:21.1875rem;width:26.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V575SMm7TARTLLRPNNqFb95XK5OCWqHa { top:66.25rem;left:27.75rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3en0p30BUMgxHQ4bxxd5BRtW5wFbWES { top:95.5625rem;left:0rem;width:30.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuUO4D0ApDhJ1Adxr4ie5k1uXu9smz8 { top:96.3125rem;left:0rem;width:26.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BKnAxkJ7QDdhkTDQoxD6VwBL7Ahur5 { top:92.25rem;left:0.0615234375rem;width:22.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qnp5pGl5IKgUcJAZP5yDIlkm0N0c3w { top:87.1875rem;left:0.0615234375rem;width:22.8125rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhRMns8fvGfZuFAHHGoEkDsVPcSbKKn { top:86.125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTWpt6SsBytoVBKy6f1Uwp1m1KKL1cv { top:95.5625rem;left:17.1875rem;width:30.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX4Z6keQOaMyPmCyV0TCtDhckaWIAd71 { top:86.0625rem;left:28.8125rem;width:18.9375rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvNNFDOwcaTfxy1rlqdtaa9K5XeJnZeg { top:90.3125rem;left:26.1875rem;width:21.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFU1wqSilPpqCv2fdwweaA2iw8auIz8g { top:96.3125rem;left:17.375rem;width:30.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH9xS8hPs7I4RVCLzr8r5ovMQZBwdBSp { top:81.6875rem;left:24.935546875rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmBks1sDoppplTxbcsbtw5oATeiFIsEk { top:52.9375rem;left:0rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2LAfq6UrJClfRPa7U41tOoiqucLeuf { top:57.6875rem;left:0rem;width:30.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVCyzSnvpuXWsM6VEEtJELpX51TIXGu { top:58.0625rem;left:0rem;width:28.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { display:block; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kxmbEqw4WBFSZwy49T2T48XksvgJTk { top:2.0625rem;left:0rem;width:47.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnIpd1RLE6Dcp1xVy7SeN2z7JZFNgecF { top:2.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTDTz5ou9cTKwq0PIWbqWidbwCU8bl3 { top:10.6875rem;left:29.375rem;width:18.375rem;height:18.12621612643rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC21KcOzPnx1iSNcos9ppmXSvSlSUWVw { top:29.25rem;left:32.5625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxcgqipLZRyPl8Ew5T9KHmsiyfaNO2uM { top:32.125rem;left:35.5rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKhMuH5gZVlIR9RmWLWXTqbErD9vVrlt { top:34.875rem;left:35.5rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3woLzyNK7OI1TM2ThAreUIJwKsf6VgG { top:42.1875rem;left:0rem;width:18.8125rem;height:17.380450547704rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1tRrhUN0J4CohHnR6LiP8DEdV4MggK { top:59.75rem;left:0rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQhP62iUpyszIzTTFXTiQCyOt00kcJcU { top:62rem;left:0rem;width:13.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWQR8W8yAbFRoUO5i3JgCbl6Bhe5L1g { top:65.375rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMphfK8czGueW8hNnT8qyLyUmAchdEp6 { top:40.8125rem;left:6.75rem;width:18.375rem;height:17.378743296474rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3wcUSgzMLQ968zkFzLDFogN9SdJQRn { top:59.625rem;left:8.625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoT4UkJrLqoTtno8CkcpyVSOsRzAWkw0 { top:63.125rem;left:9.375rem;width:13.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3htCs8t3kxPzp4otG0BuESniNG2roTI { top:65.25rem;left:9.75rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iztTbGcogaLvlvf4XK4VkKUT42m2ebQs { top:184.1875rem;left:0rem;width:15.1875rem;height:8.6514668994687rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyvd7WhthWEk0QdJXMCK5CAW0qW87x0L { top:186.625rem;left:0rem;width:13.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvK905Z7h2h5Fo4VT9xTIBPDOb3a05Kd { top:189.75rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csO8NLJXNuPqOOvrQlhzuDVWCUJlpnqe { top:153.9375rem;left:26.1875rem;width:15.1875rem;height:8.6514668994687rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5GemBT1dHGnlbySHk1yUnh2EAuZcyId { top:156.25rem;left:28.404296875rem;width:10.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6cBwBUiKnzvKT9Tyytr2EuG7Abcq4M { top:159.8125rem;left:27.312103271484rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJPETfNvRMLfAmiucGcexpO07qtPwPVm { top:165.375rem;left:0rem;width:17.8125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN3dSV7oO2dWpXnQzakekAVGOXZAxNX3 { top:134rem;left:24.512496948243rem;width:18.25rem;height:17.939362497312rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0hTzVInDOybluTVuuKgVCTWDTbDzetw { top:40.8125rem;left:25.75rem;width:18rem;height:17.377523408791rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEvTbqr7yAwoEwQQE3Eph0yScT7t9sb { top:59.625rem;left:27.625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6UuR1dMJbopwF9rzJ8TkeFrlX1nTqsi { top:61.8125rem;left:28.125rem;width:13.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb87cr0slT74J35Lt4JgpNQdTmnzTLbk { top:65.25rem;left:28.75rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3apthOcQ8OPLl0OTlLxb1dqkfT60hqC { top:10.6875rem;left:5.4375rem;width:18.375rem;height:18.12425rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCiQgqFpRU7IlxpTBJOrrZCdQNbIRWJ { top:30.125rem;left:7.4375rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCimVZTdJP5Of3a0szTU8lHhZKVnHbTU { top:32.1875rem;left:8.625rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0LTzklCdTDMn2rcrpbmmE1VIWs7zwGq { top:35.75rem;left:8.625rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAXmNWInkGTiG34lLbTn5Q0LJ6wsIL54 { top:30.125rem;left:25.875rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMtu8kAZhgXwRUm7fU0c2Mw0NVd531C3 { top:10.6875rem;left:23.875rem;width:18.375rem;height:18.062125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIkGdZiApAeA2KdmWMiO6ySmmI3pd0F { top:31.75rem;left:26.5rem;width:13.5625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB0Lo86tn7oR1Bs5bvkolOb5eT6QFITt { top:36.4375rem;left:27.0625rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPLwvABn5OaZ9Gspd5Jute55uBk0TK1c { top:59.875rem;left:32.5625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi9r38ICoxAZqUinzxR1kwE4oFh8FmZi { top:40.4375rem;left:29.375rem;width:18.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbGDHCN24lMg8732yvqZ6JHVp19UlgBz { top:61.4375rem;left:35.375rem;width:12.375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGBudKpnbe9xQ6gWO84szwITf8JHTscm { top:65.9375rem;left:35.5rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5fNTneFqcdJxUELWGQPCZrViMXdEQwX { top:72.3125rem;left:0rem;width:18.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE68isHDNlyFvglte9l9lPqEqSUOSAEG { top:91.75rem;left:0rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { top:93.6875rem;left:0rem;width:14.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RplCFcNx96R2sWQRbEFQ8JImq6yWmQnS { top:98.25rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { top:91.875rem;left:25.625rem;width:15.1875rem;height:8.6514668994687rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { top:98.4375rem;left:26.6875rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { top:94.375rem;left:26.125rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { top:71.6875rem;left:24.125rem;width:18.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWgVz2E7Sc486eQkVqPD0aZywCTKPrV { top:184.3125rem;left:7.6875rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6H5trN0rDDvsTrnZOZ3TGovbQEboeH { top:187.4375rem;left:8.4375rem;width:14.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrE283eb8sCoJFbBR1fQUgFuOcoMzdJo { top:190.25rem;left:8.8125rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6kSkfIXZwhmRh1LnNnDf8AOr3k9n0V { top:165.5rem;left:5.75rem;width:18rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unmWuNXnM0gGME7DVkqxW9fDoGOXwMpg { top:91.875rem;left:32.5625rem;width:15.1875rem;height:8.6514668994687rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0W6IJF9exurHO48Zypna6tbL5JDes4H { top:97.3125rem;left:35.5rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZbak937csSnk9PTEAopU8WMN03NX2P { top:94.25rem;left:33.875rem;width:13.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glbANlncFvcVeT7aLkKa8uViU6lxJGxf { top:71.75rem;left:28.9375rem;width:18.8125rem;height:18.189054676945rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { top:153.1875rem;left:32.5625rem;width:15.1875rem;height:8.6514668994687rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { top:154.6875rem;left:33.6875rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xepRJhTDVTM714mgFttXCgUK1SCsDiZi { top:159.3125rem;left:35.5rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { top:134.5rem;left:29.5rem;width:18.25rem;height:17.066022280472rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7tJfPL4BJU6pPrsA4LTTfwFBg4UT6L { top:30.125rem;left:0rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOOksMhHAgtK3qGl8A7v1I94NI4ZHtv { top:35.75rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgdpQd1Trvh36uyko10Cabl15xfRZA18 { top:32.1875rem;left:0rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGZDysEV42yxNlutqnWhGAaZiwp1cKRx { top:10.6875rem;left:0rem;width:18.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taNmOAf4mDkNUB1dTObwqUh2EfdPnoy9 { top:72.25rem;left:5.7484397888184rem;width:18rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXDFiVsgsrrtaXfL2K8KhvdrcyyAUQmE { top:91.875rem;left:7.322265625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvcOR09AZJS9iI54rDWF6Z2yssTINoi { top:97.875rem;left:8.9375rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtp9C5hnrlh7h1W4NM7g6oPwlxzklGF { top:94.75rem;left:8.623046875rem;width:12.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXBotnSsIQeGTK8aOp52TXdTGViO3hZ5 { top:154.5625rem;left:7.375rem;width:15.1875rem;height:8.6514668994687rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4CpRCdLpSuLeIvpGEdXFCQ4aq0I5Lp3 { top:160.6875rem;left:8.625rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZP5LeaT99aNJPevy5XlhDDHMUpBq4yS { top:157.0625rem;left:7.375rem;width:14.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ79qwcOJg21mzmwZoTesE8GIVo6yeK6 { top:135.125rem;left:5.375rem;width:18.625rem;height:17.690610451116rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgpUetdoA1gO6dygVtxZ3pflX87yTsZm { top:123.125rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA4L8agfzB704vQo9S4cSUkLF0mNaBZi { top:126rem;left:0rem;width:13.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcH5bCROMkfrZGtec97SHEWD9QLo4HLm { top:128.75rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4TfSeah9seaNuWVE9vppfzfe3PBM3if { top:104.3125rem;left:0rem;width:17.625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFU3JGMzHeaSwisaZoKmeZsWIGCTyg8f { top:123.125rem;left:6.8125rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EahRCJA6ITGNkeMzKy1IVyQPmgDK8exL { top:128.75rem;left:7.9375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJTpRFBGTQfQD90SGkiU3wvcUbDmWqoV { top:126rem;left:7.5625rem;width:13.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc59XXIF7i2Xqls87XZgUMTaGgUT39Zk { top:104.3125rem;left:4.875rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnKkxCBsdN3cxQcTvbnsBrBdTCPbelK { top:123.125rem;left:25.3125rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECREal62JAHssiMxJrpeTNMJy7artF9g { top:128.75rem;left:26.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGSmcG2HqdoJJVf6zgV5b4Ue3xGKlWgX { top:125.5rem;left:26.0625rem;width:13.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgUyXIPAhSs2KtGNpyUSTlp6Q016uJQw { top:104.3125rem;left:23.375rem;width:17.4375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcl7TCTSbluJMgS5mW8quQqSZJfOHErT { top:123rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otgycl3ML04UAdAqZhI5mLuEBMToivXp { top:128.75rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoP986UBy1FxEsdekzVqRqIWpeuxGNUM { top:126rem;left:34.625rem;width:13.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRwr2ybqrtUWOkGeDQeTsBqODeudksXM { top:104.3125rem;left:30.125rem;width:17.625rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxztezDtT3nVgwIqhtotlgPqnhqGNGXP { top:214.1875rem;left:0rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbEEu345svog9cGc36iTeJX7fkZAkEoA { top:220.9375rem;left:0rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0QQlBNop1Uz3D94Ex8f5pfcPS1cZzAr { top:216.625rem;left:0rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSQL4JOZ6138qRcpSyshK2SbHhTypQgc { top:195.5625rem;left:0rem;width:17.0625rem;height:17.187420162485rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTyGo8hQ6cBwCZK01BbuRWaE8904T7E { top:195.75rem;left:6.8125rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcot2wbRufVtTEJWI69l4WwfkgJrTNU { top:213.625rem;left:8.5625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcCGqAxwi7BWtbVF5H6KQaVFstZ1qV0L { top:219.8125rem;left:9.625rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlpv60i3e2SApoCqA6AW4dyEW826z9dm { top:215.9375rem;left:9.125rem;width:14.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybEMOhl7B29BcoVt9LlxpUUo6UtF16kU { top:195.25rem;left:24.25rem;width:16.6875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCf5bwPZezHLorKCeMW6nHAOQXmRO68J { top:213.625rem;left:25rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJS8hsaRKkedqFzI4HceFVN2QfH6Gco { top:215.375rem;left:26.25rem;width:11.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWvXQ1czPORz6dsw91yvq0DT1f1ZyNqE { top:219.8125rem;left:26.375rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bct1qDxq5DhXTMaeFiQ8ftLtd17mZM8v { top:183.6875rem;left:26rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1759dMCLhM5AZA9Zucp0FadoW5TTXO { top:189.3125rem;left:27.125rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0HMyEBPfSWC3yfHXyyoFPTHKnmkZdxE { top:186rem;left:26.625rem;width:14.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2048Tc5dmXILibEs7VoDlnPvTTqKzU { top:165.375rem;left:25.0625rem;width:17.0625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPM03GBSBxfihVItyhUdvcu11fQkiqRx { top:183rem;left:32.5625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Pu8oW5u55hTAD5di6KJ4diw92kOo63 { top:188.625rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uThVwyv9TymGAsoVWQ1Lq8qkPEys5pa3 { top:186.25rem;left:33.6875rem;width:14.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvnfq7tc4QKQ9UuS0iK9w7wo0os4eT3 { top:165.3125rem;left:31.1875rem;width:16.5625rem;height:16.251969081196rem;display:block; }
 }@media only screen and (max-width: 763px) { #XskJcS2knDV5KWdmMFIhqRvqeG1OgyWb { top:134.9375rem;left:0rem;width:18.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7xA1VQR653On41Rtpnoa4KZx3zAT6Cy { top:154.625rem;left:0rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbdmcL4A1sa08WeSXZea5lE2BaZVTJbP { top:157rem;left:0rem;width:11.125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX8xdAsiouoEVRfxTeyDaTv1rVcn24wJ { top:161.0625rem;left:0rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msZEpxkVWGP1somZ9tLi3E2bC7Fu2aur { top:195.5rem;left:31.1875rem;width:16.5rem;height:15.627846290859rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNKyhp3qSN5bc8lbnFrgCwv92mac27yw { top:213rem;left:32.5625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #flr2C6SDf5ZQDJMXNTdhM2xFVlMz3lyV { top:214.5625rem;left:35.875rem;width:11.875rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HccuTUukLcuq5CMioOTx5kRHvTyMCc5y { top:218.5rem;left:35.1875rem;width:12.5625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyZIByM5L0z9lKKNa04eg6flDsA3gggf { top:243.75rem;left:0rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzVLnzMQn7uEDEH6AXvhyP7rOpp8y6kT { top:246.3125rem;left:0rem;width:12.625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cObJofsgZOkcnxnsOg6Ppw90qVMvtlsh { top:249.5625rem;left:0rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS1fsBFof4k46myITe41liXRZ0xZnWf4 { top:223.9375rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doJBueVRrZ65U8lnBn35eqh1bxwdBBvK { top:243.5rem;left:8.0625rem;width:15.1875rem;height:8.651734776265rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTX1AeUoiIsbXkO74hilFhH2PXdduDSs { top:245rem;left:9.5rem;width:11.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTek4n9Q98GZry2IX1mHOfLzZMtzZOT { top:249.3125rem;left:9.125rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsPvw215KHcS1v0g8xl84xAIDQTpJvhw { top:223.875rem;left:4.3742189407349rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpAUu0C4Ewy3DWGeEr34tfee774JTv5 { top:222.875rem;left:22.500001907349rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhxgEimvax9SSR3qlyRUVLNykciT9ER4 { top:243.75rem;left:26.187505722046rem;width:15.1875rem;height:8.6514401105815rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD7S4ki5GJ21ZqhKbB4SnFzv4s0medh1 { top:245.5625rem;left:27.843755722046rem;width:11.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4UaaLOJlJgUShrgDzfbsGnBnSUFChUz { top:249.5625rem;left:27.531255722046rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { top:222.875rem;left:26.5625rem;width:21.1875rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyT3RKmgXMdT5OdfX8AXTzRzzfoBTFHR { top:254.3125rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQf7fI6FBMWFcxN44UNxFP6eAl8Roqa { top:271.5625rem;left:0rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIykmAox1gWzNuzxMGzTvFncNI8a4zn { top:274.25rem;left:0rem;width:13.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ2L8COFGbTTvzGlPOn3LSn0p10J2JyN { top:278rem;left:0rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk8vhkg8BRR0nuq0nLG2TVK6Cp74cJbE { top:243.75rem;left:32.5625rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NTHzWXZGraSfZMwz7aTMIUMNoXgGX2 { top:244.375rem;left:31.3125rem;width:16.4375rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqE9PKAmhGyVWOaETQE4e3Z9ke9oGTkT { top:249.5625rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdxlWG7uyPFCxGtkLVU9zsIWX3OAbez0 { top:254.25rem;left:7.4687519073488rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKrayTh4iTiVB56WTk32NAqofymOc50o { top:271.5625rem;left:8.3437519073488rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI2D42L5pvSyE60Uz7dy3vkc33kGAQiE { top:273.8125rem;left:9.0312519073488rem;width:13.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3wGOvR25cdQKeHK5LigFXBas90mDG6N { top:276.75rem;left:9.6875019073488rem;width:12.5625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR4c0owM1ytKTgUQiilaUVEuEHrfyK4P { top:271.5625rem;left:26.187505722046rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVDmO6O0eT80x9lBL9C3XOTup7WAT9i { top:273.625rem;left:26.875005722046rem;width:13.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4ebb7Wvl9wa2dOl7bXcKolF10BBBp6d { top:277.375rem;left:27.531255722046rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2IoFC2JTGVlphcqIhQ41v44F1ZdF0hB { top:270.625rem;left:32.5625rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQH8hHxytUSeOHJh8I1WMtc7pl3lRTlN { top:276.75rem;left:35.1875rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtAD2h97qsQHQzKt1uRZZU2kWKrMfR4a { top:273.8125rem;left:33.875rem;width:13.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbeT0CxUL8baIOMAVaxU2uJcO9qAcnWA { top:254.3125rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5a4HwZFhzsamABqXAdiaZP1fpcvxBg2 { top:282.1875rem;left:0rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meOo3qeZnPbfqhEs7ZT8V3QfyI2AOlVq { top:301.25rem;left:0rem;width:13.875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6zsSiaSAbUHpPLLc0G69m3bsTBwUGvN { top:298.5625rem;left:0rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1v8vBfX8whfihS5iXdfIQJGcNcEnzRH { top:304.25rem;left:0rem;width:12.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuWUCoBE8yV6ufEVTRom4LU9knl4lahX { top:298.5625rem;left:8.3437519073488rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJdtgIbCkiTBoixXdxnZgxEfM3MIv1UJ { top:298.5625rem;left:26.187505722046rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWttXBphZab8aVmHiGZqGJvGZcguE8RK { top:326.75rem;left:8.3437519073488rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBzN9mk6uziX4Na4Qa4xZ7lTZdpG0bJ { top:300.625rem;left:9.0312519073488rem;width:13.875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTZHdXTMOK65n7K6ffbnvonSDgxShcRT { top:303.625rem;left:8.6250019073488rem;width:14.6875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUzEsyNUVonxO8CZTHiawFun63AJfBs5 { top:303.625rem;left:26.468755722046rem;width:14.6875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idAIorOgwqRQUVUiX2yiGKJORgw6AqHi { top:301.25rem;left:25.093755722046rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8MTGBoRpMOgBdS9wdsVqShgOUauVwku { top:255.0625rem;left:26.093755722046rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fItm4oSzfeHdkoMVvG6ZGPwhpqT3qASl { top:284.25rem;left:9.5625019073488rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy6dOlBV4J8TKhTcTWJcyqJQDd7wz9sE { top:284.4375rem;left:27.593755722046rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvrbwEcHaUNzW801L2gJnIkuHy7adzFc { top:311.3125rem;left:6.7500019073488rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMlXn63FTRHEdlom5v4DIzm4FVqg6nDe { top:329.25rem;left:6.7500019073488rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncUmJ6Hyyg4sA0XzTgr2IRTLDcvzVTqD { top:332.875rem;left:7.8791675567625rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7b362LfzLwOSXzlmghNuvEqRdOJ1sDu { top:310.375rem;left:0rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6FCIQp7F3UPPkfIWp6hAe6KBwe1u7a { top:327.5rem;left:0rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #HggWsoCzNEb3TBeM86ZsIAawNNavBXbW { top:329.25rem;left:0rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWVC9urVTRcBCKrCMLO8WbvoP2HJJPef { top:332.875rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNJ1SygBR6zlF0X1D7E8lZDb0E5hzXwH { top:298.5625rem;left:32.5625rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #GosyRsybFgMv6EkpH8MUHPdDl78XR7uJ { top:303.625rem;left:33.0625rem;width:14.6875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxvah391BOWyBTd9lDaHT7tE9eOItWUb { top:301.25rem;left:30.3125rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJnx4TvntXSvSldJmRibWhiG4fouBZF { top:284.4375rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB2IMseLK6EvgEZueOmT48cH57sJ8NTC { top:308.8125rem;left:24.816667556762rem;width:18rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzuk6cLi5ELCpfTPZSZ2G9IKxHwU9Wx1 { top:309.0625rem;left:30rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Ips5rNNTSRhKrA6SD8DQi6X8zNvSU5 { top:326.75rem;left:26.187505722046rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwcTtqJs3T2QkSkvfuFTsq8wo3ypIJLX { top:326.75rem;left:32.5625rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSyWcLDiFT1lLBQodLsLuFKozLKbpVyf { top:332.1875rem;left:26.468755722046rem;width:14.6875rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OggdxGWautcHkM24JWggCbePPqPxzz { top:332.25rem;left:33.0625rem;width:14.6875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgyZcRZU6C76oAHVhxohkWcoKDThLgq { top:329.25rem;left:30.3125rem;width:17.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKn5JCmM8bAzfIpg0SQ5JwAwxE7DoViy { top:329.25rem;left:25.37917137146rem;width:17.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm20IxyrkvvO2qTww6t8LteJ0lBVn72e { top:336.9375rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDEODHDKh6hFg1gzofbRNJB4URPfFMy0 { top:353.75rem;left:0rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEGrn9qfT5rbSZ4fOrJA3CU89JKbrFkI { top:355.1875rem;left:0rem;width:17.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2iGMFaWhrnZyhcTcbx0ogHx8zrUtmW9 { top:358.5rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVkHRLfM23m0LmrBLm747mbZWJV5Ckiv { top:337.875rem;left:8.0937519073488rem;width:15.75rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct94CLhK7FAmJSZrEcN6G67yDBAcvKMt { top:353.75rem;left:8.6250019073488rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsbVvDelVQT0Qc66aVLH9xpoSVNiKUNB { top:355.1875rem;left:24.937505722046rem;width:17.4375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVhDLJqxqNJ1p6TBqifhWixm914lRaUs { top:358.5rem;left:8.9062519073488rem;width:14.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy03yXkxRDfEJHagBWe53bN8sqft7C6E { top:336.1875rem;left:24.656251907349rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5zC0sHnsyqFc5Iu308LIOgkMpNP4dQG { top:353.75rem;left:26.187505722046rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #twkrvGL6zTR1dFoNhkySfpb8TIs5H8ie { top:355.8125rem;left:7.2500019073488rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4NMugqeQpQXvlSoEMiDKK5H0KiK91Nx { top:359.75rem;left:26.468755722046rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIbKsC3qliaJ6h8HMCvIhU8Mq5GGE2Ff { top:337.0625rem;left:30.375rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVhUyq7gvTTRf7qflItzpTus25M5wDVJ { top:353.75rem;left:32.5625rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovsySTPItq1RBzvePghkVQaDuzxJdUwB { top:355.1875rem;left:30.3125rem;width:17.4375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJRHe4VlUtMFxlQHPdCdz5JwgzXugePp { top:359.75rem;left:33.0625rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWVZCOT7vFdqS3RWbX1hKGkGPhZxTTDI { top:365.25rem;left:0rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOavRhu6M0Tm1AEZe1rN6ZSAl1fVQGGw { top:381.6875rem;left:0rem;width:15.1875rem;height:8.6510114585169rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTvGiJ6JkxHl3CPZ4Ez0RSDO9ozsv3t { top:384.375rem;left:0rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS7vZSTiUMvT9Di8tn1SMA5IsU9avrNn { top:386.9375rem;left:0rem;width:14.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZDkwq9rWWhmPxK4mEBUte0eFWpzGqE3 { top:365.25rem;left:30.375rem;width:17.3125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7XZXLm8l31sRhGbB9BOpLOJ0D3JSbQ { top:381.6875rem;left:32.5625rem;width:15.1875rem;height:8.6507167276066rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM0r1oa5xTZUAEAI2rI42QSW7gnAHG41 { top:384.375rem;left:30.3125rem;width:17.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9CUppaMaykyOafi7K1kCxWfzhCDIwQW { top:386.9375rem;left:33.125rem;width:14.625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { display:block; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD1vLCpFWDp3ypaTB5bzP1p8rIv2rHgZ { top:2.8125rem;left:6.96875rem;width:33.8125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igu7r407254OEQsKbtn7K0Dsnda0sk1E { top:15.375rem;left:0rem;width:17.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCH2yeivv6KPLtz8fZTav5O0WiqgSlw1 { top:51rem;left:2.2609367370606rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfiQtfw8CVeWNWwXMsV9QI6iu2mJriZk { top:100.0625rem;left:3.8125019073486rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InHceW3nn4QLX3GM2VNCisfhWNIzoJAH { top:21.5625rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2aty4WMmCVteZBJ0ZymF6cQVCSOmdU4 { top:30.75rem;left:5.5rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCq0W9Dy3uXiiIWDewNBl7vEdPbodzQ1 { top:75.9375rem;left:30.125rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWzWepu5d9kf9MBIOtAgoGIcFWIF8wTJ { top:86.625rem;left:14.574996948243rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { top:20.6875rem;left:17.312501907349rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bugREnAMrd5UJmCz3hKKvNWpxL5XhZ { top:22.8125rem;left:30.873960494995rem;width:12.8125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35prsXcybFUZNDy1NPprqEObFNlT5ke { top:31.375rem;left:0rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWt4981fMRK8mrzMovTboFHTCX1tpmNn { top:7.1875rem;left:16.570833206177rem;width:16.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6o6GS0mR7DfvJ5126QTf3DBtbnAnhS { top:34.5625rem;left:37.0625rem;width:10.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng90hwNkOuDCrgwKm3wZ9cmlzvTcVLI6 { top:13.125rem;left:17.625001907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHJ3fwGexnIVtFmbAWZ2UbxF8U7xTDK { top:41.875rem;left:19.312889099121rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkhaawQTpkMD95V1lGcQNAOtpaGMp937 { top:40.6875rem;left:33.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBGSTyfaSPZ2NPlrCtJ1ufaM1XEoJqnO { top:53.6875rem;left:0rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3w4mPSQpOzRMFBSgBR64bWml17p9WtO { top:65.3125rem;left:0rem;width:17.4375rem;height:10.3734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { top:64.75rem;left:3.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpzzZdqLmpVvZzBrTOfwE67wGNF1RQfz { top:40.1875rem;left:0rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G73WtfXmKCClPuKHsc286D1iLazzACqk { top:64.375rem;left:35.9375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqefUTVUXMBNPDIcVoddWn1spLsqbqJp { top:78.25rem;left:3.5rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrSbleaGX2Aq3b9M3ZBTTdK4rb2mhUIe { top:77.875rem;left:17.3125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJps75ti06OpJyApAWAM134b97QBUwlr { top:77.5625rem;left:36.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2lf2kyHknA8RhVIFWckJKHAyEQwBzB2 { top:90.1875rem;left:2.810546875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViUGvbQOSmIKDTpS0efzTsMrecAJBke { top:19rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxGTEGEiSeNt7rvpSeccXcuIh1zZl8k { top:5.75rem;left:18.133333206177rem;width:13.75rem;height:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCCJn7zXybRinwZ76QEuBOqufTxQLzz5 { top:30.875rem;left:19.09375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnT9qgR7JpQqyBubPwKtPEDIKMCh5Gg { top:88.1875rem;left:35.3125rem;width:12.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRQW1CVSLTa0zqPdVQxF4FxEhO1S2Jcr { top:65rem;left:31.4375rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { top:40.625rem;left:5.5rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcqtSpXrDGMOW6686TZGxCq9IaoGU62B { top:65.625rem;left:17.375rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph6FHxmlWm4TTzOTkCQqu2k6XfOObRzX { top:52.625rem;left:18.34375rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mttofAFDss7p9iC80Hv0bv2heqvUzR { top:78.4375rem;left:0rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9zlkckU1T6W87DblIqLT6XHlT1FIAG1 { top:40.625rem;left:38.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU0Ou9xhsLZtKvk5p79fZFJTXIbbdEE6 { top:52.625rem;left:36.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6RhdhHaKR1eqWU8pyhn9TBmtJn9d033 { top:52.625rem;left:32.40625rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBGIoUvUfSk8Uq8mriQMtP8GacxySJhN { top:89.75rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek2bMTxN7NviFydCUoRoJthKhDPPtWOr { top:86.8125rem;left:29.496482849121rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNi3lJUVJ961S32AOqCR4FdhD5s1pWP3 { top:22.8125rem;left:6.5937519073488rem;width:7.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBuV0ntb6yp58XprbOkvwDTwiNP1AbK { top:18.1875rem;left:33.445837020874rem;width:12.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31oN1KIHIX9s66FA6p0nW5JeBM9WzvH { top:21.625rem;left:0rem;width:47.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnD5IzssEs7es9xHZrlPeLsqUvKvTdng { top:99.5rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbnBV7cWcubD8t01heKcuwQ6M6NPMLcn { top:30.5rem;left:32.878126144409rem;width:10.875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z07bDEt4xKur496Tkieq6S6NXd8O7Lbd { top:99.875rem;left:17.572919845581rem;width:9.625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZo4lsDwrAvla0yiXgTkzgiDkzOFim7p { top:98.875rem;left:31.373960494995rem;width:11.8125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztJwOTxAtKT2Hb6T7PXmvIIkuMOr5cqD { top:0rem;left:0rem;width:47.75rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyZnDuMfU2TR2TrwVDil4d7bi6MyQyb { top:11.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEweEAX53VGJDogARrzKe9y8KAZv4exG { top:2.1875rem;left:0rem;width:6.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TedhRGJd30WSfettFL4KQgATQ6Pgco { top:16.75rem;left:40.8125rem;width:6.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { display:block; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr0hssnWbW9c5Zc8KfIVXoeJ4RLIpKnX { top:3rem;left:7.5rem;width:32.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ukypa3N42Lb0BwyMI9sMkk3MfkOrDkLJ { top:10.4375rem;left:0rem;width:6.6875rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ZZWJqBri91LtZDUrOIH1gvly8plQQM { top:7.5rem;left:0rem;width:31.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3F9scUPUhfpyTcl2pwVfkl1gdZHlDTw { top:10.4375rem;left:12.4375rem;width:22.875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn1rXZr3MHXg9myJKhfyB6ekIZsabpHR { display:block; }
 }@media only screen and (max-width: 763px) { #ki42qFSNGebZByBCrChrEsihcppsdDxG { display:block; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xowIv8JIdFxgpBrTShJv97003ObIJUJv { top:1.75rem;left:0rem;width:12.1875rem;height:5.49960625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { top:9.75rem;left:0rem;width:15rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzKlNzGAtU6zqcAktu7rS11XNiHZSBv { top:1.75rem;left:12.3125rem;width:35.4375rem;height:7.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:135.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-regular-label { display:block;width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX  { width:17.499625rem;height:auto;top:1.248046875rem;left:0rem; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX {display:block;}#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX { width:17.499625rem;height:auto;top:1.248046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cXAT8uNPnPvorBfXPnO3ngfPuNlOnV83 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #E8cNZbN4nXXcBaoKBz8DA7M2aeyTof96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #vicrQyQb9dfogrN2oR2qHnlPiqObyhft {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #DXHXvzmQz06n6fEZlrbJIk5RcqfgOwp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RKRsUWoHEqowBWq4HRzBD8PAIdNsqziO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ghvviqESzK1yT4De6DLlPALD3GLCUi96 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cKdFe75755vW0W1ALUJByfcSMSwEMopv {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #fBySXTBQkRHzmduaQDlhKMxxssA9o4Eb {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iq96ogi6dTV5LnCOK2qHl3NHOWFNfacZ { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #TaU3qEpiQaaiLvRTbarMiZubf9wk93v1 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #RXg9PASlCVvoRwkDvTOxu1Zpo0d2R6CK {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ucH6liBE7Nny5T0BqBrdsSZGFGklEoRh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NFJrJVbOntEv3zvokwWDPTAihumx9EVz {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #H7OTEFfJi4csqkCLV1IVvOhDv3i52ZMa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tCypKpRTs9DVdUFU2DZaGIP49THap2Tp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ioSAs23HxDmIkdyRvkxVTHDVBXn3MBcE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #OXOnn0rmqwuchHICgDrfm39A6u8lx4Iq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ytac2MhNuwxO8AMnCo9UEckKHLxaDPFN {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LUDJkC50I83yvgPI3bwkG7zO8KzUhgVF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #W4Os5B02XwP8c8PfTH8QzVewZsFM6zTD {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Ck8KFwU1CQhbZteJn6CMHLGVzMSSXiiG {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ToeSu0yvS13cMenzKbXk8bir5CAdeoJA {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #w50Cu2J1fA4c2W4OcMeFizWwOsvgSAX8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #pVy0w0n8IAmZprfOqoxPlHRMFlskr7dB {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #NN9qy09kgoFosiwfcvXvotxNzbWc9oek {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oIi9fdCib1EimaObi35HT1BchedfBJsI {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #L5tr0gv8kaBJzXJ9F8ukAy3TEdEHWOe2 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dUiXUX4xME2C9dLPBeg4rzWeiJrJAzvF {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #tDsglTmxf5rRN7gy859Eyu3JR4zFnlzf {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SAEE2WxNlH5R6iuDzbApsAPuBrxFxeAy {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #y5WCTPGfSyHLHfFqXVi3BJWiXRXEsnp4 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Jd9oPkXnasmD6BAgO0Ov7IXwOHlzmCDh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #JsqRMPMg4zfm2KCytBR7Zhb7C42odHKh {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #txK7MCbVh5XbXhU26Sp3V60TUo97UUaP {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #twKNTCmIDGHslayAXhMCb4iPvTzemNId {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xW7qyqobG3QpT8sfvZ6nGDx5fcmnBJgU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ov7Gmhw56PKnBxp6bKIy7UVzvETVvTpo {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #exG2V33FX21mHR6bOe6059qXObe7q0yk {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #teZ18ZvpbABS7AZoJlIgbpqBRrgQGlug {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #zMkCnmBDI2fq7inc47LM7D58FQeudTta {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #HS8Ivcf0TxIW4pimrJ2hUWUvaXoIyNqO {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #k1ozNrPmoGiPEZkWSVAFkTlsWI5zz5o8 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cJ1RDLmsCBc5oXJLp52cAZ8X2TV5kGkT {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #cQ9rxBHBP4KCSlfriAJ28q6KJSFx2yvI {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #qfIkQpczWBoTeEvvE8qcoyAta2hpsCqk {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tt2FZipmm2CiLQToSNfHcwF2Hk73JZPE {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #nc2pcbucq2XUbZ4UTHWyXGD40RtZppqH {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #e0TDZH9qpq2o6xtmQsqHbDM0JtRnQ5az {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #VtU3dRJcXFyLJ5QF7GDtXPhs83AOmxDt {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #BpRxJXiS0IRP5p0zfLs8mCWBiASlnUhQ {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #svLJkfTJ8WqktwMmmNVqBnWggWDmg81g {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ltNxeQMnucrWqy8KAurwD8mWrzUTwTGR {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B4D2h1tIpDMfagmT9bPOJ2yF5KmF42kU {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #lMtMTrtsMTDZGi72llMxFcQ5E1u8JDWa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Tb3rS7RVcsFoU99iTtmAKbdAVOOQnb2G {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kuMmRLTTolfW7qDGiXrmOIhJvWWtiEFL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iy2vSzKpUulzkHTM7KN0rfnvIcpVWNBq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #z28DIyilCPHEMNHFm9aSR9dXWSyNFnxd {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #WD4x09bgQibHV0HHuTINsIvLs6nQL5Tw {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #rqVvlNH8plOh2l4E1VsDNlfOwHHSUgMg {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kETy7ExkZwBHaOmNdUPMlaR6fAQF5x20 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SVaMTtl9hMyk81rZp82O1bO8yyl1VHwp {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ACyytykWJbUbzrGcbpPyGByLUeoLNt7D {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #oqMimJwRSZ6TVIZbEIv2meTAnp0a6Alu {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #LTqBZATbVOoTQaeJMf8ScCTtpqWyFaqq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S5iQ1Bb8KDO6BA2eUOCMROe8fIQPkZQL {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #dBgxX8DenMN4nEggm4RLV4VtSwGxiy2H {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #SxNWguHm6NQvWDnTDebSWoq6Ce6uVBs3 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #D9GM5JFPNbToPrQeioI4FCJDQytwW4oq {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #hNcrQlL44P3Unb9kWpyTdulrWCILGxVa {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #iTgSF9kwDzck0fkTatE21aaU19aXHzLZ {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #xTGD23lrJaFCR2UeSJmRhZ7ZJfnzTc9t {  }
 }@media only screen and (max-width: 763px) { #yOD3fcv2JanJytAGOU564VvrmJqwMxE2 { display:block; }
 }@media only screen and (max-width: 763px) { #azz7Px0Sn7N8Ir7vye4T7JAbvOsHXI2y { display:block; }
 }@media only screen and (max-width: 763px) { #vAL96vtmNyFCXGE6eTTxdKw4OASpUCya { display:block; }
 }@media only screen and (max-width: 763px) { #PxaH2V4tX8vsHQTepzUIeL3yyMfeh3lQ { display:block; }
 }@media only screen and (max-width: 763px) { #VBHZI3fmG63BRMGzAhbyy7vkEWFAfSOK { display:block; }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kHt2QykE4s7TtAJrTPfQfPSZiqMNpAmm {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #S3dsyRnONkgTFeNnpAHgyMCcslhWoxVU {  }
 }@media only screen and (max-width: 763px) { #RTVwz6ayyohCWOoMCHkRoGGkTI2HZmWz { width:6rem;height:4.99921875rem;top:91.437895298006rem;left:6.999609440565rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpmVamN7OCqfS3LSciK0bxfXI7ClZbVM { width:15.75rem;height:1.3816375rem;top:98.271099090575rem;left:2.1246094405651rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFCcdxnSTMRCRdTE1CfVyNe2QqWFXo0E { width:19.99925rem;height:29.799625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGbWNnbkWWTIskxlXP73wWaLnP9Qe2kA { width:13.562125rem;height:4.14491875rem;top:114.68711471558rem;left:4.2492189109326rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mE4L1keeoobAAw3Wy5TLNVkUcZ4IGGBw { width:2.6871125rem;height:3.75rem;top:113.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgfaRJL0xevtQPy52V7zxSCl5l44RBmE { width:1.9371125rem;height:1.4625rem;top:115.3125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { width:19.99925rem;height:11.6859375rem;top:100.27266120911rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qrAeqCsCCEe0OQHzXTSziAT5Z5B4EDLt { width:19.99925rem;height:1.3816375rem;top:121.31133270264rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVPkxL0M9bTp6DRebMqPDSD4lse2D63K { width:2.1875rem;height:1.4375rem;top:124.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4JrJ14BcnoL3w14TQs8PpmahC0LkCJw { width:14.37425rem;height:2.27578125rem;top:124.3125rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DlSOHdkkQqVxHZN4krI8lXDINWLh2JFy { width:2.125rem;height:1.375rem;top:127.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyzAAdEwWGVPLNWsRbpbRNfeTQP54pMJ { width:14.25rem;height:2.27578125rem;top:127.8125rem;left:4.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l21SoCNIkxpMz7RlB9DOgnOV6ArmQHxX { width:2.125rem;height:1.375rem;top:131.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKwZErZTFTwQSbbgU9QrnAsbX5U1ABoJ { width:14.93675rem;height:2.27578125rem;top:131.4375rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 { display:block; }#efOAJMJUrrCCfoxX7S8W5tBMTETf5LK3 > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgWgFQr6zHRXNqw6Q8JZKQNDHtGUrUKg { width:1.75rem;height:1.6875rem;top:1.2492218017578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNav5XQoJezrbctoAreHaKem7NK6EenL { width:17.56175rem;height:2.4375rem;top:0.873046875rem;left:2.4374999701977rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXVTcc37LJXkgvhPp5fBqwr94k2PCnCs { width:14.0625rem;height:1.21875rem;top:4.8738279342651rem;left:2.9683594405651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDIFhmAl7V8KT9S3K37Bpy0GrQwcalJo { width:3rem;height:2.6871125rem;top:7.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5QDVwRmrbRAJCWqTOigeIhOzFMRlnob { width:1.9371125rem;height:1.21875rem;top:8.125rem;left:9.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #maTPcbeyK6R9KS1GrLNoQWJoxCCfEbKn { width:19.99925rem;height:3.65625rem;top:11.279297828674rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PURuPQW0c32N9MhegiulkpJlqkkEGCXr { display:block; }#PURuPQW0c32N9MhegiulkpJlqkkEGCXr > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTUsWrqTlhShqCFzQqpRD1veVzV7IHO2 { width:19.9989375rem;height:5.417575rem;top:2.6166667938233rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { width:20rem;height:10.875rem;top:9.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvGQT4QcQME5w9psFmdwwlrcATTyu0uo { width:19.9989375rem;height:7.5rem;top:18.572917938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { width:8.124625rem;height:1.4625rem;top:23.956641197204rem;left:10.498828858137rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { display:block; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBfdRgNdV2QFSXzoWLAADLPBRDRBZ8SD { width:19.99925rem;height:4.14491875rem;top:4.2117156982422rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #toSaOHLt0ATISqCnOKBRASLtqcPWW9Vm { width:19.99925rem;height:1.3816375rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ { display:block; }#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ > .row .container { width:20rem;height:441.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naCGCVG8DmS5ptugb8MJTqGBrVpoHaJZ { width:19.3125rem;height:19.24925rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA2K39mH7fOqNlvXBAoM0t2mo95zu1uI { width:11.124625rem;height:2.0625rem;top:15.3125rem;left:4.4058609008789rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPHevy3A7oxyRtw5TAiooSDVRFcHRz61 { width:13.125rem;height:2.0625rem;top:35.81175rem;left:3.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { width:19.3125rem;height:19.24925rem;top:21.74925rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAgTZCiKH9wLbWMheEprg01BEeJTSWU9 { width:19.3125rem;height:19.24925rem;top:42.2485rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waGEC1FnLISf3e8MTM0DgtprakxaLCCA { width:11.312125rem;height:3.09375rem;top:55.795375rem;left:4.3121109008789rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { width:20rem;height:14rem;top:425.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { width:19.9979375rem;height:12.60351875rem;top:426.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4g100tVXqUF6TkCDSh256WsNA3S9XK { width:13.1875rem;height:9.125rem;top:25.742710113526rem;left:3.4062502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6XfKPoCxsz7v00P1ARKcftMdw3cRfUd { width:4.9375rem;height:11.604197530864rem;top:64.534859375rem;left:7.466796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWG7Dl4i3nfXM13DIZ9G5LvXMTCCFPkc { width:19.3125rem;height:19.24925rem;top:62.74775rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qidnmX22kih6sJ9BM1Mz2nB3oid1qHK0 { width:12.87425rem;height:3.65625rem;top:76.81025rem;left:3.6242179870606rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izzTgv0pipPLFVxElwNAFnyuFIIokahp { width:19.3125rem;height:19.24925rem;top:83.247rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qogUSmVFyDUIFdE2JlDbNanuqfKrmsLf { width:5.25rem;height:10.3125rem;top:85.158331176756rem;left:7.2500038146975rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAbuo9CSkHR5z2hVGUUMmCHXTT2m9wZc { width:12.812125rem;height:3.65625rem;top:96.783331176756rem;left:3.5000038146973rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAu35aMyszbtTOH3bSKkPkJlOm9eUKtG { width:19.3125rem;height:19.24925rem;top:103.74625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfiHU0KPyTsvKegkyeP0tO77TvhoNSHS { width:9.75rem;height:8.687125rem;top:108.54390319824rem;left:5.0632781982422rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbvrHX65TC1GC11yc6yap8EEz4dNoXkA { width:11.25rem;height:2.4375rem;top:118.324375rem;left:4.2816390991211rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #waLynHt4F94nbrEnN1tsyTvFCm6H2KvU { width:12.8125rem;height:9.3918608122806rem;top:5.4324188232422rem;left:3.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c79HTc3nreQEIyo5AkdIzJ0K3UawBobu { width:7.625rem;height:7.875rem;top:45.617712020874rem;left:6.1875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { width:13.3125rem;height:9.621125rem;top:383.25rem;left:3.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWqsvr5KG4T95aHEOidwRzt7Jf33GrQf { width:19.3125rem;height:19.24925rem;top:144.74475rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmcGZNHD53tCwLkz1SATT9K5qfs4Rk8Z { width:13.875rem;height:4.875rem;top:156.49436090088rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xv0T2tZ4VpKrPBRWXSRmT3u4kHEbkvRH { width:19.3125rem;height:19.24925rem;top:165.244rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4sVbhGMbGZyPD7dqPxUp10Bm2Zse3Hy { width:12.812125rem;height:3.65625rem;top:178.6307225647rem;left:3.6242218017578rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeC80XQNvb5xF7O1ImMXVZ79uHRCZFob { width:11.625rem;height:6.9624172433337rem;top:169.994rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeM0K0dwPPeos7eT5DlNHQWH6QXlez3I { width:19.3125rem;height:19.24925rem;top:124.2455rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTZ9uFQVrATuE3lJc3lvd7774vWLTyzZ { width:12.812125rem;height:2.4375rem;top:137.808rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XREpEwrPhkODSACesy8omJ5ELPsz9PCN { width:12.124rem;height:12.124rem;top:125.76171875rem;left:3.936767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9SFQFyXI2Fk1evMFHVhTqpIqWPLEoGs { width:19.3125rem;height:19.2495rem;top:184.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvfNEhr1NNcZiFty5ltbWO6gf9hzDLsE { width:12.8115rem;height:2.4375rem;top:197.375rem;left:3.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM1D8FZTTBHRWrZFpl2VWtueAMWVgR2q { width:9.625rem;height:9.625rem;top:186.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw25XQJxBh1sMsbUxuns7R7WfD9qq7v2 { width:19.3125rem;height:19.25rem;top:226.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi7B9NpnwT9eKELFH1P7bSp0pxy5QqZ1 { width:12.8125rem;height:3.65625rem;top:239.5rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPt89xiRVQ8b95f9zQxQ8BFHXVf1trQM { width:10.5625rem;height:10.5625rem;top:228.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWAQSwPHqMmWe6lm4c9ULT7DnQxa7Q9R { width:19.3125rem;height:19.25rem;top:204.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbM4uUGt8xVAXFRJCalL361nCTPue218 { width:19.3125rem;height:19.25rem;top:248.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBfqlcng3w25AlrXHMPT5FUFS0NTbtih { width:12.8125rem;height:2.4375rem;top:260.9375rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8FiIDDXEmIr3LZNXnu4l1M6fqiQ2R4T { width:10.875rem;height:10.875rem;top:249.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8udXaRzcMrgsf9ChFI83I9VlCvIZJmT { width:19.3125rem;height:19.25rem;top:269.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3nFeUO45P8gP9dOpRNtKvAnnML5LBQA { width:12.8125rem;height:3.65625rem;top:283.5625rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { width:10.375rem;height:10.375rem;top:272.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXwPc49QkCK3V1T4R1g1ZvMBCv3Rc3zl { width:19.25rem;height:19.187948243275rem;top:290.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpfDu7QzhgpPtSr3AATMpbcMXTfXmTDi { width:12.8125rem;height:4.875rem;top:304.18751335144rem;left:3.5937502980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V337HNeZowGPSw1dotNORkW8kVMIiyd8 { width:11.5625rem;height:9.6875rem;top:293.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaXlUTSdHsHgcheekLzCvAHwcTvBIw0v { width:19.25rem;height:19.1875rem;top:313.31252670288rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { width:12.8125rem;height:2.4375rem;top:326.74794387818rem;left:3.5937502980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LedJOT9lmRTfsNdgeikPQvEcGB1XTL5o { width:11.5625rem;height:11.5625rem;top:315.18648481369rem;left:4.2187502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfvkK1WtDUT7BeUeqge6ICI2tdPs7MCL { width:19.8125rem;height:12.75rem;top:203.1864695549rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msP2TtzaFFBe1BzRfucoQWkP6rR93651 { width:12.8125rem;height:3.65625rem;top:218.18645477295rem;left:3.5937502980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSGh4XaZ3s2fXyM0f5oNSeDWPyS5nOdf { width:10.3125rem;height:10.625rem;top:147.58646011352rem;left:4.8437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { width:19.3125rem;height:19.25rem;top:378.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRgkX3LZX8RTm4qHNEi3kprfgeXH6RpO { width:19.25rem;height:19.1876988378rem;top:335.63230800629rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBarTuTzO2PpEORkdiuHKinyP0wgZBSL { width:12.8125rem;height:2.4375rem;top:350.87708997726rem;left:3.5937502980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTBRGX00fNudJpCsO3ZUps0t2c0vdcJV { width:14.625rem;height:14.625rem;top:336.43647480011rem;left:1.0854165480233rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLGfBuShWtPnJZGfvmS3p0apKhfpdBq { width:19.25rem;height:19.1876988378rem;top:357.00315761566rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTdoBggheCFm5rhDH6xCyTXqGgDTPJdp { width:15.0625rem;height:15.0625rem;top:357.00211620331rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOAsO1JTD16MS4Fyvc1KB1QhF9WmnGE8 { width:12.8125rem;height:2.4375rem;top:369.69274139404rem;left:3.5937502980233rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOSrBta6qtpMnNUTNTQz1mTLXEBs3TC5 { width:19.25rem;height:19.187697224695rem;top:399.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MexxkWWFx6Pkq5nuvtQ92uRpw7veKEGO { width:10.3125rem;height:10.3125rem;top:403.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhC6v776QNlO5WpPuKv7sFAlznAI3mn3 { width:11.875rem;height:2.109375rem;top:413.375rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym { display:block; }#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZ5gFOa9bVCD5dCBBh3KEPBe05KK1WTE { width:19.99925rem;height:2.76328125rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { top:4.7378902435303rem;left:0.49804690480232rem;width:19rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2oNipnFlFc7GZTLVcIXOnoWQImS3LCk { display:block; }
 }@media only screen and (max-width: 763px) { #b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk { display:block; }#b4TfkDhHPZXQIF4EOF9aodd4nTq5rXEk > .row .container { width:20rem;height:381.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuuUo4GKQi4cmcFCqwAp2pWU9Q1WiDDd { width:19.99925rem;height:4.14491875rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQ6O8VmEK1DCBsvM6kH72JXdqghCoFpA { width:19.99925rem;height:14.38475rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDD1ozIPqD3aewSyC3DE0GzNyzbUeTs { width:19.99925rem;height:5.20078125rem;top:23.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlNla8srZAafJvCknftPsht3XyyhzMRS { width:19.99925rem;height:13.8163875rem;top:29.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhkqnmvoacH5wJwFKAs5c6ybKf4J8Hfx { width:19.9375rem;height:13.25rem;top:45.799219608307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNTSHZOCPLsg14qOOey5k4GhPGnfOhc { width:19.99925rem;height:23.4878625rem;top:65.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSHipXsIs1Wh2ilyDOiEPJmPxEELp8hM { width:19.99925rem;height:2.6003875rem;top:61.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKl7h0T2vlIFK3MzrNPgFMR5CFxxzh30 { width:19.99925rem;height:14.378875rem;top:90.951563835144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV2faXxdsmw43T2CvTWvAURbtgEgIHIA { width:19.99925rem;height:5.20078125rem;top:106.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWqpFH4TelZr2LJvLTJGxHXNG2maOBiD { width:19.99925rem;height:20.7245625rem;top:113.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3FGP3eL4sTUwFBmXs5ANoh7lePqQS8b { width:19.99925rem;height:3.41366875rem;top:135.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { width:19.99925rem;height:13.299625rem;top:141.09141159058rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { width:19.99925rem;height:5.20078125rem;top:156.29297447204rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { width:19.99925rem;height:20.72458125rem;top:162.93047332764rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rB3QErM0V4e5SJuynwc2dD90Otp1UvIf { width:19.99925rem;height:13.299625rem;top:185.0180375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { width:19.99925rem;height:5.20078125rem;top:199.5676625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ub92ZppC7CVantrTbwmTnN1tJ5em85dP { width:19.99925rem;height:19.342975rem;top:206.01844375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { width:20rem;height:5.20078125rem;top:242.78335189819rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { width:20rem;height:35.9226375rem;top:247.98335266113rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD2E7HrSM2Ke6A6U2tTUUJWTu9gzfVQZ { width:20rem;height:14.384375rem;top:227.79272842407rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P24HVugOWfQzn7naDhWX6DyFPpw5B9KI { width:20rem;height:13.375rem;top:285.35105133057rem;left:0.059559470605151rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuaJhih9D1h6uSiIprshpTes4GZMgBnZ { width:20rem;height:7.8011875rem;top:299.28959178924rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxVcNTsCmKFu008J9a9NNBaMLrbUttrx { width:20rem;height:29.01438125rem;top:307.58964252472rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { width:20rem;height:19.34295625rem;top:361.8333530426rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { width:20rem;height:7.80116875rem;top:353.35001850128rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VX5UvyUM5e7KDchWDHrG43R7gMIvIC9V { width:20rem;height:13.522123893805rem;top:339.26977920532rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container { width:20rem;height:165rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { width:20rem;height:163.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { width:19.99925rem;height:2.76328125rem;top:3.4382820129394rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiHW70oKrCfJqitgwQ2WG04aJhRe6mzL { width:4.875rem;height:4.8125rem;top:7.29931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEfFQT7XN2aRnPpz86rEefk20v3E5Mh { width:14.7495rem;height:2.27578125rem;top:8.06396484375rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrZ53db3C7kwmFIip8oqta1FNZrh208R { width:13.8745rem;height:2.925rem;top:11.248779296875rem;left:5.186767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0VLuFPMal91EAlmsfipeIKB4l579s0r { width:19.625rem;height:4.5rem;top:14.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8EAsaLbAnMmTE7C6eAslcdTfEvHFZyv { width:19.9979375rem;height:3.9rem;top:15.402084350586rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT374k0Ws2vNrrO81GOo04XPfay6R74e { width:4.6875rem;height:4.6875rem;top:20.8447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { width:13.9365rem;height:3.41366875rem;top:21.51416015625rem;left:5.654296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHJTlWwDl3Bs4UNDklivlhQm5NvakGT4 { width:13.9980625rem;height:1.95rem;top:25.59375rem;left:5.68896484375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LugP3hQABJuc7PKWZaC9ns1x6vm0PeKG { width:19.625rem;height:4.5rem;top:29.298950195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvk51JCuT79cle8FPvlUhI91NRF9zVl5 { width:19.1875rem;height:4.2236375rem;top:29.746887207031rem;left:0.50000005960464rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxkJU1ZsIclk432mptIxzhf3gs4odJXB { width:4.875rem;height:4.8125rem;top:35.13720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { width:14.3730625rem;height:3.41366875rem;top:36.46875rem;left:5.62646484375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9VQcl7GTeFQUq8b0bDW47G1OlxZ7z6e { width:12.937rem;height:1.95rem;top:40.673828125rem;left:5.5615234375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9IsxsFP0y3sxsfdQIIfGTP7UebSCdmc { width:19.6245rem;height:3.811525rem;top:43.81201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Gn003TN1q5vZqANaAuJBRNqbTWvVml { width:19.9979375rem;height:2.925rem;top:44.387519836426rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQyKp9mKMiawTolMfLgzFf2LKwKT2TLF { width:5.0625rem;height:3.125rem;top:50.9794921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { width:13.6875rem;height:3.41366875rem;top:51.8056640625rem;left:5.7802734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1slGFgRmJP3B2TDOO2UmNpl4zT19eta { width:13.5625rem;height:2.925rem;top:55.82373046875rem;left:5.654296875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6FlBARu126rlMFhIuy4FTiAnpStDE6G { width:19.6245rem;height:3.811525rem;top:60.50244140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CihEiErXbfuDu9G9SywM8bMP9FC514Tz { width:19.9980625rem;height:1.95rem;top:61.7578125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CItR2OiT5f0KEDltXRdDQhEtZVp9LrUz { width:5rem;height:5rem;top:66.87451171875rem;left:0.43505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3OdCFcKv7tSWre8DMbFEEh89X0TG6qb { width:13.125rem;height:4.5515625rem;top:67.098980426788rem;left:6.0614584088326rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqDsBTp2X8TaoK7dW6xHp3EIPB2dLpi2 { width:19.625rem;height:5.9375rem;top:90.82917022705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o07t5B7MlZPimWovTC13FFXa7dqQB45H { width:18.1875rem;height:4.875rem;top:91.494796752931rem;left:0.90625005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { width:12.75rem;height:3.41366875rem;top:82.9375rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzng2lwQalU24Z0CQT91izt2vg7FPyi { width:13.4354375rem;height:2.925rem;top:87.2499961853rem;left:5.9062502980232rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPit3zdoD1bXuoaHpoEEUNqCOB89u73R { width:5rem;height:5rem;top:82.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT0arqHFuDxT4ewvPyBw7M3J2VyHGvo5 { width:19.625rem;height:4.6875rem;top:111.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RScsIZia63Pf6LETKEHC7lHGerXFAxLI { width:13.3125rem;height:2.27578125rem;top:101.625rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5dIgzc3Ppid6CQDZMBoUILmUQddXKBw { width:5.25rem;height:5.25rem;top:101.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8m2gydaRrTwJvdfA0OgxGNdZNuluqTN { width:13.625rem;height:3.9rem;top:105.75rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmqJdbx8dtIPC4v6CIny3sbADFeX5lM { width:19.9980625rem;height:3.2484375rem;top:112.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1yIPxWU11cx069iqOEHicTRgkpSG2Th { width:19.6239375rem;height:3.81145625rem;top:127.18438529968rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTBAwyhMNkyobN6oEpOxyhuT6W4Gt91 { width:13.5rem;height:1.1378875rem;top:120.49921035767rem;left:5.8734372258186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hAT4VB0wylDtbwuUgLezdrqX5x2EiS { width:14.0625rem;height:3.9rem;top:122.18671035767rem;left:5.9367182850838rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQL7nkxS0umQGTNmJsX1Wl8TlXA3hlg { width:19.9979375rem;height:3.2484375rem;top:127.60000991821rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V575SMm7TARTLLRPNNqFb95XK5OCWqHa { width:5.5625rem;height:5.5625rem;top:119.12728023529rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3en0p30BUMgxHQ4bxxd5BRtW5wFbWES { width:19.6239375rem;height:3.81145625rem;top:140.00001144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuUO4D0ApDhJ1Adxr4ie5k1uXu9smz8 { width:19.9979375rem;height:3.2484375rem;top:140.41355133057rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BKnAxkJ7QDdhkTDQoxD6VwBL7Ahur5 { width:13.8104375rem;height:1.95rem;top:136.67917823791rem;left:5.7187502980232rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qnp5pGl5IKgUcJAZP5yDIlkm0N0c3w { width:14.25rem;height:2.27578125rem;top:133.37501144409rem;left:5.7500002980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhRMns8fvGfZuFAHHGoEkDsVPcSbKKn { width:5.1875rem;height:5.1875rem;top:133.37501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSTWpt6SsBytoVBKy6f1Uwp1m1KKL1cv { width:19.6230625rem;height:3.8109375rem;top:155.62147712707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX4Z6keQOaMyPmCyV0TCtDhckaWIAd71 { width:12.4991875rem;height:2.27578125rem;top:148.76132011414rem;left:6.6351559758188rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvNNFDOwcaTfxy1rlqdtaa9K5XeJnZeg { width:12.9363125rem;height:2.925rem;top:151.61483573914rem;left:6.1558588147163rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFU1wqSilPpqCv2fdwweaA2iw8auIz8g { width:19.996875rem;height:3.2484375rem;top:156.05155372619rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH9xS8hPs7I4RVCLzr8r5ovMQZBwdBSp { width:7rem;height:7rem;top:146.37069511414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmBks1sDoppplTxbcsbtw5oATeiFIsEk { width:13.25rem;height:2.925rem;top:71.873962402344rem;left:5.9989584088326rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2LAfq6UrJClfRPa7U41tOoiqucLeuf { width:19.625rem;height:3.875rem;top:76.240625858306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVCyzSnvpuXWsM6VEEtJELpX51TIXGu { width:18.9375rem;height:2.925rem;top:76.848978996275rem;left:0.53125005960464rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { display:block; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { width:20rem;height:1438.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kxmbEqw4WBFSZwy49T2T48XksvgJTk { width:19.875rem;height:6.624625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnIpd1RLE6Dcp1xVy7SeN2z7JZFNgecF { width:19.9980625rem;height:6.39375rem;top:1.45458984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoTDTz5ou9cTKwq0PIWbqWidbwCU8bl3 { width:18.4980625rem;height:18.2475625rem;top:99.11865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC21KcOzPnx1iSNcos9ppmXSvSlSUWVw { width:15.249625rem;height:8.687125rem;top:118.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxcgqipLZRyPl8Ew5T9KHmsiyfaNO2uM { width:12.31175rem;height:1.23779375rem;top:121.0625rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKhMuH5gZVlIR9RmWLWXTqbErD9vVrlt { width:12.31175rem;height:1.23779375rem;top:123.8125rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3woLzyNK7OI1TM2ThAreUIJwKsf6VgG { width:18.8115rem;height:17.380375rem;top:128.9501953125rem;left:0.591796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md1tRrhUN0J4CohHnR6LiP8DEdV4MggK { width:15.1875rem;height:8.651734776265rem;top:147.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQhP62iUpyszIzTTFXTiQCyOt00kcJcU { width:13.125rem;height:2.475rem;top:150.125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtWQR8W8yAbFRoUO5i3JgCbl6Bhe5L1g { width:12.249625rem;height:1.23779375rem;top:153.5rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMphfK8czGueW8hNnT8qyLyUmAchdEp6 { width:18.375rem;height:17.3774375rem;top:158.830078125rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb3wcUSgzMLQ968zkFzLDFogN9SdJQRn { width:15.1875rem;height:8.651734776265rem;top:177.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoT4UkJrLqoTtno8CkcpyVSOsRzAWkw0 { width:13.125rem;height:1.23779375rem;top:181.125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3htCs8t3kxPzp4otG0BuESniNG2roTI { width:12.249625rem;height:1.23779375rem;top:183.25rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iztTbGcogaLvlvf4XK4VkKUT42m2ebQs { width:15.1875rem;height:8.651734776265rem;top:480.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyvd7WhthWEk0QdJXMCK5CAW0qW87x0L { width:13.125rem;height:1.2375rem;top:482.8125rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvK905Z7h2h5Fo4VT9xTIBPDOb3a05Kd { width:12.249rem;height:1.2375rem;top:485.75rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csO8NLJXNuPqOOvrQlhzuDVWCUJlpnqe { width:15.1875rem;height:8.651734776265rem;top:418.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5GemBT1dHGnlbySHk1yUnh2EAuZcyId { width:14.0625rem;height:2.475rem;top:421.375rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TK6cBwBUiKnzvKT9Tyytr2EuG7Abcq4M { width:12.249625rem;height:1.23779375rem;top:424.8125rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJPETfNvRMLfAmiucGcexpO07qtPwPVm { width:17.8125rem;height:16.8125rem;top:462.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN3dSV7oO2dWpXnQzakekAVGOXZAxNX3 { width:17.6875rem;height:17.375rem;top:399.97998046875rem;left:0.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0hTzVInDOybluTVuuKgVCTWDTbDzetw { width:18rem;height:17.3774375rem;top:187.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTEvTbqr7yAwoEwQQE3Eph0yScT7t9sb { width:15.1875rem;height:8.651734776265rem;top:206.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6UuR1dMJbopwF9rzJ8TkeFrlX1nTqsi { width:13.125rem;height:2.475rem;top:209rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fb87cr0slT74J35Lt4JgpNQdTmnzTLbk { width:12.249625rem;height:1.23779375rem;top:212.4375rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3apthOcQ8OPLl0OTlLxb1dqkfT60hqC { width:18.375rem;height:18.1230625rem;top:39.15673828125rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCiQgqFpRU7IlxpTBJOrrZCdQNbIRWJ { width:15.1875rem;height:8.651734776265rem;top:57.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCimVZTdJP5Of3a0szTU8lHhZKVnHbTU { width:12.249625rem;height:2.475rem;top:59.875rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0LTzklCdTDMn2rcrpbmmE1VIWs7zwGq { width:12.249625rem;height:1.23779375rem;top:63.4375rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FAXmNWInkGTiG34lLbTn5Q0LJ6wsIL54 { width:15.1875rem;height:8.651734776265rem;top:88.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMtu8kAZhgXwRUm7fU0c2Mw0NVd531C3 { width:18.375rem;height:18.0600625rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKIkGdZiApAeA2KdmWMiO6ySmmI3pd0F { width:13.562125rem;height:3.7125rem;top:90.0625rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UB0Lo86tn7oR1Bs5bvkolOb5eT6QFITt { width:12.249625rem;height:1.23779375rem;top:94.75rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPLwvABn5OaZ9Gspd5Jute55uBk0TK1c { width:15.1875rem;height:8.651734776265rem;top:236.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi9r38ICoxAZqUinzxR1kwE4oFh8FmZi { width:18.375rem;height:17.499rem;top:217.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbGDHCN24lMg8732yvqZ6JHVp19UlgBz { width:12.375rem;height:3.7125rem;top:238.3125rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGBudKpnbe9xQ6gWO84szwITf8JHTscm { width:12.249625rem;height:1.23779375rem;top:242.8125rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5fNTneFqcdJxUELWGQPCZrViMXdEQwX { width:18.0625rem;height:17.437862031737rem;top:249.87690966797rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE68isHDNlyFvglte9l9lPqEqSUOSAEG { width:15.1875rem;height:8.651734776265rem;top:268.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { width:14.25rem;height:3.7125rem;top:270.5rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RplCFcNx96R2sWQRbEFQ8JImq6yWmQnS { width:12.249625rem;height:1.23779375rem;top:275.0625rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { width:15.1875rem;height:8.651734776265rem;top:358.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { width:12.249625rem;height:1.23779375rem;top:365rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { width:14.0625rem;height:3.7125rem;top:360.9375rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { width:18.75rem;height:18rem;top:338.4609375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTWgVz2E7Sc486eQkVqPD0aZywCTKPrV { width:15.1875rem;height:8.651734776265rem;top:540.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT6H5trN0rDDvsTrnZOZ3TGovbQEboeH { width:14.0625rem;height:1.2375rem;top:543.375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrE283eb8sCoJFbBR1fQUgFuOcoMzdJo { width:12.249625rem;height:1.2375rem;top:546.1875rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE6kSkfIXZwhmRh1LnNnDf8AOr3k9n0V { width:18rem;height:17.4375rem;top:521.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unmWuNXnM0gGME7DVkqxW9fDoGOXwMpg { width:15.1875rem;height:8.651734776265rem;top:449.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0W6IJF9exurHO48Zypna6tbL5JDes4H { width:12.249625rem;height:1.2375rem;top:455.18753814697rem;left:3.6250002980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtZbak937csSnk9PTEAopU8WMN03NX2P { width:10.6875rem;height:3.7125rem;top:451.0625rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glbANlncFvcVeT7aLkKa8uViU6lxJGxf { width:18.8115rem;height:18.1889375rem;top:429.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { width:15.1875rem;height:8.651734776265rem;top:510.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { width:14.0625rem;height:3.7125rem;top:512.4375rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xepRJhTDVTM714mgFttXCgUK1SCsDiZi { width:12.249625rem;height:1.2375rem;top:517.0625rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { width:18.249rem;height:17.0654375rem;top:492.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7tJfPL4BJU6pPrsA4LTTfwFBg4UT6L { width:15.1875rem;height:8.651734776265rem;top:29.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOOksMhHAgtK3qGl8A7v1I94NI4ZHtv { width:12.249rem;height:1.23779375rem;top:34.75rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgdpQd1Trvh36uyko10Cabl15xfRZA18 { width:12.249625rem;height:2.475rem;top:31.375rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGZDysEV42yxNlutqnWhGAaZiwp1cKRx { width:18.375rem;height:17.6865rem;top:10.8134765625rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taNmOAf4mDkNUB1dTObwqUh2EfdPnoy9 { width:18rem;height:17.3125rem;top:278.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXDFiVsgsrrtaXfL2K8KhvdrcyyAUQmE { width:15.1875rem;height:8.651734776265rem;top:297.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvcOR09AZJS9iI54rDWF6Z2yssTINoi { width:12.249625rem;height:1.23779375rem;top:303.4375rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXtp9C5hnrlh7h1W4NM7g6oPwlxzklGF { width:12.437125rem;height:2.475rem;top:300.375rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AXBotnSsIQeGTK8aOp52TXdTGViO3hZ5 { width:15.1875rem;height:8.651734776265rem;top:389.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4CpRCdLpSuLeIvpGEdXFCQ4aq0I5Lp3 { width:12.249625rem;height:1.23779375rem;top:395.625rem;left:3.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZP5LeaT99aNJPevy5XlhDDHMUpBq4yS { width:14.25rem;height:2.475rem;top:391.5625rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQ79qwcOJg21mzmwZoTesE8GIVo6yeK6 { width:18.687rem;height:17.7495rem;top:369.73095703125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgpUetdoA1gO6dygVtxZ3pflX87yTsZm { width:15.25rem;height:8.6875rem;top:570.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cA4L8agfzB704vQo9S4cSUkLF0mNaBZi { width:13.125rem;height:2.475rem;top:573.75rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vcH5bCROMkfrZGtec97SHEWD9QLo4HLm { width:12.3125rem;height:1.2375rem;top:576.4375rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4TfSeah9seaNuWVE9vppfzfe3PBM3if { width:17.625rem;height:17.4375rem;top:551.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFU3JGMzHeaSwisaZoKmeZsWIGCTyg8f { width:15.25rem;height:8.6875rem;top:599.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EahRCJA6ITGNkeMzKy1IVyQPmgDK8exL { width:12.3125rem;height:1.2375rem;top:605.5rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJTpRFBGTQfQD90SGkiU3wvcUbDmWqoV { width:13.125rem;height:1.2375rem;top:602.75rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rc59XXIF7i2Xqls87XZgUMTaGgUT39Zk { width:17.4375rem;height:17.4375rem;top:581.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgnKkxCBsdN3cxQcTvbnsBrBdTCPbelK { width:15.25rem;height:8.6875rem;top:628.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECREal62JAHssiMxJrpeTNMJy7artF9g { width:12.3125rem;height:1.2375rem;top:634.1875rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGSmcG2HqdoJJVf6zgV5b4Ue3xGKlWgX { width:13.125rem;height:2.475rem;top:631rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgUyXIPAhSs2KtGNpyUSTlp6Q016uJQw { width:17.4375rem;height:16.5625rem;top:610.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcl7TCTSbluJMgS5mW8quQqSZJfOHErT { width:15.25rem;height:8.6875rem;top:660.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otgycl3ML04UAdAqZhI5mLuEBMToivXp { width:12.3125rem;height:1.2375rem;top:665.875rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoP986UBy1FxEsdekzVqRqIWpeuxGNUM { width:13.125rem;height:2.475rem;top:663.125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRwr2ybqrtUWOkGeDQeTsBqODeudksXM { width:17.625rem;height:17.125rem;top:641.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxztezDtT3nVgwIqhtotlgPqnhqGNGXP { width:15.25rem;height:8.6875rem;top:688.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbEEu345svog9cGc36iTeJX7fkZAkEoA { width:12.5625rem;height:1.2375rem;top:695.4375rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0QQlBNop1Uz3D94Ex8f5pfcPS1cZzAr { width:14.0625rem;height:3.7125rem;top:691.0625rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSQL4JOZ6138qRcpSyshK2SbHhTypQgc { width:17.125rem;height:17.25rem;top:670.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTyGo8hQ6cBwCZK01BbuRWaE8904T7E { width:16.3125rem;height:16.3125rem;top:700.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhcot2wbRufVtTEJWI69l4WwfkgJrTNU { width:15.25rem;height:8.6875rem;top:718.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcCGqAxwi7BWtbVF5H6KQaVFstZ1qV0L { width:12.5625rem;height:1.2375rem;top:724.9375rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hlpv60i3e2SApoCqA6AW4dyEW826z9dm { width:14.0625rem;height:2.475rem;top:721.0625rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybEMOhl7B29BcoVt9LlxpUUo6UtF16kU { width:15.9375rem;height:15.9375rem;top:729rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCf5bwPZezHLorKCeMW6nHAOQXmRO68J { width:15.25rem;height:8.6875rem;top:745.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJS8hsaRKkedqFzI4HceFVN2QfH6Gco { width:14.0625rem;height:2.475rem;top:747.5rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWvXQ1czPORz6dsw91yvq0DT1f1ZyNqE { width:12.5625rem;height:1.2375rem;top:752.0625rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bct1qDxq5DhXTMaeFiQ8ftLtd17mZM8v { width:15.1875rem;height:8.651734776265rem;top:773.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr1759dMCLhM5AZA9Zucp0FadoW5TTXO { width:12.5625rem;height:1.2375rem;top:779.5625rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0HMyEBPfSWC3yfHXyyoFPTHKnmkZdxE { width:14.0625rem;height:2.475rem;top:776.25rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QU2048Tc5dmXILibEs7VoDlnPvTTqKzU { width:17.0625rem;height:16.3125rem;top:755.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPM03GBSBxfihVItyhUdvcu11fQkiqRx { width:15.1875rem;height:8.651734776265rem;top:800.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9Pu8oW5u55hTAD5di6KJ4diw92kOo63 { width:12.5625rem;height:1.2375rem;top:806.4375rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uThVwyv9TymGAsoVWQ1Lq8qkPEys5pa3 { width:14.0625rem;height:1.2375rem;top:804.0625rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPvnfq7tc4QKQ9UuS0iK9w7wo0os4eT3 { width:16.625rem;height:16.3125rem;top:784.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XskJcS2knDV5KWdmMFIhqRvqeG1OgyWb { width:18.625rem;height:16.875rem;top:308.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7xA1VQR653On41Rtpnoa4KZx3zAT6Cy { width:15.1875rem;height:8.651734776265rem;top:327rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbdmcL4A1sa08WeSXZea5lE2BaZVTJbP { width:11.124625rem;height:2.475rem;top:329.375rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hX8xdAsiouoEVRfxTeyDaTv1rVcn24wJ { width:12.249625rem;height:1.2375rem;top:333.4375rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #msZEpxkVWGP1somZ9tLi3E2bC7Fu2aur { width:16.5rem;height:15.627846290859rem;top:810.71318896488rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNKyhp3qSN5bc8lbnFrgCwv92mac27yw { width:15.1875rem;height:8.651734776265rem;top:827.59012646487rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flr2C6SDf5ZQDJMXNTdhM2xFVlMz3lyV { width:11.874625rem;height:3.7125rem;top:829.02763027956rem;left:3.8035202026367rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HccuTUukLcuq5CMioOTx5kRHvTyMCc5y { width:12.5625rem;height:2.475rem;top:833.15263027956rem;left:3.4285202026367rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyZIByM5L0z9lKKNa04eg6flDsA3gggf { width:15.1875rem;height:8.651734776265rem;top:855.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzVLnzMQn7uEDEH6AXvhyP7rOpp8y6kT { width:13.875rem;height:2.475rem;top:858.1875rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cObJofsgZOkcnxnsOg6Ppw90qVMvtlsh { width:12.5625rem;height:1.2375rem;top:861.5rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KS1fsBFof4k46myITe41liXRZ0xZnWf4 { width:18.875rem;height:18.875rem;top:836.24143123625rem;left:0.56171876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #doJBueVRrZ65U8lnBn35eqh1bxwdBBvK { width:15.1875rem;height:8.651734776265rem;top:885.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTX1AeUoiIsbXkO74hilFhH2PXdduDSs { width:11.874625rem;height:3.7125rem;top:887.56165313719rem;left:4.0605466961861rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKTek4n9Q98GZry2IX1mHOfLzZMtzZOT { width:12.5625rem;height:1.2375rem;top:892.37337493894rem;left:3.7171872258186rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BsPvw215KHcS1v0g8xl84xAIDQTpJvhw { width:18.6875rem;height:18.6875rem;top:865.67502498625rem;left:0.65546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpAUu0C4Ewy3DWGeEr34tfee774JTv5 { width:20rem;height:20rem;top:895.77612353512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhxgEimvax9SSR3qlyRUVLNykciT9ER4 { width:15.1875rem;height:8.65rem;top:915.77603530881rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD7S4ki5GJ21ZqhKbB4SnFzv4s0medh1 { width:11.875rem;height:2.475rem;top:917.45632171631rem;left:4.0625002980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4UaaLOJlJgUShrgDzfbsGnBnSUFChUz { width:12.5625rem;height:1.2375rem;top:921.08861160281rem;left:3.7187502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { width:20rem;height:20rem;top:926.92612353513rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyT3RKmgXMdT5OdfX8AXTzRzzfoBTFHR { width:16.875rem;height:16.875rem;top:954.97609519956rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQf7fI6FBMWFcxN44UNxFP6eAl8Roqa { width:15.1875rem;height:8.65rem;top:971.85107612613rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSIykmAox1gWzNuzxMGzTvFncNI8a4zn { width:13.875rem;height:2.475rem;top:974.11775779725rem;left:3.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJ2L8COFGbTTvzGlPOn3LSn0p10J2JyN { width:12.5625rem;height:1.2375rem;top:977.58859062194rem;left:3.7187502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sk8vhkg8BRR0nuq0nLG2TVK6Cp74cJbE { width:15.1875rem;height:8.6510114585169rem;top:946.32609558106rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NTHzWXZGraSfZMwz7aTMIUMNoXgGX2 { width:16.4375rem;height:4.95rem;top:946.9260959625rem;left:1.0302084088326rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqE9PKAmhGyVWOaETQE4e3Z9ke9oGTkT { width:12.5625rem;height:1.2375rem;top:952.81359481813rem;left:2.9677084088326rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdxlWG7uyPFCxGtkLVU9zsIWX3OAbez0 { width:17rem;height:17rem;top:983.5510772705rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKrayTh4iTiVB56WTk32NAqofymOc50o { width:15.1875rem;height:8.65rem;top:999.80109405519rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI2D42L5pvSyE60Uz7dy3vkc33kGAQiE { width:13.875rem;height:2.475rem;top:1002.0510940552rem;left:3.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3wGOvR25cdQKeHK5LigFXBas90mDG6N { width:12.5625rem;height:2.475rem;top:1004.5260925293rem;left:3.7187502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZR4c0owM1ytKTgUQiilaUVEuEHrfyK4P { width:15.1875rem;height:8.65rem;top:1026.8261241913rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVDmO6O0eT80x9lBL9C3XOTup7WAT9i { width:13.875rem;height:2.475rem;top:1029.2073745728rem;left:3.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4ebb7Wvl9wa2dOl7bXcKolF10BBBp6d { width:12.5625rem;height:1.2375rem;top:1032.5552902222rem;left:3.7187502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2IoFC2JTGVlphcqIhQ41v44F1ZdF0hB { width:15.1875rem;height:8.65rem;top:1054.0895843506rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQH8hHxytUSeOHJh8I1WMtc7pl3lRTlN { width:12.5625rem;height:1.2375rem;top:1059.7333335876rem;left:3.7187502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EtAD2h97qsQHQzKt1uRZZU2kWKrMfR4a { width:13.875rem;height:2.475rem;top:1057.1770839691rem;left:3.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbeT0CxUL8baIOMAVaxU2uJcO9qAcnWA { width:16.9375rem;height:16.9375rem;top:1038.6093747616rem;left:0.78020840883256rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5a4HwZFhzsamABqXAdiaZP1fpcvxBg2 { width:16.9375rem;height:16.9375rem;top:1063.6875815391rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #meOo3qeZnPbfqhEs7ZT8V3QfyI2AOlVq { width:13.875rem;height:1.2375rem;top:1083.3834152222rem;left:3.0625000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6zsSiaSAbUHpPLLc0G69m3bsTBwUGvN { width:15.1875rem;height:8.65rem;top:1079.6772880554rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1v8vBfX8whfihS5iXdfIQJGcNcEnzRH { width:12.5625rem;height:1.2375rem;top:1085.6615409851rem;left:2.9677084088326rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuWUCoBE8yV6ufEVTRom4LU9knl4lahX { width:15.1875rem;height:8.65rem;top:1105.186378479rem;left:3.3770835995674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJdtgIbCkiTBoixXdxnZgxEfM3MIv1UJ { width:15.1875rem;height:8.65rem;top:1130.8729991913rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWttXBphZab8aVmHiGZqGJvGZcguE8RK { width:15.1875rem;height:8.65rem;top:1183.203207016rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBzN9mk6uziX4Na4Qa4xZ7lTZdpG0bJ { width:13.875rem;height:2.475rem;top:1107.1385841369rem;left:3.8145835995674rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTZHdXTMOK65n7K6ffbnvonSDgxShcRT { width:14.6875rem;height:2.475rem;top:1110.1042098999rem;left:3.8770835995674rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUzEsyNUVonxO8CZTHiawFun63AJfBs5 { width:14.6875rem;height:2.475rem;top:1135.6604995728rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idAIorOgwqRQUVUiX2yiGKJORgw6AqHi { width:17.4375rem;height:1.2375rem;top:1133.406332016rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o8MTGBoRpMOgBdS9wdsVqShgOUauVwku { width:15.4375rem;height:15.4375rem;top:1011.4552898407rem;left:1.5302084088326rem;display:block; }
 }@media only screen and (max-width: 763px) { #fItm4oSzfeHdkoMVvG6ZGPwhpqT3qASl { width:12.8125rem;height:12.8125rem;top:1090.875041008rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy6dOlBV4J8TKhTcTWJcyqJQDd7wz9sE { width:12.4375rem;height:12.4375rem;top:1117.062582016rem;left:3.7812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvrbwEcHaUNzW801L2gJnIkuHy7adzFc { width:15.4375rem;height:15.4375rem;top:1167.765707016rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMlXn63FTRHEdlom5v4DIzm4FVqg6nDe { width:17.4375rem;height:1.2375rem;top:1185.0875835419rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncUmJ6Hyyg4sA0XzTgr2IRTLDcvzVTqD { width:14.6875rem;height:1.2375rem;top:1188.5480003357rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7b362LfzLwOSXzlmghNuvEqRdOJ1sDu { width:17.375rem;height:17.375rem;top:1193.8625822067rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6FCIQp7F3UPPkfIWp6hAe6KBwe1u7a { width:15.1875rem;height:8.65rem;top:1209.9875831604rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HggWsoCzNEb3TBeM86ZsIAawNNavBXbW { width:17.4375rem;height:1.2375rem;top:1212.2990417481rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWVC9urVTRcBCKrCMLO8WbvoP2HJJPef { width:14.6875rem;height:1.2375rem;top:1214.6750831604rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNJ1SygBR6zlF0X1D7E8lZDb0E5hzXwH { width:15.1875rem;height:8.65rem;top:1155.8321471214rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GosyRsybFgMv6EkpH8MUHPdDl78XR7uJ { width:14.6875rem;height:2.475rem;top:1160.8166770935rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxvah391BOWyBTd9lDaHT7tE9eOItWUb { width:17.4375rem;height:1.2375rem;top:1158.6687583923rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUJnx4TvntXSvSldJmRibWhiG4fouBZF { width:12.4375rem;height:12.4375rem;top:1142.2250003815rem;left:3.7812502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB2IMseLK6EvgEZueOmT48cH57sJ8NTC { width:18rem;height:18rem;top:1218.6375818252rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzuk6cLi5ELCpfTPZSZ2G9IKxHwU9Wx1 { width:17.75rem;height:17.75rem;top:1246.2250423431rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Ips5rNNTSRhKrA6SD8DQi6X8zNvSU5 { width:15.1875rem;height:8.6510114585169rem;top:1236.6375827789rem;left:3.3770835995674rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwcTtqJs3T2QkSkvfuFTsq8wo3ypIJLX { width:15.1875rem;height:8.6510114585169rem;top:1263.9740028381rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSyWcLDiFT1lLBQodLsLuFKozLKbpVyf { width:14.6875rem;height:2.475rem;top:1241.9447116852rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4OggdxGWautcHkM24JWggCbePPqPxzz { width:14.6875rem;height:2.475rem;top:1269.1512460709rem;left:1.9052084088326rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTgyZcRZU6C76oAHVhxohkWcoKDThLgq { width:17.4375rem;height:2.475rem;top:1266.2427902222rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKn5JCmM8bAzfIpg0SQ5JwAwxE7DoViy { width:17.4375rem;height:2.475rem;top:1239.0364999771rem;left:2.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm20IxyrkvvO2qTww6t8LteJ0lBVn72e { width:17.625rem;height:17.625rem;top:1273.8739379883rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDEODHDKh6hFg1gzofbRNJB4URPfFMy0 { width:15.1875rem;height:8.65rem;top:1290.3707199097rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEGrn9qfT5rbSZ4fOrJA3CU89JKbrFkI { width:17.4375rem;height:2.475rem;top:1292.1457885742rem;left:1.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2iGMFaWhrnZyhcTcbx0ogHx8zrUtmW9 { width:14.6875rem;height:1.2375rem;top:1295.2875099182rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xVkHRLfM23m0LmrBLm747mbZWJV5Ckiv { width:17.625rem;height:17.625rem;top:1301.8958435059rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct94CLhK7FAmJSZrEcN6G67yDBAcvKMt { width:15.1875rem;height:8.6510114585169rem;top:1319.5198822021rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsbVvDelVQT0Qc66aVLH9xpoSVNiKUNB { width:17.4375rem;height:3.7125rem;top:1347.0448265076rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVhDLJqxqNJ1p6TBqifhWixm914lRaUs { width:14.6875rem;height:1.2375rem;top:1324.5958662033rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hy03yXkxRDfEJHagBWe53bN8sqft7C6E { width:17.625rem;height:17.625rem;top:1329.4198135376rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5zC0sHnsyqFc5Iu308LIOgkMpNP4dQG { width:15.1875rem;height:8.65rem;top:1345.3448257446rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #twkrvGL6zTR1dFoNhkySfpb8TIs5H8ie { width:17.4375rem;height:1.2375rem;top:1321.8573246002rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S4NMugqeQpQXvlSoEMiDKK5H0KiK91Nx { width:14.6875rem;height:1.2375rem;top:1351.3750343322rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIbKsC3qliaJ6h8HMCvIhU8Mq5GGE2Ff { width:17.375rem;height:17.375rem;top:1355.2448867798rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVhUyq7gvTTRf7qflItzpTus25M5wDVJ { width:15.1875rem;height:8.65rem;top:1371.3999519348rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovsySTPItq1RBzvePghkVQaDuzxJdUwB { width:17.4375rem;height:3.7125rem;top:1373.3406991959rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJRHe4VlUtMFxlQHPdCdz5JwgzXugePp { width:14.6875rem;height:1.2375rem;top:1376.9875736237rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWVZCOT7vFdqS3RWbX1hKGkGPhZxTTDI { width:17.375rem;height:17.375rem;top:1382.5448246002rem;left:1.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOavRhu6M0Tm1AEZe1rN6ZSAl1fVQGGw { width:15.1875rem;height:8.6510114585169rem;top:1398.5948257446rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTvGiJ6JkxHl3CPZ4Ez0RSDO9ozsv3t { width:17.4375rem;height:1.2375rem;top:1401.3573265076rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lS7vZSTiUMvT9Di8tn1SMA5IsU9avrNn { width:14.6875rem;height:1.2375rem;top:1403.2198257446rem;left:2.6562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZDkwq9rWWhmPxK4mEBUte0eFWpzGqE3 { width:17.3125rem;height:16.6875rem;top:1409.8195295334rem;left:1.3429686427116rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB7XZXLm8l31sRhGbB9BOpLOJ0D3JSbQ { width:15.1875rem;height:8.6507167276066rem;top:1426.5069313049rem;left:2.4035153985024rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM0r1oa5xTZUAEAI2rI42QSW7gnAHG41 { width:17.4375rem;height:1.2375rem;top:1428.681930542rem;left:1.2785155177116rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H9CUppaMaykyOafi7K1kCxWfzhCDIwQW { width:14.625rem;height:1.2375rem;top:1431.9198188782rem;left:2.6847653985024rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy { display:block; }#hn7mbMkC20BtwrsHq8mJxrtF4tmnfrDy > .row .container { width:20rem;height:204.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD1vLCpFWDp3ypaTB5bzP1p8rIv2rHgZ { width:19.9980625rem;height:3.0234375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igu7r407254OEQsKbtn7K0Dsnda0sk1E { width:13.9375rem;height:8.1875rem;top:13.085417747497rem;left:3.0312500596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pCH2yeivv6KPLtz8fZTav5O0WiqgSlw1 { width:9.4359375rem;height:9.4359375rem;top:72.75000190735rem;left:9.593749806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfiQtfw8CVeWNWwXMsV9QI6iu2mJriZk { width:7.5rem;height:7.5rem;top:160.05522346497rem;left:0.933333337307rem;display:block; }
 }@media only screen and (max-width: 763px) { #InHceW3nn4QLX3GM2VNCisfhWNIzoJAH { width:5.8125rem;height:5.8125rem;top:30.948045253754rem;left:1.7777343392372rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2aty4WMmCVteZBJ0ZymF6cQVCSOmdU4 { width:6.8730625rem;height:6.8730625rem;top:49.416793823243rem;left:1.2457030415535rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCq0W9Dy3uXiiIWDewNBl7vEdPbodzQ1 { width:10.5609375rem;height:10.5609375rem;top:99.342189788819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWzWepu5d9kf9MBIOtAgoGIcFWIF8wTJ { width:10.5rem;height:10.5rem;top:115.2500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { width:7.6875rem;height:7.6875rem;top:30.010545253754rem;left:11.415233433247rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6bugREnAMrd5UJmCz3hKKvNWpxL5XhZ { width:7.9991875rem;height:3.68671875rem;top:37.624215602875rem;left:0.7457030415535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35prsXcybFUZNDy1NPprqEObFNlT5ke { width:6.375rem;height:6.375rem;top:42.8125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWt4981fMRK8mrzMovTboFHTCX1tpmNn { width:12.75rem;height:7.0625rem;top:6.625rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6o6GS0mR7DfvJ5126QTf3DBtbnAnhS { width:7.5604375rem;height:2.4375rem;top:60.060499191284rem;left:10.531250774861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng90hwNkOuDCrgwKm3wZ9cmlzvTcVLI6 { width:10.6875rem;height:10.6875rem;top:20.327084541321rem;left:4.6562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHJ3fwGexnIVtFmbAWZ2UbxF8U7xTDK { width:6.4984375rem;height:6.4984375rem;top:66.35156440735rem;left:2.0312500447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkhaawQTpkMD95V1lGcQNAOtpaGMp937 { width:5.8125rem;height:5.8125rem;top:67.037500381469rem;left:12.187499806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBGSTyfaSPZ2NPlrCtJ1ufaM1XEoJqnO { width:6.75rem;height:6.75rem;top:73.600000381469rem;left:1.7500000447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3w4mPSQpOzRMFBSgBR64bWml17p9WtO { width:11.25rem;height:6.5625rem;top:80.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { width:8.0625rem;height:8.0625rem;top:80.25rem;left:11.249999806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpzzZdqLmpVvZzBrTOfwE67wGNF1RQfz { width:8.8125rem;height:8.8125rem;top:84.729690551756rem;left:0.87343756854531rem;display:block; }
 }@media only screen and (max-width: 763px) { #G73WtfXmKCClPuKHsc286D1iLazzACqk { width:7.8109375rem;height:7.8109375rem;top:86.764064788819rem;left:11.249999806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqefUTVUXMBNPDIcVoddWn1spLsqbqJp { width:6rem;height:6rem;top:94.575000762938rem;left:2.2796874493361rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrSbleaGX2Aq3b9M3ZBTTdK4rb2mhUIe { width:6.4984375rem;height:6.4984375rem;top:94.475002288819rem;left:11.845312878489rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJps75ti06OpJyApAWAM134b97QBUwlr { width:7.5rem;height:7.5rem;top:100.87343978882rem;left:11.249999806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2lf2kyHknA8RhVIFWckJKHAyEQwBzB2 { width:7.6875rem;height:7.6875rem;top:108.24843978882rem;left:0.56249998509884rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViUGvbQOSmIKDTpS0efzTsMrecAJBke { width:8.9366875rem;height:8.9366875rem;top:34.998044490814rem;left:11.063670933247rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxGTEGEiSeNt7rvpSeccXcuIh1zZl8k { width:13.75rem;height:0.825rem;top:4.8979167938233rem;left:3.1250000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCCJn7zXybRinwZ76QEuBOqufTxQLzz5 { width:6.1875rem;height:6.1875rem;top:49.760152816772rem;left:11.217186748981rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgnT9qgR7JpQqyBubPwKtPEDIKMCh5Gg { width:7.75rem;height:7.75rem;top:116.62500190735rem;left:11.379688069224rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRQW1CVSLTa0zqPdVQxF4FxEhO1S2Jcr { width:6.624625rem;height:6.624625rem;top:123.74766159058rem;left:1.3429687917233rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { width:6.9375rem;height:6.9375rem;top:108.38671827316rem;left:10.842186748981rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcqtSpXrDGMOW6686TZGxCq9IaoGU62B { width:8.25rem;height:8.25rem;top:129.68203735351rem;left:0.52968752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph6FHxmlWm4TTzOTkCQqu2k6XfOObRzX { width:7.0616875rem;height:7.0616875rem;top:122.6953086853rem;left:12.042186558247rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5mttofAFDss7p9iC80Hv0bv2heqvUzR { width:7.6875rem;height:7.6875rem;top:129.68202590942rem;left:10.467186748981rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9zlkckU1T6W87DblIqLT6XHlT1FIAG1 { width:6.8741875rem;height:6.8741875rem;top:137.36952018738rem;left:1.2457030415535rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU0Ou9xhsLZtKvk5p79fZFJTXIbbdEE6 { width:7.9991875rem;height:7.9991875rem;top:145.61952018738rem;left:0.6832030415535rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6RhdhHaKR1eqWU8pyhn9TBmtJn9d033 { width:8.25rem;height:8.25rem;top:137.36952018738rem;left:10.185936748981rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBGIoUvUfSk8Uq8mriQMtP8GacxySJhN { width:7.875rem;height:7.875rem;top:145.68046474457rem;left:10.373436748981rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek2bMTxN7NviFydCUoRoJthKhDPPtWOr { width:9.9375rem;height:9.9375rem;top:151.49179267883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNi3lJUVJ961S32AOqCR4FdhD5s1pWP3 { width:5.8125rem;height:5.875rem;top:43.062502861023rem;left:1.7760418057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBuV0ntb6yp58XprbOkvwDTwiNP1AbK { width:9.375rem;height:1.9375rem;top:20.327085018158rem;left:5.3125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31oN1KIHIX9s66FA6p0nW5JeBM9WzvH { width:20rem;height:0.125rem;top:28.929256439209rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnD5IzssEs7es9xHZrlPeLsqUvKvTdng { width:6.5rem;height:6.5rem;top:153.55521774292rem;left:11.061459362507rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbnBV7cWcubD8t01heKcuwQ6M6NPMLcn { width:11.125rem;height:10.625rem;top:57.726043701172rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z07bDEt4xKur496Tkieq6S6NXd8O7Lbd { width:9.625rem;height:8.25rem;top:159.80200672149rem;left:9.4989584088325rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZo4lsDwrAvla0yiXgTkzgiDkzOFim7p { width:9.3125rem;height:8.0625rem;top:169.17500877381rem;left:0.933333337307rem;display:block; }
 }@media only screen and (max-width: 763px) { #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container { width:20rem;height:27.812255859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztJwOTxAtKT2Hb6T7PXmvIIkuMOr5cqD { width:20rem;height:27.9375rem;top:-0.12548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyZnDuMfU2TR2TrwVDil4d7bi6MyQyb { width:19.9980625rem;height:10.4015625rem;top:7.69921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEweEAX53VGJDogARrzKe9y8KAZv4exG { width:4.375rem;height:3.0625rem;top:2.8740234375rem;left:0.71630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5TedhRGJd30WSfettFL4KQgATQ6Pgco { width:4.374025rem;height:3.061525rem;top:19.87353515625rem;left:15.62548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C { display:block; }#iTNCqB77vwDfoIDsXtWtMQpUk4NTUE8C > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hr0hssnWbW9c5Zc8KfIVXoeJ4RLIpKnX { width:19.99925rem;height:2.3984375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ukypa3N42Lb0BwyMI9sMkk3MfkOrDkLJ { width:3.061525rem;height:3.436525rem;top:6.95947265625rem;left:1.59228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ZZWJqBri91LtZDUrOIH1gvly8plQQM { width:15.625rem;height:3.6875rem;top:6.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3F9scUPUhfpyTcl2pwVfkl1gdZHlDTw { top:8.39501953125rem;left:8.18701171875rem;width:11.8125rem;height:2.7495125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn1rXZr3MHXg9myJKhfyB6ekIZsabpHR { display:block; }
 }@media only screen and (max-width: 763px) { #ki42qFSNGebZByBCrChrEsihcppsdDxG { display:block; }#ki42qFSNGebZByBCrChrEsihcppsdDxG > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xowIv8JIdFxgpBrTShJv97003ObIJUJv { width:7.187125rem;height:3.375rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { width:15rem;height:1.65rem;top:5.875rem;left:2.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIzKlNzGAtU6zqcAktu7rS11XNiHZSBv { width:19.9991875rem;height:8.9296875rem;top:8.77451171875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }