.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;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; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row .container { background-color: transparent; background-image: none; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row .container > .video-iframe-container { display: none; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row > .video-iframe-container { display: none; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .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); }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row .container { border-width: 0; border-radius: 0; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#pAbWFIkW0kTrfy90n3aJi18FkCvqptzF { 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:4.25rem;width:14.75rem;top:1.3125rem;left:30.125rem;overflow:hidden;display:block; }
#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z { position:relative;display:block; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z { background-color: transparent; background-image: none; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .row .container > .video-iframe-container { display: none; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .row > .video-iframe-container { display: none; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .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); }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z { border-width: 0; border-radius: 0; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .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; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.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; }#I3a2tn19TTtkIfeo4QhZfU6n3Ncgw89o { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb4c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(197,174,251,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.8125rem;width:37.25rem;top:0rem;left:37.625rem;display:block; }
#HSBZsCZhLdpmVgINDUa19DM9NlqmsET3 { color:#100621;display:block;width:30.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:8.125rem;left:1.5625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ve79i6AVZOIQIcdgShZ5mZsBT6pVedVf { color:#8b5cf6;display:block;width:34.4375rem;position:absolute;font-family:georgia;font-size:8rem;font-weight:normal;z-index:15007;line-height:.8;letter-spacing:0;top:12.625rem;left:1.5625rem;height:12.7995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nyd522KZ6fWLZcUHF0ofiPAGev8oTw2o { color:#100621;display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.375rem;left:2.0625rem;height:1.7875rem;display:block; }
#qVBPbCUVLtA1RS3ET0Zd4EfJRnF7df5v { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:29.8125rem;left:1.5625rem; }
#T1EtT5cNoJ1fTBAWvDAgaT7LOwunL3G4 { color:#100621;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:29.75rem;left:3.8125rem;height:1.7rem;display:block; }
#NwJ0L6GhMXMcLT6cQM9naXU7Bu84aizo { color:#100621;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:32.3125rem;left:3.8125rem;height:3.3997375rem;display:block; }
#qGbG7IHQQ2CD2cDN7CniIQ9ELGTIoUFh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:32.4375rem;left:1.5625rem; }
#esvX66GcBdLu5Gs3pXPI3TqJNQbrr7oM { color:#100621;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:36.6875rem;left:3.8125rem;height:3.3997375rem;display:block; }
#PiJJhkxbNWfCZq52IdwDP4QudGFCrBsP { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:36.75rem;left:1.5625rem; }
#fRKUVdBKm7QgUksmx5HrbCddvgSy28ax { z-index:15003;top:41.25rem;left:1.5625rem;background-color:#44b385;background-image:none;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(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OgiRgTehoW55SBuMpixr2y8GF1dWAS3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvkMWbvc7sQOtaXNpU6luosL49eSfzFy { color:#240851;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:9.46875rem;left:34rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EWBX1inwnkDH3TpAgJOXbRb2Dqqx7tOX { position:absolute;display:block;z-index:15032;background-color:#c5aefb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:14.1875rem;top:8.4375rem;left:33rem;display:block; }
#R2FGrnP7FGJIhTp8iFzi55zSy07QQ0if { position:absolute;display:block;z-index:14999;height:49.3125rem;width:27.0625rem;top:2.6123046875rem;left:42.71875rem;display:block; }
#e3inhg9pf4efSrIr3F0J1xhcuxL0ARDZ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M { position:relative;display:block; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M { background-color: transparent; background-image: none; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .row .container > .video-iframe-container { display: none; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .row > .video-iframe-container { display: none; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .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); }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M { border-width: 0; border-radius: 0; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .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; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BHVBkODGA0ybIdSNF5HtNDerHlTs23Jh { color:#000000;display:block;width:24.5rem;position:absolute;font-family:georgia;font-size:3.5rem;font-weight:normal;z-index:15016;line-height:.8;letter-spacing:0;top:7.9375rem;left:6.5rem;height:13.997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xym1u0r7BGuIA62GO47gipd6z4VA5rdX { color:#8b5cf6;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:24.125rem;left:6.5rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iTBqFK7kTHthc73w6h1y5BzIsQ3nqAOe { color:#000000;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:29.4375rem;left:6.5rem;height:6.875rem;font-style:normal;display:block; }
#FPiOxg4H93sS8nREW8fBBmL8IZGIwOZy { color:#8b5cf6;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:38.6875rem;left:6.5rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J0pxTs0Fd830u47a6HWBuv9vDCD0pzDz { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:44.125rem;left:6.5rem;height:2.75rem;font-style:normal;display:block; }
#tkAc9UWBvGuEiKndrldnJUJ2SvOpq2M9 { position:absolute;display:block;z-index:14998;height:49.3125rem;width:27.0625rem;top:2.15625rem;left:42.71875rem;display:block; }
#aD3u2k9259ToQDxukgnTCRn51HLLq2Bu { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row .container { background-color: transparent; background-image: none; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row .container > .video-iframe-container { display: none; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row > .video-iframe-container { display: none; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .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); }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row .container { border-width: 0; border-radius: 0; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#UOJCOqGx3VEw0bmIrmgESr57T3spymtK { color:#8b5cf6;display:block;width:8.5rem;position:absolute;font-family:georgia;font-size:5rem;font-weight:normal;z-index:15008;line-height:.8;letter-spacing:0;top:3.8125rem;left:3.25rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#fqEb4kQSOXZV5nh23ab0tcklIrNFcE3u { color:#8b5cf6;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15031;line-height:.9;letter-spacing:0;top:4.9375rem;left:12.5rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A5V1yF2aWUcUKTHT36sW471rwRTqHEpz { color:#100621;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.5rem;left:5.3125rem;height:11.89910625rem;display:block; }
#GDWfs1tTPGqDtSNzD1viK0J9AXzQgN6U { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:23rem;left:5.3125rem; }
#kdcmbxL8oRhiTEzL8EbJTwez05WJtlTx { color:#100621;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:22.9375rem;left:7.4375rem;height:1.7rem;display:block; }
#so2ImgeK2JXZJOk13BCRVcFnAUPMpBQo { 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:37.375rem;width:37.375rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#BMpexaohKMOXbUuUGwpslyJJILQqK7ts { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.625rem;left:5.3125rem; }
#UhC5zDmhwWxwQZsvuxbzvulmy3emx22r { color:#100621;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:25.5rem;left:7.4375rem;height:3.3997375rem;display:block; }
#Fe2PsI8s0NubcbZafMeIoMOmT5QHTN90 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.5625rem;left:5.3125rem; }
#VkVonU4cizOIn30tXFPtF9Ce0yTMQxDQ { color:#100621;display:block;width:21.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:29.4375rem;left:7.4375rem;height:3.3997375rem;display:block; }
#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row .container { background-color: transparent; background-image: none; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row .container > .video-iframe-container { display: none; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row > .video-iframe-container { display: none; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .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); }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row .container { border-width: 0; border-radius: 0; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#sBR0r51BDdm8AxwWn4Wm7s2Ubcpg3987 { color:#8b5cf6;display:block;width:8.75rem;position:absolute;font-family:georgia;font-size:5rem;font-weight:normal;z-index:15008;line-height:.8;letter-spacing:0;top:6.625rem;left:41rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Zh0xSwF7x9dxvUubyCEMkaK1o0a55u47 { color:#8b5cf6;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:7.75rem;left:49.75rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qrTf82eeS6VyR66kLEAhH4OrSP4TROhS { color:#100621;display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:12.25rem;left:42.8125rem;height:3.3997375rem;display:block; }
#hOWMfhopqPHvrSxuot7WkWn6fSk1bV4B { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17rem;left:42.75rem; }
#g6ueWzl2eqLUEyHOdImQgbTGaCad1obN { color:#100621;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:16.6875rem;left:45.0625rem;height:1.7rem;display:block; }
#LV5CRzFh8Rd4VwqfVGSavVHhFTfeL6ia { color:#100621;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:19.375rem;left:45.125rem;height:3.3997375rem;display:block; }
#Bc5ZKwB1gJtqJdQ9sE4zQxx4wyJxkIhl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.5rem;left:42.75rem; }
#ArUkyCVuQbvEFi0EQPyZu6NdSmbdmiyq { color:#100621;display:block;width:29.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:26.8125rem;left:42.8125rem;height:4.142575rem;display:block; }
#hLMQS1XeDE8a5kbCwvrgnqNH4pmFh1Sz { 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:37.375rem;width:37.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#prvRtICw6sZipGntZo1lbdt38XcSza76 { color:#100621;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:23.625rem;left:45.125rem;height:1.7rem;display:block; }
#EekH4ZPe4yq75Cr0VZd3URBVezRG03on { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.75rem;left:42.75rem; }
#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row .container { background-color: transparent; background-image: none; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row .container > .video-iframe-container { display: none; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row > .video-iframe-container { display: none; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .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); }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row .container { border-width: 0; border-radius: 0; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#K67p6VqUJvnmqiZsvcOORyuxXhQNhlOr { color:#8b5cf6;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.125rem;left:10.8125rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZxrT5wpoSpnSnikHAEOKBNcZAuTaamwT { color:#100621;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.125rem;left:3.5625rem;height:5.0996125rem;display:block; }
#yxxog8USyOsihamz0Cfwk4XOPGgvdVkf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.875rem;left:3.4375rem; }
#RmN5ahNIWTI10mDJIpdfZbkv473Wdbdh { color:#100621;display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:15.5625rem;left:5.6875rem;height:3.3997375rem;display:block; }
#FFPlsIaHtr71NCMTeQchIQikXARnWfP6 { color:#100621;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:19.875rem;left:5.625rem;height:3.3997375rem;display:block; }
#nZRKOIKbXULtTXoaA0h81eFCIvbliyhs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.25rem;left:3.375rem; }
#hTh4DGsEOQWsmZnG93p80ELO3x1sgTEa { color:#100621;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:24.1875rem;left:5.625rem;height:3.3997375rem;display:block; }
#o8eZiqbmZIdr0ZdDhskrmhkxVSZxkta8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.5625rem;left:3.375rem; }
#zRb9LWkaNPMWwpnEl98lPXVgEtzt5gHQ { 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:37.375rem;width:37.375rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#XxikxChsW8Dd3T8SEprEJvmJmDcqZt6b { color:#8b5cf6;display:block;width:7.625rem;position:absolute;font-family:georgia;font-size:5rem;font-weight:normal;z-index:15008;line-height:.8;letter-spacing:0;top:3rem;left:2.5625rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ofoaT6PJmUAUx0X4LTnV4wfAu13nlDVd { color:#100621;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:28.8125rem;left:3.5625rem;height:4.4609375rem;display:block; }
#eTNJbE74wayePs8INCCFBloZxAnX7kzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row .container { background-color: transparent; background-image: none; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row .container > .video-iframe-container { display: none; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row > .video-iframe-container { display: none; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .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); }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row .container { border-width: 0; border-radius: 0; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#RgffIlxBFhlJINfoX2AdwqKpm8e7KV2u { color:#8b5cf6;display:block;width:7.5rem;position:absolute;font-family:georgia;font-size:5rem;font-weight:normal;z-index:15008;line-height:.8;letter-spacing:0;top:4.125rem;left:43.125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#P6Wo4wKMUuoUhcUvr3dlV7JTB51v9qBP { color:#8b5cf6;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:5.6875rem;left:51.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eV860JRW6EoFTla4BALWrniufNAn5VC7 { color:#100621;display:block;width:24.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.25rem;left:43.9375rem;height:3.3997375rem;display:block; }
#OheI0NpTqS9ABx6GrBTsDhJBVLVmOTlG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.1875rem;left:43.9375rem; }
#Ib5LHDbCibAILSLgHsTWP2bhQVGNF7EU { color:#100621;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:14.875rem;left:46.1875rem;height:3.3997375rem;display:block; }
#cpRrtF5fTBVWStur1RnMHNPd4WpW3ugs { color:#100621;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:19.0625rem;left:46.1875rem;height:3.3997375rem;display:block; }
#qPZHXP1OkoR3V375de8CqStJbCEcqWxS { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:19.375rem;left:43.9375rem; }
#kFLHesSzNRQ0vFh9gvC2z4oNE3ESUqQW { color:#100621;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:23.6875rem;left:46.1875rem;height:3.3997375rem;display:block; }
#sGtgEIvk0ALEiuJJNyyb3RDT2FI5lMX2 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24rem;left:43.9375rem; }
#hCU4KI0cLdDSRw58utbFTt3GZVGECqz2 { color:#100621;display:block;width:24.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:29.125rem;left:43.9375rem;height:3.3997375rem;display:block; }
#Ldp4J63yXDld1NpeKHTTh6WcHZ7fyOb7 { 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:36.625rem;width:27.375rem;top:0rem;left:4.0980839416059rem;overflow:hidden;display:block; }
#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd { position:relative;display:block; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd { background-color: transparent; background-image: none; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .row .container > .video-iframe-container { display: none; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .row > .video-iframe-container { display: none; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .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); }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd { border-width: 0; border-radius: 0; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .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; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.1875rem;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; }#KHgHvkBf8dyqdwrX4ipUbyhSrovCgg7m { color:#8b5cf6;display:block;width:42.4375rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:5.4287109375rem;left:16.28125rem;height:5.51171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fGtF2KlPnxlc0iaKchzHQGakQJJlTx43 { color:#100621;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:12.84912109375rem;left:17.96875rem;height:6.7995rem;text-align:center;text-align-last:center;display:block; }
#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { background-color: transparent; background-image: none; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container > .video-iframe-container { display: none; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row > .video-iframe-container { display: none; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .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); }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { border-width: 0; border-radius: 0; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { font-size:0.875rem;font-family:arial;height:93.5rem;width:75rem;position:relative;display:block; }#zPhUTyCKew6sKqdy5MV7SzsyTyuCTpEA { color:#100621;display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:35.1875rem;left:6.375rem;height:1.7rem;display:block; }
#NWaDaNZhT8GbPT9voHVS6LTbKkcA9tPo { color:#8b5cf6;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:31.6875rem;left:6.375rem;height:2.75625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u8GuSxfiCsWUhcTGBT9dhl8US9HICr95 { color:#100621;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:35.1875rem;left:42.4375rem;height:1.7rem;display:block; }
#LZMd2qbFR1kdBS0mQ9OsAwhQSO4toxfq { color:#8b5cf6;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:3.0625rem;font-weight:normal;z-index:15020;line-height:.9;letter-spacing:0;top:31.6875rem;left:42.4375rem;height:2.75625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sk4tHI4s1NAOm0XCTT7TWBWtmwWbZfvB { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:37.875rem;left:6.375rem; }
#D5dTrU5RMXTZzvGe2bmnUHEqu7D7vTdz { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:37.6875rem;left:8.625rem;height:3.3997375rem;display:block; }
#IRwl9TVxzBVfCqSqwXMkk0dk7AkXI2Wk { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:51.75rem;left:8.6875rem;height:5.0996125rem;display:block; }
#pEH7iFhUQce04AiMgOT5rBTDEFVqRcAf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:51.9375rem;left:6.4375rem; }
#uTwFmRsLO62yDdOzQpEqOFA15OLzwzKq { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:57.5625rem;left:8.625rem;height:3.3997375rem;display:block; }
#w6GTDHR29RL6KVrV5vFfZBStzHVMiCEl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:57.75rem;left:6.375rem; }
#W7RMeKkKcJSu8FbN9BLCZeOvKde65eEa { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:61.9375rem;left:8.625rem;height:3.3997375rem;display:block; }
#mCQP5kFX21ppSoz09FF5OzANsK0bpbif { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:62.125rem;left:6.375rem; }
#DO6RCQ0sLlge6R8xnSF1pQPsZfZ7AV8y { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:65.9375rem;left:8.625rem;height:3.3997375rem;display:block; }
#wi3F5wTk7cDhFrzrEI5d1hP6IXJfRK9F { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:66.125rem;left:6.375rem; }
#CSnrg5QmzmUzzSc7RsTgDhTFRu4Vtnle { color:#100621;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:70.875rem;left:5.9375rem;height:4.67448125rem;display:block; }
#Er33f7DQd2pC273kvLVzkx57Ng72wDQ8 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:37.875rem;left:42.4375rem; }
#QMW8ohI2WQ2p9TCEIT6xcUegEmXsJTDx { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:37.6875rem;left:44.6875rem;height:3.3997375rem;display:block; }
#uRh2dhRML4lG5BMKvuPnp5RUpg1fnsTT { color:#100621;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:41.8125rem;left:44.6875rem;height:3.3997375rem;display:block; }
#IyQffsZWktgvzec18l4WRIEq8OWcQdE5 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:42rem;left:42.4375rem; }
#lIGadPxb1IdfLAc8aTT1nPdC3iScflJ7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:46.25rem;left:42.4375rem; }
#ZnWvVVyDkcvHUz1TTJeTIkaaXZGlKxLr { color:#100621;display:block;width:22.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:46.0625rem;left:44.6875rem;height:5.0996125rem;display:block; }
#S2Nn5SM8tzQgpWqWiKbKBBkvw2Gfh1ty { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:51.75rem;left:44.6875rem;height:3.3997375rem;display:block; }
#rZwoTb0ydqgC8UaVMk3QLahTBI5g88s3 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:51.9375rem;left:42.4375rem; }
#oA0P7H9EVrZPEn5ocDZ9Q1BloSeJTz9X { color:#100621;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:55.8125rem;left:44.6875rem;height:3.3997375rem;display:block; }
#oob65r874IER8ZT9BGa8S6pC3eeetnEc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:56rem;left:42.4375rem; }
#hQ3Pcwv7nx0LyEOJFKJAXlnO9i9xW91X { color:#100621;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:70.875rem;left:42.5rem;height:4.67448125rem;display:block; }
#wBgBcbDbOdUDLrrgHmAvGTRNTs1M3lJf { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:5.6875rem;top:76.3125rem;left:5.875rem;overflow:hidden;display:block; }
#vSHVHGMQz0uLvFgovH6d32BgHgiPknfP { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:9.0625rem;top:76.3125rem;left:12.875rem;overflow:hidden;display:block; }
#H3GCGA5a0qcTXhaTfHNHFSTzlVsG66sI { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.8125rem;top:77.0625rem;left:23rem;overflow:hidden;display:block; }
#oaCtM5pTaM0OhoVTwzh4wJR8iA17qbME { z-index:15034;top:91.4375rem;left:24.6875rem;background-color:#44b385;background-image:none;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(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BgD3tGtOccvSFxwEOzAuFA2edApTzEN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFTOfhqROAT2fWHqMa1TtcQR0fLzTKou { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:22.875rem;top:0rem;left:6.375rem;overflow:hidden;display:block; }
#q2OqS1wG4px4zd1UwQ1DlRIkl9M4Iebv { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:22.25rem;top:0rem;left:43.125rem;overflow:hidden;display:block; }
#JFZLzgPHoRH7JSLu4VNurNNbEeGp7nMw { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:41.8125rem;left:8.625rem;height:3.3997375rem;display:block; }
#hK7PLyekJaS5SvdLwLmkGe4uvskguQMo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:42rem;left:6.375rem; }
#qsU91vUXTRBqU29zkX0lwNeTbHp4Gd2B { color:#100621;display:block;width:21.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:46.0625rem;left:8.625rem;height:5.0996125rem;display:block; }
#AqKqrKUmXhy3Wtg8T7WBOukferwgLV5u { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:46.25rem;left:6.375rem; }
#zMMz4od5Z0NODO3M20vpHa2W9h254zR8 { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:60.1875rem;left:44.6875rem;height:3.3997375rem;display:block; }
#zReU2lOBC2mFRLcspKtWA3oTJSpCeJiw { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:60.375rem;left:42.4375rem; }
#kJPCkDTem7vXGfHGuPKez1hu24RRnwDF { color:#100621;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:64.1875rem;left:44.6875rem;height:5.0996125rem;display:block; }
#TRZ5k3VRfVz9rNMvirsSFbCiaw5my4Lg { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:64.375rem;left:42.4375rem; }
#lMSicc7WzTtbDoDLmXed8ACMdLcDThq9 { 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:6.5rem;width:4.5rem;top:82rem;left:10.5625rem;overflow:hidden;display:block; }
#lVQ2ZQvWoVvumoFVo1FvPQONGyf9fnWa { 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:4.4375rem;width:9.5rem;top:83.0625rem;left:15.75rem;overflow:hidden;display:block; }
#CP9hSPk02mEGSDOc8M2ybs4Q5SPeHzOJ { 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:3.5625rem;width:13.3125rem;top:77.375rem;left:42.4375rem;overflow:hidden;display:block; }
#GAAomGODdCU9ZasNTvp8RnLTf1eW3GpG { 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:4.6875rem;width:4.6875rem;top:76.8125rem;left:57.5rem;overflow:hidden;display:block; }
#mEThOkUAN72wynTLKBgeaCEpEJKh3Vkr { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:7.5625rem;top:76.46875rem;left:62.5625rem;overflow:hidden;display:block; }
#ezd4dArGl0ezdputCUf1iocTrpbo4TsE { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:5.6875rem;top:82rem;left:44.75rem;overflow:hidden;display:block; }
#JdfpeTgNskaCybDHuRLOaR0FiyM4UEkg { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:8.1875rem;top:82rem;left:51.6875rem;overflow:hidden;display:block; }
#m5gJk5NRvuWaJ1TVtQ5kOpcf2ZVXyxmS { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:7.5625rem;top:83.0625rem;left:60.1875rem;overflow:hidden;display:block; }
#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row .container { background-color: transparent; background-image: none; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row .container > .video-iframe-container { display: none; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row > .video-iframe-container { display: none; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .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); }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row .container { border-width: 0; border-radius: 0; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Cke6Cs8Rrb08Ms1xteoGP5BebtvU19no { color:#8b5cf6;display:block;width:8.0625rem;position:absolute;font-family:georgia;font-size:5rem;font-weight:normal;z-index:15008;line-height:.8;letter-spacing:0;top:3.4375rem;left:2.9375rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#pZR4g4B6lDu9TsnUABs7lJJpCa1wKaic { color:#8b5cf6;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.5625rem;left:11.625rem;height:4.38671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i2MW8CFhFHN4tit1S6gZ0VnPCMlqsnzo { color:#100621;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:9.75rem;left:4.125rem;height:3.3997375rem;display:block; }
#w4Q0JslWWIGEHGJCO5oKvgCnWTPkqTHA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.9375rem;left:4.125rem; }
#sQ4h4Thr0VPwvtCMxtlxxdCx4fRQtW1s { color:#100621;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:14.875rem;left:6.375rem;height:1.7rem;display:block; }
#HGHxL1FHfruCeCJBJUi8sLCtsDk5rlVv { color:#100621;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:17.75rem;left:6.375rem;height:1.7rem;display:block; }
#MKuZrlFllBL8a4SJTrTU8LnT9i1fldTn { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:17.875rem;left:4.125rem; }
#zdL9I4BuOeZ4HOaV2QZKLC1Er5HyTtMq { color:#100621;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:20.6875rem;left:6.5rem;height:1.7rem;display:block; }
#Fqs8lFpUJwMWnS3G9ABo1khNCbHdXqDx { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.8125rem;left:4.25rem; }
#uXocGGiTdW0e7chlOfliswEbp8STG4KO { color:#100621;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:24.375rem;left:4.125rem;height:9.66601875rem;display:block; }
#OrKwMcI0aUgTwMFyBz66GRbNHp5lUygs { 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:37.375rem;width:37.375rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 { position:relative;display:block; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 { background-color: transparent; background-image: none; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .row .container > .video-iframe-container { display: none; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .row > .video-iframe-container { display: none; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .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); }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 { border-width: 0; border-radius: 0; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .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; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#g29KTW1cS5FvpTK6lPLEbkLtIRflMDT3 { color:#8b5cf6;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:7.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5625rem;left:34.6875rem;height:8.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#by9LScHxQxuW2TPWmfP0zyarZzQw7eTu { color:#000000;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:3.4375rem;left:51.5625rem;height:4.94921875rem;font-style:normal;display:block; }
#q7gliq66a6thW0u2e1GQvOKZpTC0691I { color:#100621;display:block;width:23.375rem;position:absolute;font-family:georgia;font-size:3.0625rem;font-weight:normal;z-index:15017;line-height:.9;letter-spacing:0;top:3.125rem;left:9.3125rem;height:5.51171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#IedTgpWq00vWtNZPcrn65ueNL304gTpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { background-color: transparent; background-image: none; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container > .video-iframe-container { display: none; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row > .video-iframe-container { display: none; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .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); }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { border-width: 0; border-radius: 0; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { font-size:0.875rem;font-family:montserrat;height:44.1875rem;width:75rem;position:relative;display:block; }#v70rBhNi38Bn7XSbQoN1Eukv1THcTGWS { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.25rem;left:12.1875rem; }
#UbJDwtteT4ZMBJMMtiMJbmPpCHEzpK5W { color:#000000;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:5rem;left:12.8125rem;height:5.09895625rem;font-style:italic;display:block; }
#vZOu33tRBNuypQHnW7u5a4utMD0HawLB { color:#8b5cf6;display:block;width:50rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:10.75rem;left:12.8125rem;height:1.4875rem;font-style:normal;display:block; }
#u54P5dtvw8KLplAhrvJezwe5TrGKvVaf { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c5aefb33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#c5aefb33' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), rgba(197,174,251,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#zTLRkUC3SZIGd1ifTT6xJGgDMrgwQ0V5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18rem;left:12.1875rem; }
#bW6fpenTNki0Ro4MxVuAMcttggxKiT5d { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:20.125rem;left:12.8125rem;height:5.0996125rem;font-style:italic;display:block; }
#NaCFGTJACCOJT3lep9BRomtVpUTBoBfM { color:#8b5cf6;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:26.4375rem;left:12.8125rem;height:1.4875rem;font-style:normal;display:block; }
#WtmaBzdErRvt0MTnJwrU2FvX3PnKU325 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:18rem;left:40rem; }
#TUSmUQlwXHkWCCkSeOyhnNtobpEnQK8S { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:20.125rem;left:40.625rem;height:5.0996125rem;font-style:italic;display:block; }
#Sv6T2zdHPv0rEaBfrHTlDrRMnHo4DVcx { color:#8b5cf6;display:block;width:9rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:26.5rem;left:40.625rem;height:1.4875rem;font-style:normal;display:block; }
#buRror2txSwvLVMiAI3OhhVZzdByzQr2 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:32.5625rem;left:12.8125rem;height:5.0996125rem;font-style:italic;display:block; }
#rTGtNvfOC4wqgOE2kyv4Rmf2za3NyOpl { color:#8b5cf6;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:38.9375rem;left:12.8125rem;height:1.4875rem;font-style:normal;display:block; }
#fXghKbOwPTb8dyEWGnMRlpstkoBPyk6H { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:30.4375rem;left:12.1875rem; }
#vqJJf0vzsk4fccHaLDzo2VIXpbzeE3rN { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:32.5625rem;left:40.625rem;height:5.0996125rem;font-style:italic;display:block; }
#nlRMrweDb6JQx7tqtCiLJmGWST2gBtUO { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:30.4375rem;left:40rem; }
#JdIUgskXM29hcAhOobJHtIhQSAcXMqWh { color:#8b5cf6;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:38.9375rem;left:40.625rem;height:1.4875rem;font-style:normal;display:block; }
#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row .container { background-color: transparent; background-image: none; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row .container > .video-iframe-container { display: none; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row > .video-iframe-container { display: none; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .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); }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row .container { border-width: 0; border-radius: 0; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#LbeRSbTACGhaEhBDGGecBTqgwME5Mpfv { color:#8b5cf6;display:block;width:8.25rem;position:absolute;font-family:georgia;font-size:5rem;font-weight:normal;z-index:15008;line-height:.8;letter-spacing:0;top:8.625rem;left:39.6875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#cw9omRFFDbDRGbmJuUBr3DTKgWFIWFET { color:#8b5cf6;display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.625rem;left:48.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TmGHoT1mJRzTUSK6BvuxoL6dygR8bqDT { color:#100621;display:block;width:31.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:14.625rem;left:41.25rem;height:5.0996125rem;display:block; }
#dnI4hb02H5DfFVenmgm7uK9FTHCmAm2I { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.5rem;left:41.0625rem; }
#WqQxV6ydAcTk3OTTEShE4aqclnGoLa7i { color:#100621;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:21.4375rem;left:43.3125rem;height:1.7rem;display:block; }
#sGRIaoPPxRLqm1ITpCa207QTdy3egTzT { color:#100621;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:24.3125rem;left:43.25rem;height:3.3997375rem;display:block; }
#e3HkBhCKRCRNdK45IgP4EvexUqZ9zkQE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.4375rem;left:41rem; }
#MuOBcQGtZs4rH6nWh6ncRtHIrkplAPWJ { color:#100621;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:28.3125rem;left:43.25rem;height:1.7rem;display:block; }
#K6JUzGDxyCg3KMzaDrT5iWWTHtGisxWK { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:28.625rem;left:41rem; }
#oDKybTRaxnahVTlPDwOryXhg9QmmnssP { 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:37.375rem;width:37.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row .container { background-color: transparent; background-image: none; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row .container > .video-iframe-container { display: none; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row > .video-iframe-container { display: none; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .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); }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row .container { border-width: 0; border-radius: 0; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#FQzmkh9dvnNnmBdzOupGvuGtgxTqc2LV { color:#8b5cf6;display:block;width:7.3125rem;position:absolute;font-family:georgia;font-size:5rem;font-weight:normal;z-index:15008;line-height:.8;letter-spacing:0;top:4rem;left:3.6875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#gEXpy07etOtleXVUP6CkL64xDELnvlC3 { color:#8b5cf6;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:5.125rem;left:11.75rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DSn2INI2ku5iaHAtLcbo2P66u9uPdu7S { color:#100621;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.125rem;left:4.3125rem;height:5.0996125rem;display:block; }
#JMIaEVWFesZS9veE8l2HKJQVi6dBQOek { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.5625rem;left:4.4375rem; }
#IdyWeDfI0PTucPPQ2KvlnxSO7a7xxcpi { color:#100621;display:block;width:25.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:16.5rem;left:6.6875rem;height:3.3997375rem;display:block; }
#Ddl7EBpUs33QXrq7DfvW58JxDinek9wb { color:#100621;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:20.9375rem;left:6.6875rem;height:3.3997375rem;display:block; }
#Twfhb7i5gXhppncMr225s4tKnIHtwEnE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.0625rem;left:4.4375rem; }
#bvwsnpgpc5ESZNNk87zCEJIPXwObNIbn { color:#100621;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:25.1875rem;left:6.5625rem;height:3.3997375rem;display:block; }
#w3RRIJAfKnCv13q5M9niZSKUEd5XTD1J { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.3125rem;left:4.3125rem; }
#LEneeq3Hie6IrRQmSWfNebxezcpBOqsH { color:#100621;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:30.75rem;left:4.3125rem;height:2.76171875rem;display:block; }
#X4rt48gmc4c2BDpdznoCwiwrSKZeMwSe { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:11.125rem;top:3.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#gTlxie4zQfvxNVkVLWpOeTyg54w0nqVt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:6.8125rem;top:2.125rem;left:57.25rem;overflow:hidden;display:block; }
#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;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; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row .container { background-color: transparent; background-image: none; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row .container > .video-iframe-container { display: none; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row > .video-iframe-container { display: none; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .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); }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row .container { border-width: 0; border-radius: 0; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#dEK3qqORbebbg5MndC336OHv3lJVkrv6 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:.9;letter-spacing:0;top:2.66845703125rem;left:11.25rem;height:4.72395625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;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; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row .container { background-color: transparent; background-image: none; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row .container > .video-iframe-container { display: none; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row > .video-iframe-container { display: none; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .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); }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row .container { border-width: 0; border-radius: 0; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#S3qIJD6RGlvHLE7MXt5CA3HXxn5o1Mup { color:#f6f6f6;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:3.625rem;left:7.125rem;height:2.92448125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DizJQOiABbsZ5TlSJe8v8QTuoOqSzJ3o { 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:23.3125rem;width:23.3125rem;top:7.875rem;left:7.125rem;overflow:hidden;display:block; }
#Ju5HRefTAoPXD88bPZv0Qf2WRbCDu8bk { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:32.6875rem;left:7.125rem; }
#qwonZspvNgFfX2brbJktM1PM5yP3Thre { color:#f6f6f6;display:block;width:24.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:32.5rem;left:9.375rem;height:1.4875rem;display:block; }
#XhnkMMuX2auaCVfI07sk48tvV6lXI5eR { color:#f6f6f6;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:34.6875rem;left:9.375rem;height:1.4875rem;display:block; }
#yutf83HVRU4xorqt7cyCrVaAgnnmbvko { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:34.875rem;left:7.125rem; }
#yCFrhPHVCqczIW18IHTfpBRtcvl4tckT { color:#f6f6f6;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:37rem;left:9.375rem;height:1.4875rem;display:block; }
#Wkc3xhPV2dOGfkHKNnbTgDTtH4hO2XTb { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:37.1875rem;left:7.125rem; }
#ovPKS9HMWNiOSU8S9Ngf94tufMutRdTR { color:#f6f6f6;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15027;line-height:.9;letter-spacing:0;top:3.625rem;left:44.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lC2KsQXPeDMmh60Ezl8sbTfghggq0Z9X { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:23rem;top:7.875rem;left:44.625rem;overflow:hidden;display:block; }
#e0cGUmVHEwou3Fe0TGcRyo7s57AiWvzo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:32.6875rem;left:44.625rem; }
#px1yH1aKW5PX6APSvRBLlgXq28DD2EAz { color:#f6f6f6;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.7;letter-spacing:0;top:32.5rem;left:46.875rem;height:1.4875rem;display:block; }
#ocyQQnuGbtXkQ0c1PPKwRHnAH73DAv3r { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:34.9375rem;left:44.625rem; }
#SaWzSfPaT0DhE4xmCtrcTGSZ6HDl6cta { color:#f6f6f6;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15048;line-height:1.7;letter-spacing:0;top:34.875rem;left:46.875rem;height:1.4875rem;display:block; }
#GFmJFkklT2Cme2X4eXNenVb9AUH5LHVU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:37.625rem;left:44.625rem; }
#MKCb4EtI4sBTPOP1tvgIThXr8S0Qubfi { color:#f6f6f6;display:block;width:25.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15049;line-height:1.7;letter-spacing:0;top:37.5625rem;left:46.875rem;height:1.4875rem;display:block; }
#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;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; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row .container { background-color: transparent; background-image: none; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row .container > .video-iframe-container { display: none; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row > .video-iframe-container { display: none; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .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); }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row .container { border-width: 0; border-radius: 0; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#b3AMah0NR8TyUGUTqUO5oZxRumv5WXic { z-index:15005;top:1.96875rem;left:24.53125rem;background-color:#44b385;background-image:none;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(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gd303qi6m1PDMPs63iTmrTQvBJksWaHG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row .container { background-color: transparent; background-image: none; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row .container > .video-iframe-container { display: none; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row > .video-iframe-container { display: none; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .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); }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row .container { border-width: 0; border-radius: 0; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#rZIFrhki8DyV5432h3ePorCFBPeTXVWK { color:#c5aefb;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:3.625rem;left:11.25rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QeLkuDgnXpTfO723E0pfmQBKb4ztkNeL { color:#100621;display:block;width:43.0625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;top:5.32421875rem;left:15.96875rem;height:4.72395625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dTDtAvU2QsLEycfwISlW0sGVIbu7ULx5 { color:#100621;display:block;width:47.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:47.90625rem;left:13.625rem;height:6.7995rem;text-align:center;text-align-last:center;display:block; }
#Is3rSW6QM4aiq4lWQNU3J37SL9Qxkrnt { position:absolute;display:block;z-index:15022;height:30.8125rem;width:55.25rem;top:11.28125rem;left:9.875rem;display:block; }
#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb { position:relative;display:block; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb { background-color: transparent; background-image: none; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .row .container > .video-iframe-container { display: none; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .row > .video-iframe-container { display: none; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .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); }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb { border-width: 0; border-radius: 0; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .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; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UTfB1OX8cHETlPdwziUR0byvx7holSFo { 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:17.1875rem;width:17.1875rem;top:0.78125rem;left:0.78125rem;overflow:hidden;display:block; }
#k5xlqVgODp89ce4bOzOHrxx1W23DM04F { 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:17.1875rem;width:17.1875rem;top:0.78125rem;left:19.53125rem;overflow:hidden;display:block; }
#oFPcfvdkkSh9wEXHchMK1Gq8MFfSp0X1 { 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:17.1875rem;width:17.1875rem;top:0.78125rem;left:38.28125rem;overflow:hidden;display:block; }
#cZsgdTmnzxqZNHKeWuxT2KMui5gOA5UT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:17.1875rem;top:0.78125rem;left:57.03125rem;overflow:hidden;display:block; }
#TBRXaXM76334m27nrTdE2TJSo2ylBEBS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;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; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { background-color: transparent; background-image: none; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container > .video-iframe-container { display: none; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row > .video-iframe-container { display: none; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .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); }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { border-width: 0; border-radius: 0; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { font-size:0.875rem;font-family:montserrat;height:55.9375rem;width:75rem;position:relative;display:block; }#tEwDp3XTNibQndzkpaNTvMUOqN86oxci { color:#6d28d9;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:7.9375rem;left:39.0625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCHwksi3Co4Nl8E6IUEylTyuW6I8e5U7 { position:absolute;display:block;z-index:15029;background-color:#c5aefb;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.6875rem;width:36.75rem;top:5.625rem;left:35.625rem;display:block; }
#dvKOqp2xdHIINqERreBLZZulekRM2QvA { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:georgia;font-size:5.5rem;font-weight:400;z-index:15005;line-height:.8;letter-spacing:0;top:4.25rem;left:2.875rem;height:13.19925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IDzVJweRILWKlIKq64mPJvTTD5x2r8I3 { color:#c4b5fd;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2.875rem;height:3.73698125rem;display:block; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-form-header {  }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:29.8125rem;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; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:29.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-textarea { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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:29.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:29.8125rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .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; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #26e81b, #005109);background-image: -moz-linear-gradient(45deg, #26e81b, #005109);background-image: -ms-linear-gradient(45deg, #26e81b, #005109);background-image: -o-linear-gradient(45deg, #26e81b, #005109);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26e81b', endColorstr='#005109' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#26e81b', endColorstr='#005109' );";background-image: linear-gradient(45deg, #26e81b, #005109);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:1rem;font-weight:bold;color:#ffffff;width:29.8125rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]:-moz-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]::-moz-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]:-ms-input-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX [class*="-text"]::-webkit-input-placeholder { color:#100621;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#f6f6f6;vertical-align:top;width:28.5625rem;overflow:hidden;font-style:normal;float:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .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; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-container:first-of-type{padding-top:0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-container:last-of-type{padding-bottom:0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX  { background-color:rgba(0,0,0,0);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:29.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:37.750001907349rem;top:10.375rem;z-index:15033;position:absolute; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.8125rem;display:block;vertical-align:top; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX {display:block;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX { background-color:rgba(0,0,0,0);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:29.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:37.750001907349rem;top:10.375rem;z-index:15033;position:absolute; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #If2Vk5GbBe9lEny0eNm3l2O5LOMCHEil { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Xkz7r6AaRveL7KGamwhFUSza4uJKdIGd { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #PTymkpoUoStRxzX10d5kzwecidLgAlAh { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tNEwnXx7rlwQf4BHi0LWxg47EQsiH1Uh { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #E5wZ6OHAWxlKrGExGukXSEg1TXAlaO15 { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wwrTAT9Emw4NDacOc9pArmv07Cm37zAn { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #KfCpbb6yCpQ2Zex0LxQuF68mh8E98u7l { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Wkt62A0WkGVfPp6twQCQyotyRWUoarTH { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tZnnZbwzXho355wgNO0mIcgxiWzsyize { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wx6P91c8TwNkUhh8TtXgvV5TiTDnWDHh { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #SlobeX7AgCmZx2k9PLMGAxaki0LTarQG { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #VKQGPSgWnSnwaihuazkRXq2cq51SWfSV { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #slCmPsTApixh7Lbid3KPraakOtyUaeib { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #e4opimPwImri7VamFHT2K7UpaDCfEbG1 { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #diaTI1dndgKfeFFtvv9TFKbC3aZxOgoo { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #R17zWg56IfdqDoUilmE939sHh7ITf6oE { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #nSJnKQGHMGhEpz9o14nWbhmuhBtQ1ndC { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #UVGZevCO2pzm5DxozrfaJTfTC4op9hmu { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #yergcaypKeA1DsiT9py9QqW0exVIpX1q { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #FGoo4Wh2fiTXZIgmv6zCUu7tHkiSLThs { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #QSZsZTJdNG3XRDP0vrxbDpxsBytNBpS0 { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #ZWypmZUl4SmUuHqiT3FZuJ7bdGCqaKTB { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #h2qrqHZBlfII4HzgOvNcgF4fTbiIwuUy { position:relative;display:none; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #WFXVXTgpzBzLAEEzlb87eWDfr5JDvZiI { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GIiUPpulDGz0dryQWO3eInZ1qF0mLxJ5 { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #xLSEM354sqOC6OUh1gAt8HRf3K7G6M46 { position:relative;z-index:2; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #QSH7NLRl3zcKTDO2QkF5lL0xhKDfvKz8 { position:relative; }
#ITDqiX7i7p9prL65yCSIlct1yXIsclPv { position:relative;display:block; }
#KPpik5pX98HSpzCGeATVnhznWEzx1VeL { position:relative;display:block; }
#seJslx3OSOVuOqHMLdEJfIwXB1BoFs4E { position:relative;display:block; }
#TBsgyxzTHnJXnatTbxmDFtWJFLgNdZNF { position:relative;display:block; }
#UlbQTzBumQzqSuwNQqnRoaKUsl5q3i3d { position:relative;display:block; }
#A73qoAKLt6l4GsrybBpcSRS1bi33cXNO { position:relative;display:block; }
#JPgNve6KcnTgyohdWcpDOGKQiefCvgwT { position:relative;display:block; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GzZ4uToXTTJ6TiOsSPIecodgmTE0bHdy { position:relative; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #bBArrxTTu1ahwTH2p2AUVNCnhuvT4FlJ { position:relative; }
#ED1mWhNxAHZHMnb1kagiJRJAXb9Jt7yT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.8125rem;left:2.875rem; }
#boSR3uF63pq60F4xArQBKA9C8nqOs38x { color:#f6f6f6;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:23.625rem;left:5.125rem;height:1.7rem;display:block; }
#mboT6RKJEOMTosnRimBx0do9DHunGQRS { color:#f6f6f6;display:block;width:24.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:26.5rem;left:5.125rem;height:3.3997375rem;display:block; }
#gQWByioidHEW4JG9ggg46xTBtPZ5JSvw { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:26.6875rem;left:2.875rem; }
#F4ORSQvFBmW4XO3Va6GxLnSZ821D6ZR5 { color:#f6f6f6;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:31.0625rem;left:5.125rem;height:1.7rem;display:block; }
#n8tv8pkJSykaGLbzyEI0vMa52p9u9egU { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:31.1875rem;left:2.875rem; }
#VbuxVBdpiRNmCEOfPTHEUaF76bKAwkCa { color:#f6f6f6;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:33.8125rem;left:5.125rem;height:1.7rem;display:block; }
#b2vaGzJzQoiwNWaCVibAcivkHV1EQwzr { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:33.9375rem;left:2.875rem; }
#fZn8z9nhGsJAcWqVg9LLJfNuJsbD5Mi9 { color:#f6f6f6;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:36.4375rem;left:5.125rem;height:3.3997375rem;display:block; }
#T0fJafxIuXHXR13GNzkBuz9yhhOCGDBN { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:36.5625rem;left:2.875rem; }
#h04fH0PtkL9gX0T9Ku3LdC1b06OCXpcp { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15031;line-height:1.4;letter-spacing:0;top:42.1875rem;left:2.875rem;height:9.4479375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X9AnTUlca25VaxdPViTFs601ztCf2NyL { color:#6d28d9;display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:45.125rem;left:41.6875rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;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; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { background-color: transparent; background-image: none; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container > .video-iframe-container { display: none; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row > .video-iframe-container { display: none; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .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); }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { border-width: 0; border-radius: 0; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { font-size:0.875rem;font-family:montserrat;height:44.6875rem;width:75rem;position:relative;display:block; }#U7s9OGMKb8Ba0iqmzd3He07sqWL3JdDq { color:#c4b5fd;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.1875rem;left:22.96875rem;height:1.7rem;text-align:center;text-align-last:center;display:block; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb33', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5aefb33', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(197,174,251,0.2), rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:montserrat;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:montserrat;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_16c1f645852d33f15bce57f5aed3b7a0cd3d09b7.svg");background-size:contain !important; }#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger.adaptive-delivery-prevent-bg, #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger.lazyload, #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-trigger.lazyloading { background-image: none; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT { box-sizing:content-box;height:auto;width:53.5rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.875rem;left:10.75rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T60ar7dPh71cteaghKstZTg9FVbudqvs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 { display:block;position:relative; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH { display:block;position:relative; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 { display:none; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #ZOJoi29T3RyJxUVkPLGllZ7EDRZkB7Kz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #PtcBug11DVGggr1TBJrFfMl1D79kUuLc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #QWaZuqHt83ikLPMLORXybtVe0g3JdiML { display:block;position:relative; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #nvnIVEJthE2kDo2myrOmiE4GSpoDqn84 {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #kHvlDyOqfvK3w5nJLBUhEg5smSJWgDPN { display:none; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #v825WwM2qpZOvpcJ4TG6bU8yWNogtkTt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #vZbBkBUVfT3XohCGSwTXTShAtJcogc36 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #UW153HbL4UzPnNm3NP9DOgbLdD3iU2Ci { display:block;position:relative; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Gkh00wRR1aeSe7sEZuP6kmbLszuCau2T {  }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #TpTEDTl9O1KPb5lhgwTghPAl9nlu8MQb { display:none; }
#plgz6DBllVsoB6Od679kD6W6z6mCSR62 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:4rem;left:21.65625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x7Hd4h27e8PPelXam9TbeTii4emro1qv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#100621;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; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { background-color: transparent; background-image: none; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container > .video-iframe-container { display: none; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row > .video-iframe-container { display: none; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .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); }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { border-width: 0; border-radius: 0; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { font-size:0.875rem;font-family:montserrat;height:23.375rem;width:75rem;position:relative;display:block; }#syKBnxZTIeaJbvPM3E1Pu8pv43M2RzaL { color:#c5aefb;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:7rem;left:2.0625rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZbyhgM4N6TJsQNSTtwXHAqfRMvViXu1 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:2.0625rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MDTLTdxi5syS4AKHaiOKVUev6fqv3Z41 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.625rem;left:32.9375rem; }
#MHMDt2zimdkcKtoTVZlEq5bfdMokbvxV { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:8.4375rem;left:32.9375rem;height:2.125rem;font-style:normal;display:block; }
#iesFC4E4bQ9PlWdXZRvsrfMfdOu2kriI { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:6.4375rem;left:35.1875rem;height:1.9125rem;font-style:normal;display:block; }
#PZKVLbGMFfSA3MQIopieaaZLoq4aQ7Qk { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:14.5rem;left:32.9375rem;height:2.55rem;font-style:normal;display:block; }
#XDbKKWJT41aVauUdGpp4gdTUtwH6UgzC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.6875rem;left:32.9375rem; }
#WCRo4CTFqmc1daNl1VF4VkeMgFBnb0SE { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:12.5rem;left:35.1875rem;height:1.9125rem;font-style:normal;display:block; }
#Aao3KkR3agqxyKi7uymwsoXBLRyoTv2M { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.625rem;left:50.5rem; }
#FrRcbTMAExZLGJDpeKoVSD8lREkG96il { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:8.4375rem;left:50.5rem;height:8.3984375rem;font-style:normal;display:block; }
#aJ04tWXRkDdnNPlotEkm52XEyaDqBAha { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:6.4375rem;left:52.75rem;height:1.9125rem;font-style:normal;display:block; }
#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d28d9;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; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { background-color: transparent; background-image: none; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container > .video-iframe-container { display: none; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row > .video-iframe-container { display: none; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .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); }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { border-width: 0; border-radius: 0; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { font-size:0.875rem;font-family:montserrat;height:7.5rem;width:75rem;position:relative;display:block; }#cuGQn9RyFq2JmKyqsV2O7hkKNaKqPLTW { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:41.0625rem;height:1.4875rem;text-align:right;text-align-last:right;display:block; }
#HP3GEM5cvTwO8KeEZmQdGIvTzFrDu5wd { 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:4.25rem;width:14.75rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 { display:block; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAbWFIkW0kTrfy90n3aJi18FkCvqptzF { top:1.3125rem;left:16.5rem;width:14.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z { display:block; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3a2tn19TTtkIfeo4QhZfU6n3Ncgw89o { width:37.25rem;height:18.8125rem;top:0rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSBZsCZhLdpmVgINDUa19DM9NlqmsET3 { top:8.125rem;left:0rem;width:30.375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ve79i6AVZOIQIcdgShZ5mZsBT6pVedVf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyd522KZ6fWLZcUHF0ofiPAGev8oTw2o { top:26.375rem;left:0rem;width:33.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVBPbCUVLtA1RS3ET0Zd4EfJRnF7df5v { top:29.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1EtT5cNoJ1fTBAWvDAgaT7LOwunL3G4 { top:29.75rem;left:0rem;width:26.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJ0L6GhMXMcLT6cQM9naXU7Bu84aizo { top:32.3125rem;left:0rem;width:25.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGbG7IHQQ2CD2cDN7CniIQ9ELGTIoUFh { top:32.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esvX66GcBdLu5Gs3pXPI3TqJNQbrr7oM { top:36.6875rem;left:0rem;width:26.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiJJhkxbNWfCZq52IdwDP4QudGFCrBsP { top:36.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRKUVdBKm7QgUksmx5HrbCddvgSy28ax { top:24.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiRgTehoW55SBuMpixr2y8GF1dWAS3m { display:block; }
 }@media only screen and (max-width: 763px) { #KvkMWbvc7sQOtaXNpU6luosL49eSfzFy { top:9.4375rem;left:11.6875rem;width:12.1875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWBX1inwnkDH3TpAgJOXbRb2Dqqx7tOX { width:14.1875rem;height:7.8125rem;top:8.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2FGrnP7FGJIhTp8iFzi55zSy07QQ0if { top:2.5625rem;left:20.6875rem;width:27.0625rem;height:49.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3inhg9pf4efSrIr3F0J1xhcuxL0ARDZ { display:none; }
 }@media only screen and (max-width: 763px) { #VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M { display:block; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHVBkODGA0ybIdSNF5HtNDerHlTs23Jh { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xym1u0r7BGuIA62GO47gipd6z4VA5rdX { top:24.125rem;left:0rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBqFK7kTHthc73w6h1y5BzIsQ3nqAOe { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPiOxg4H93sS8nREW8fBBmL8IZGIwOZy { top:38.6875rem;left:0rem;width:15rem;height:4.625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0pxTs0Fd830u47a6HWBuv9vDCD0pzDz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkAc9UWBvGuEiKndrldnJUJ2SvOpq2M9 { top:2.125rem;left:20.6875rem;width:27.0625rem;height:49.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD3u2k9259ToQDxukgnTCRn51HLLq2Bu { display:none; }
 }@media only screen and (max-width: 763px) { #k9ETFPWJrvzD9PVBigymx1NgqAfxS74M { display:block; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOJCOqGx3VEw0bmIrmgESr57T3spymtK { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqEb4kQSOXZV5nh23ab0tcklIrNFcE3u { top:4.9375rem;left:4.875rem;width:19rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5V1yF2aWUcUKTHT36sW471rwRTqHEpz { top:9.5rem;left:0rem;width:27.25rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDWfs1tTPGqDtSNzD1viK0J9AXzQgN6U { top:23rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdcmbxL8oRhiTEzL8EbJTwez05WJtlTx { top:22.9375rem;left:0rem;width:25.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #so2ImgeK2JXZJOk13BCRVcFnAUPMpBQo { top:0rem;left:10.375rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMpexaohKMOXbUuUGwpslyJJILQqK7ts { top:25.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhC5zDmhwWxwQZsvuxbzvulmy3emx22r { top:25.5rem;left:0rem;width:25.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2PsI8s0NubcbZafMeIoMOmT5QHTN90 { top:29.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVonU4cizOIn30tXFPtF9Ce0yTMQxDQ { top:29.4375rem;left:0.625rem;width:21.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR { display:block; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBR0r51BDdm8AxwWn4Wm7s2Ubcpg3987 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh0xSwF7x9dxvUubyCEMkaK1o0a55u47 { top:7.75rem;left:29.3125rem;width:17.8125rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrTf82eeS6VyR66kLEAhH4OrSP4TROhS { top:12.25rem;left:22.0625rem;width:25.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOWMfhopqPHvrSxuot7WkWn6fSk1bV4B { top:17rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ueWzl2eqLUEyHOdImQgbTGaCad1obN { top:16.6875rem;left:20.875rem;width:26.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV5CRzFh8Rd4VwqfVGSavVHhFTfeL6ia { top:19.375rem;left:21.3125rem;width:26.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc5ZKwB1gJtqJdQ9sE4zQxx4wyJxkIhl { top:19.5rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArUkyCVuQbvEFi0EQPyZu6NdSmbdmiyq { top:26.8125rem;left:18.3125rem;width:29.4375rem;height:4.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLMQS1XeDE8a5kbCwvrgnqNH4pmFh1Sz { top:0rem;left:0rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prvRtICw6sZipGntZo1lbdt38XcSza76 { top:23.625rem;left:19.875rem;width:27.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EekH4ZPe4yq75Cr0VZd3URBVezRG03on { top:23.75rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF { display:block; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K67p6VqUJvnmqiZsvcOORyuxXhQNhlOr { top:4.125rem;left:4rem;width:19.5rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxrT5wpoSpnSnikHAEOKBNcZAuTaamwT { top:9.125rem;left:0rem;width:31.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxxog8USyOsihamz0Cfwk4XOPGgvdVkf { top:15.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmN5ahNIWTI10mDJIpdfZbkv473Wdbdh { top:15.5625rem;left:0rem;width:26.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFPlsIaHtr71NCMTeQchIQikXARnWfP6 { top:19.875rem;left:0rem;width:26.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZRKOIKbXULtTXoaA0h81eFCIvbliyhs { top:20.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTh4DGsEOQWsmZnG93p80ELO3x1sgTEa { top:24.1875rem;left:0rem;width:22.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8eZiqbmZIdr0ZdDhskrmhkxVSZxkta8 { top:24.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRb9LWkaNPMWwpnEl98lPXVgEtzt5gHQ { top:0rem;left:10.375rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxikxChsW8Dd3T8SEprEJvmJmDcqZt6b { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofoaT6PJmUAUx0X4LTnV4wfAu13nlDVd { top:28.8125rem;left:0rem;width:27.625rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNJbE74wayePs8INCCFBloZxAnX7kzZ { display:block; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgffIlxBFhlJINfoX2AdwqKpm8e7KV2u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6Wo4wKMUuoUhcUvr3dlV7JTB51v9qBP { top:5.6875rem;left:29.9375rem;width:17.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV860JRW6EoFTla4BALWrniufNAn5VC7 { top:10.25rem;left:23.0625rem;width:24.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OheI0NpTqS9ABx6GrBTsDhJBVLVmOTlG { top:15.1875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib5LHDbCibAILSLgHsTWP2bhQVGNF7EU { top:14.875rem;left:25.75rem;width:22rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpRrtF5fTBVWStur1RnMHNPd4WpW3ugs { top:19.0625rem;left:24.8125rem;width:22.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPZHXP1OkoR3V375de8CqStJbCEcqWxS { top:19.375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLHesSzNRQ0vFh9gvC2z4oNE3ESUqQW { top:23.6875rem;left:24.8125rem;width:22.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtgEIvk0ALEiuJJNyyb3RDT2FI5lMX2 { top:24rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCU4KI0cLdDSRw58utbFTt3GZVGECqz2 { top:29.125rem;left:22.8125rem;width:24.9375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ldp4J63yXDld1NpeKHTTh6WcHZ7fyOb7 { top:0rem;left:0rem;width:27.375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXJGJRRLzqItT2vMsv13agrEQ2SJLULd { display:block; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHgHvkBf8dyqdwrX4ipUbyhSrovCgg7m { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGtF2KlPnxlc0iaKchzHQGakQJJlTx43 { top:12.8125rem;left:4.34375rem;width:39.0625rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { display:block; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPhUTyCKew6sKqdy5MV7SzsyTyuCTpEA { top:35.1875rem;left:0rem;width:24.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaDaNZhT8GbPT9voHVS6LTbKkcA9tPo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GuSxfiCsWUhcTGBT9dhl8US9HICr95 { top:35.1875rem;left:20.125rem;width:27.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZMd2qbFR1kdBS0mQ9OsAwhQSO4toxfq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk4tHI4s1NAOm0XCTT7TWBWtmwWbZfvB { top:37.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5dTrU5RMXTZzvGe2bmnUHEqu7D7vTdz { top:37.6875rem;left:1.8125rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRwl9TVxzBVfCqSqwXMkk0dk7AkXI2Wk { top:51.75rem;left:1.875rem;width:20.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEH7iFhUQce04AiMgOT5rBTDEFVqRcAf { top:51.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTwFmRsLO62yDdOzQpEqOFA15OLzwzKq { top:57.5625rem;left:1.8125rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6GTDHR29RL6KVrV5vFfZBStzHVMiCEl { top:57.75rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7RMeKkKcJSu8FbN9BLCZeOvKde65eEa { top:61.9375rem;left:1.8125rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCQP5kFX21ppSoz09FF5OzANsK0bpbif { top:62.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO6RCQ0sLlge6R8xnSF1pQPsZfZ7AV8y { top:65.9375rem;left:1.8125rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi3F5wTk7cDhFrzrEI5d1hP6IXJfRK9F { top:66.125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSnrg5QmzmUzzSc7RsTgDhTFRu4Vtnle { top:70.875rem;left:0rem;width:24.375rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er33f7DQd2pC273kvLVzkx57Ng72wDQ8 { top:37.875rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMW8ohI2WQ2p9TCEIT6xcUegEmXsJTDx { top:37.6875rem;left:24.25rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRh2dhRML4lG5BMKvuPnp5RUpg1fnsTT { top:41.8125rem;left:24.25rem;width:21.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyQffsZWktgvzec18l4WRIEq8OWcQdE5 { top:42rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIGadPxb1IdfLAc8aTT1nPdC3iScflJ7 { top:46.25rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnWvVVyDkcvHUz1TTJeTIkaaXZGlKxLr { top:46.0625rem;left:24.25rem;width:22.875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2Nn5SM8tzQgpWqWiKbKBBkvw2Gfh1ty { top:51.75rem;left:24.25rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZwoTb0ydqgC8UaVMk3QLahTBI5g88s3 { top:51.9375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA0P7H9EVrZPEn5ocDZ9Q1BloSeJTz9X { top:55.8125rem;left:24.25rem;width:22.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oob65r874IER8ZT9BGa8S6pC3eeetnEc { top:56rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3Pcwv7nx0LyEOJFKJAXlnO9i9xW91X { top:70.875rem;left:23.5rem;width:24.25rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBgBcbDbOdUDLrrgHmAvGTRNTs1M3lJf { top:76.3125rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSHVHGMQz0uLvFgovH6d32BgHgiPknfP { top:76.3125rem;left:6.0625rem;width:9.0625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3GCGA5a0qcTXhaTfHNHFSTzlVsG66sI { top:77.0625rem;left:15.0625rem;width:8.8125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaCtM5pTaM0OhoVTwzh4wJR8iA17qbME { top:24.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgD3tGtOccvSFxwEOzAuFA2edApTzEN1 { display:block; }
 }@media only screen and (max-width: 763px) { #OFTOfhqROAT2fWHqMa1TtcQR0fLzTKou { top:0rem;left:0rem;width:22.875rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2OqS1wG4px4zd1UwQ1DlRIkl9M4Iebv { top:0rem;left:23.875rem;width:22.25rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZLzgPHoRH7JSLu4VNurNNbEeGp7nMw { top:41.8125rem;left:1.8125rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK7PLyekJaS5SvdLwLmkGe4uvskguQMo { top:42rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsU91vUXTRBqU29zkX0lwNeTbHp4Gd2B { top:46.0625rem;left:1.8125rem;width:21.6875rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKqrKUmXhy3Wtg8T7WBOukferwgLV5u { top:46.25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMMz4od5Z0NODO3M20vpHa2W9h254zR8 { top:60.1875rem;left:24.25rem;width:20.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zReU2lOBC2mFRLcspKtWA3oTJSpCeJiw { top:60.375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJPCkDTem7vXGfHGuPKez1hu24RRnwDF { top:64.1875rem;left:24.25rem;width:20.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRZ5k3VRfVz9rNMvirsSFbCiaw5my4Lg { top:64.375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMSicc7WzTtbDoDLmXed8ACMdLcDThq9 { top:82rem;left:3.75rem;width:4.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVQ2ZQvWoVvumoFVo1FvPQONGyf9fnWa { top:83.0625rem;left:8.9375rem;width:9.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP9hSPk02mEGSDOc8M2ybs4Q5SPeHzOJ { top:77.375rem;left:23.875rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAAomGODdCU9ZasNTvp8RnLTf1eW3GpG { top:76.8125rem;left:37.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEThOkUAN72wynTLKBgeaCEpEJKh3Vkr { top:76.4375rem;left:40.1875rem;width:7.5625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezd4dArGl0ezdputCUf1iocTrpbo4TsE { top:82rem;left:24.3125rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfpeTgNskaCybDHuRLOaR0FiyM4UEkg { top:82rem;left:31.25rem;width:8.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5gJk5NRvuWaJ1TVtQ5kOpcf2ZVXyxmS { top:83.0625rem;left:39.75rem;width:7.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdzhBkRcXompu550kilrBWHwQzyKUQ5 { display:block; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cke6Cs8Rrb08Ms1xteoGP5BebtvU19no { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZR4g4B6lDu9TsnUABs7lJJpCa1wKaic { top:4.5625rem;left:0.9375rem;width:20rem;height:4.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2MW8CFhFHN4tit1S6gZ0VnPCMlqsnzo { top:9.75rem;left:0rem;width:25.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4Q0JslWWIGEHGJCO5oKvgCnWTPkqTHA { top:14.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQ4h4Thr0VPwvtCMxtlxxdCx4fRQtW1s { top:14.875rem;left:0rem;width:24.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGHxL1FHfruCeCJBJUi8sLCtsDk5rlVv { top:17.75rem;left:0rem;width:26.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKuZrlFllBL8a4SJTrTU8LnT9i1fldTn { top:17.875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdL9I4BuOeZ4HOaV2QZKLC1Er5HyTtMq { top:20.6875rem;left:0rem;width:22.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqs8lFpUJwMWnS3G9ABo1khNCbHdXqDx { top:20.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXocGGiTdW0e7chlOfliswEbp8STG4KO { top:24.375rem;left:0rem;width:27.375rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrKwMcI0aUgTwMFyBz66GRbNHp5lUygs { top:0rem;left:10.375rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 { display:block; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g29KTW1cS5FvpTK6lPLEbkLtIRflMDT3 { top:1.5625rem;left:21.0625rem;width:15rem;height:8.75rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #by9LScHxQxuW2TPWmfP0zyarZzQw7eTu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7gliq66a6thW0u2e1GQvOKZpTC0691I { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IedTgpWq00vWtNZPcrn65ueNL304gTpF { display:block; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v70rBhNi38Bn7XSbQoN1Eukv1THcTGWS { width:2.75rem;height:2.75rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbJDwtteT4ZMBJMMtiMJbmPpCHEzpK5W { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZOu33tRBNuypQHnW7u5a4utMD0HawLB { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u54P5dtvw8KLplAhrvJezwe5TrGKvVaf { width:47.75rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLRkUC3SZIGd1ifTT6xJGgDMrgwQ0V5 { width:2rem;height:2rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW6fpenTNki0Ro4MxVuAMcttggxKiT5d { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaCFGTJACCOJT3lep9BRomtVpUTBoBfM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtmaBzdErRvt0MTnJwrU2FvX3PnKU325 { width:2rem;height:2rem;top:18rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUSmUQlwXHkWCCkSeOyhnNtobpEnQK8S { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6T2zdHPv0rEaBfrHTlDrRMnHo4DVcx { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRror2txSwvLVMiAI3OhhVZzdByzQr2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTGtNvfOC4wqgOE2kyv4Rmf2za3NyOpl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXghKbOwPTb8dyEWGnMRlpstkoBPyk6H { width:2rem;height:2rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqJJf0vzsk4fccHaLDzo2VIXpbzeE3rN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlRMrweDb6JQx7tqtCiLJmGWST2gBtUO { width:2rem;height:2rem;top:30.4375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdIUgskXM29hcAhOobJHtIhQSAcXMqWh { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcfbD21t8lyVO25tg3Du5avvzgSxIeoA { display:block; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbeRSbTACGhaEhBDGGecBTqgwME5Mpfv { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw9omRFFDbDRGbmJuUBr3DTKgWFIWFET { top:9.625rem;left:23.8125rem;width:23.9375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGHoT1mJRzTUSK6BvuxoL6dygR8bqDT { top:14.625rem;left:16.375rem;width:31.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnI4hb02H5DfFVenmgm7uK9FTHCmAm2I { top:21.5rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqQxV6ydAcTk3OTTEShE4aqclnGoLa7i { top:21.4375rem;left:20.375rem;width:27.375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGRIaoPPxRLqm1ITpCa207QTdy3egTzT { top:24.3125rem;left:23.875rem;width:22.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3HkBhCKRCRNdK45IgP4EvexUqZ9zkQE { top:24.4375rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuOBcQGtZs4rH6nWh6ncRtHIrkplAPWJ { top:28.3125rem;left:19.0625rem;width:28.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6JUzGDxyCg3KMzaDrT5iWWTHtGisxWK { top:28.625rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDKybTRaxnahVTlPDwOryXhg9QmmnssP { top:0rem;left:0rem;width:37.375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu { display:block; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQzmkh9dvnNnmBdzOupGvuGtgxTqc2LV { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEXpy07etOtleXVUP6CkL64xDELnvlC3 { top:5.125rem;left:4.9375rem;width:22.8125rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSn2INI2ku5iaHAtLcbo2P66u9uPdu7S { top:10.125rem;left:0rem;width:24.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMIaEVWFesZS9veE8l2HKJQVi6dBQOek { top:16.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdyWeDfI0PTucPPQ2KvlnxSO7a7xxcpi { top:16.5rem;left:0rem;width:25.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddl7EBpUs33QXrq7DfvW58JxDinek9wb { top:20.9375rem;left:0rem;width:25.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twfhb7i5gXhppncMr225s4tKnIHtwEnE { top:21.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvwsnpgpc5ESZNNk87zCEJIPXwObNIbn { top:25.1875rem;left:0rem;width:27.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3RRIJAfKnCv13q5M9niZSKUEd5XTD1J { top:25.3125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEneeq3Hie6IrRQmSWfNebxezcpBOqsH { top:30.75rem;left:0rem;width:22.9375rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4rt48gmc4c2BDpdznoCwiwrSKZeMwSe { top:3.1875rem;left:28rem;width:11.125rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlxie4zQfvxNVkVLWpOeTyg54w0nqVt { top:2.125rem;left:36.8125rem;width:6.8125rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 { display:block; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEK3qqORbebbg5MndC336OHv3lJVkrv6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT { display:block; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3qIJD6RGlvHLE7MXt5CA3HXxn5o1Mup { top:3.625rem;left:0.3125rem;width:17.8125rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DizJQOiABbsZ5TlSJe8v8QTuoOqSzJ3o { top:7.875rem;left:0.3125rem;width:23.3125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5HRefTAoPXD88bPZv0Qf2WRbCDu8bk { top:32.6875rem;left:0.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwonZspvNgFfX2brbJktM1PM5yP3Thre { top:32.5rem;left:0rem;width:24.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhnkMMuX2auaCVfI07sk48tvV6lXI5eR { top:34.6875rem;left:1.375rem;width:22.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yutf83HVRU4xorqt7cyCrVaAgnnmbvko { top:34.875rem;left:0.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFrhPHVCqczIW18IHTfpBRtcvl4tckT { top:37rem;left:0rem;width:26.6875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkc3xhPV2dOGfkHKNnbTgDTtH4hO2XTb { top:37.1875rem;left:0.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovPKS9HMWNiOSU8S9Ngf94tufMutRdTR { top:3.625rem;left:24.1875rem;width:17.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC2KsQXPeDMmh60Ezl8sbTfghggq0Z9X { top:7.875rem;left:24.1875rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cGUmVHEwou3Fe0TGcRyo7s57AiWvzo { top:32.6875rem;left:24.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #px1yH1aKW5PX6APSvRBLlgXq28DD2EAz { top:32.5rem;left:21.875rem;width:25.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocyQQnuGbtXkQ0c1PPKwRHnAH73DAv3r { top:34.9375rem;left:24.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaWzSfPaT0DhE4xmCtrcTGSZ6HDl6cta { top:34.875rem;left:22.375rem;width:25.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFmJFkklT2Cme2X4eXNenVb9AUH5LHVU { top:37.625rem;left:24.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKCb4EtI4sBTPOP1tvgIThXr8S0Qubfi { top:37.5625rem;left:22.375rem;width:25.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz { display:block; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3AMah0NR8TyUGUTqUO5oZxRumv5WXic { top:24.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd303qi6m1PDMPs63iTmrTQvBJksWaHG { display:block; }
 }@media only screen and (max-width: 763px) { #VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv { display:block; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZIFrhki8DyV5432h3ePorCFBPeTXVWK { top:3.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeLkuDgnXpTfO723E0pfmQBKb4ztkNeL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDtAvU2QsLEycfwISlW0sGVIbu7ULx5 { top:47.875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is3rSW6QM4aiq4lWQNU3J37SL9Qxkrnt { top:11.25rem;left:0rem;width:47.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb { display:block; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTfB1OX8cHETlPdwziUR0byvx7holSFo { top:0.75rem;left:0rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5xlqVgODp89ce4bOzOHrxx1W23DM04F { top:0.75rem;left:6.6875rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPcfvdkkSh9wEXHchMK1Gq8MFfSp0X1 { top:0.75rem;left:18.625rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZsgdTmnzxqZNHKeWuxT2KMui5gOA5UT { top:0.75rem;left:30.5625rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRXaXM76334m27nrTdE2TJSo2ylBEBS { display:block; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEwDp3XTNibQndzkpaNTvMUOqN86oxci { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCHwksi3Co4Nl8E6IUEylTyuW6I8e5U7 { width:36.75rem;height:43.6875rem;top:5.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKOqp2xdHIINqERreBLZZulekRM2QvA { top:4.25rem;left:0rem;width:31.125rem;height:13.1875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDzVJweRILWKlIKq64mPJvTTD5x2r8I3 { top:18.4375rem;left:0rem;width:30.9375rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-regular-label { display:block;width:29.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-textarea { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-button { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-checkbox-label { width:28.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX  { width:29.8125rem;height:auto;top:10.375rem;left:15.4375rem; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .radio-container { width:29.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX {display:block;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX { width:29.8125rem;height:auto;top:10.375rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #If2Vk5GbBe9lEny0eNm3l2O5LOMCHEil {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Xkz7r6AaRveL7KGamwhFUSza4uJKdIGd { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #PTymkpoUoStRxzX10d5kzwecidLgAlAh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tNEwnXx7rlwQf4BHi0LWxg47EQsiH1Uh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #E5wZ6OHAWxlKrGExGukXSEg1TXAlaO15 { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wwrTAT9Emw4NDacOc9pArmv07Cm37zAn {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #KfCpbb6yCpQ2Zex0LxQuF68mh8E98u7l {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Wkt62A0WkGVfPp6twQCQyotyRWUoarTH { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tZnnZbwzXho355wgNO0mIcgxiWzsyize {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wx6P91c8TwNkUhh8TtXgvV5TiTDnWDHh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #SlobeX7AgCmZx2k9PLMGAxaki0LTarQG { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #VKQGPSgWnSnwaihuazkRXq2cq51SWfSV {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #slCmPsTApixh7Lbid3KPraakOtyUaeib {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #e4opimPwImri7VamFHT2K7UpaDCfEbG1 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #diaTI1dndgKfeFFtvv9TFKbC3aZxOgoo {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #R17zWg56IfdqDoUilmE939sHh7ITf6oE {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #nSJnKQGHMGhEpz9o14nWbhmuhBtQ1ndC { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #UVGZevCO2pzm5DxozrfaJTfTC4op9hmu {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #yergcaypKeA1DsiT9py9QqW0exVIpX1q {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #FGoo4Wh2fiTXZIgmv6zCUu7tHkiSLThs { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #QSZsZTJdNG3XRDP0vrxbDpxsBytNBpS0 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #ZWypmZUl4SmUuHqiT3FZuJ7bdGCqaKTB {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #h2qrqHZBlfII4HzgOvNcgF4fTbiIwuUy {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #WFXVXTgpzBzLAEEzlb87eWDfr5JDvZiI {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GIiUPpulDGz0dryQWO3eInZ1qF0mLxJ5 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #xLSEM354sqOC6OUh1gAt8HRf3K7G6M46 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #QSH7NLRl3zcKTDO2QkF5lL0xhKDfvKz8 {  }
 }@media only screen and (max-width: 763px) { #ITDqiX7i7p9prL65yCSIlct1yXIsclPv { display:block; }
 }@media only screen and (max-width: 763px) { #KPpik5pX98HSpzCGeATVnhznWEzx1VeL { display:block; }
 }@media only screen and (max-width: 763px) { #seJslx3OSOVuOqHMLdEJfIwXB1BoFs4E { display:block; }
 }@media only screen and (max-width: 763px) { #TBsgyxzTHnJXnatTbxmDFtWJFLgNdZNF { display:block; }
 }@media only screen and (max-width: 763px) { #UlbQTzBumQzqSuwNQqnRoaKUsl5q3i3d { display:block; }
 }@media only screen and (max-width: 763px) { #A73qoAKLt6l4GsrybBpcSRS1bi33cXNO { display:block; }
 }@media only screen and (max-width: 763px) { #JPgNve6KcnTgyohdWcpDOGKQiefCvgwT { display:block; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GzZ4uToXTTJ6TiOsSPIecodgmTE0bHdy {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #bBArrxTTu1ahwTH2p2AUVNCnhuvT4FlJ {  }
 }@media only screen and (max-width: 763px) { #ED1mWhNxAHZHMnb1kagiJRJAXb9Jt7yT { top:23.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boSR3uF63pq60F4xArQBKA9C8nqOs38x { top:23.625rem;left:0rem;width:21.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mboT6RKJEOMTosnRimBx0do9DHunGQRS { top:26.5rem;left:0rem;width:24.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQWByioidHEW4JG9ggg46xTBtPZ5JSvw { top:26.6875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4ORSQvFBmW4XO3Va6GxLnSZ821D6ZR5 { top:31.0625rem;left:0rem;width:26.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8tv8pkJSykaGLbzyEI0vMa52p9u9egU { top:31.1875rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbuxVBdpiRNmCEOfPTHEUaF76bKAwkCa { top:33.8125rem;left:0rem;width:26.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vaGzJzQoiwNWaCVibAcivkHV1EQwzr { top:33.9375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZn8z9nhGsJAcWqVg9LLJfNuJsbD5Mi9 { top:36.4375rem;left:0rem;width:21.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0fJafxIuXHXR13GNzkBuz9yhhOCGDBN { top:36.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h04fH0PtkL9gX0T9Ku3LdC1b06OCXpcp { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9AnTUlca25VaxdPViTFs601ztCf2NyL { top:45.125rem;left:23.3125rem;width:24.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 { display:block; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7s9OGMKb8Ba0iqmzd3He07sqWL3JdDq { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T60ar7dPh71cteaghKstZTg9FVbudqvs {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #ZOJoi29T3RyJxUVkPLGllZ7EDRZkB7Kz {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #PtcBug11DVGggr1TBJrFfMl1D79kUuLc {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #QWaZuqHt83ikLPMLORXybtVe0g3JdiML {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #nvnIVEJthE2kDo2myrOmiE4GSpoDqn84 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #kHvlDyOqfvK3w5nJLBUhEg5smSJWgDPN {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #v825WwM2qpZOvpcJ4TG6bU8yWNogtkTt {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #vZbBkBUVfT3XohCGSwTXTShAtJcogc36 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #UW153HbL4UzPnNm3NP9DOgbLdD3iU2Ci {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Gkh00wRR1aeSe7sEZuP6kmbLszuCau2T {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #TpTEDTl9O1KPb5lhgwTghPAl9nlu8MQb {  }
 }@media only screen and (max-width: 763px) { #plgz6DBllVsoB6Od679kD6W6z6mCSR62 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Hd4h27e8PPelXam9TbeTii4emro1qv { display:block; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syKBnxZTIeaJbvPM3E1Pu8pv43M2RzaL { top:7rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbyhgM4N6TJsQNSTtwXHAqfRMvViXu1 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTLTdxi5syS4AKHaiOKVUev6fqv3Z41 { width:1.5rem;height:1.5rem;top:6.625rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHMDt2zimdkcKtoTVZlEq5bfdMokbvxV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iesFC4E4bQ9PlWdXZRvsrfMfdOu2kriI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZKVLbGMFfSA3MQIopieaaZLoq4aQ7Qk { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbKKWJT41aVauUdGpp4gdTUtwH6UgzC { width:1.5rem;height:1.5rem;top:12.6875rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCRo4CTFqmc1daNl1VF4VkeMgFBnb0SE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aao3KkR3agqxyKi7uymwsoXBLRyoTv2M { width:1.5rem;height:1.5rem;top:6.625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrRcbTMAExZLGJDpeKoVSD8lREkG96il { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ04tWXRkDdnNPlotEkm52XEyaDqBAha { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko { display:block; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuGQn9RyFq2JmKyqsV2O7hkKNaKqPLTW { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP3GEM5cvTwO8KeEZmQdGIvTzFrDu5wd { top:1.625rem;left:0rem;width:14.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 { display:block; }#Ted3ECML1DGkuFJTZc7HIeQLWv0CgpX6 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAbWFIkW0kTrfy90n3aJi18FkCvqptzF { width:11.3125rem;height:3.1875rem;top:0.78125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z { display:block; }#wyhAyQN5NLzNaC2O038WQ0lS5QE8Ky4Z > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3a2tn19TTtkIfeo4QhZfU6n3Ncgw89o { width:20rem;height:4.5625rem;top:36.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HSBZsCZhLdpmVgINDUa19DM9NlqmsET3 { width:16.0625rem;height:2.625rem;top:1.0625rem;left:0rem;font-size:1.3125rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ve79i6AVZOIQIcdgShZ5mZsBT6pVedVf { width:20rem;height:6.599625rem;top:4.13720703125rem;left:0rem;font-size:4.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Nyd522KZ6fWLZcUHF0ofiPAGev8oTw2o { width:20rem;height:2.92480625rem;top:11.875rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qVBPbCUVLtA1RS3ET0Zd4EfJRnF7df5v { display:flex;width:1.5rem;height:1.5rem;top:16.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T1EtT5cNoJ1fTBAWvDAgaT7LOwunL3G4 { width:18.0625rem;height:3.3994125rem;top:15.9375rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NwJ0L6GhMXMcLT6cQM9naXU7Bu84aizo { width:18.0625rem;height:3.3994125rem;top:19.9375rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGbG7IHQQ2CD2cDN7CniIQ9ELGTIoUFh { display:flex;width:1.5rem;height:1.5rem;top:19.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #esvX66GcBdLu5Gs3pXPI3TqJNQbrr7oM { width:18.0625rem;height:3.3994125rem;top:24.375rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PiJJhkxbNWfCZq52IdwDP4QudGFCrBsP { display:flex;width:1.5rem;height:1.5rem;top:24.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fRKUVdBKm7QgUksmx5HrbCddvgSy28ax { top:28.8125rem;left:0rem;width:20rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgiRgTehoW55SBuMpixr2y8GF1dWAS3m { display:block; }
 }@media only screen and (max-width: 763px) { #KvkMWbvc7sQOtaXNpU6luosL49eSfzFy { width:10rem;height:4.5rem;top:35.3125rem;left:5rem;font-size:1.125rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EWBX1inwnkDH3TpAgJOXbRb2Dqqx7tOX { width:12.5rem;height:6.5625rem;top:34.3125rem;left:3.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #R2FGrnP7FGJIhTp8iFzi55zSy07QQ0if { width:16.3125rem;height:40.375rem;top:40.75rem;left:1.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3inhg9pf4efSrIr3F0J1xhcuxL0ARDZ { top:40.75rem;left:0rem;width:20rem;height:35.6875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M { display:block; }#VzMnwgXKPnnpQQMqKpJeAmc6RLEk1a8M > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHVBkODGA0ybIdSNF5HtNDerHlTs23Jh { width:20rem;height:10.249rem;top:2.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xym1u0r7BGuIA62GO47gipd6z4VA5rdX { width:16.25rem;height:4.6499rem;top:14rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTBqFK7kTHthc73w6h1y5BzIsQ3nqAOe { width:16.25rem;height:7.4238125rem;top:18.625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPiOxg4H93sS8nREW8fBBmL8IZGIwOZy { width:16.25rem;height:4.6499rem;top:26.0625rem;left:1.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0pxTs0Fd830u47a6HWBuv9vDCD0pzDz { width:16.25rem;height:3.7119125rem;top:30.5625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tkAc9UWBvGuEiKndrldnJUJ2SvOpq2M9 { width:16.25rem;height:40rem;top:35.64892578125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aD3u2k9259ToQDxukgnTCRn51HLLq2Bu { top:36.6875rem;left:0rem;width:20rem;height:35.6875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #k9ETFPWJrvzD9PVBigymx1NgqAfxS74M { display:block; }#k9ETFPWJrvzD9PVBigymx1NgqAfxS74M > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOJCOqGx3VEw0bmIrmgESr57T3spymtK { width:12.3125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:3.125rem;line-height:.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fqEb4kQSOXZV5nh23ab0tcklIrNFcE3u { width:17.8125rem;height:3.25rem;top:4rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #A5V1yF2aWUcUKTHT36sW471rwRTqHEpz { width:20rem;height:16.997075rem;top:8.537109375rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GDWfs1tTPGqDtSNzD1viK0J9AXzQgN6U { display:flex;width:1.5rem;height:1.5rem;top:27rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kdcmbxL8oRhiTEzL8EbJTwez05WJtlTx { width:16.25rem;height:3.3994125rem;top:26.75rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #so2ImgeK2JXZJOk13BCRVcFnAUPMpBQo { width:20rem;height:20rem;top:42.44287109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMpexaohKMOXbUuUGwpslyJJILQqK7ts { display:flex;width:1.5rem;height:1.5rem;top:31.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UhC5zDmhwWxwQZsvuxbzvulmy3emx22r { width:17.5rem;height:5.09911875rem;top:31.25rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2PsI8s0NubcbZafMeIoMOmT5QHTN90 { display:flex;width:1.5rem;height:1.5rem;top:37.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkVonU4cizOIn30tXFPtF9Ce0yTMQxDQ { width:17.625rem;height:3.3994125rem;top:37.375rem;left:2.375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR { display:block; }#gTTTPnyBe5r2f9fnsC1m958BPXgNFcaR > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBR0r51BDdm8AxwWn4Wm7s2Ubcpg3987 { width:12.3125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:3.125rem;line-height:.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zh0xSwF7x9dxvUubyCEMkaK1o0a55u47 { width:17.8125rem;height:3.25rem;top:4rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qrTf82eeS6VyR66kLEAhH4OrSP4TROhS { width:20rem;height:5.09911875rem;top:8.349609375rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hOWMfhopqPHvrSxuot7WkWn6fSk1bV4B { display:flex;width:1.5rem;height:1.5rem;top:14.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g6ueWzl2eqLUEyHOdImQgbTGaCad1obN { width:17.5625rem;height:3.3994125rem;top:14.5625rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LV5CRzFh8Rd4VwqfVGSavVHhFTfeL6ia { width:17.125rem;height:5.09911875rem;top:19rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bc5ZKwB1gJtqJdQ9sE4zQxx4wyJxkIhl { display:flex;width:1.5rem;height:1.5rem;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ArUkyCVuQbvEFi0EQPyZu6NdSmbdmiyq { width:20rem;height:8.4985625rem;top:29.625rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLMQS1XeDE8a5kbCwvrgnqNH4pmFh1Sz { width:20rem;height:20rem;top:39.81787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prvRtICw6sZipGntZo1lbdt38XcSza76 { width:17.625rem;height:3.3994125rem;top:25.00537109375rem;left:2.375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EekH4ZPe4yq75Cr0VZd3URBVezRG03on { display:flex;width:1.5rem;height:1.5rem;top:25.00537109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF { display:block; }#O2oTVw5nJv1pziTk9O86bnlSEXT8xXkF > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K67p6VqUJvnmqiZsvcOORyuxXhQNhlOr { width:19.4375rem;height:3.25rem;top:4rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZxrT5wpoSpnSnikHAEOKBNcZAuTaamwT { width:20rem;height:8.4985625rem;top:8.599609375rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxxog8USyOsihamz0Cfwk4XOPGgvdVkf { display:flex;width:1.5rem;height:1.5rem;top:20.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RmN5ahNIWTI10mDJIpdfZbkv473Wdbdh { width:16.25rem;height:5.09911875rem;top:20.25rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FFPlsIaHtr71NCMTeQchIQikXARnWfP6 { width:17.125rem;height:5.09911875rem;top:27.9375rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZRKOIKbXULtTXoaA0h81eFCIvbliyhs { display:flex;width:1.5rem;height:1.5rem;top:28.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTh4DGsEOQWsmZnG93p80ELO3x1sgTEa { width:14.25rem;height:5.09911875rem;top:35.5rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o8eZiqbmZIdr0ZdDhskrmhkxVSZxkta8 { display:flex;width:1.5rem;height:1.5rem;top:35.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zRb9LWkaNPMWwpnEl98lPXVgEtzt5gHQ { width:20rem;height:20rem;top:53.82275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxikxChsW8Dd3T8SEprEJvmJmDcqZt6b { width:12.3125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:3.125rem;line-height:.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ofoaT6PJmUAUx0X4LTnV4wfAu13nlDVd { width:17.75rem;height:8.4985625rem;top:41.5625rem;left:2.25rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eTNJbE74wayePs8INCCFBloZxAnX7kzZ { display:block; }#eTNJbE74wayePs8INCCFBloZxAnX7kzZ > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgffIlxBFhlJINfoX2AdwqKpm8e7KV2u { width:12.3125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:3.125rem;line-height:.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P6Wo4wKMUuoUhcUvr3dlV7JTB51v9qBP { width:17.8125rem;height:3.25rem;top:4rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eV860JRW6EoFTla4BALWrniufNAn5VC7 { width:20rem;height:5.09911875rem;top:8.5625rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OheI0NpTqS9ABx6GrBTsDhJBVLVmOTlG { display:flex;width:1.5rem;height:1.5rem;top:15.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ib5LHDbCibAILSLgHsTWP2bhQVGNF7EU { width:17.5625rem;height:3.3994125rem;top:15.5rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cpRrtF5fTBVWStur1RnMHNPd4WpW3ugs { width:17.125rem;height:3.3994125rem;top:19.9375rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qPZHXP1OkoR3V375de8CqStJbCEcqWxS { display:flex;width:1.5rem;height:1.5rem;top:20.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kFLHesSzNRQ0vFh9gvC2z4oNE3ESUqQW { width:17.5625rem;height:5.09911875rem;top:24.3125rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGtgEIvk0ALEiuJJNyyb3RDT2FI5lMX2 { display:flex;width:1.5rem;height:1.5rem;top:24.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hCU4KI0cLdDSRw58utbFTt3GZVGECqz2 { width:20rem;height:5.09911875rem;top:30.5rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ldp4J63yXDld1NpeKHTTh6WcHZ7fyOb7 { width:15rem;height:20rem;top:37.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXJGJRRLzqItT2vMsv13agrEQ2SJLULd { display:block; }#RXJGJRRLzqItT2vMsv13agrEQ2SJLULd > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHgHvkBf8dyqdwrX4ipUbyhSrovCgg7m { width:20rem;height:5.3994125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGtF2KlPnxlc0iaKchzHQGakQJJlTx43 { width:20rem;height:11.8979375rem;top:9.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu { display:block; }#VfwBEaL9RWawQ90i6v0a6VJEJPWVZJWu > .row .container { width:20rem;height:178.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zPhUTyCKew6sKqdy5MV7SzsyTyuCTpEA { width:17rem;height:3.3994125rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWaDaNZhT8GbPT9voHVS6LTbKkcA9tPo { width:20rem;height:1.79980625rem;top:27.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8GuSxfiCsWUhcTGBT9dhl8US9HICr95 { width:16.5rem;height:3.3994125rem;top:106.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZMd2qbFR1kdBS0mQ9OsAwhQSO4toxfq { width:20rem;height:1.79980625rem;top:103.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk4tHI4s1NAOm0XCTT7TWBWtmwWbZfvB { display:flex;width:1.5rem;height:1.5rem;top:34.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #D5dTrU5RMXTZzvGe2bmnUHEqu7D7vTdz { width:18.0625rem;height:3.3994125rem;top:34.9375rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IRwl9TVxzBVfCqSqwXMkk0dk7AkXI2Wk { width:17.9375rem;height:5.09911875rem;top:38.625rem;left:2rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pEH7iFhUQce04AiMgOT5rBTDEFVqRcAf { display:flex;width:1.5rem;height:1.5rem;top:38.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uTwFmRsLO62yDdOzQpEqOFA15OLzwzKq { width:17.9375rem;height:3.3994125rem;top:44.4375rem;left:2.1875rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w6GTDHR29RL6KVrV5vFfZBStzHVMiCEl { display:flex;width:1.5rem;height:1.5rem;top:44.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W7RMeKkKcJSu8FbN9BLCZeOvKde65eEa { width:17.8125rem;height:5.09911875rem;top:48.5rem;left:2.1875rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCQP5kFX21ppSoz09FF5OzANsK0bpbif { display:flex;width:1.5rem;height:1.5rem;top:48.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DO6RCQ0sLlge6R8xnSF1pQPsZfZ7AV8y { width:17.9375rem;height:3.3994125rem;top:54.5rem;left:2.0625rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wi3F5wTk7cDhFrzrEI5d1hP6IXJfRK9F { display:flex;width:1.5rem;height:1.5rem;top:54.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CSnrg5QmzmUzzSc7RsTgDhTFRu4Vtnle { width:20rem;height:3.82421875rem;top:58.8125rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Er33f7DQd2pC273kvLVzkx57Ng72wDQ8 { display:flex;width:1.5rem;height:1.5rem;top:110.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QMW8ohI2WQ2p9TCEIT6xcUegEmXsJTDx { width:16.75rem;height:3.3994125rem;top:110.125rem;left:2.3125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uRh2dhRML4lG5BMKvuPnp5RUpg1fnsTT { width:17.75rem;height:5.09911875rem;top:113.75rem;left:2.25rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IyQffsZWktgvzec18l4WRIEq8OWcQdE5 { display:flex;width:1.5rem;height:1.5rem;top:113.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lIGadPxb1IdfLAc8aTT1nPdC3iScflJ7 { display:flex;width:1.5rem;height:1.5rem;top:119.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZnWvVVyDkcvHUz1TTJeTIkaaXZGlKxLr { width:17.6875rem;height:6.7988125rem;top:119.125rem;left:2.3125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2Nn5SM8tzQgpWqWiKbKBBkvw2Gfh1ty { width:17.625rem;height:5.09911875rem;top:126.4375rem;left:2.375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rZwoTb0ydqgC8UaVMk3QLahTBI5g88s3 { display:flex;width:1.5rem;height:1.5rem;top:126.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oA0P7H9EVrZPEn5ocDZ9Q1BloSeJTz9X { width:17.4375rem;height:5.09911875rem;top:132.1875rem;left:2.375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oob65r874IER8ZT9BGa8S6pC3eeetnEc { display:flex;width:1.5rem;height:1.5rem;top:132.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hQ3Pcwv7nx0LyEOJFKJAXlnO9i9xW91X { width:20rem;height:3.82421875rem;top:160.125rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBgBcbDbOdUDLrrgHmAvGTRNTs1M3lJf { width:4.25rem;height:4.25rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSHVHGMQz0uLvFgovH6d32BgHgiPknfP { width:6.75rem;height:4.1875rem;top:64.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3GCGA5a0qcTXhaTfHNHFSTzlVsG66sI { width:6.4375rem;height:3.0625rem;top:64.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaCtM5pTaM0OhoVTwzh4wJR8iA17qbME { top:174.0625rem;left:0rem;width:20rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgD3tGtOccvSFxwEOzAuFA2edApTzEN1 { display:block; }
 }@media only screen and (max-width: 763px) { #OFTOfhqROAT2fWHqMa1TtcQR0fLzTKou { width:20rem;height:26.666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2OqS1wG4px4zd1UwQ1DlRIkl9M4Iebv { width:20rem;height:27.4375rem;top:74.681634304206rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZLzgPHoRH7JSLu4VNurNNbEeGp7nMw { width:17.75rem;height:3.3994125rem;top:138rem;left:2.25rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hK7PLyekJaS5SvdLwLmkGe4uvskguQMo { display:flex;width:1.5rem;height:1.5rem;top:138rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qsU91vUXTRBqU29zkX0lwNeTbHp4Gd2B { width:17.8125rem;height:6.7988125rem;top:142.1875rem;left:2.25rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AqKqrKUmXhy3Wtg8T7WBOukferwgLV5u { display:flex;width:1.5rem;height:1.5rem;top:142.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zMMz4od5Z0NODO3M20vpHa2W9h254zR8 { width:17.9375rem;height:3.3994125rem;top:149.5rem;left:2.0625rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zReU2lOBC2mFRLcspKtWA3oTJSpCeJiw { display:flex;width:1.5rem;height:1.5rem;top:149.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kJPCkDTem7vXGfHGuPKez1hu24RRnwDF { width:18.125rem;height:5.09911875rem;top:153.9375rem;left:1.875rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRZ5k3VRfVz9rNMvirsSFbCiaw5my4Lg { display:flex;width:1.5rem;height:1.5rem;top:153.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lMSicc7WzTtbDoDLmXed8ACMdLcDThq9 { width:3.125rem;height:4.5625rem;top:68.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVQ2ZQvWoVvumoFVo1FvPQONGyf9fnWa { width:7.875rem;height:3.625rem;top:68.875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP9hSPk02mEGSDOc8M2ybs4Q5SPeHzOJ { width:8.875rem;height:2.3125rem;top:165.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAAomGODdCU9ZasNTvp8RnLTf1eW3GpG { width:2.5625rem;height:2.5625rem;top:165.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEThOkUAN72wynTLKBgeaCEpEJKh3Vkr { width:4.4375rem;height:3.125rem;top:164.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezd4dArGl0ezdputCUf1iocTrpbo4TsE { width:4.25rem;height:4.25rem;top:168.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfpeTgNskaCybDHuRLOaR0FiyM4UEkg { width:5.875rem;height:3.875rem;top:168.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5gJk5NRvuWaJ1TVtQ5kOpcf2ZVXyxmS { width:7.5625rem;height:3.8125rem;top:168.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDdzhBkRcXompu550kilrBWHwQzyKUQ5 { display:block; }#SDdzhBkRcXompu550kilrBWHwQzyKUQ5 > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cke6Cs8Rrb08Ms1xteoGP5BebtvU19no { width:12.3125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:3.125rem;line-height:.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pZR4g4B6lDu9TsnUABs7lJJpCa1wKaic { width:20rem;height:4.875rem;top:4rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i2MW8CFhFHN4tit1S6gZ0VnPCMlqsnzo { width:20rem;height:5.09911875rem;top:10.2246125rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w4Q0JslWWIGEHGJCO5oKvgCnWTPkqTHA { display:flex;width:1.5rem;height:1.5rem;top:17.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sQ4h4Thr0VPwvtCMxtlxxdCx4fRQtW1s { width:16.25rem;height:3.3994125rem;top:16.8125rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGHxL1FHfruCeCJBJUi8sLCtsDk5rlVv { width:17.125rem;height:3.3994125rem;top:21rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MKuZrlFllBL8a4SJTrTU8LnT9i1fldTn { display:flex;width:1.5rem;height:1.5rem;top:21.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zdL9I4BuOeZ4HOaV2QZKLC1Er5HyTtMq { width:14.25rem;height:3.3994125rem;top:25.25rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fqs8lFpUJwMWnS3G9ABo1khNCbHdXqDx { display:flex;width:1.5rem;height:1.5rem;top:25.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uXocGGiTdW0e7chlOfliswEbp8STG4KO { width:20rem;height:18.69676875rem;top:30rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OrKwMcI0aUgTwMFyBz66GRbNHp5lUygs { width:20rem;height:20rem;top:41.927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 { display:block; }#i25UVF1rKON6DeOR8LIlCGDIi7sKm2e6 > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g29KTW1cS5FvpTK6lPLEbkLtIRflMDT3 { width:16.25rem;height:4.6499rem;top:6.6875rem;left:0.375rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #by9LScHxQxuW2TPWmfP0zyarZzQw7eTu { width:9.6875rem;height:3.7119125rem;top:7.125rem;left:9.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q7gliq66a6thW0u2e1GQvOKZpTC0691I { width:20rem;height:3.5996125rem;top:2.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IedTgpWq00vWtNZPcrn65ueNL304gTpF { display:block; }#IedTgpWq00vWtNZPcrn65ueNL304gTpF > .row .container { width:20rem;height:87.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v70rBhNi38Bn7XSbQoN1Eukv1THcTGWS { display:flex;width:2.75rem;height:2.75rem;top:2.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #UbJDwtteT4ZMBJMMtiMJbmPpCHEzpK5W { width:17.5rem;height:15.2988125rem;top:5.1875rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vZOu33tRBNuypQHnW7u5a4utMD0HawLB { width:17.5rem;height:1.48730625rem;top:21.125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u54P5dtvw8KLplAhrvJezwe5TrGKvVaf { width:20rem;height:26.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLRkUC3SZIGd1ifTT6xJGgDMrgwQ0V5 { display:flex;width:2rem;height:2rem;top:28.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bW6fpenTNki0Ro4MxVuAMcttggxKiT5d { width:20rem;height:5.736325rem;top:30.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaCFGTJACCOJT3lep9BRomtVpUTBoBfM { width:20rem;height:1.69970625rem;top:38.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WtmaBzdErRvt0MTnJwrU2FvX3PnKU325 { display:flex;width:2rem;height:2rem;top:43.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TUSmUQlwXHkWCCkSeOyhnNtobpEnQK8S { width:20rem;height:5.736325rem;top:46.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sv6T2zdHPv0rEaBfrHTlDrRMnHo4DVcx { width:20rem;height:1.48730625rem;top:54.4375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #buRror2txSwvLVMiAI3OhhVZzdByzQr2 { width:20rem;height:7.6484375rem;top:61.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTGtNvfOC4wqgOE2kyv4Rmf2za3NyOpl { width:20rem;height:1.48730625rem;top:69.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXghKbOwPTb8dyEWGnMRlpstkoBPyk6H { display:flex;width:2rem;height:2rem;top:58.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vqJJf0vzsk4fccHaLDzo2VIXpbzeE3rN { width:20rem;height:7.6484375rem;top:75.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlRMrweDb6JQx7tqtCiLJmGWST2gBtUO { display:flex;width:2rem;height:2rem;top:73.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JdIUgskXM29hcAhOobJHtIhQSAcXMqWh { width:20rem;height:1.48730625rem;top:84.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XcfbD21t8lyVO25tg3Du5avvzgSxIeoA { display:block; }#XcfbD21t8lyVO25tg3Du5avvzgSxIeoA > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbeRSbTACGhaEhBDGGecBTqgwME5Mpfv { width:12.3125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:3.125rem;line-height:.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cw9omRFFDbDRGbmJuUBr3DTKgWFIWFET { width:17.8125rem;height:4.875rem;top:4rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TmGHoT1mJRzTUSK6BvuxoL6dygR8bqDT { width:20rem;height:8.4985625rem;top:9.6875rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnI4hb02H5DfFVenmgm7uK9FTHCmAm2I { display:flex;width:1.5rem;height:1.5rem;top:19.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WqQxV6ydAcTk3OTTEShE4aqclnGoLa7i { width:17.5625rem;height:3.3994125rem;top:19.0625rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGRIaoPPxRLqm1ITpCa207QTdy3egTzT { width:17.125rem;height:5.09911875rem;top:23.375rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3HkBhCKRCRNdK45IgP4EvexUqZ9zkQE { display:flex;width:1.5rem;height:1.5rem;top:23.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MuOBcQGtZs4rH6nWh6ncRtHIrkplAPWJ { width:17.5625rem;height:3.3994125rem;top:27.8125rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6JUzGDxyCg3KMzaDrT5iWWTHtGisxWK { display:flex;width:1.5rem;height:1.5rem;top:28.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oDKybTRaxnahVTlPDwOryXhg9QmmnssP { width:20rem;height:20rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu { display:block; }#tyqfwA8wEvwHmHPUcHcLMCd63ZJdUUmu > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQzmkh9dvnNnmBdzOupGvuGtgxTqc2LV { width:12.3125rem;height:2.5rem;top:1.25rem;left:0rem;font-size:3.125rem;line-height:.8;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gEXpy07etOtleXVUP6CkL64xDELnvlC3 { width:17.8125rem;height:4.875rem;top:4rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DSn2INI2ku5iaHAtLcbo2P66u9uPdu7S { width:20rem;height:6.7988125rem;top:9.474609375rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMIaEVWFesZS9veE8l2HKJQVi6dBQOek { display:flex;width:1.5rem;height:1.5rem;top:17.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IdyWeDfI0PTucPPQ2KvlnxSO7a7xxcpi { width:16.25rem;height:5.09911875rem;top:17.375rem;left:2.5rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ddl7EBpUs33QXrq7DfvW58JxDinek9wb { width:17.125rem;height:5.09911875rem;top:23.0625rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Twfhb7i5gXhppncMr225s4tKnIHtwEnE { display:flex;width:1.5rem;height:1.5rem;top:23.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bvwsnpgpc5ESZNNk87zCEJIPXwObNIbn { width:14.25rem;height:6.7988125rem;top:28.9375rem;left:2.4375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3RRIJAfKnCv13q5M9niZSKUEd5XTD1J { display:flex;width:1.5rem;height:1.5rem;top:29.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEneeq3Hie6IrRQmSWfNebxezcpBOqsH { width:20rem;height:5.09911875rem;top:37.0625rem;left:0rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4rt48gmc4c2BDpdznoCwiwrSKZeMwSe { width:5.6875rem;height:16.625rem;top:43.7236328125rem;left:4.3389945652174rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlxie4zQfvxNVkVLWpOeTyg54w0nqVt { width:3.375rem;height:17.25rem;top:43.2861328125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 { display:block; }#ZmM5me692TG8JvwKnpfVQJotJPFfGPT1 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEK3qqORbebbg5MndC336OHv3lJVkrv6 { width:20rem;height:4.892575rem;top:1.99072265625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT { display:block; }#m3KTZGrcDEOCdPGpIGyuWZlKR9z46IhT > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S3qIJD6RGlvHLE7MXt5CA3HXxn5o1Mup { width:17.8125rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DizJQOiABbsZ5TlSJe8v8QTuoOqSzJ3o { width:20rem;height:20rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju5HRefTAoPXD88bPZv0Qf2WRbCDu8bk { display:flex;width:1.5rem;height:1.5rem;top:26.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qwonZspvNgFfX2brbJktM1PM5yP3Thre { width:18.125rem;height:3.3994125rem;top:26.875rem;left:1.875rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XhnkMMuX2auaCVfI07sk48tvV6lXI5eR { width:16.8125rem;height:3.3994125rem;top:30.9375rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yutf83HVRU4xorqt7cyCrVaAgnnmbvko { display:flex;width:1.5rem;height:1.5rem;top:30.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yCFrhPHVCqczIW18IHTfpBRtcvl4tckT { width:16.625rem;height:3.3994125rem;top:35.25rem;left:1.875rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wkc3xhPV2dOGfkHKNnbTgDTtH4hO2XTb { display:flex;width:1.5rem;height:1.5rem;top:35.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ovPKS9HMWNiOSU8S9Ngf94tufMutRdTR { width:17.8125rem;height:3.25rem;top:41.1875rem;left:0rem;font-size:1.625rem;z-index:15026;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lC2KsQXPeDMmh60Ezl8sbTfghggq0Z9X { width:19.75rem;height:19.75rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0cGUmVHEwou3Fe0TGcRyo7s57AiWvzo { display:flex;width:1.5rem;height:1.5rem;top:67.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #px1yH1aKW5PX6APSvRBLlgXq28DD2EAz { width:17rem;height:3.3994125rem;top:66.875rem;left:2.0625rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ocyQQnuGbtXkQ0c1PPKwRHnAH73DAv3r { display:flex;width:1.5rem;height:1.5rem;top:71rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SaWzSfPaT0DhE4xmCtrcTGSZ6HDl6cta { width:17.875rem;height:3.3994125rem;top:70.75rem;left:2.125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GFmJFkklT2Cme2X4eXNenVb9AUH5LHVU { display:flex;width:1.5rem;height:1.5rem;top:74.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MKCb4EtI4sBTPOP1tvgIThXr8S0Qubfi { width:17.875rem;height:3.3994125rem;top:74.875rem;left:2.125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz { display:block; }#NfSkqzHeQzzLihPKqC6Ugqq7ow6DqJKz > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3AMah0NR8TyUGUTqUO5oZxRumv5WXic { top:1.25rem;left:0rem;width:20rem;height:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd303qi6m1PDMPs63iTmrTQvBJksWaHG { display:block; }
 }@media only screen and (max-width: 763px) { #VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv { display:block; }#VAZUop3lbaxaH9yFhEtmqKN7izPhkvsv > .row .container { width:20rem;height:136.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZIFrhki8DyV5432h3ePorCFBPeTXVWK { width:20rem;height:1.59375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeLkuDgnXpTfO723E0pfmQBKb4ztkNeL { width:20rem;height:5.3994125rem;top:3.5859375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTDtAvU2QsLEycfwISlW0sGVIbu7ULx5 { width:20rem;height:15.297375rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is3rSW6QM4aiq4lWQNU3J37SL9Qxkrnt { width:20rem;height:33.5rem;top:26.734875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb { display:block; }#IiUOEKoJHMpUiUIOomlWQ594BA1tZFeb > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTfB1OX8cHETlPdwziUR0byvx7holSFo { width:17.1875rem;height:17.1875rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5xlqVgODp89ce4bOzOHrxx1W23DM04F { width:17.1875rem;height:17.1875rem;top:19.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPcfvdkkSh9wEXHchMK1Gq8MFfSp0X1 { width:17.1875rem;height:17.1875rem;top:38.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZsgdTmnzxqZNHKeWuxT2KMui5gOA5UT { width:17.1875rem;height:17.1875rem;top:56.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBRXaXM76334m27nrTdE2TJSo2ylBEBS { display:block; }#TBRXaXM76334m27nrTdE2TJSo2ylBEBS > .row .container { width:20rem;height:90.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEwDp3XTNibQndzkpaNTvMUOqN86oxci { width:17.5rem;height:3.1494125rem;top:1.4375rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCHwksi3Co4Nl8E6IUEylTyuW6I8e5U7 { width:20rem;height:41.3125rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvKOqp2xdHIINqERreBLZZulekRM2QvA { width:20rem;height:6.2988125rem;top:5.1875rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IDzVJweRILWKlIKq64mPJvTTD5x2r8I3 { width:17.75rem;height:4.5rem;top:12.25rem;left:1.125rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-text {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-select {padding-top: 0; padding-bottom: 0;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX  { width:17.5rem;height:auto;top:49.125rem;left:0rem; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX {display:block;}#FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX { width:17.5rem;height:auto;top:49.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #If2Vk5GbBe9lEny0eNm3l2O5LOMCHEil {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Xkz7r6AaRveL7KGamwhFUSza4uJKdIGd { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #PTymkpoUoStRxzX10d5kzwecidLgAlAh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tNEwnXx7rlwQf4BHi0LWxg47EQsiH1Uh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #E5wZ6OHAWxlKrGExGukXSEg1TXAlaO15 { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wwrTAT9Emw4NDacOc9pArmv07Cm37zAn {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #KfCpbb6yCpQ2Zex0LxQuF68mh8E98u7l {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #Wkt62A0WkGVfPp6twQCQyotyRWUoarTH { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #tZnnZbwzXho355wgNO0mIcgxiWzsyize {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #wx6P91c8TwNkUhh8TtXgvV5TiTDnWDHh {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #SlobeX7AgCmZx2k9PLMGAxaki0LTarQG { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #VKQGPSgWnSnwaihuazkRXq2cq51SWfSV {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #slCmPsTApixh7Lbid3KPraakOtyUaeib {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #e4opimPwImri7VamFHT2K7UpaDCfEbG1 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #diaTI1dndgKfeFFtvv9TFKbC3aZxOgoo {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #R17zWg56IfdqDoUilmE939sHh7ITf6oE {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #nSJnKQGHMGhEpz9o14nWbhmuhBtQ1ndC { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #UVGZevCO2pzm5DxozrfaJTfTC4op9hmu {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #yergcaypKeA1DsiT9py9QqW0exVIpX1q {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #FGoo4Wh2fiTXZIgmv6zCUu7tHkiSLThs { display:none; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #QSZsZTJdNG3XRDP0vrxbDpxsBytNBpS0 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #ZWypmZUl4SmUuHqiT3FZuJ7bdGCqaKTB {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #h2qrqHZBlfII4HzgOvNcgF4fTbiIwuUy {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #WFXVXTgpzBzLAEEzlb87eWDfr5JDvZiI {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GIiUPpulDGz0dryQWO3eInZ1qF0mLxJ5 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #xLSEM354sqOC6OUh1gAt8HRf3K7G6M46 {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #QSH7NLRl3zcKTDO2QkF5lL0xhKDfvKz8 {  }
 }@media only screen and (max-width: 763px) { #ITDqiX7i7p9prL65yCSIlct1yXIsclPv { display:block; }
 }@media only screen and (max-width: 763px) { #KPpik5pX98HSpzCGeATVnhznWEzx1VeL { display:block; }
 }@media only screen and (max-width: 763px) { #seJslx3OSOVuOqHMLdEJfIwXB1BoFs4E { display:block; }
 }@media only screen and (max-width: 763px) { #TBsgyxzTHnJXnatTbxmDFtWJFLgNdZNF { display:block; }
 }@media only screen and (max-width: 763px) { #UlbQTzBumQzqSuwNQqnRoaKUsl5q3i3d { display:block; }
 }@media only screen and (max-width: 763px) { #A73qoAKLt6l4GsrybBpcSRS1bi33cXNO { display:block; }
 }@media only screen and (max-width: 763px) { #JPgNve6KcnTgyohdWcpDOGKQiefCvgwT { display:block; }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #GzZ4uToXTTJ6TiOsSPIecodgmTE0bHdy {  }
 }@media only screen and (max-width: 763px) { #FMoH9ETMb6IBGMib3ATrJ9cvi25pFBiX #bBArrxTTu1ahwTH2p2AUVNCnhuvT4FlJ {  }
 }@media only screen and (max-width: 763px) { #ED1mWhNxAHZHMnb1kagiJRJAXb9Jt7yT { display:flex;width:1.5rem;height:1.5rem;top:25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #boSR3uF63pq60F4xArQBKA9C8nqOs38x { width:17.875rem;height:3.3994125rem;top:24.75rem;left:2.125rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mboT6RKJEOMTosnRimBx0do9DHunGQRS { width:18.0625rem;height:5.09911875rem;top:28.9375rem;left:1.9375rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gQWByioidHEW4JG9ggg46xTBtPZ5JSvw { display:flex;width:1.5rem;height:1.5rem;top:28.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F4ORSQvFBmW4XO3Va6GxLnSZ821D6ZR5 { width:18rem;height:3.3994125rem;top:34.5625rem;left:2rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8tv8pkJSykaGLbzyEI0vMa52p9u9egU { display:flex;width:1.5rem;height:1.5rem;top:34.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VbuxVBdpiRNmCEOfPTHEUaF76bKAwkCa { width:18rem;height:3.3994125rem;top:38.625rem;left:2rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2vaGzJzQoiwNWaCVibAcivkHV1EQwzr { display:flex;width:1.5rem;height:1.5rem;top:38.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fZn8z9nhGsJAcWqVg9LLJfNuJsbD5Mi9 { width:17.8125rem;height:5.09911875rem;top:42.875rem;left:2.1875rem;font-size:1rem;z-index:15027;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0fJafxIuXHXR13GNzkBuz9yhhOCGDBN { display:flex;width:1.5rem;height:1.5rem;top:42.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h04fH0PtkL9gX0T9Ku3LdC1b06OCXpcp { width:17.6875rem;height:6.2988125rem;top:17.375rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9AnTUlca25VaxdPViTFs601ztCf2NyL { width:17.4375rem;height:3.8994125rem;top:84.875rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 { display:block; }#mQKCiW3r5iRdUQqxNPfRcTtTBH5f9un0 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7s9OGMKb8Ba0iqmzd3He07sqWL3JdDq { width:20rem;height:3.3994125rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT .accordion-desc-text { font-size:0.875rem;height:auto; }
#lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT { display:flex;height:auto;width:20rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #AyFFXxhHbUK83LLERhh2bcx3vOlXqwdJ {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #T60ar7dPh71cteaghKstZTg9FVbudqvs {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Oy23y5JPO2mlKB5doIrelVkofsTkBas7 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #So1GtVTc2antS6yoRvIka31rHmtDSGHb {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #NEavcFAcWDVTCF2RirqNON572n81Gyx9 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #LvlzM4baXV9kEGMCUJT9nSRNt0AgHGG0 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #D5A2xJybPP1dLWBw9SR5RQ5GsexUichM {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #GJsFrhyGNBa81HknTwsToK7cDWvDR3hH {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #cUpXn8ZMuCBoZQBsIxKRUEXMCIAVBCQU {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #hzTyuoO0b1hNBRXhIThA8uLsGerT5Zp1 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #ZOJoi29T3RyJxUVkPLGllZ7EDRZkB7Kz {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #PtcBug11DVGggr1TBJrFfMl1D79kUuLc {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #QWaZuqHt83ikLPMLORXybtVe0g3JdiML {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #nvnIVEJthE2kDo2myrOmiE4GSpoDqn84 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #kHvlDyOqfvK3w5nJLBUhEg5smSJWgDPN {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #v825WwM2qpZOvpcJ4TG6bU8yWNogtkTt {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #vZbBkBUVfT3XohCGSwTXTShAtJcogc36 {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #UW153HbL4UzPnNm3NP9DOgbLdD3iU2Ci {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #Gkh00wRR1aeSe7sEZuP6kmbLszuCau2T {  }
 }@media only screen and (max-width: 763px) { #lqVwzdmWIMJ4SD2KyPzGCIOeiSpuUzFT #TpTEDTl9O1KPb5lhgwTghPAl9nlu8MQb {  }
 }@media only screen and (max-width: 763px) { #plgz6DBllVsoB6Od679kD6W6z6mCSR62 { width:20rem;height:1.75rem;top:2.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7Hd4h27e8PPelXam9TbeTii4emro1qv { display:block; }#x7Hd4h27e8PPelXam9TbeTii4emro1qv > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syKBnxZTIeaJbvPM3E1Pu8pv43M2RzaL { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZbyhgM4N6TJsQNSTtwXHAqfRMvViXu1 { width:20rem;height:6rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTLTdxi5syS4AKHaiOKVUev6fqv3Z41 { display:flex;width:1.5rem;height:1.5rem;top:12.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MHMDt2zimdkcKtoTVZlEq5bfdMokbvxV { width:20rem;height:2.125rem;top:14.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iesFC4E4bQ9PlWdXZRvsrfMfdOu2kriI { width:15.3125rem;height:1.9121125rem;top:12.0625rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZKVLbGMFfSA3MQIopieaaZLoq4aQ7Qk { width:20rem;height:2.125rem;top:20.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XDbKKWJT41aVauUdGpp4gdTUtwH6UgzC { display:flex;width:1.5rem;height:1.5rem;top:18.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WCRo4CTFqmc1daNl1VF4VkeMgFBnb0SE { width:15.3125rem;height:1.9121125rem;top:18.125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aao3KkR3agqxyKi7uymwsoXBLRyoTv2M { display:flex;width:1.5rem;height:1.5rem;top:25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FrRcbTMAExZLGJDpeKoVSD8lREkG96il { width:20rem;height:7rem;top:27.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJ04tWXRkDdnNPlotEkm52XEyaDqBAha { width:15.3125rem;height:1.9121125rem;top:24.8125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko { display:block; }#RlvvC5oTw6D2GDyFk8xeFmxb1KHDkOko > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cuGQn9RyFq2JmKyqsV2O7hkKNaKqPLTW { width:16.875rem;height:3.3994125rem;top:2.75rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HP3GEM5cvTwO8KeEZmQdGIvTzFrDu5wd { width:10rem;height:2.8125rem;top:8.33642578125rem;left:5rem;display:block; }
 }