.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 #Tb3rS7RVcsFoU99iTtmAKbdAVOOQnb2G { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #kuMmRLTTolfW7qDGiXrmOIhJvWWtiEFL { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #Iy2vSzKpUulzkHTM7KN0rfnvIcpVWNBq { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #ltNxeQMnucrWqy8KAurwD8mWrzUTwTGR { position:relative; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #B4D2h1tIpDMfagmT9bPOJ2yF5KmF42kU { position:relative;z-index:2; }
#ndcoeWQLVMGzTP7LAH086BeTtTTmFbMX #lMtMTrtsMTDZGi72llMxFcQ5E1u8JDWa { 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:23.4375rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:90.305555343625rem;left:4.15625rem;height:4.38715rem;font-style:normal;text-align:center;text-align-last:center;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.38125rem;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.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:90.493755340575rem;left:41.000000953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;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:95.679690361025rem;left:3.53125rem;height:8.49825rem;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:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.5rem;width:55.5rem;top:9.7005224227906rem;left:9.75rem;overflow:hidden;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; }
#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.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGSvr23VdinQ0KM3HGtIhLyyeTE0IXJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color: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:65.9375rem;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:51.6875rem;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:52.498258590698rem;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:30.730031967163rem;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:11.8125rem;width:11.8125rem;top:5.5703134536743rem;left:9.6875rem;overflow:hidden;display:block; }
#NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { color:#6b00a6;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:16.680556297302rem;left:32.343751907349rem;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.247375rem;width:19.3125rem;top:25.5rem;left:28.75rem;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:16.6875rem;left:52.907121658325rem;height:3.65625rem;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:38.373264312744rem;left:10.4375rem;height:4.125rem;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:15.5rem;width:15.5625rem;top:3.7265634536743rem;left:51.562501907349rem;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:12.3125rem;width:9.4375rem;top:26.741319656372rem;left:10.875rem;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.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yIOK1TpedEuimrNrmwTmzoZ5n3SzZblA { z-index:15003;top:1.375rem;left:50.40625rem;background-color: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:2.11198125rem;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.6003875rem;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.6003875rem;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.6003875rem;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.6003875rem;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:23.4782875rem;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:25.5625rem;width:38.375rem;top:181.40191268921rem;left:0rem;overflow:hidden;display:block; }
#y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { box-sizing:content-box;height:94.25rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:217.12153244019rem;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:94.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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.11198125rem;font-style:normal;text-align:center;text-align-last:center;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:20.125rem;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:14.719618320465rem;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:2.59895625rem;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:11.75rem;width:11.6875rem;top:8.5173745155337rem;left:38.384550094604rem;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:11.039944171906rem;left:50.071184158325rem;height:4.63020625rem;font-style:normal;text-align:left;text-align-last:left;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:4.63020625rem;font-style:normal;text-align:left;text-align-last:left;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:4.63020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvpQwBAfodHs0r9Uh5VtFvmAeLvWDMw0 { box-sizing:content-box;height:3.75rem;width:30.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:19.403625488281rem;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; }
#JxRZK6PWFRFaPxGgek3dHE5I2u4gZaoX { 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:none; }
#DrKpKf4SODv3U7JmgMDn9uSdEHAlzP2U { 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:9.9375rem;width:9.9375rem;top:8.73611164093rem;left:2.84375rem;overflow:hidden;display:block; }
#Kv5VITEQqUof7TIL70ZocANcIt5uK8qN { 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:10.625rem;width:11.0625rem;top:27.439235687256rem;left:2.28125rem;overflow:hidden;display:block; }
#vEvarMvHahXM43sTUQgmIlcdIBgs0eRQ { 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:9.9375rem;width:9.9375rem;top:28.028646945953rem;left:39.281251907349rem;overflow:hidden;display:block; }
#PvZ8K39I3OQA3uwzSdALKGTTGGzyNKZn { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:52.01735496521rem;left:13.717014312744rem;height:4.63020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6trEIKtMFCUkGbccJ0SRCBTgDlmh4zS { color:#6b00a6;display:block;width:22.875rem;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:57.441835403442rem;left:13.498264312744rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgEbSe8PxmleiXE89qDZqOeViSVQt2iO { 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:11.5625rem;width:10.8125rem;top:49.723085403442rem;left:2.9600696563721rem;overflow:hidden;display:block; }
#BlE4ET0tkxT9BBJg5uK61npnAB3kZJC4 { box-sizing:content-box;height:3.75rem;width:30.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:63.4609336853rem;left:5.6892356872559rem;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; }
#LNVAioCBAKFHhfO6qHVRA16KMDOQdtFf { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:64.20138168335rem;left:7.6979179382325rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xh7iwu2PWv7hErXBMtgmJqLw2h7ciGdL { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:52.743046283722rem;left:50.641496658325rem;height:1.5434rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDLPmKKNwM4ZgdBdxEicGNRg2aykArJ3 { color:#6b00a6;display:block;width:22.875rem;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:55.269955158234rem;left:50.641496658325rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QhvTh9HwdEWX5VmZhxG6GR7CTiLXyZz8 { box-sizing:content-box;height:3.75rem;width:30.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:63.460058689119rem;left:42.426214218139rem;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; }
#aGWbeWzrmR9BG0M8S8mswTyTBJnymRJo { color:#6b00a6;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:64.201378345487rem;left:44.405382156372rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vD5XfOGNfv6KTcSwq1BHnF6L8frXilyn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:9.9375rem;top:50.534712314606rem;left:40.134550094604rem;overflow:hidden;display:block; }
#kziykBSOQ81TT2AkLln7DMHJlwvqn9p9 { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:74.979202270506rem;left:13.498264312744rem;height:4.63020625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RDDzuzQva1GdGllQIMNJ7T7uossm4rlf { 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:9.9375rem;width:9.9375rem;top:72.326410293581rem;left:2.84375rem;overflow:hidden;display:block; }
#o0Qhk1wMriIGp5IyhWt4XbkbzkAfvggy { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:74.206566333769rem;left:50.641496658325rem;height:6.1736125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D5WCSZpwUSih68Wr8eVTfsc0rvMAo5Wi { color:#6b00a6;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:80.3793091774rem;left:50.641496658325rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8TrfICEsSSKQI9QHIwq8HyKSPZmfraW { 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:11.5rem;width:11.9375rem;top:71.543403625487rem;left:38.259550094604rem;overflow:hidden;display:block; }
#bhmNZmylSadHNDZfdD87REFRZkeqMC5H { color:#6b00a6;display:block;width:20.125rem;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:35.42361164093rem;left:13.717014312744rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DLT6kqQgwwORcf14nULlZqeIStFFxDEG { box-sizing:content-box;height:6.3125rem;width:30.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:39.090277671814rem;left:5.6892356872559rem;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; }
#rxBiWnKHWey5FA1GReaNdksfDTrnsTWe { color:#6b00a6;display:block;width:25.3125rem;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:39.81423664093rem;left:8.3229179382325rem;height:5.1979125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k5iMha3zPlDdfDPv1VAG3JhiapW5M3BK { box-sizing:content-box;height:6.3125rem;width:30.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),0.4);background-image:none;top:84.322018146513rem;left:42.426214218139rem;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; }
#BEEgSXZ6BpCEGubLOcRLbrFCfGzWETTT { color:#6b00a6;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:85.045109272006rem;left:45.030382156372rem;height:5.1979125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBO8FEBnbpmSJDkdJzXTHOwqZAZkyXOX { color:#6b00a6;display:block;width:20.125rem;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.075535297394rem;left:50.071184158325rem;height:2.59895625rem;font-style:normal;text-align:left;text-align-last:left;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:150.375rem;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.428806304932rem;left:28.312501907349rem;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.1875rem;left:31.25rem;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:7rem;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.0625rem;left:33.6875rem;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.874132990837rem;left:29.875001907349rem;overflow:hidden;display:block; }
#qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:34.852431297303rem;left:31.187501907349rem;height:3.29948125rem;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.0625rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:38.409722328186rem;left:31.343751907349rem;height:1.1684rem;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:100.125rem;left:5.875rem;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:106.3125rem;left:7.375rem;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:101.875rem;left:6.5rem;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:80.124988555906rem;left:3.8125rem;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:100.1875rem;left:29.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:102.6875rem;left:30.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:105.8125rem;left:31.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:81.375rem;left:28.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:65.0625rem;left:53.3125rem;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:70.6875rem;left:54.75rem;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:67.125rem;left:54.5rem;height:2.4739625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mGZDysEV42yxNlutqnWhGAaZiwp1cKRx { 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.875rem;width:22.1875rem;top:43.7412109375rem;left:49.84375rem;overflow:hidden;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:22.4375rem;width:22.4375rem;top:10.8671875rem;left:47.868055343628rem;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:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:34.852430343628rem;left:54.812501907349rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmBay4Etrsh83h34qkmb6IbsMrO7f45x { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;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.37495803833rem;left:55.055559158325rem;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:11.5625rem;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:68.173612594606rem;left:8.0625rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5uCXTnKgqhKuT4sJgqNHuKDzLk2z00b { color:rgba(var(--color-tertiary-0),1);display:block;width:9.125rem;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:69.823785781862rem;left:9.4375rem;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:22.25rem;width:22.4375rem;top:42.555549263954rem;left:2.9366321563721rem;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:23.4375rem;width:22.5625rem;top:10.367187410593rem;left:3.8125rem;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:29.875rem;overflow:hidden;display:block; }
#OB5Or7Nt77y1BKStDG1CSt6PG1fo1ODf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.434rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:34.927945047617rem;left:8.0625rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLTWawGbrvC0ITzZDLdHs5gzHwicUgHP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:38.519097328186rem;left:9rem;height:1.1684rem;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:21.6875rem;width:22rem;top:10.367187380791rem;left:26.500001907349rem;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:80.5625rem;left:50.75rem;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:102.0625rem;left:53.0625rem;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:106.4375rem;left:53.9375rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BuCJVwfs7IqgseT21Nky9ybSauq0R74d { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:100.1875rem;left:52.625rem;overflow:hidden;display:block; }
#Wi0XzxtU1mg2W5JN97ioyKsbXAfPz1kp { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:22.1875rem;top:111.54774665832rem;left:2.40625rem;overflow:hidden;display:block; }
#EPoXh9iQnPp7e1i9unaeQbOM89lrddZs { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:133.79778671264rem;left:5.875rem;overflow:hidden;display:block; }
#earPHQLcJ6eLylH9rkViTiOovK4aIuT8 { 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:136.3125rem;left:6.46875rem;height:2.47395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK4krLMBlec41NkOLgtXen3VJuQWTuoO { 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:139.31249427796rem;left:7.34375rem;height:1.23698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#weuJnTy93TigoO3UNN9WD24Lf5I5fUqK { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;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:21.75rem;top:111.11024570465rem;left:26.312501907349rem;overflow:hidden;display:block; }
#SXUFnKFtHdWiDz1tXNtti47QRMHcFFhL { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:15.25rem;top:133.79774284363rem;left:29.875001907349rem;overflow:hidden;display:block; }
#akUA9Q6K99zcLW8pIFleFqMU2EzU7KaU { 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:15050;line-height:1.1;letter-spacing:0;top:135.4375rem;left:30.468751907349rem;height:3.71094375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NCdUEU283QJSTw139HHUhkseDT4s4qMS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:139.625rem;left:34.437501907349rem;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:63.5625rem;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.5125rem;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:19.9375rem;width:19.9375rem;top:2.8125rem;left:35.875rem;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:23.5rem;width:23.5rem;top:13.906263351441rem;left:2.9375rem;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:21.625rem;width:21.625rem;top:15.836805135012rem;left:18.872396469116rem;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:4.75rem;width:13.8125rem;top:10.40625rem;left:54.406251907349rem;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.2456875rem;width:12.2456875rem;top:19.532985478639rem;left:55.188371658325rem;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.1206875rem;width:11.1206875rem;top:33.124979764223rem;left:9.1258678436281rem;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:6.9375rem;left:9.375rem;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:21.124999791384rem;left:41.312501907349rem;overflow:hidden;display:block; }
#WJUqDW4krfBIt74sX0MtmiIqgEVvh0WH { 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:19.375rem;width:19.375rem;top:4.0625rem;left:22.25rem;overflow:hidden;display:block; }
#DxrExZBZEQ0lOIV1yKzvxMO4xKmNLIGT { 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:33.124111920595rem;left:24.153646469116rem;overflow:hidden;display:block; }
#byqNZ4PbTMhGRTae0hGxi198nrGMG0gc { 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:18.9375rem;width:18.9375rem;top:29.215277671814rem;left:34.500001907349rem;overflow:hidden;display:block; }
#PszncTxdZ2LRcnVh40phInSk9kLxVzOF { 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:18.9375rem;width:18.9375rem;top:29.215277671814rem;left:51.093751907349rem;overflow:hidden;display:block; }
#hch9Pu0NyMv3zGuoQIf6AaIm2UcexWus { 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:15.5rem;width:15.5rem;top:44.999132156372rem;left:6.9375rem;overflow:hidden;display:block; }
#EeabIz2n9REyulymwTvB93tcPnWRPEHS { 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:15.5rem;width:15.5rem;top:44.999132156372rem;left:23.000001907349rem;overflow:hidden;display:block; }
#Q52hwitC5kAQ3auUOTMrBk7VMnw4FTGI { 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:20.625rem;width:20.625rem;top:41.186632156372rem;left:34.618925094604rem;overflow:hidden;display:block; }
#gJAIUbIEtd370p5eOoaEi5CiJaCFr3Cf { 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:16.875rem;width:16.875rem;top:43.061631202697rem;left:49.555559158325rem;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:7.6458125rem;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 #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 #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 #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.25rem;left:0rem;width:23.4375rem;height:4.375rem;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.4375rem;left:27.375000953674rem;width:1.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { top:95.625rem;left:0rem;width:24.6875rem;height:8.4375rem;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:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { top:9.6875rem;left:0rem;width:47.75rem;height:47.75rem;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) { #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:51.6875rem;left:0rem;width:47.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { top:52.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7lUU2cGWRMKCJUGLaxRgpqSEp3FWZU { top:30.6875rem;left:18.123266220092rem;width:13.3125rem;height:9.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { top:5.5625rem;left:0rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { top:16.625rem;left:18.718751907349rem;width:10.3125rem;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:25.5rem;left:15.125rem;width:19.3125rem;height:19.2465rem;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:16.6875rem;left:34.9375rem;width:12.8125rem;height:;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:38.3125rem;left:0rem;width:9.8125rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO9MpHb0L2JIWRFGi7aORAEVGCufSp8d { top:3.6875rem;left:32.1875rem;width:15.5625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNreraevOkd4QfWrL1wW0EPiI2xCgPO8 { top:26.6875rem;left:0rem;width:9.4375rem;height:12.3125rem;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:23.4375rem;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:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { top:217.0625rem;left:0rem;width:47.75rem;height:94.25rem;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) { #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:14.6875rem;left:0rem;width:20.125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8EAsaLbAnMmTE7C6eAslcdTfEvHFZyv { top:20.1875rem;left:0rem;width:26.5625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT374k0Ws2vNrrO81GOo04XPfay6R74e { top:8.5rem;left:24.759550094604rem;width:11.6875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { top:11rem;left:24.875rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { top:30.4375rem;left:0.0625rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { top:30.4375rem;left:24.875rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvpQwBAfodHs0r9Uh5VtFvmAeLvWDMw0 { top:19.375rem;left:0rem;width:30.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxRZK6PWFRFaPxGgek3dHE5I2u4gZaoX { top:19.5rem;left:17.1875rem;width:30.1875rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrKpKf4SODv3U7JmgMDn9uSdEHAlzP2U { top:8.6875rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv5VITEQqUof7TIL70ZocANcIt5uK8qN { top:27.4375rem;left:0rem;width:11.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEvarMvHahXM43sTUQgmIlcdIBgs0eRQ { top:28rem;left:25.656251907349rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvZ8K39I3OQA3uwzSdALKGTTGGzyNKZn { top:52rem;left:0.092014312744138rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6trEIKtMFCUkGbccJ0SRCBTgDlmh4zS { top:57.4375rem;left:0rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgEbSe8PxmleiXE89qDZqOeViSVQt2iO { top:49.6875rem;left:0rem;width:10.8125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlE4ET0tkxT9BBJg5uK61npnAB3kZJC4 { top:63.4375rem;left:0rem;width:30.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNVAioCBAKFHhfO6qHVRA16KMDOQdtFf { top:64.1875rem;left:0rem;width:26.5625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh7iwu2PWv7hErXBMtgmJqLw2h7ciGdL { top:52.6875rem;left:24.875rem;width:22.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDLPmKKNwM4ZgdBdxEicGNRg2aykArJ3 { top:55.25rem;left:24.875rem;width:22.875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhvTh9HwdEWX5VmZhxG6GR7CTiLXyZz8 { top:63.4375rem;left:17.1875rem;width:30.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGWbeWzrmR9BG0M8S8mswTyTBJnymRJo { top:64.1875rem;left:21.1875rem;width:26.5625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD5XfOGNfv6KTcSwq1BHnF6L8frXilyn { top:50.5rem;left:26.509550094604rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kziykBSOQ81TT2AkLln7DMHJlwvqn9p9 { top:74.9375rem;left:0rem;width:22.875rem;height:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDDzuzQva1GdGllQIMNJ7T7uossm4rlf { top:72.3125rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Qhk1wMriIGp5IyhWt4XbkbzkAfvggy { top:74.1875rem;left:24.875rem;width:22.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WCSZpwUSih68Wr8eVTfsc0rvMAo5Wi { top:80.375rem;left:24.875rem;width:22.875rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TrfICEsSSKQI9QHIwq8HyKSPZmfraW { top:71.5rem;left:24.634550094604rem;width:11.9375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhmNZmylSadHNDZfdD87REFRZkeqMC5H { top:35.375rem;left:0.092014312744138rem;width:20.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLT6kqQgwwORcf14nULlZqeIStFFxDEG { top:39.0625rem;left:0rem;width:30.1875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxBiWnKHWey5FA1GReaNdksfDTrnsTWe { top:39.8125rem;left:0rem;width:25.3125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5iMha3zPlDdfDPv1VAG3JhiapW5M3BK { top:84.3125rem;left:17.1875rem;width:30.1875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEEgSXZ6BpCEGubLOcRLbrFCfGzWETTT { top:85rem;left:22.4375rem;width:25.3125rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBO8FEBnbpmSJDkdJzXTHOwqZAZkyXOX { top:16.0625rem;left:27.625rem;width:20.125rem;height:2.5625rem;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:14.687501907349rem;width:18.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbGDHCN24lMg8732yvqZ6JHVp19UlgBz { top:68.1875rem;left:17.625rem;width:12.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGBudKpnbe9xQ6gWO84szwITf8JHTscm { top:71.0625rem;left:20.0625rem;width:7rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE68isHDNlyFvglte9l9lPqEqSUOSAEG { top:32.8125rem;left:16.250001907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { top:34.8125rem;left:17.562501907349rem;width:12.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RplCFcNx96R2sWQRbEFQ8JImq6yWmQnS { top:38.375rem;left:17.718751907349rem;width:12.3125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlbffmOfWUTsik2aNeIV6tBuX3n4O2f4 { top:100.125rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { top:106.3125rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJyCkCcVzCgfnTtHsVJf9hQvwFMW7W7N { top:101.875rem;left:0rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGLeN8ISdpwpzNozBoRsTqI12B3ot7Z { top:80.0625rem;left:0rem;width:19.3125rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { top:100.1875rem;left:16.25rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { top:102.6875rem;left:16.875rem;width:14.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xepRJhTDVTM714mgFttXCgUK1SCsDiZi { top:105.8125rem;left:17.75rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { top:81.375rem;left:15.125rem;width:17.5rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7tJfPL4BJU6pPrsA4LTTfwFBg4UT6L { top:65.0625rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOOksMhHAgtK3qGl8A7v1I94NI4ZHtv { top:70.6875rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgdpQd1Trvh36uyko10Cabl15xfRZA18 { top:67.125rem;left:35.5rem;width:12.25rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGZDysEV42yxNlutqnWhGAaZiwp1cKRx { top:43.6875rem;left:25.5625rem;width:22.1875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6vF0nfO2pKVg634FcTMQyVW5EE4O9pb { top:10.8125rem;left:25.3125rem;width:22.4375rem;height:22.4375rem;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:37.125rem;width:10.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmBay4Etrsh83h34qkmb6IbsMrO7f45x { top:38.3125rem;left:38.1875rem;width:9.5625rem;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:68.125rem;left:0rem;width:11.5625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5uCXTnKgqhKuT4sJgqNHuKDzLk2z00b { top:69.8125rem;left:0rem;width:9.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEA5wWIMRzNaMtvAvxlEk6mKn0JFhtok { top:42.5rem;left:0rem;width:22.4375rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX4bN5bxgpnaQTX3nhzN3I6ErTIvD5ad { top:10.3125rem;left:0rem;width:22.5625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZym8HgJLzZsryv99Db0E8f1UTc3VhB { top:65.75rem;left:16.25rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB5Or7Nt77y1BKStDG1CSt6PG1fo1ODf { top:34.875rem;left:0rem;width:12.375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLTWawGbrvC0ITzZDLdHs5gzHwicUgHP { top:38.5rem;left:0rem;width:10.875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJgfVdWFATQq16pZ8d3EUnAS4gaVsZKn { top:10.3125rem;left:12.875001907349rem;width:22rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhn9iINgUrNtZonycWPTEfR6Ws1xwF1 { top:80.5625rem;left:28.1875rem;width:19.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #obC06X2QgV6CrCp9Bh3u3Ng3BM4ivcS2 { top:102.0625rem;left:33.6875rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfCrGrTpRzgoTMSv2GzFr8elO73tq2TB { top:106.4375rem;left:35.4375rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuCJVwfs7IqgseT21Nky9ybSauq0R74d { top:100.1875rem;left:32.5rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi0XzxtU1mg2W5JN97ioyKsbXAfPz1kp { top:111.5rem;left:0rem;width:22.1875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPoXh9iQnPp7e1i9unaeQbOM89lrddZs { top:133.75rem;left:0rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #earPHQLcJ6eLylH9rkViTiOovK4aIuT8 { top:136.3125rem;left:0rem;width:14.0625rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK4krLMBlec41NkOLgtXen3VJuQWTuoO { top:139.25rem;left:0rem;width:12.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weuJnTy93TigoO3UNN9WD24Lf5I5fUqK { top:111.0625rem;left:12.687501907349rem;width:21.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXUFnKFtHdWiDz1tXNtti47QRMHcFFhL { top:133.75rem;left:16.250001907349rem;width:15.25rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUA9Q6K99zcLW8pIFleFqMU2EzU7KaU { top:135.4375rem;left:16.843751907349rem;width:14.0625rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCdUEU283QJSTw139HHUhkseDT4s4qMS { top:139.625rem;left:20.812501907349rem;width:6.125rem;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:2.8125rem;left:22.25rem;width:19.9375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { top:13.875rem;left:0rem;width:23.5rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35prsXcybFUZNDy1NPprqEObFNlT5ke { top:15.8125rem;left:5.2473964691162rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6o6GS0mR7DfvJ5126QTf3DBtbnAnhS { top:10.375rem;left:33.9375rem;width:13.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { top:19.5rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJps75ti06OpJyApAWAM134b97QBUwlr { top:33.0625rem;left:0rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViUGvbQOSmIKDTpS0efzTsMrecAJBke { top:6.9375rem;left:0rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { top:21.0625rem;left:27.687501907349rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJUqDW4krfBIt74sX0MtmiIqgEVvh0WH { top:4.0625rem;left:8.625rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxrExZBZEQ0lOIV1yKzvxMO4xKmNLIGT { top:33.0625rem;left:10.528646469116rem;width:11.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byqNZ4PbTMhGRTae0hGxi198nrGMG0gc { top:29.1875rem;left:20.875001907349rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PszncTxdZ2LRcnVh40phInSk9kLxVzOF { top:29.1875rem;left:28.8125rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hch9Pu0NyMv3zGuoQIf6AaIm2UcexWus { top:44.9375rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeabIz2n9REyulymwTvB93tcPnWRPEHS { top:44.9375rem;left:9.3750019073488rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q52hwitC5kAQ3auUOTMrBk7VMnw4FTGI { top:41.125rem;left:20.993925094604rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJAIUbIEtd370p5eOoaEi5CiJaCFr3Cf { top:43rem;left:30.875rem;width:16.875rem;height:16.875rem;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;background-color:rgba(var(--color-primary-0),0);background-image:none;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); } }@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 #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 #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 #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:2.76215rem;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:2.76215rem;top:112.375rem;left:4.8125rem;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:111.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgfaRJL0xevtQPy52V7zxSCl5l44RBmE { width:1.9371125rem;height:1.46180625rem;top:113rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCBJSH0yMZolGDkcmJd7IasGJEaPDHkr { width:19.999125rem;height:6.49740625rem;top:102.27257156372rem;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.27430625rem;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.27430625rem;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.27430625rem;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:2.4375rem;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) { #EfJl3WUkTkyTHToWQ2u3J8rR2DVKKqyg { width:7.9375rem;height:7.9375rem;top:9.4366264343263rem;left:3.9375001192093rem;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.41666875rem;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:20rem;height:7.4375rem;top:18.036456108093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0lfOmVcRFvWxEeam5lyvi6m2GNFdNNx { width:8.124125rem;height:1.46180625rem;top:22.956597328186rem;left:10.310764431953rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk { display:block; }#tmUTd4DTMxaN2aEmPo2My7MxdbgaFtCk > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBfdRgNdV2QFSXzoWLAADLPBRDRBZ8SD { width:19.99925rem;height:4.14323125rem;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:132.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naCGCVG8DmS5ptugb8MJTqGBrVpoHaJZ { width:19.3125rem;height:19.249rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO9RTpM6MCrITZFFRoEutyLqWkni7kkX { width:19.3125rem;height:19.249rem;top:21.7480625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqTmKxM24BQhTMOqG3VpzVw8q4wEkwIE { width:20rem;height:16.4375rem;top:113.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du5RiUHzINSwiHmGZAR2uLeiVDXixgcP { width:19.9956875rem;height:12.59375625rem;top:115.375rem;left:0rem;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.622375rem;top:95.0625rem;left:3.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFsMq8HizDUEU2WXUCWam5g1h3myUiDH { width:9.875rem;height:9.875rem;top:5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeTwLbn3gQw2a3ryAXXqoPdicUwTFxPq { width:12.8125rem;height:2.4375rem;top:36.2002109375rem;left:3.5634765625rem;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:23.8105625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTa8GHKnQ9t5yckkbRz7dzT9RGmF8Dx { width:19.3125rem;height:19.249rem;top:89.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDPRJwlJJkicFl63Z0ERIDkrf26TZru { width:8.5625rem;height:3.09375rem;top:15.3740234375rem;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:43.0664375rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiIXQqJEZ4po5TnRaiS7F3RIQvfDMZq { width:12.8125rem;height:3.65625rem;top:57.1914375rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vp47SXwlK7chVAa8f4mU71P5qBiUhktp { width:20rem;height:19.9375rem;top:63.565971374513rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSq4WVMRVM3TdOOBqChKvru0TV47POao { width:13.0625rem;height:3.09375rem;top:76.809030532837rem;left:3.4687501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eO9MpHb0L2JIWRFGi7aORAEVGCufSp8d { width:14.625rem;height:14.5625rem;top:44.620660781861rem;left:2.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNreraevOkd4QfWrL1wW0EPiI2xCgPO8 { width:8.875rem;height:11.5625rem;top:65.246530532837rem;left:5.8680554628373rem;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.76215rem;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:350.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuuUo4GKQi4cmcFCqwAp2pWU9Q1WiDDd { width:19.9980625rem;height:4.14323125rem;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.9980625rem;height:14.3838125rem;top:6.6416rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipDD1ozIPqD3aewSyC3DE0GzNyzbUeTs { width:19.9980625rem;height:7.7995rem;top:22.2754125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlNla8srZAafJvCknftPsht3XyyhzMRS { width:19.9980625rem;height:15.19181875rem;top:31.3232875rem;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:48.923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFNTSHZOCPLsg14qOOey5k4GhPGnfOhc { width:19.9980625rem;height:29.00256875rem;top:66.548828125rem;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.9980625rem;height:2.599825rem;top:63.07421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zk52z8zT4PokrR1o7pQv9OGZkVHLXfp8 { width:19.9980625rem;height:13.297875rem;top:96.3584625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUusk5PacD0q7TkPTgnV1Bqntp0eVIc { width:19.9980625rem;height:5.19965rem;top:110.9063375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0e4P2nE1NVxadUFo34vFyChL9wRfL5n { width:19.9980625rem;height:29.00259375rem;top:117.35555625rem;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.9980625rem;height:13.297875rem;top:148.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMESzFVhpa2lrPTCvDinGH03KlhbQRCV { width:19.9980625rem;height:5.19965rem;top:162.791015625rem;left:0.0009765625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ub92ZppC7CVantrTbwmTnN1tJ5em85dP { width:19.9980625rem;height:22.0972rem;top:169.115234375rem;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.19965rem;top:207.578275rem;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:33.14583125rem;top:214.02749375rem;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.3838125rem;top:191.9444625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KvuZQbDRtyEEBmmf6k7niZXbpslzvc { width:20rem;height:19.3350625rem;top:272.716796875rem;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.799475rem;top:263.91796875rem;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.5215rem;top:249.04296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZVa4Z0pFVmRUtkdfMP1hO7ATd0v8F6F { width:20rem;height:35.90799375rem;top:311.99135625rem;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:2.599825rem;top:308.14174375rem;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:13.3125rem;top:292.82043125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5itU4lyyopk2TH7wcinUq9e0yhEWPxN { width:19.75rem;height:0.125rem;top:162.06510066986rem;left:0.24913197755814rem;z-index:15010;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv { display:block; }#vTPE6Ft1ohRdCDWci1T9I7FDeF1Z11Sv > .row .container { width:20rem;height:123.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpQJCMS74BvMLWrbXf7QrJeukAK6Bmn4 { width:19.999rem;height:2.76215rem;top:2.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEfFQT7XN2aRnPpz86rEefk20v3E5Mh { width:14.7495rem;height:2.27430625rem;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.92448125rem;top:11.248779296875rem;left:5.186767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8EAsaLbAnMmTE7C6eAslcdTfEvHFZyv { width:19.997375rem;height:1.94965rem;top:15.866318702697rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT374k0Ws2vNrrO81GOo04XPfay6R74e { width:5.9375rem;height:5.9375rem;top:20.819444179535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch9fQdTsZVnmGUTHJpoqPbNRlznIRDHC { width:13.9365rem;height:4.5486125rem;top:21.51416015625rem;left:5.654296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIHTG2cq198W1EkTwfyD0ygzNNMOMbP { width:10.5625rem;height:4.5486125rem;top:29.967882156372rem;left:6.3116317987444rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frEyAlVSTKsbuXcHgt1ct8NNdSlu9dDh { width:13.6875rem;height:4.5486125rem;top:49.25rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvpQwBAfodHs0r9Uh5VtFvmAeLvWDMw0 { width:19.625rem;height:5.375rem;top:39.222202301026rem;left:0.040798604488372rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxRZK6PWFRFaPxGgek3dHE5I2u4gZaoX { width:19.625rem;height:4rem;top:14.6748046875rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #DrKpKf4SODv3U7JmgMDn9uSdEHAlzP2U { width:5.3125rem;height:5.3125rem;top:7.1362991333006rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv5VITEQqUof7TIL70ZocANcIt5uK8qN { width:6.5rem;height:6.25rem;top:29.1171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEvarMvHahXM43sTUQgmIlcdIBgs0eRQ { width:5.4375rem;height:5.4375rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvZ8K39I3OQA3uwzSdALKGTTGGzyNKZn { width:13rem;height:4.5486125rem;top:58.593725204468rem;left:6.1241317987442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6trEIKtMFCUkGbccJ0SRCBTgDlmh4zS { width:13.875rem;height:3.89930625rem;top:63.141492843625rem;left:6.1241317987442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgEbSe8PxmleiXE89qDZqOeViSVQt2iO { width:6rem;height:6.4375rem;top:57.649307250976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlE4ET0tkxT9BBJg5uK61npnAB3kZJC4 { width:19.625rem;height:2.9375rem;top:67.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNVAioCBAKFHhfO6qHVRA16KMDOQdtFf { width:20rem;height:1.94965rem;top:68.223093032837rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh7iwu2PWv7hErXBMtgmJqLw2h7ciGdL { width:13.6875rem;height:1.13715rem;top:74.4375rem;left:5.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDLPmKKNwM4ZgdBdxEicGNRg2aykArJ3 { width:14.25rem;height:3.89930625rem;top:75.823785781862rem;left:5.7491317987442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhvTh9HwdEWX5VmZhxG6GR7CTiLXyZz8 { width:19.625rem;height:3.0625rem;top:81.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGWbeWzrmR9BG0M8S8mswTyTBJnymRJo { width:20rem;height:1.94965rem;top:81.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD5XfOGNfv6KTcSwq1BHnF6L8frXilyn { width:5.6875rem;height:5.6875rem;top:73.701387405394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kziykBSOQ81TT2AkLln7DMHJlwvqn9p9 { width:13rem;height:4.5486125rem;top:89.319444656375rem;left:6.1241317987442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDDzuzQva1GdGllQIMNJ7T7uossm4rlf { width:5.5rem;height:5.5rem;top:88.31250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0Qhk1wMriIGp5IyhWt4XbkbzkAfvggy { width:14.25rem;height:5.6857625rem;top:96.68750190735rem;left:5.7491317987442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WCSZpwUSih68Wr8eVTfsc0rvMAo5Wi { width:13.4375rem;height:1.94965rem;top:102.68750190735rem;left:5.5928817987442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8TrfICEsSSKQI9QHIwq8HyKSPZmfraW { width:5.75rem;height:5.4375rem;top:95.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhmNZmylSadHNDZfdD87REFRZkeqMC5H { width:12.6875rem;height:2.92448125rem;top:34.897570610046rem;left:6.2803817987444rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLT6kqQgwwORcf14nULlZqeIStFFxDEG { width:19.625rem;height:4.625rem;top:105.62499332428rem;left:0.040798604488372rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxBiWnKHWey5FA1GReaNdksfDTrnsTWe { width:19.1875rem;height:3.8993rem;top:40.125869750976rem;left:0.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5iMha3zPlDdfDPv1VAG3JhiapW5M3BK { width:19.6875rem;height:0;top:112.43750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEEgSXZ6BpCEGubLOcRLbrFCfGzWETTT { width:18.9375rem;height:3.8993rem;top:106.125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBO8FEBnbpmSJDkdJzXTHOwqZAZkyXOX { width:13rem;height:1.94965rem;top:26.118056297302rem;left:5.6866317987442rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU { display:block; }#cyowp1vcE9GWBMOC0JTmVWmHDDRNIBSU > .row .container { width:20rem;height:357.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4kxmbEqw4WBFSZwy49T2T48XksvgJTk { width:19.875rem;height:6.6230625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnIpd1RLE6Dcp1xVy7SeN2z7JZFNgecF { width:19.9980625rem;height:6.39930625rem;top:1.4248046875rem;left:0.0009765625rem;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.651375rem;top:29.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi9r38ICoxAZqUinzxR1kwE4oFh8FmZi { width:18.375rem;height:17.4980625rem;top:125.865234375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbGDHCN24lMg8732yvqZ6JHVp19UlgBz { width:12.375rem;height:2.4739625rem;top:147.25rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGBudKpnbe9xQ6gWO84szwITf8JHTscm { width:12.2480625rem;height:1.23730625rem;top:150.9375rem;left:3.875rem;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.651375rem;top:58.0625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlXuTU5Z8isJkK28g5gm8VV5zNuOu8cl { width:14.25rem;height:3.7109375rem;top:59.750026702881rem;left:2.8750001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RplCFcNx96R2sWQRbEFQ8JImq6yWmQnS { width:12.2480625rem;height:1.23730625rem;top:64.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.651375rem;top:208.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfER3qDtzl1cP5UbMy1c4CUPr8zLTRPd { width:12.2480625rem;height:1.23698125rem;top:215.125rem;left:3.875rem;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.7109375rem;top:210.6875rem;left:3rem;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:191.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTnuUvdVB047H0m5NQwVvNgmaloBuk2 { width:15.1875rem;height:8.651375rem;top:242.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlB8HFWKzfLNkUtwRJlNAMby3d6dw1mD { width:14.0625rem;height:2.4739625rem;top:244.6875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xepRJhTDVTM714mgFttXCgUK1SCsDiZi { width:12.2480625rem;height:1.23698125rem;top:247.8125rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OdpmyyMZ3NNId3DICTUbZTfy9kswNA6D { width:18.2480625rem;height:17.0654375rem;top:223.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7tJfPL4BJU6pPrsA4LTTfwFBg4UT6L { width:15.1875rem;height:8.651375rem;top:179.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHOOksMhHAgtK3qGl8A7v1I94NI4ZHtv { width:12.2480625rem;height:1.23698125rem;top:185rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SgdpQd1Trvh36uyko10Cabl15xfRZA18 { width:12.2480625rem;height:2.4739625rem;top:181.4375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGZDysEV42yxNlutqnWhGAaZiwp1cKRx { width:17.625rem;height:16.625rem;top:160.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6vF0nfO2pKVg634FcTMQyVW5EE4O9pb { width:19.8125rem;height:19.8125rem;top:65.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecHv9Q0A6H70TFU7qxD6mDuv7TsRPdL { width:15.25rem;height:8.6875rem;top:85.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxRTWANQKsQaWMeCMfehugiwyPxC8RD3 { width:14.3125rem;height:3.7109375rem;top:87.124992370606rem;left:2.8437501192093rem;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:2.47395625rem;top:91.3125rem;left:7.4375rem;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:115.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyrscBg1ucefiUuAHkyqAkyCzBD11Tvq { width:12.375rem;height:1.23698125rem;top:118.00000190735rem;left:3.8125001192093rem;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:1.23698125rem;top:120.24995994568rem;left:3.8437501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AEA5wWIMRzNaMtvAvxlEk6mKn0JFhtok { width:17.625rem;height:17.5rem;top:96.865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX4bN5bxgpnaQTX3nhzN3I6ErTIvD5ad { width:19.125rem;height:19.875rem;top:9.673828125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqZym8HgJLzZsryv99Db0E8f1UTc3VhB { width:15.25rem;height:8.6875rem;top:144.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB5Or7Nt77y1BKStDG1CSt6PG1fo1ODf { width:12.375rem;height:3.7109375rem;top:31.407094955444rem;left:3.8125001192093rem;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:1.23698125rem;top:35.4375rem;left:3.3750001192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJgfVdWFATQq16pZ8d3EUnAS4gaVsZKn { width:20rem;height:19.6875rem;top:38.9228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhn9iINgUrNtZonycWPTEfR6Ws1xwF1 { width:19.5625rem;height:18rem;top:255.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obC06X2QgV6CrCp9Bh3u3Ng3BM4ivcS2 { width:14.0625rem;height:3.71094375rem;top:278.00001358986rem;left:2.9687501192093rem;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:1.23698125rem;top:282.56248664856rem;left:3.8437501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuCJVwfs7IqgseT21Nky9ybSauq0R74d { width:15.25rem;height:8.6875rem;top:276.1875038147rem;left:2.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi0XzxtU1mg2W5JN97ioyKsbXAfPz1kp { width:20rem;height:19.323943661972rem;top:285.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPoXh9iQnPp7e1i9unaeQbOM89lrddZs { width:15.25rem;height:8.6875rem;top:306.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #earPHQLcJ6eLylH9rkViTiOovK4aIuT8 { width:14.0625rem;height:2.47395625rem;top:308.875rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HK4krLMBlec41NkOLgtXen3VJuQWTuoO { width:12.3125rem;height:1.23698125rem;top:311.875rem;left:3.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weuJnTy93TigoO3UNN9WD24Lf5I5fUqK { width:20rem;height:20.51724137931rem;top:316.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXUFnKFtHdWiDz1tXNtti47QRMHcFFhL { width:15.25rem;height:8.6875rem;top:338.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUA9Q6K99zcLW8pIFleFqMU2EzU7KaU { width:14.0625rem;height:3.71094375rem;top:339.6875rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCdUEU283QJSTw139HHUhkseDT4s4qMS { width:6.125rem;height:1.23698125rem;top:343.875rem;left:6.9375rem;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:163.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD1vLCpFWDp3ypaTB5bzP1p8rIv2rHgZ { width:19.9980625rem;height:3.02430625rem;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:15.0625rem;height:15.0625rem;top:3.6449651718139rem;left:2.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIZxTDsCOyHvZ7DIwS5r9fmRFoviPxJv { width:17.8125rem;height:17.8125rem;top:11.208333134651rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35prsXcybFUZNDy1NPprqEObFNlT5ke { width:11.5rem;height:11.5rem;top:30.331569671631rem;left:4.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6o6GS0mR7DfvJ5126QTf3DBtbnAnhS { width:12.375rem;height:3.875rem;top:41.830728530884rem;left:3.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQTS3EzyktsFUlGRT4Gm0BXvn0JJCMrv { width:11rem;height:11rem;top:45.705728530884rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJps75ti06OpJyApAWAM134b97QBUwlr { width:10.0625rem;height:10.0625rem;top:63.937500953675rem;left:4.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gViUGvbQOSmIKDTpS0efzTsMrecAJBke { width:12.4375rem;height:12.4375rem;top:22.145833134651rem;left:3.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMIiThvdzfn7IHvoXhcvPZxVeAfL1V5 { width:9.0625rem;height:9.0625rem;top:54.875rem;left:5.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJUqDW4krfBIt74sX0MtmiIqgEVvh0WH { width:19.375rem;height:19.375rem;top:67.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxrExZBZEQ0lOIV1yKzvxMO4xKmNLIGT { width:11.0625rem;height:11.0625rem;top:79.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byqNZ4PbTMhGRTae0hGxi198nrGMG0gc { width:18.9375rem;height:18.9375rem;top:105.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PszncTxdZ2LRcnVh40phInSk9kLxVzOF { width:18.9375rem;height:18.9375rem;top:117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hch9Pu0NyMv3zGuoQIf6AaIm2UcexWus { width:15.5rem;height:15.5rem;top:87.87500190735rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeabIz2n9REyulymwTvB93tcPnWRPEHS { width:15.5rem;height:15.5rem;top:98.374919891356rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q52hwitC5kAQ3auUOTMrBk7VMnw4FTGI { width:20rem;height:20rem;top:130.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJAIUbIEtd370p5eOoaEi5CiJaCFr3Cf { width:16.875rem;height:16.875rem;top:145.93750190735rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #acRXR6QV2ALmTUKgDPnGNmTkT899eNbc { display:block; }#acRXR6QV2ALmTUKgDPnGNmTkT899eNbc > .row .container { width:20rem;height:27.8125rem;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.3993125rem;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.39930625rem;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.6493rem;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.936625rem;top:8.7746337890625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }