.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:237,234,243;--color-primary-1:214,202,235;--color-primary-2:165,149,194;--color-primary-3:155,118,183;--color-primary-4:33,30,39;--color-secondary-0:254,246,247;--color-secondary-1:253,227,230;--color-secondary-2:251,198,204;--color-secondary-3:126,99,102;--color-secondary-4:38,30,31;--color-tertiary-0:255,255,255;--color-tertiary-1:199,194,194;--color-tertiary-2:161,154,154;--color-tertiary-3:99,98,98;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat 2";--paragraphs-font-family:"Montserrat 2"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-4),1);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:rgba(var(--color-secondary-2),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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.031251907349rem;top:0rem;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:rgba(var(--color-tertiary-0),1);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.031251907349rem;top:0rem;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 #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 #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 #mL5ZsQIooqe3dlb8W1HfzfurFcMdmlEV { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Qp55IpOIEiF45lsF6Gy045rymP6KJRU0 { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #V7XkJPk5kkNqRTL44iZH88INgfHAUHbh { 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:rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);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.381075rem;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:rgba(var(--color-tertiary-0),1);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.46180625rem;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:13.5972rem;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:rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:13.75rem;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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);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:9.7005205154419rem;left:17.125001907349rem;height:2.4375rem;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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:64.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.88715rem;font-style:normal;text-align:center;text-align-last:center;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:42.625rem;left:0rem;overflow:hidden;display:block; }
#s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { color:rgba(var(--color-tertiary-0),1);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:57.875rem;left:30.75rem;height:1.21875rem;font-style:normal;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:45.5625rem;width:62.4375rem;top:6.6710042953494rem;left:6.28125rem;overflow:hidden;display:block; }
#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:rgba(var(--color-tertiary-0),1);display:block;width:58rem;position:absolute;font-family:var(--paragraphs-font-family);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.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#toSaOHLt0ATISqCnOKBRASLtqcPWW9Vm { color:rgba(var(--color-tertiary-0),1);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.94965rem;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:rgba(var(--color-tertiary-0),1);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:130.375rem;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:5.9375rem;overflow:hidden;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.8125rem;overflow:hidden;display:block; }
#PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { box-sizing:content-box;height:9.1241875rem;width:67.936875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:116.125rem;left:3.5625rem;display:block; }
#Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { color:#6b00a6;display:block;width:64.935rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:117.6875rem;left:5.9375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;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:98.499992370606rem;left:31.748266220092rem;height:9.622375rem;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:9.9375rem;width:10.375rem;top:6.625rem;left:10.4375rem;overflow:hidden;display:block; }
#NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { color:#6b00a6;display:block;width:12.8706875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:17.327257156372rem;left:31.064237594604rem;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:4.9375rem;left:30.625001907349rem;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.24825rem;width:19.3125rem;top:93.062492370606rem;left:28.748266220092rem;overflow:hidden;display:block; }
#AgDPRJwlJJkicFl63Z0ERIDkrf26TZru { color:#6b00a6;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:16.999998092651rem;left:11.3125rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kruuRA6r7fRWGzCqVrf823PQiCcGtvVD { 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:49.6875rem;overflow:hidden;display:block; }
#baiIXQqJEZ4po5TnRaiS7F3RIQvfDMZq { color:#6b00a6;display:block;width:12.8706875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:17rem;left:52.907121658325rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vp47SXwlK7chVAa8f4mU71P5qBiUhktp { 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:25.499998092651rem;left:5.9375rem;overflow:hidden;display:block; }
#zSq4WVMRVM3TdOOBqChKvru0TV47POao { color:#6b00a6;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:39.436632156372rem;left:10.4375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slLzVTt8tToci3kdOe18gbKfOM5wxvOP { 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:25.499132156372rem;left:27.843751907349rem;overflow:hidden;display:block; }
#RT91Zk3OSAOI56ksxIXar4uOlgLrupzr { color:#6b00a6;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:38.921016693115rem;left:31.062501907349rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIr4ctopiyyi9f2GcOGaN0xabWuxSWMd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:25.499132156372rem;left:49.687501907349rem;overflow:hidden;display:block; }
#F4wc2FTMwNLBT9HofLhH9ehDKZcOSoVF { color:#6b00a6;display:block;width:11rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:39.436632156372rem;left:53.843751907349rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huDBWyC69EIuyQJdOTkTQJNfqQKdRbX0 { 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:47.499142646789rem;left:5.9375rem;overflow:hidden;display:block; }
#rVZKmct1p8QyzN6FPwQlbURUZFfEiZwX { color:#6b00a6;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:61.311632156372rem;left:10.6875rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2mE9OkM5wxwlp4Jk1wqrTc6oyKcQL66 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:47.499131202697rem;left:27.843751907349rem;overflow:hidden;display:block; }
#HCJRUgqdyGRh245GKv5GwKWgKQMWfwkm { color:#6b00a6;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:61.311632156372rem;left:32.593751907349rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sWfkGdQScUd0AlGB9Kal7nB7Bw1pqZ51 { 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:47.499131202697rem;left:49.687501907349rem;overflow:hidden;display:block; }
#peZ5QL0vewHTfyVfzdGqTtp3MZyvdW93 { color:#6b00a6;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:61.311632156372rem;left:53.875001907349rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdpB9CvEmUV9K6uEz3Ll6QClvbqZUGs1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.3125rem;top:69.124130249025rem;left:5.9375rem;overflow:hidden;display:block; }
#eiTtTb7S1Tlayic5GkezDkxJREtuvnkg { color:#6b00a6;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:81.967014312744rem;left:10.3125rem;height:3.57291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHUTsx8zTr2eqbKtO02S6JN4naH3IzBa { 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:69.124134063719rem;left:28.748266220092rem;overflow:hidden;display:block; }
#KOFKb2RX3TEnDCI0mQawxHVdx2lyc32y { color:#6b00a6;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:82.526042938231rem;left:33.498266220093rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXVNcJsTU0gde467txgwgMdJTiBfrORC { 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:69.124132156375rem;left:49.687501907349rem;overflow:hidden;display:block; }
#yqUwvXOWaK9iI7qT2S2bZZcI80Ts46TQ { color:#6b00a6;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:83.041667938231rem;left:54.437501907349rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eO9MpHb0L2JIWRFGi7aORAEVGCufSp8d { 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:20.125rem;width:20.125rem;top:2.0555555820465rem;left:49.281251907349rem;overflow:hidden;display:block; }
#PNreraevOkd4QfWrL1wW0EPiI2xCgPO8 { 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:11.5625rem;width:13.4375rem;top:28.5625rem;left:8.90625rem;overflow:hidden;display:block; }
#JqRTvUohV4GNkZqiMrUTZT3fwIlTWlag { 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:14.6875rem;width:8.1875rem;top:25.499140739441rem;left:33.406251907349rem;overflow:hidden;display:block; }
#rSwn379aEBOz6onAE7spLiKmaJTKczoR { 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:13.375rem;width:6.8125rem;top:26.117188453674rem;left:55.937501907349rem;overflow:hidden;display:block; }
#mXdtws9Hpf8fkwSA32RgyGHzWkIPD5e0 { 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:11.5625rem;width:11.3125rem;top:50.625001907349rem;left:9.9375rem;overflow:hidden;display:block; }
#GIXFm2Nz289sieTaydgP1srkarTbctGg { 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:11.3125rem;width:8.8125rem;top:50.749132156372rem;left:33.093751907349rem;overflow:hidden;display:block; }
#RbSzPGHhvJ11gCwXEqo7BbWZfbwCRXRU { 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:11.625rem;width:9.875rem;top:49.741319656372rem;left:54.406251907349rem;overflow:hidden;display:block; }
#Pc9Cpzaaev7mt9UzTEnPcwV19T9VhRWe { 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:9.875rem;width:16.6875rem;top:72.146702766419rem;left:7.25rem;overflow:hidden;display:block; }
#ngCzpLGhDzHnaRzurXBA7QXVq1zIPLoq { 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:9.9375rem;width:14.8125rem;top:72.644098281862rem;left:30.998266220092rem;overflow:hidden;display:block; }
#yQUcuVi6Li3JFFDkqpuvXVAOT7y2u33T { 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:6.4375rem;width:14.25rem;top:75.530382156375rem;left:52.218751907349rem;overflow:hidden;display:block; }
#aIMN7cyfh8xxzm8X2QbXTNNXTfpnaXym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display: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:rgba(var(--color-tertiary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--headlines-font-family);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.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { z-index:15003;top:1.375rem;left:50.40625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(var(--color-secondary-2),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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:217rem;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:var(--paragraphs-font-family);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.22395625rem;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:rgba(var(--color-primary-2),1);display:block;width:29rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.375rem;left:43.562501907349rem;height:5.19965rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tlNla8srZAafJvCknftPsht3XyyhzMRS { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.818572044373rem;left:43.656251907349rem;height:11.0486125rem;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:rgba(var(--color-tertiary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:45.187496185302rem;left:3.40625rem;height:22.0972125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSHipXsIs1Wh2ilyDOiEPJmPxEELp8hM { color:rgba(var(--color-primary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.375rem;left:1rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;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:70.865456581119rem;left:0rem;overflow:hidden;display:block; }
#AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { color:rgba(var(--color-primary-2),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:72.5625rem;left:41.125rem;height:2.599825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { color:rgba(var(--color-tertiary-3),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:76.4375rem;left:41.5625rem;height:19.33505625rem;font-style:normal;text-align:right;text-align-last:right;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:97.385431289675rem;left:37.312501907349rem;overflow:hidden;display:block; }
#zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { color:rgba(var(--color-primary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:98.3125rem;left:3.4375rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ub92ZppC7CVantrTbwmTnN1tJ5em85dP { color:rgba(var(--color-tertiary-3),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:102.25rem;left:3.4375rem;height:17.95398125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { color:rgba(var(--color-primary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:124.79774045944rem;left:41.743055343628rem;height:2.599825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:127.87499761581rem;left:39.187501907349rem;height:22.09720625rem;font-style:normal;text-align:right;text-align-last:right;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:124.79774475097rem;left:0rem;overflow:hidden;display:block; }
#g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { color:rgba(var(--color-tertiary-3),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:160.5rem;left:0.1875rem;height:15.191825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { color:rgba(var(--color-primary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:154.3125rem;left:0rem;height:5.19965rem;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:153.06249427796rem;left:39.687501907349rem;overflow:hidden;display:block; }
#qZVa4Z0pFVmRUtkdfMP1hO7ATd0v8F6F { color:rgba(var(--color-tertiary-3),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:183.06252384186rem;left:40.680555343628rem;height:26.2404375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRvuzgLcIsD9flf4qGnuiOGkQhOXJ4bJ { color:rgba(var(--color-primary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:179.95573806762rem;left:40.687501907349rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I2ZITdT58JpZ1oqrtRsgCcsdXknNFUUw { 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:27rem;width:38.375rem;top:181.40191268921rem;left:0rem;overflow:hidden;display:block; }
#y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { box-sizing:content-box;height:116.8125rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:214.93575286865rem;left:0rem;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:rgba(var(--color-tertiary-0),1);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; }#fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { color:#6b00a6;display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);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.11263125rem;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:var(--paragraphs-font-family);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.08680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrZ53db3C7kwmFIip8oqta1FNZrh208R { color:#6b00a6;display:block;width:22.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.368923187256rem;left:13.59375rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R8EAsaLbAnMmTE7C6eAslcdTfEvHFZyv { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.211804926396rem;left:7.6979179382325rem;height:3.8984375rem;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:8.25rem;width:8.25rem;top:10.500000357628rem;left:41.711805343628rem;overflow:hidden;display:block; }
#ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.338541388512rem;left:49.961809158325rem;height:3.0868rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qHJTlWwDl3Bs4UNDklivlhQm5NvakGT4 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.017361044884rem;left:49.961809158325rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fvk51JCuT79cle8FPvlUhI91NRF9zVl5 { color:#6b00a6;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:20.611979842186rem;left:44.416666030884rem;height:2.59895625rem;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.373278319836rem;left:5.71875rem;overflow:hidden;display:block; }
#RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);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.08680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r9VQcl7GTeFQUq8b0bDW47G1OlxZ7z6e { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.8125rem;left:13.6875rem;height:1.29948125rem;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(var(--color-primary-1),0.4);background-image:none;top:38.460081756115rem;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; }
#N1Gn003TN1q5vZqANaAuJBRNqbTWvVml { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:39.333346068859rem;left:7.7291679382325rem;height:3.8984375rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.4375rem;left:50rem;height:3.08680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y1slGFgRmJP3B2TDOO2UmNpl4zT19eta { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.812514007091rem;left:49.906251907349rem;height:3.8984375rem;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(var(--color-primary-1),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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:40.125rem;left:44.375rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqDsBTp2X8TaoK7dW6xHp3EIPB2dLpi2 { box-sizing:content-box;height:6.3125rem;width:30.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:58.597224235534rem;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; }
#o07t5B7MlZPimWovTC13FFXa7dqQB45H { color:#6b00a6;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:59.321180343628rem;left:6.4479179382325rem;height:5.19791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:49.723937571049rem;left:14.6875rem;height:4.63020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PHzng2lwQalU24Z0CQT91izt2vg7FPyi { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:54.547760009766rem;left:14.625rem;height:2.59895625rem;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:49.138912856579rem;left:5.75rem;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(var(--color-primary-1),0.4);background-image:none;top:59.222223281861rem;left:42.061632156372rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:50.437523543834rem;left:50.836809158325rem;height:3.08680625rem;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:49.076395690441rem;left:42.086805343628rem;overflow:hidden;display:block; }
#t8m2gydaRrTwJvdfA0OgxGNdZNuluqTN { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:54.297742843628rem;left:50.836809158325rem;height:3.89844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GcmqJdbx8dtIPC4v6CIny3sbADFeX5lM { color:#6b00a6;display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:60.619791030884rem;left:42.670141220093rem;height:2.5989625rem;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(var(--color-primary-1),0.4);background-image:none;top:80.172740936281rem;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; }
#dKTBAwyhMNkyobN6oEpOxyhuT6W4Gt91 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:71.841149032119rem;left:14.6875rem;height:1.5434rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4hAT4VB0wylDtbwuUgLezdrqX5x2EiS { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:74.354170501231rem;left:14.6875rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wMQL7nkxS0umQGTNmJsX1Wl8TlXA3hlg { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:80.983520507812rem;left:7.6979179382325rem;height:3.8984375rem;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:70.322052657606rem;left:5.71875rem;overflow:hidden;display:block; }
#q3en0p30BUMgxHQ4bxxd5BRtW5wFbWES { box-sizing:content-box;height:6.625rem;width:30.1875rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:80.172760009762rem;left:42.315973281861rem;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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:81.108520507812rem;left:44.670141220093rem;height:5.19791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2BKnAxkJ7QDdhkTDQoxD6VwBL7Ahur5 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:76.495660781862rem;left:51.677949905396rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p8qnp5pGl5IKgUcJAZP5yDIlkm0N0c3w { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:69.759550094606rem;left:51.677949905396rem;height:6.1736125rem;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:70.495663344863rem;left:43.079862594604rem;overflow:hidden;display:block; }
#TvpQwBAfodHs0r9Uh5VtFvmAeLvWDMw0 { box-sizing:content-box;height:5.375rem;width:30.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:19.404510498047rem;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; }
#ZuVfI3sZWL9uq6t2viM9CUaSLBwQFMEl { box-sizing:content-box;height:4rem;width:30.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:19.5rem;left:42.061632156372rem;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; }
#wIoRMCb03BkZQ0VUmh73LacdBEU80M7X { 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:7.875rem;width:7.875rem;top:91.384549140931rem;left:5.71875rem;overflow:hidden;display:block; }
#NiDboRRr71cNut6iq3vJSXI9XbEqmrMR { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:92.278648376462rem;left:14.6875rem;height:3.08680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HA50BLfU3T5dUV6hmRpdeMTMLdSbJ30U { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:95.979164123538rem;left:14.6875rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mdkJqur9TFyt4R3NdhQDlmOTJA6wVNSX { box-sizing:content-box;height:5.1875rem;width:30.1875rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:100.42274093628rem;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; }
#UOXNPurIf3sehkrFHJ5hTldySz42B59L { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:101.23350715637rem;left:7.6979179382325rem;height:3.8984375rem;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:rgba(var(--color-tertiary-0),1);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:250.9375rem;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:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:var(--paragraphs-font-family);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.19965rem;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:32.874987602234rem;left:6.8125rem;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:45.430528640747rem;left:29.218751907349rem;overflow:hidden;display:block; }
#cbGDHCN24lMg8732yvqZ6JHVp19UlgBz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.43575rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:68.173625946044rem;left:32.499132156372rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GGBudKpnbe9xQ6gWO84szwITf8JHTscm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.1;letter-spacing:0;top:71.88539123535rem;left:32.562501907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;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:32.874119758606rem;left:31.093751907349rem;overflow:hidden;display:block; }
#qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:36.164930343628rem;left:31.250001907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RplCFcNx96R2sWQRbEFQ8JImq6yWmQnS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:38.875rem;left:32.25rem;height:1.23698125rem;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:190.91666603088rem;left:55.055559158325rem;overflow:hidden;display:block; }
#XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:197.11631774903rem;left:56.524309158325rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:192.68749809265rem;left:55.649309158325rem;height:3.7109375rem;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:18.3125rem;width:19.3125rem;top:171.3168387413rem;left:51.915796279907rem;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:223.5625rem;left:5.875rem;overflow:hidden;display:block; }
#BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:226.0625rem;left:6.5rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xepRJhTDVTM714mgFttXCgUK1SCsDiZi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:229.1875rem;left:7.375rem;height:1.23698125rem;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:16.375rem;width:17.5rem;top:204.75rem;left:4.75rem;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:96.1875rem;left:6.8125rem;overflow:hidden;display:block; }
#fHOOksMhHAgtK3qGl8A7v1I94NI4ZHtv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:101.8125rem;left:8.28125rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgdpQd1Trvh36uyko10Cabl15xfRZA18 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.31175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:98.25rem;left:8rem;height:2.4739625rem;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:17rem;width:17.6875rem;top:77.937480926513rem;left:5.59375rem;overflow:hidden;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:23.25rem;width:23.25rem;top:42.555555820465rem;left:48.500001907349rem;overflow:hidden;display:block; }
#AqE9PKAmhGyVWOaETQE4e3Z9ke9oGTkT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#Q6vF0nfO2pKVg634FcTMQyVW5EE4O9pb { 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:21.6875rem;width:21.875rem;top:11.242187857628rem;left:49.353296279907rem;overflow:hidden;display:block; }
#XecHv9Q0A6H70TFU7qxD6mDuv7TsRPdL { 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.6875rem;width:15.25rem;top:32.874131560326rem;left:52.664934158325rem;overflow:hidden;display:block; }
#XxRTWANQKsQaWMeCMfehugiwyPxC8RD3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:34.87413918972rem;left:53.133684158325rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmBay4Etrsh83h34qkmb6IbsMrO7f45x { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:38.375rem;left:57.696184158325rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amD3Gi8DXzPbly9lO3pfKo15r3tEHdOU { 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:8.6875rem;width:15.25rem;top:65.75rem;left:6.3125rem;overflow:hidden;display:block; }
#vyrscBg1ucefiUuAHkyqAkyCzBD11Tvq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.43575rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:66.9375rem;left:7.6875rem;height:4.94791875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5uCXTnKgqhKuT4sJgqNHuKDzLk2z00b { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:72.3125rem;left:7.5625rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEA5wWIMRzNaMtvAvxlEk6mKn0JFhtok { 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.625rem;width:19.125rem;top:45.368055820465rem;left:4.75rem;overflow:hidden;display:block; }
#UX4bN5bxgpnaQTX3nhzN3I6ErTIvD5ad { 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:20.375rem;width:19.875rem;top:12.553812503815rem;left:4.75rem;overflow:hidden;display:block; }
#TqZym8HgJLzZsryv99Db0E8f1UTc3VhB { 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:8.6875rem;width:15.25rem;top:65.75rem;left:31.093751907349rem;overflow:hidden;display:block; }
#OB5Or7Nt77y1BKStDG1CSt6PG1fo1ODf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.434875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:35.493069171906rem;left:8.2196178436281rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLTWawGbrvC0ITzZDLdHs5gzHwicUgHP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:38.585950851441rem;left:7.78125rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mq1rw4XF5aNtrGi2oSXluqQQkXX350AD { 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:8.6875rem;width:15.25rem;top:65.067708969119rem;left:52.500001907349rem;overflow:hidden;display:block; }
#sXKRqxVfZi25OTvkzwP0xsnfgzM0xBt4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.434rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:66.937467575075rem;left:53.907121658325rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZwrfgi78epnoAMCX2ZTo4oX4hMTdHIk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:71.131042480469rem;left:53.968751907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fyTGR5T6c3KKOylOHkH21ot1q2pi7491 { 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:18.5625rem;width:18.4375rem;top:77.155382156375rem;left:28.281251907349rem;overflow:hidden;display:block; }
#OHaD6uVuqwboXkOe49maKWkncpBga44s { 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:8.6875rem;width:15.25rem;top:96.1875rem;left:29.875001907349rem;overflow:hidden;display:block; }
#yeCrCNHGtL4iINqOcVooriV25gK0yXSx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:98.249132156375rem;left:31.342882156372rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X24MAWCzDVOJQNvgfQALayot2Jxpdoeb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:101.8125rem;left:31.343751907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TN3Wi7AC3d7OnsS4CxWqD5V9WphwVwIp { 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:27.5rem;width:27.5rem;top:73.279518127444rem;left:46.343751907349rem;overflow:hidden;display:block; }
#m9zwnI4St9ke4lFhuzSzoA9JJHzZR35D { 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:8.6875rem;width:15.25rem;top:96.1875rem;left:52.500001907349rem;overflow:hidden;display:block; }
#G7DdJWRft5WdZ0TMVsUuzwqTCXTkhLHe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.31075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:98.2491312027rem;left:53.967882156372rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PtuXqevzytNrgB2n1ss0RfS5TSD9OOU7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:101.81249904633rem;left:53.968751907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C5127hUK04XsRT4rfsE0HtCmNq7MhW4q { 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:17.625rem;width:18.4375rem;top:107.536485672rem;left:4.75rem;overflow:hidden;display:block; }
#Ar7xcoeRiNCEBQJ9ZdxDifT68xiTTp4E { 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:8.6875rem;width:15.25rem;top:125.91756439209rem;left:6.8125rem;overflow:hidden;display:block; }
#nGG027ryTAn5VGCxwprFhfuKVEJeC5Zw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:128.25002670288rem;left:7.7803821563719rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWfmOVfmtwVHbW2QfMU6AuQu5QVVXdHp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:132.39848709106rem;left:7.71875rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffdUEKXk0EsWAZ48yHgXrcwl1RMdw9Bv { 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:17.6875rem;width:18.0625rem;top:107.50521278381rem;left:28.468751907349rem;overflow:hidden;display:block; }
#dKIO7ktxkPpSMEP0wBbBtTuguTNNW0Xd { 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:8.6875rem;width:15.25rem;top:125.91753959656rem;left:29.875001907349rem;overflow:hidden;display:block; }
#RXF2kMcMwKdEiFLCbI5d7MsTOvPnrU2g { color:rgba(var(--color-tertiary-0),1);display:block;width:12.31075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:128.2500038147rem;left:31.342882156372rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRa3TEuEXVcu5vX3AaIrQK23s3tHfWFV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:132.34199714661rem;left:31.343751907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQJwIaxz9oH5aTNXecD1aVFTeDfNC0Pa { 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:17.9375rem;width:17.5625rem;top:107.38020658493rem;left:51.343751907349rem;overflow:hidden;display:block; }
#A0v49lTyDA17HLxFJal7SqV7T6msnT4d { 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:8.6875rem;width:15.25rem;top:125.91753578186rem;left:52.500001907349rem;overflow:hidden;display:block; }
#KyuNPShL5Lk5eus5yCmGWiZQCQyZ8kvo { color:rgba(var(--color-tertiary-0),1);display:block;width:12.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:128.25rem;left:53.875001907349rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ID723kKTcPyVTHEHxGz29MmxSc5F9RQc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:131.5859375rem;left:53.875001907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmW5w9bHSIBqytOaiFO0SyKBIHy4So9R { 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:26.9375rem;width:26.9375rem;top:134.60503959656rem;left:0rem;overflow:hidden;display:block; }
#J7I3N8FRePZhOHyvRHPXNFbZ1zoIkr5h { 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:8.6875rem;width:15.25rem;top:158.29253768921rem;left:5.5625rem;overflow:hidden;display:block; }
#FT9uWuGfi9SzVZ74M7TvVvpRSXy7qUfg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.31075rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:160.78038406372rem;left:7.0303821563719rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFfFL9TS8fJrzI7pLTC4ArFxOxz0XvgO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:163.56597137451rem;left:6.5625rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBQyLFMLEhDrM5BIok6ONaF6DGQRazsW { 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:21.875rem;width:21.875rem;top:135.76128768921rem;left:26.562501907349rem;overflow:hidden;display:block; }
#mkqmzrVTMovNVASk94ySeJfsRSMW7Dkr { 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:8.6875rem;width:15.25rem;top:158.29253768921rem;left:30.781251907349rem;overflow:hidden;display:block; }
#GDZTzXEd6LZtTeRxDWFbgPen9ToimGIn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.309875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:160.21787643433rem;left:32.250867843628rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XC3EiGgT5llJNGC2y8UdL5mmDZixqH4v { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:164.18402481079rem;left:32.250001907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7iSrF52Ae91p7pDMEb5PW6UWhBUlOBx { 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:22.3125rem;width:22.3125rem;top:135.54252958297rem;left:48.968751907349rem;overflow:hidden;display:block; }
#B8Nrcq7iHmZ9QKMAwIflu7nNs3rto7wc { 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:158.29253005981rem;left:52.500001907349rem;overflow:hidden;display:block; }
#HoCePmb0KPbO7ckFP1i2S5SHiQoWeM2r { color:rgba(var(--color-tertiary-0),1);display:block;width:12.309rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:160.36110687256rem;left:53.969621658325rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u61WNQIhW1BRRRwpry5XxhwaCWGe5NJC { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:163.25259780884rem;left:53.968751907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJuNw0H57UgBcDBPweTOTX5dBnqG6CT4 { 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:22.75rem;width:22.75rem;top:169.09809494019rem;left:1.8125rem;overflow:hidden;display:block; }
#Zzb7TJctLTqAXazT8WcpuKc6GNfzynEr { 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:8.6875rem;width:15.25rem;top:191.7925362587rem;left:5.5625rem;overflow:hidden;display:block; }
#zE4AZvzL7Ti7EivJXJMWBvLaDf1oTkri { color:rgba(var(--color-tertiary-0),1);display:block;width:12.309rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:193.40538024903rem;left:6.8125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ve9csDgFVFPsIVhQNMGbWNFa2qoom4vI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:197.91752624512rem;left:6.8125rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HO4AxtyL8cSB0BesReu6X5gabZn76leu { 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:22.75rem;width:22.75rem;top:169.09809207916rem;left:27.031251907349rem;overflow:hidden;display:block; }
#lAELM8ks9WR9CybSKIDaO6rKqOuLI2Ca { 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:191.84809303284rem;left:30.781251907349rem;overflow:hidden;display:block; }
#mwTVr4RTaSq5HymtlszlSGNoqAG16dAH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3081875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:193.78038406372rem;left:32.251737594604rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AokgxTpcVLPzSfstMZsxiMN0i8FJ2H01 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:197.91666793823rem;left:32.250001907349rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eJgfVdWFATQq16pZ8d3EUnAS4gaVsZKn { 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:20.3125rem;width:20.1875rem;top:11.9296875rem;left:27.406251907349rem;overflow:hidden;display:block; }
#ZEhn9iINgUrNtZonycWPTEfR6Ws1xwF1 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.5625rem;top:203.93750858307rem;left:27.718751907349rem;overflow:hidden;display:block; }
#AuF2hORIMmkLTA8Zqv98kxquL5SNWIM6 { 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.6875rem;width:15.25rem;top:223.56246376038rem;left:29.875001907349rem;overflow:hidden;display:block; }
#obC06X2QgV6CrCp9Bh3u3Ng3BM4ivcS2 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:225.44358444214rem;left:30.468751907349rem;height:3.71094375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PfCrGrTpRzgoTMSv2GzFr8elO73tq2TB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:229.81250762939rem;left:31.343751907349rem;height:1.23698125rem;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:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:88.5rem;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:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);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.51215rem;font-style:normal;text-align:center;text-align-last:center;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:23.125rem;left:10.5rem;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:33.117228031159rem;left:9.3368053436281rem;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.059rem;width:12.059rem;top:22.25rem;left:23rem;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:23.1875rem;left:54.375rem;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:14.1875rem;width:25.6875rem;top:7.618055820465rem;left:25.789064407349rem;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:36.210978031159rem;left:23.684896469116rem;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.3715rem;width:17.4375rem;top:51.711785316467rem;left:52.500001907349rem;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.2465rem;width:12.2465rem;top:50.775154113769rem;left:24.401041030884rem;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.997375rem;width:10.997375rem;top:60.299459457397rem;left:25.024305343628rem;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.1215rem;width:11.1215rem;top:59.180555343628rem;left:55.094621658325rem;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:70.301216125487rem;left:26.469617843628rem;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:21.4375rem;left:39.1875rem;overflow:hidden;display:block; }
#prxGTEGEiSeNt7rvpSeccXcuIh1zZl8k { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#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:42.0546875rem;left:24.993055343628rem;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:42.0546875rem;left:54.406251907349rem;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:51.365431785584rem;left:39.778646469116rem;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.736110687256rem;left:13.875rem;display:block; }
#rvG1venkTUWpeV3JpV8H1zhALTist4z2 { 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:18.4375rem;width:18.4375rem;top:47.680535793304rem;left:6.4375rem;overflow:hidden;display:block; }
#N5JapSSARfEmOD8FTO6r61Morp4mZf1o { 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.8125rem;width:12.9375rem;top:60.389738082886rem;left:9.1875rem;overflow:hidden;display:block; }
#O6rJllce1PJ5uNGdT5t56Om4wimBwiWH { 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.1875rem;width:17.125rem;top:34.308133870363rem;left:35.058160781861rem;overflow:hidden;display:block; }
#cFdM0f8ad34V3OV8ODlugQwNTgS2VX1d { 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:12.5rem;width:12.5rem;top:31.835946083069rem;left:54.406251907349rem;overflow:hidden;display:block; }
#OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { 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.0625rem;width:9.0625rem;top:43.0546875rem;left:39.187501907349rem;overflow:hidden;display:block; }
#tIBRz8D8iSB7k1ufUbJTh9OE3g1pTAFX { 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:18.125rem;width:18.125rem;top:55.67795085907rem;left:36.336805343628rem;overflow:hidden;display:block; }
#x7OhXkStZzlec6RyR6y6T6zbR6ktzEke { 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:7.3125rem;width:13.8125rem;top:44.055555343628rem;left:7.9661464691163rem;overflow:hidden;display:block; }
#fhyXEtiCNTNsRXz8qEuTpkd9x2T4AL2l { 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:12.25rem;width:13.125rem;top:70.301216125487rem;left:10.5rem;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:rgba(var(--color-tertiary-0),1);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(var(--color-primary-2),0.81);background-image:none;top:0rem;left:0rem;display:block; }
#SCyZnDuMfU2TR2TrwVDil4d7bi6MyQyb { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-primary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);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:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(var(--color-secondary-2),0) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);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:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.56171875rem;width:12.1241875rem;top:6.4992179870606rem;left:9.4933586120606rem;overflow:hidden;display:block; }
#Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:13.450778961182rem;left:8.056640625rem;height:1.6493rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2peQ9EOTOx5VkOWOObTCM6vBkoTvTn9 { color:#662d8e;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:2.1;letter-spacing:0;top:5.2019500732422rem;left:36.9375rem;height:9.97225rem;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 #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 #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 #mL5ZsQIooqe3dlb8W1HfzfurFcMdmlEV {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Qp55IpOIEiF45lsF6Gy045rymP6KJRU0 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #V7XkJPk5kkNqRTL44iZH88INgfHAUHbh {  }
 }@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.8125rem;left:23.0625rem;width:24.6875rem;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.625rem;left:27.625001907349rem;width:1.9375rem;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:13.5625rem;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.1875rem;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:9.6875rem;left:3.5000019073486rem;width:40.75rem;height:2.4375rem;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) { #SvGQT4QcQME5w9psFmdwwlrcATTyu0uo { top:42.625rem;left:0rem;width:47.75rem;height:18.099219620959rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { top:57.875rem;left:17.125rem;width:19rem;height:1.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { top:6.625rem;left:0rem;width:47.75rem;height:34.844594594595rem;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) { #QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { top:2.875rem;left:14.1875rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { top:116.125rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { top:117.6875rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { top:98.4375rem;left:18.123266220092rem;width:13.3125rem;height:9.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { top:6.625rem;left:0rem;width:10.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { top:17.3125rem;left:17.439237594604rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LedJOT9lmRTfsNdgeikPQvEcGB1XTL5o { top:4.9375rem;left:17.000001907349rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { top:93rem;left:15.123266220092rem;width:19.3125rem;height:19.24825rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDPRJwlJJkicFl63Z0ERIDkrf26TZru { top:16.9375rem;left:0rem;width:8.5625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kruuRA6r7fRWGzCqVrf823PQiCcGtvVD { top:2.875rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiIXQqJEZ4po5TnRaiS7F3RIQvfDMZq { top:17rem;left:34.9375rem;width:12.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp47SXwlK7chVAa8f4mU71P5qBiUhktp { top:25.4375rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSq4WVMRVM3TdOOBqChKvru0TV47POao { top:39.375rem;left:0rem;width:9.8125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #slLzVTt8tToci3kdOe18gbKfOM5wxvOP { top:25.4375rem;left:14.218751907349rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT91Zk3OSAOI56ksxIXar4uOlgLrupzr { top:38.875rem;left:17.437501907349rem;width:12.875rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIr4ctopiyyi9f2GcOGaN0xabWuxSWMd { top:25.4375rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wc2FTMwNLBT9HofLhH9ehDKZcOSoVF { top:39.375rem;left:36.75rem;width:11rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huDBWyC69EIuyQJdOTkTQJNfqQKdRbX0 { top:47.4375rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZKmct1p8QyzN6FPwQlbURUZFfEiZwX { top:61.25rem;left:0rem;width:9.8125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2mE9OkM5wxwlp4Jk1wqrTc6oyKcQL66 { top:47.4375rem;left:14.218751907349rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCJRUgqdyGRh245GKv5GwKWgKQMWfwkm { top:61.25rem;left:18.968751907349rem;width:9.8125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWfkGdQScUd0AlGB9Kal7nB7Bw1pqZ51 { top:47.4375rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #peZ5QL0vewHTfyVfzdGqTtp3MZyvdW93 { top:61.25rem;left:37.375rem;width:10.375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdpB9CvEmUV9K6uEz3Ll6QClvbqZUGs1 { top:69.0625rem;left:0rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTtTb7S1Tlayic5GkezDkxJREtuvnkg { top:81.9375rem;left:0rem;width:10.5625rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUTsx8zTr2eqbKtO02S6JN4naH3IzBa { top:69.0625rem;left:15.123266220092rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOFKb2RX3TEnDCI0mQawxHVdx2lyc32y { top:82.5rem;left:19.873266220092rem;width:9.8125rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXVNcJsTU0gde467txgwgMdJTiBfrORC { top:69.0625rem;left:28.4375rem;width:19.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqUwvXOWaK9iI7qT2S2bZZcI80Ts46TQ { top:83rem;left:37.9375rem;width:9.8125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO9MpHb0L2JIWRFGi7aORAEVGCufSp8d { top:2rem;left:27.625rem;width:20.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNreraevOkd4QfWrL1wW0EPiI2xCgPO8 { top:28.5625rem;left:0rem;width:13.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRTvUohV4GNkZqiMrUTZT3fwIlTWlag { top:25.4375rem;left:19.781251907349rem;width:8.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSwn379aEBOz6onAE7spLiKmaJTKczoR { top:26.0625rem;left:40.9375rem;width:6.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXdtws9Hpf8fkwSA32RgyGHzWkIPD5e0 { top:50.625rem;left:0rem;width:11.3125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIXFm2Nz289sieTaydgP1srkarTbctGg { top:50.6875rem;left:19.468751907349rem;width:8.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbSzPGHhvJ11gCwXEqo7BbWZfbwCRXRU { top:49.6875rem;left:37.875rem;width:9.875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc9Cpzaaev7mt9UzTEnPcwV19T9VhRWe { top:72.125rem;left:0rem;width:16.6875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngCzpLGhDzHnaRzurXBA7QXVq1zIPLoq { top:72.625rem;left:17.373266220092rem;width:14.8125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUcuVi6Li3JFFDkqpuvXVAOT7y2u33T { top:75.5rem;left:33.5rem;width:14.25rem;height:6.4375rem;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:12.375rem;left:18.75rem;width:29rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlNla8srZAafJvCknftPsht3XyyhzMRS { top:18.8125rem;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:45.125rem;left:0rem;width:31.0625rem;height:22.0625rem;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) { #Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { top:70.8125rem;left:0rem;width:37.875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { top:72.5625rem;left:16.25rem;width:31.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { top:76.4375rem;left:16.6875rem;width:31.0625rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB3QErM0V4e5SJuynwc2dD90Otp1UvIf { top:97.375rem;left:10.0625rem;width:37.6875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { top:98.3125rem;left:0rem;width:30.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub92ZppC7CVantrTbwmTnN1tJ5em85dP { top:102.1875rem;left:0rem;width:28.8125rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGinTnvedA6EppIPCHLnnA3JD3vhMqc { top:124.75rem;left:16.875rem;width:30.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Sm1y0dlKENgKfQV65UwtGCoWyNRBUP { top:127.8125rem;left:13.875rem;width:33.875rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2E7HrSM2Ke6A6U2tTUUJWTu9gzfVQZ { top:124.75rem;left:0rem;width:36rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { top:160.5rem;left:0rem;width:32rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTWsh5VqgHRMWgo1veO0KcNPpXOUJoo7 { top:154.3125rem;left:0rem;width:35.5rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX5UvyUM5e7KDchWDHrG43R7gMIvIC9V { top:153rem;left:12.4375rem;width:35.3125rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVa4Z0pFVmRUtkdfMP1hO7ATd0v8F6F { top:183.0625rem;left:15.8125rem;width:31.9375rem;height:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRvuzgLcIsD9flf4qGnuiOGkQhOXJ4bJ { top:179.9375rem;left:26.4375rem;width:21.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ZITdT58JpZ1oqrtRsgCcsdXknNFUUw { top:181.375rem;left:0rem;width:38.375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { top:214.875rem;left:0rem;width:47.75rem;height:116.8125rem;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) { #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.092014312744138rem;width:22.4375rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrZ53db3C7kwmFIip8oqta1FNZrh208R { top:15.3125rem;left:0rem;width:22.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8EAsaLbAnMmTE7C6eAslcdTfEvHFZyv { top:20.1875rem;left:0rem;width:26.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT374k0Ws2vNrrO81GOo04XPfay6R74e { top:10.5rem;left:28.086805343628rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { top:12.3125rem;left:24.875rem;width:22.875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHJTlWwDl3Bs4UNDklivlhQm5NvakGT4 { top:16rem;left:24.875rem;width:22.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvk51JCuT79cle8FPvlUhI91NRF9zVl5 { top:20.5625rem;left:21.9375rem;width:25.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxkJU1ZsIclk432mptIxzhf3gs4odJXB { top:29.3125rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { top:30.4375rem;left:0.0625rem;width:22.875rem;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:38.4375rem;left:0rem;width:30.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1Gn003TN1q5vZqANaAuJBRNqbTWvVml { top:39.3125rem;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.8125rem;left:24.875rem;width:22.875rem;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) { #tqDsBTp2X8TaoK7dW6xHp3EIPB2dLpi2 { top:58.5625rem;left:0rem;width:30.1875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o07t5B7MlZPimWovTC13FFXa7dqQB45H { top:59.3125rem;left:0rem;width:29.0625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEZKVo6oQp0UGuQ63zdzTI2mPPQv2psn { top:49.6875rem;left:1.0625rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHzng2lwQalU24Z0CQT91izt2vg7FPyi { top:54.5rem;left:1rem;width:22.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPit3zdoD1bXuoaHpoEEUNqCOB89u73R { top:49.125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT0arqHFuDxT4ewvPyBw7M3J2VyHGvo5 { top:59.1875rem;left:17.1875rem;width:30.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RScsIZia63Pf6LETKEHC7lHGerXFAxLI { top:50.4375rem;left:24.875rem;width:22.875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5dIgzc3Ppid6CQDZMBoUILmUQddXKBw { top:49.0625rem;left:28.461805343628rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8m2gydaRrTwJvdfA0OgxGNdZNuluqTN { top:54.25rem;left:24.875rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmqJdbx8dtIPC4v6CIny3sbADFeX5lM { top:60.5625rem;left:17.9375rem;width:29.8125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1yIPxWU11cx069iqOEHicTRgkpSG2Th { top:80.125rem;left:0rem;width:30.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTBAwyhMNkyobN6oEpOxyhuT6W4Gt91 { top:71.8125rem;left:1.0625rem;width:22.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hAT4VB0wylDtbwuUgLezdrqX5x2EiS { top:74.3125rem;left:1.0625rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQL7nkxS0umQGTNmJsX1Wl8TlXA3hlg { top:80.9375rem;left:0rem;width:26.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V575SMm7TARTLLRPNNqFb95XK5OCWqHa { top:70.3125rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3en0p30BUMgxHQ4bxxd5BRtW5wFbWES { top:80.125rem;left:17.1875rem;width:30.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuUO4D0ApDhJ1Adxr4ie5k1uXu9smz8 { top:81.0625rem;left:21.1875rem;width:26.5625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BKnAxkJ7QDdhkTDQoxD6VwBL7Ahur5 { top:76.4375rem;left:24.875rem;width:22.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qnp5pGl5IKgUcJAZP5yDIlkm0N0c3w { top:69.75rem;left:24.875rem;width:22.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhRMns8fvGfZuFAHHGoEkDsVPcSbKKn { top:70.4375rem;left:29.454862594604rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvpQwBAfodHs0r9Uh5VtFvmAeLvWDMw0 { top:19.375rem;left:0rem;width:30.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVfI3sZWL9uq6t2viM9CUaSLBwQFMEl { top:19.5rem;left:17.1875rem;width:30.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIoRMCb03BkZQ0VUmh73LacdBEU80M7X { top:91.375rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiDboRRr71cNut6iq3vJSXI9XbEqmrMR { top:92.25rem;left:1.0625rem;width:22.875rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA50BLfU3T5dUV6hmRpdeMTMLdSbJ30U { top:95.9375rem;left:1.0625rem;width:22.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdkJqur9TFyt4R3NdhQDlmOTJA6wVNSX { top:100.375rem;left:0rem;width:30.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXNPurIf3sehkrFHJ5hTldySz42B59L { top:101.1875rem;left:0rem;width:26.5625rem;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) { #aPLwvABn5OaZ9Gspd5Jute55uBk0TK1c { top:32.8125rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi9r38ICoxAZqUinzxR1kwE4oFh8FmZi { top:45.375rem;left:15.593751907349rem;width:18.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbGDHCN24lMg8732yvqZ6JHVp19UlgBz { top:68.125rem;left:18.874132156372rem;width:12.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGBudKpnbe9xQ6gWO84szwITf8JHTscm { top:71.875rem;left:18.937501907349rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE68isHDNlyFvglte9l9lPqEqSUOSAEG { top:32.8125rem;left:17.468751907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { top:36.125rem;left:17.625001907349rem;width:14.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RplCFcNx96R2sWQRbEFQ8JImq6yWmQnS { top:38.875rem;left:18.625rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { top:190.875rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { top:197.0625rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { top:192.625rem;left:33.6875rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { top:171.3125rem;left:28.4375rem;width:19.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { top:223.5625rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { top:226.0625rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xepRJhTDVTM714mgFttXCgUK1SCsDiZi { top:229.1875rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { top:204.75rem;left:0rem;width:17.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7tJfPL4BJU6pPrsA4LTTfwFBg4UT6L { top:96.1875rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOOksMhHAgtK3qGl8A7v1I94NI4ZHtv { top:101.8125rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgdpQd1Trvh36uyko10Cabl15xfRZA18 { top:98.25rem;left:0rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGZDysEV42yxNlutqnWhGAaZiwp1cKRx { top:77.875rem;left:0rem;width:17.6875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { top:42.5rem;left:24.5rem;width:23.25rem;height:23.25rem;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) { #Q6vF0nfO2pKVg634FcTMQyVW5EE4O9pb { top:11.1875rem;left:25.875rem;width:21.875rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecHv9Q0A6H70TFU7qxD6mDuv7TsRPdL { top:32.8125rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRTWANQKsQaWMeCMfehugiwyPxC8RD3 { top:34.8125rem;left:33.4375rem;width:14.3125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBay4Etrsh83h34qkmb6IbsMrO7f45x { top:38.375rem;left:42.5625rem;width:5.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amD3Gi8DXzPbly9lO3pfKo15r3tEHdOU { top:65.75rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyrscBg1ucefiUuAHkyqAkyCzBD11Tvq { top:66.9375rem;left:0rem;width:12.375rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5uCXTnKgqhKuT4sJgqNHuKDzLk2z00b { top:72.3125rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEA5wWIMRzNaMtvAvxlEk6mKn0JFhtok { top:45.3125rem;left:0rem;width:19.125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX4bN5bxgpnaQTX3nhzN3I6ErTIvD5ad { top:12.5rem;left:0rem;width:19.875rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZym8HgJLzZsryv99Db0E8f1UTc3VhB { top:65.75rem;left:17.468751907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB5Or7Nt77y1BKStDG1CSt6PG1fo1ODf { top:35.4375rem;left:0rem;width:12.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTWawGbrvC0ITzZDLdHs5gzHwicUgHP { top:38.5625rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq1rw4XF5aNtrGi2oSXluqQQkXX350AD { top:65.0625rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXKRqxVfZi25OTvkzwP0xsnfgzM0xBt4 { top:66.875rem;left:35.375rem;width:12.375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZwrfgi78epnoAMCX2ZTo4oX4hMTdHIk { top:71.125rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyTGR5T6c3KKOylOHkH21ot1q2pi7491 { top:77.125rem;left:14.656251907349rem;width:18.4375rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHaD6uVuqwboXkOe49maKWkncpBga44s { top:96.1875rem;left:16.250001907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeCrCNHGtL4iINqOcVooriV25gK0yXSx { top:98.1875rem;left:17.717882156372rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X24MAWCzDVOJQNvgfQALayot2Jxpdoeb { top:101.8125rem;left:17.718751907349rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN3Wi7AC3d7OnsS4CxWqD5V9WphwVwIp { top:73.25rem;left:20.25rem;width:27.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9zwnI4St9ke4lFhuzSzoA9JJHzZR35D { top:96.1875rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7DdJWRft5WdZ0TMVsUuzwqTCXTkhLHe { top:98.1875rem;left:35.5rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtuXqevzytNrgB2n1ss0RfS5TSD9OOU7 { top:101.75rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5127hUK04XsRT4rfsE0HtCmNq7MhW4q { top:107.5rem;left:0rem;width:18.4375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar7xcoeRiNCEBQJ9ZdxDifT68xiTTp4E { top:125.875rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGG027ryTAn5VGCxwprFhfuKVEJeC5Zw { top:128.25rem;left:0rem;width:12.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWfmOVfmtwVHbW2QfMU6AuQu5QVVXdHp { top:132.375rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffdUEKXk0EsWAZ48yHgXrcwl1RMdw9Bv { top:107.5rem;left:14.843751907349rem;width:18.0625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKIO7ktxkPpSMEP0wBbBtTuguTNNW0Xd { top:125.875rem;left:16.250001907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXF2kMcMwKdEiFLCbI5d7MsTOvPnrU2g { top:128.25rem;left:17.717882156372rem;width:12.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRa3TEuEXVcu5vX3AaIrQK23s3tHfWFV { top:132.3125rem;left:17.718751907349rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQJwIaxz9oH5aTNXecD1aVFTeDfNC0Pa { top:107.375rem;left:30.1875rem;width:17.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0v49lTyDA17HLxFJal7SqV7T6msnT4d { top:125.875rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyuNPShL5Lk5eus5yCmGWiZQCQyZ8kvo { top:128.25rem;left:35.5rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID723kKTcPyVTHEHxGz29MmxSc5F9RQc { top:131.5625rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmW5w9bHSIBqytOaiFO0SyKBIHy4So9R { top:134.5625rem;left:0rem;width:26.9375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7I3N8FRePZhOHyvRHPXNFbZ1zoIkr5h { top:158.25rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT9uWuGfi9SzVZ74M7TvVvpRSXy7qUfg { top:160.75rem;left:0rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFfFL9TS8fJrzI7pLTC4ArFxOxz0XvgO { top:163.5625rem;left:0rem;width:12.3125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQyLFMLEhDrM5BIok6ONaF6DGQRazsW { top:135.75rem;left:12.937501907349rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkqmzrVTMovNVASk94ySeJfsRSMW7Dkr { top:158.25rem;left:17.156251907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZTzXEd6LZtTeRxDWFbgPen9ToimGIn { top:160.1875rem;left:18.625867843628rem;width:12.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC3EiGgT5llJNGC2y8UdL5mmDZixqH4v { top:164.125rem;left:18.625001907349rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7iSrF52Ae91p7pDMEb5PW6UWhBUlOBx { top:135.5rem;left:25.4375rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Nrcq7iHmZ9QKMAwIflu7nNs3rto7wc { top:158.25rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoCePmb0KPbO7ckFP1i2S5SHiQoWeM2r { top:160.3125rem;left:35.5rem;width:12.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u61WNQIhW1BRRRwpry5XxhwaCWGe5NJC { top:163.25rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJuNw0H57UgBcDBPweTOTX5dBnqG6CT4 { top:169.0625rem;left:0rem;width:22.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzb7TJctLTqAXazT8WcpuKc6GNfzynEr { top:191.75rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE4AZvzL7Ti7EivJXJMWBvLaDf1oTkri { top:193.375rem;left:0rem;width:12.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve9csDgFVFPsIVhQNMGbWNFa2qoom4vI { top:197.875rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO4AxtyL8cSB0BesReu6X5gabZn76leu { top:169.0625rem;left:13.406251907349rem;width:22.75rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAELM8ks9WR9CybSKIDaO6rKqOuLI2Ca { top:191.8125rem;left:17.156251907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwTVr4RTaSq5HymtlszlSGNoqAG16dAH { top:193.75rem;left:18.626737594604rem;width:12.25rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AokgxTpcVLPzSfstMZsxiMN0i8FJ2H01 { top:197.875rem;left:18.625001907349rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJgfVdWFATQq16pZ8d3EUnAS4gaVsZKn { top:11.875rem;left:13.781251907349rem;width:20.1875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhn9iINgUrNtZonycWPTEfR6Ws1xwF1 { top:203.9375rem;left:14.093751907349rem;width:19.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuF2hORIMmkLTA8Zqv98kxquL5SNWIM6 { top:223.5rem;left:16.250001907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obC06X2QgV6CrCp9Bh3u3Ng3BM4ivcS2 { top:225.4375rem;left:16.843751907349rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfCrGrTpRzgoTMSv2GzFr8elO73tq2TB { top:229.8125rem;left:17.718751907349rem;width:12.3125rem;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) { #InHceW3nn4QLX3GM2VNCisfhWNIzoJAH { top:23.125rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2aty4WMmCVteZBJ0ZymF6cQVCSOmdU4 { top:33.0625rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { top:22.25rem;left:9.375rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35prsXcybFUZNDy1NPprqEObFNlT5ke { top:23.1875rem;left:37.625rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWt4981fMRK8mrzMovTboFHTCX1tpmNn { top:7.5625rem;left:12.164064407349rem;width:25.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6o6GS0mR7DfvJ5126QTf3DBtbnAnhS { top:36.1875rem;left:10.059896469116rem;width:10.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3w4mPSQpOzRMFBSgBR64bWml17p9WtO { top:51.6875rem;left:30.3125rem;width:17.4375rem;height:10.3715rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { top:50.75rem;left:10.776041030884rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrSbleaGX2Aq3b9M3ZBTTdK4rb2mhUIe { top:60.25rem;left:11.399305343628rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJps75ti06OpJyApAWAM134b97QBUwlr { top:59.125rem;left:36.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2lf2kyHknA8RhVIFWckJKHAyEQwBzB2 { top:70.25rem;left:12.844617843628rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViUGvbQOSmIKDTpS0efzTsMrecAJBke { top:21.4375rem;left:25.5625rem;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) { #MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { top:42rem;left:11.368055343628rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph6FHxmlWm4TTzOTkCQqu2k6XfOObRzX { top:42rem;left:36.6875rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU0Ou9xhsLZtKvk5p79fZFJTXIbbdEE6 { top:51.3125rem;left:26.153646469116rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31oN1KIHIX9s66FA6p0nW5JeBM9WzvH { top:21.6875rem;left:0.25rem;width:47.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvG1venkTUWpeV3JpV8H1zhALTist4z2 { top:47.625rem;left:0rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5JapSSARfEmOD8FTO6r61Morp4mZf1o { top:60.375rem;left:0rem;width:12.9375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6rJllce1PJ5uNGdT5t56Om4wimBwiWH { top:34.25rem;left:21.433160781861rem;width:17.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFdM0f8ad34V3OV8ODlugQwNTgS2VX1d { top:31.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { top:43rem;left:25.562501907349rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIBRz8D8iSB7k1ufUbJTh9OE3g1pTAFX { top:55.625rem;left:22.711805343628rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7OhXkStZzlec6RyR6y6T6zbR6ktzEke { top:44rem;left:0rem;width:13.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhyXEtiCNTNsRXz8qEuTpkd9x2T4AL2l { top:70.25rem;left:0rem;width:13.125rem;height:12.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:6.4375rem;left:0rem;width:12.0625rem;height:5.5334208928949rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2v9T1Fbw8L8Tb2IA3FhRQZ01UHs3zm { top:13.4375rem;left:0rem;width:15rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2peQ9EOTOx5VkOWOObTCM6vBkoTvTn9 { top:5.1875rem;left:12.3125rem;width:35.4375rem;height:9.9375rem;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 #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 #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 #mL5ZsQIooqe3dlb8W1HfzfurFcMdmlEV {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Qp55IpOIEiF45lsF6Gy045rymP6KJRU0 {  }
 }@media only screen and (max-width: 763px) { #ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #V7XkJPk5kkNqRTL44iZH88INgfHAUHbh {  }
 }@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:19.8125rem;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) { #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) { #EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { width:5.875rem;height:4.25rem;top:9.90625rem;left:0rem;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:669.25rem;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) { #QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { width:19.3125rem;height:19.24925rem;top:21.74925rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { width:19.9991875rem;height:13.9991875rem;top:427.81636810303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { width:19.996875rem;height:12.60351875rem;top:428.51363372803rem;left:0.0023437142372131rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { width:13.3125rem;height:9.621125rem;top:412.24800872803rem;left:3.3421872258186rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { width:10.3125rem;height:9.875rem;top:272.3125rem;left:4.4375rem;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) { #cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { width:19.3125rem;height:19.2491875rem;top:407.43629074097rem;left:0.68671864271162rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDPRJwlJJkicFl63Z0ERIDkrf26TZru { width:8.5625rem;height:0;top:443.00387954712rem;left:5.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kruuRA6r7fRWGzCqVrf823PQiCcGtvVD { width:19.3125rem;height:19.25rem;top:445.07332229614rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiIXQqJEZ4po5TnRaiS7F3RIQvfDMZq { width:12.8125rem;height:0;top:459.19832229614rem;left:3.6258697509766rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vp47SXwlK7chVAa8f4mU71P5qBiUhktp { width:19.3125rem;height:19.25rem;top:465.57332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSq4WVMRVM3TdOOBqChKvru0TV47POao { width:9.8125rem;height:0;top:479.51082229614rem;left:4.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slLzVTt8tToci3kdOe18gbKfOM5wxvOP { width:19.3125rem;height:19.25rem;top:486.07332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT91Zk3OSAOI56ksxIXar4uOlgLrupzr { width:12.875rem;height:0;top:499.49519729614rem;left:3.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIr4ctopiyyi9f2GcOGaN0xabWuxSWMd { width:19.3125rem;height:19.25rem;top:506.57332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4wc2FTMwNLBT9HofLhH9ehDKZcOSoVF { width:11rem;height:0;top:520.51082229614rem;left:4.46875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huDBWyC69EIuyQJdOTkTQJNfqQKdRbX0 { width:19.3125rem;height:19.25rem;top:527.07332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVZKmct1p8QyzN6FPwQlbURUZFfEiZwX { width:9.8125rem;height:0;top:540.88582229614rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2mE9OkM5wxwlp4Jk1wqrTc6oyKcQL66 { width:19.3125rem;height:19.25rem;top:547.57332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCJRUgqdyGRh245GKv5GwKWgKQMWfwkm { width:9.8125rem;height:0;top:561.38582229614rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWfkGdQScUd0AlGB9Kal7nB7Bw1pqZ51 { width:19.3125rem;height:19.25rem;top:568.07332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peZ5QL0vewHTfyVfzdGqTtp3MZyvdW93 { width:10.375rem;height:0;top:581.88582229614rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdpB9CvEmUV9K6uEz3Ll6QClvbqZUGs1 { width:19.3125rem;height:19.25rem;top:588.57332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTtTb7S1Tlayic5GkezDkxJREtuvnkg { width:10.5625rem;height:0;top:601.41620254517rem;left:4.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DHUTsx8zTr2eqbKtO02S6JN4naH3IzBa { width:19.3125rem;height:19.25rem;top:609.07332229614rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOFKb2RX3TEnDCI0mQawxHVdx2lyc32y { width:9.8125rem;height:0;top:622.47523880005rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yXVNcJsTU0gde467txgwgMdJTiBfrORC { width:19.3125rem;height:19.25rem;top:629.57332229612rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqUwvXOWaK9iI7qT2S2bZZcI80Ts46TQ { width:9.8125rem;height:0;top:643.49086380006rem;left:5.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eO9MpHb0L2JIWRFGi7aORAEVGCufSp8d { width:20rem;height:20rem;top:444.25387954712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNreraevOkd4QfWrL1wW0EPiI2xCgPO8 { width:13.4375rem;height:11.5625rem;top:468.63669204712rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqRTvUohV4GNkZqiMrUTZT3fwIlTWlag { width:8.1875rem;height:14.6875rem;top:486.07332229614rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSwn379aEBOz6onAE7spLiKmaJTKczoR { width:6.8125rem;height:13.375rem;top:507.19137954712rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXdtws9Hpf8fkwSA32RgyGHzWkIPD5e0 { width:11.3125rem;height:11.5625rem;top:530.19919204712rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIXFm2Nz289sieTaydgP1srkarTbctGg { width:8.8125rem;height:11.3125rem;top:550.82332229614rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbSzPGHhvJ11gCwXEqo7BbWZfbwCRXRU { width:9.875rem;height:11.625rem;top:570.31550979614rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc9Cpzaaev7mt9UzTEnPcwV19T9VhRWe { width:16.6875rem;height:9.875rem;top:591.59589004517rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngCzpLGhDzHnaRzurXBA7QXVq1zIPLoq { width:14.8125rem;height:9.9375rem;top:612.59329605103rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQUcuVi6Li3JFFDkqpuvXVAOT7y2u33T { width:14.25rem;height:6.4375rem;top:635.97957229612rem;left:2.84375rem;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:429rem;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) { #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) { #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) { #qZVa4Z0pFVmRUtkdfMP1hO7ATd0v8F6F { width:20rem;height:0;top:398.9669549504rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRvuzgLcIsD9flf4qGnuiOGkQhOXJ4bJ { width:20rem;height:0;top:397.7169549504rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2ZITdT58JpZ1oqrtRsgCcsdXknNFUUw { width:20rem;height:14.071661237785rem;top:382.39529371262rem;left:0rem;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) { #vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container { width:20rem;height:198.3125rem;position:relative;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.75rem;height:4.75rem;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) { #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) { #Fvk51JCuT79cle8FPvlUhI91NRF9zVl5 { width:19.1875rem;height:4.2234375rem;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) { #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:6.1875rem;height:6.1875rem;top:81.549607753756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT0arqHFuDxT4ewvPyBw7M3J2VyHGvo5 { width:19.6241875rem;height:4.6875rem;top:109.18710517883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RScsIZia63Pf6LETKEHC7lHGerXFAxLI { width:13.3125rem;height:2.27578125rem;top:101.0624961853rem;left:5.9671872258186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5dIgzc3Ppid6CQDZMBoUILmUQddXKBw { width:5.25rem;height:5.25rem;top:100.13788986206rem;left:0.4781249165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8m2gydaRrTwJvdfA0OgxGNdZNuluqTN { width:13.6241875rem;height:3.9rem;top:104.2499961853rem;left:5.8113277554512rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcmqJdbx8dtIPC4v6CIny3sbADFeX5lM { width:19.9980625rem;height:3.2484375rem;top:110.0566368103rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1yIPxWU11cx069iqOEHicTRgkpSG2Th { width:19.6230625rem;height:3.8109375rem;top:124.4179649353rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKTBAwyhMNkyobN6oEpOxyhuT6W4Gt91 { width:13.5rem;height:1.1378875rem;top:117.43358802796rem;left:5.8734372258186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hAT4VB0wylDtbwuUgLezdrqX5x2EiS { width:14.0625rem;height:3.9rem;top:119.31093215942rem;left:5.9367182850838rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMQL7nkxS0umQGTNmJsX1Wl8TlXA3hlg { width:19.996875rem;height:3.2484375rem;top:124.84921264649rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V575SMm7TARTLLRPNNqFb95XK5OCWqHa { width:5.68710625rem;height:5.68710625rem;top:116.22187042236rem;left:0.076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3en0p30BUMgxHQ4bxxd5BRtW5wFbWES { width:19.6230625rem;height:3.8109375rem;top:137.85585403442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWuUO4D0ApDhJ1Adxr4ie5k1uXu9smz8 { width:19.996875rem;height:3.2484375rem;top:138.2871055603rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BKnAxkJ7QDdhkTDQoxD6VwBL7Ahur5 { width:13.809375rem;height:1.95rem;top:134.92733764649rem;left:5.7187498211861rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8qnp5pGl5IKgUcJAZP5yDIlkm0N0c3w { width:14.25rem;height:2.27578125rem;top:131.9941368103rem;left:5.7492182850838rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqhRMns8fvGfZuFAHHGoEkDsVPcSbKKn { width:5.125rem;height:5.125rem;top:130.53866577149rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvpQwBAfodHs0r9Uh5VtFvmAeLvWDMw0 { width:19.625rem;height:5.375rem;top:142.85586547851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuVfI3sZWL9uq6t2viM9CUaSLBwQFMEl { width:19.625rem;height:4rem;top:149.48086547851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIoRMCb03BkZQ0VUmh73LacdBEU80M7X { width:7.875rem;height:7.875rem;top:154.73086547851rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiDboRRr71cNut6iq3vJSXI9XbEqmrMR { width:20rem;height:0;top:163.85586547851rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA50BLfU3T5dUV6hmRpdeMTMLdSbJ30U { width:20rem;height:0;top:165.10586547851rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdkJqur9TFyt4R3NdhQDlmOTJA6wVNSX { width:19.625rem;height:5.1875rem;top:166.35586547851rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXNPurIf3sehkrFHJ5hTldySz42B59L { width:20rem;height:0;top:167.16664123535rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { display:block; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { width:20rem;height:1591.75rem;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) { #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) { #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.71338125rem;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.71338125rem;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:18rem;height:17.125rem;top:338.4609375rem;left:0.6240234375rem;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.4755875rem;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) { #v1SSMlbIp0FNRpfvSpyO2kbnPknLdGdJ { width:20rem;height:20rem;top:926.92612353513rem;left:0rem;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) { #Q6vF0nfO2pKVg634FcTMQyVW5EE4O9pb { width:20rem;height:19.828571428571rem;top:998.24914418506rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecHv9Q0A6H70TFU7qxD6mDuv7TsRPdL { width:15.25rem;height:8.6875rem;top:1021.8277156136rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRTWANQKsQaWMeCMfehugiwyPxC8RD3 { width:14.3125rem;height:0;top:1023.8277156136rem;left:2.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmBay4Etrsh83h34qkmb6IbsMrO7f45x { width:5.1875rem;height:0;top:1027.3286006234rem;left:7.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amD3Gi8DXzPbly9lO3pfKo15r3tEHdOU { width:15.25rem;height:8.6875rem;top:1050.6402156136rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyrscBg1ucefiUuAHkyqAkyCzBD11Tvq { width:12.375rem;height:0;top:1051.8277156136rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z5uCXTnKgqhKuT4sJgqNHuKDzLk2z00b { width:12.3125rem;height:0;top:1057.2027156136rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEA5wWIMRzNaMtvAvxlEk6mKn0JFhtok { width:19.125rem;height:17.625rem;top:1031.7652156136rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX4bN5bxgpnaQTX3nhzN3I6ErTIvD5ad { width:19.875rem;height:20.375rem;top:955.25030517575rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZym8HgJLzZsryv99Db0E8f1UTc3VhB { width:15.25rem;height:8.6875rem;top:1060.5777156136rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB5Or7Nt77y1BKStDG1CSt6PG1fo1ODf { width:12.375rem;height:0;top:1019.3277156136rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLTWawGbrvC0ITzZDLdHs5gzHwicUgHP { width:12.3125rem;height:0;top:1020.5777156136rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mq1rw4XF5aNtrGi2oSXluqQQkXX350AD { width:15.25rem;height:8.6875rem;top:1070.5152156136rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXKRqxVfZi25OTvkzwP0xsnfgzM0xBt4 { width:12.375rem;height:0;top:1072.3841426156rem;left:3.7821197509766rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZwrfgi78epnoAMCX2ZTo4oX4hMTdHIk { width:12.3125rem;height:0;top:1076.5777156136rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyTGR5T6c3KKOylOHkH21ot1q2pi7491 { width:18.4375rem;height:18.5625rem;top:1080.4527156136rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHaD6uVuqwboXkOe49maKWkncpBga44s { width:15.25rem;height:8.6875rem;top:1100.2652156136rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeCrCNHGtL4iINqOcVooriV25gK0yXSx { width:12.25rem;height:0;top:1102.3268306039rem;left:3.8428802490234rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X24MAWCzDVOJQNvgfQALayot2Jxpdoeb { width:12.3125rem;height:0;top:1105.8902156136rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TN3Wi7AC3d7OnsS4CxWqD5V9WphwVwIp { width:20rem;height:20rem;top:1110.2027156136rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9zwnI4St9ke4lFhuzSzoA9JJHzZR35D { width:15.25rem;height:8.6875rem;top:1139.9857051156rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7DdJWRft5WdZ0TMVsUuzwqTCXTkhLHe { width:12.25rem;height:0;top:1135.1723201058rem;left:7.6241302490238rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PtuXqevzytNrgB2n1ss0RfS5TSD9OOU7 { width:12.3125rem;height:0;top:1138.7357051156rem;left:7.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5127hUK04XsRT4rfsE0HtCmNq7MhW4q { width:18.4375rem;height:17.625rem;top:1149.9232051156rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar7xcoeRiNCEBQJ9ZdxDifT68xiTTp4E { width:15.25rem;height:8.6875rem;top:1206.9232051156rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGG027ryTAn5VGCxwprFhfuKVEJeC5Zw { width:12.25rem;height:0;top:1209.2556636117rem;left:3.3428821563721rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qWfmOVfmtwVHbW2QfMU6AuQu5QVVXdHp { width:12.3125rem;height:0;top:1213.4041011117rem;left:3.28125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffdUEKXk0EsWAZ48yHgXrcwl1RMdw9Bv { width:18.0625rem;height:17.6875rem;top:1168.7982051156rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKIO7ktxkPpSMEP0wBbBtTuguTNNW0Xd { width:15.25rem;height:8.6875rem;top:1216.8607051156rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXF2kMcMwKdEiFLCbI5d7MsTOvPnrU2g { width:12.25rem;height:0;top:1219.1931636117rem;left:3.8428802490234rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRa3TEuEXVcu5vX3AaIrQK23s3tHfWFV { width:12.3125rem;height:0;top:1223.2842890999rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQJwIaxz9oH5aTNXecD1aVFTeDfNC0Pa { width:17.5625rem;height:17.9375rem;top:1187.7357051156rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0v49lTyDA17HLxFJal7SqV7T6msnT4d { width:15.25rem;height:8.6875rem;top:1226.7982051156rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyuNPShL5Lk5eus5yCmGWiZQCQyZ8kvo { width:12.25rem;height:0;top:1229.1306636117rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ID723kKTcPyVTHEHxGz29MmxSc5F9RQc { width:12.3125rem;height:0;top:1232.4666011117rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmW5w9bHSIBqytOaiFO0SyKBIHy4So9R { width:20rem;height:20rem;top:1236.7357051156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7I3N8FRePZhOHyvRHPXNFbZ1zoIkr5h { width:15.25rem;height:8.6875rem;top:1306.6610286019rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT9uWuGfi9SzVZ74M7TvVvpRSXy7qUfg { width:12.25rem;height:0;top:1262.9110286019rem;left:7.0303821563719rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFfFL9TS8fJrzI7pLTC4ArFxOxz0XvgO { width:12.3125rem;height:0;top:1311.9344661019rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CBQyLFMLEhDrM5BIok6ONaF6DGQRazsW { width:20rem;height:20rem;top:1264.1610286019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkqmzrVTMovNVASk94ySeJfsRSMW7Dkr { width:15.25rem;height:8.6875rem;top:1316.5985286019rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZTzXEd6LZtTeRxDWFbgPen9ToimGIn { width:12.25rem;height:0;top:1318.5238520882rem;left:3.8446159362793rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XC3EiGgT5llJNGC2y8UdL5mmDZixqH4v { width:12.3125rem;height:0;top:1322.4900080941rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7iSrF52Ae91p7pDMEb5PW6UWhBUlOBx { width:20rem;height:20rem;top:1285.4110286019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Nrcq7iHmZ9QKMAwIflu7nNs3rto7wc { width:15.25rem;height:8.6875rem;top:1326.5360286019rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoCePmb0KPbO7ckFP1i2S5SHiQoWeM2r { width:12.25rem;height:0;top:1328.6046015999rem;left:3.8446197509766rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u61WNQIhW1BRRRwpry5XxhwaCWGe5NJC { width:12.3125rem;height:0;top:1331.4960810921rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJuNw0H57UgBcDBPweTOTX5dBnqG6CT4 { width:20rem;height:20rem;top:1336.4735286019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzb7TJctLTqAXazT8WcpuKc6GNfzynEr { width:15.25rem;height:8.6875rem;top:1357.7235286019rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE4AZvzL7Ti7EivJXJMWBvLaDf1oTkri { width:12.25rem;height:0;top:1359.3363520882rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ve9csDgFVFPsIVhQNMGbWNFa2qoom4vI { width:12.3125rem;height:0;top:1363.8476435921rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HO4AxtyL8cSB0BesReu6X5gabZn76leu { width:20rem;height:20rem;top:1367.6610286019rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAELM8ks9WR9CybSKIDaO6rKqOuLI2Ca { width:15.25rem;height:8.6875rem;top:1388.9110286019rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwTVr4RTaSq5HymtlszlSGNoqAG16dAH { width:12.25rem;height:0;top:1390.8433100961rem;left:3.8454856872559rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AokgxTpcVLPzSfstMZsxiMN0i8FJ2H01 { width:12.3125rem;height:0;top:1394.9796015999rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJgfVdWFATQq16pZ8d3EUnAS4gaVsZKn { width:20rem;height:20.123839009288rem;top:976.87530517575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhn9iINgUrNtZonycWPTEfR6Ws1xwF1 { width:19.5625rem;height:18rem;top:1398.8485286019rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuF2hORIMmkLTA8Zqv98kxquL5SNWIM6 { width:15.25rem;height:8.6875rem;top:1418.0985286019rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obC06X2QgV6CrCp9Bh3u3Ng3BM4ivcS2 { width:14.0625rem;height:0;top:1419.9804866097rem;left:2.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfCrGrTpRzgoTMSv2GzFr8elO73tq2TB { width:12.3125rem;height:0;top:1424.3494136117rem;left:3.84375rem;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:263.49450683594rem;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) { #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) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { width:7.6875rem;height:7.6875rem;top:30.010545253754rem;left:11.415233433247rem;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) { #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) { #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) { #MxLaWXLznBN7iBy6OrQG4NXrk1N9TuTl { width:6.9375rem;height:6.9375rem;top:108.38671827316rem;left:10.842186748981rem;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) { #eU0Ou9xhsLZtKvk5p79fZFJTXIbbdEE6 { width:7.9991875rem;height:7.9991875rem;top:145.61952018738rem;left:0.6832030415535rem;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) { #rvG1venkTUWpeV3JpV8H1zhALTist4z2 { width:18.4375rem;height:18.4375rem;top:188.55700683594rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5JapSSARfEmOD8FTO6r61Morp4mZf1o { width:12.9375rem;height:10.8125rem;top:218.55700683594rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6rJllce1PJ5uNGdT5t56Om4wimBwiWH { width:17.125rem;height:10.1875rem;top:163.36950683594rem;left:1.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cFdM0f8ad34V3OV8ODlugQwNTgS2VX1d { width:12.5rem;height:12.5rem;top:174.80700683594rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { width:9.0625rem;height:9.0625rem;top:208.24450683594rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIBRz8D8iSB7k1ufUbJTh9OE3g1pTAFX { width:18.125rem;height:18.125rem;top:244.11950683594rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7OhXkStZzlec6RyR6y6T6zbR6ktzEke { width:13.8125rem;height:7.3125rem;top:154.80700683594rem;left:3.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fhyXEtiCNTNsRXz8qEuTpkd9x2T4AL2l { width:13.125rem;height:12.25rem;top:230.61950683594rem;left:3.4375rem;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.39765625rem;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) { #d2peQ9EOTOx5VkOWOObTCM6vBkoTvTn9 { width:19.9991875rem;height:8.9296875rem;top:8.7746337890625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }