.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#230954;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;overflow:visible;position:relative;display:block; }#TDoXnRDC6zTSH7GKLvo2oHLOQNQnu9Zd { color:#ffffff;display:block;width:69.1875rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.9375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NG4oEnhzrand8sRgfgJc0UIFqduZHfmg { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:19.3125rem;left:20.5625rem;height:3.25rem;font-style:normal;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; }
#QDxJkw5481qT28VfDPEVQRb2tcX0AM4N { 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:1.9375rem;width:8.875rem;top:3.0625rem;left:33.062500953674rem;overflow:hidden;display:block; }
#bffHxlKTtQcGXIWMGuzqg1rdNFNI4piO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:37.4375rem;top:30.825000762939rem;left:18.780468940735rem;overflow:hidden;display:block; }
#FuP7yHJI3yV3fEWNMhfU7Nim03zq7XRV { 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:11.375rem;width:73.0625rem;display:none; }
#TbqXsTiMtP604P8T0Es0f2ZMv21iGNU0 { 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:11.375rem;width:34.125rem;display:none; }
#fnO1EMoJM4ADthOVb0kIJE0GSicoeTFJ { box-sizing:content-box;height:0.1875rem;width:18.125rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12rem;left:11.125rem;display:block; }
#TlVPqsddMH5dtTiyE3UEIolN7fwOt1Tu { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25rem;left:23.062500953674rem;display:block; }
#VfO7J9u3Vg9GEttCTG66Nqg3Fndos7Q4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 { position:relative;display:block; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 { background-color: transparent; background-image: none; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .row .container > .video-iframe-container { display: none; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .row > .video-iframe-container { display: none; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .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); }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 { border-width: 0; border-radius: 0; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .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; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .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:31.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zHhnK0cZveinawoT5uk7gfQx6pmfU4ye { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.4375rem;top:3.1875rem;left:18.280468940735rem;display:block; }
#dlPPBAIJTzs2JWDLIOlIewuE2MBTO8dJ { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.4375rem;top:3.1875rem;left:18.280468940735rem;display:none; }
#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP { position:relative;display:block; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP { background-color: transparent; background-image: none; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .row .container > .video-iframe-container { display: none; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .row > .video-iframe-container { display: none; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .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); }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP { border-width: 0; border-radius: 0; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .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; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .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:33.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; }#WXWEgimheP47VzLIVxt1n6XBiGOOI11V { color:#230954;display:block;width:44.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4906253814698rem;left:15.092968940735rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAKfe3u77f2DtWII5q28zJKfOClxvqQv { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.60000038147rem;left:23.062500953674rem;display:block; }
#tJyfQNgcpB8EKq61Kkcqp429ruRI8yVb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rc7yoE28OIseXpHsKy5KCeAKfJPZ3WO6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:69.4375rem;top:13.25rem;left:2.78125rem;overflow:hidden;display:block; }
#IOecUwBQwbzxQvD2NnBUeREvI1JXdoFW { 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:52.375rem;width:75rem;display:none; }
#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 { position:relative;display:block; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 { background-color: transparent; background-image: none; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .row .container > .video-iframe-container { display: none; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .row > .video-iframe-container { display: none; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .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); }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 { border-width: 0; border-radius: 0; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .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; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0eefd;background-image:none;font-size:0.875rem;font-family:arial;height:43.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; }#r33XD8ePxkHof0QnJKnTWokzNcOTsaVs { color:#230954;display:block;width:23.5625rem;position:absolute;font-family:roboto;font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:6.5rem;height:12.91875rem;font-style:normal;display:block; }
#eAk0KNV69cTWhcDB0z4J8OQsP69Prywp { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:6.5rem;height:9.75rem;font-style:normal;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; }
#fC87rJdVC5x575gx3pAdi6wn4T8ppdkL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:9.08437538147rem;left:45.812500953674rem;overflow:hidden;display:block; }
#oWmrNoVZH3ldxkZs4UVPnQEPn8hnerwL { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.862500190735rem;left:48.937500953674rem;height:3.25rem;font-style:normal;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; }
#t6nJbHaGBSwVLwheBksUWxTRoWUB7PhT { color:#230954;display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9375rem;left:44.031250953674rem;height:2.03125rem;font-style:normal;display:block; }
#oH3BF4b5JXk9EQw0W1LGiVyrvTZmAg9C { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.625rem;left:48.937500953674rem;height:3.25rem;font-style:normal;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; }
#OJprOtd8KmGqCv10kkHSkO5kpr4yI7Pq { color:#000000;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:20.125rem;left:48.937500953674rem;height:3.25rem;font-style:normal;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; }
#x9iT8F3NNFL5LUReqeDQasgo6TIzTvGK { color:#000000;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.875rem;left:48.937500953674rem;height:3.25rem;font-style:normal;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; }
#WO4JgSM9A7qMBOAhH0nzZ2X5fq1LlpFe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:14.8125rem;left:45.812500953674rem;overflow:hidden;display:block; }
#AoTATEFzO6bTWC9x2KLxzovTO9589Rpp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:20.25rem;left:45.812500953674rem;overflow:hidden;display:block; }
#mbSkuLwLFUSIbliln0TOCdSa6NhDsLt2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:26.0625rem;left:45.812500953674rem;overflow:hidden;display:block; }
#eSqUMOpTBM8m7Erof9vvGnaaBpgyMSWo { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:#230954;background-image:none;top:13.4375rem;left:49.093750953674rem;display:block; }
#RHdTMyHJ4t3gPZIR545UMse7QRqW6Ice { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15009;background-color:#230954;background-image:none;top:19.0625rem;left:49.093750953674rem;display:block; }
#VTiBs1EOBdnrETgEAfF92Vzps07qVaPw { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:#230954;background-image:none;top:24.5rem;left:49.093750953674rem;display:block; }
#nPo6dRRNlyRTzoORv7tuwAqTNOGwiPwb { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.1875rem;left:23.062500953674rem;display:block; }
#eMdv7XicyGw9eMWaItChxNaXnE2AAwqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQRP19Cnu6roUf5cKnQXBAbXsdyc2Cn4 { color:#230954;display:block;width:37.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.0625rem;left:18.967968940735rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 { 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; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row .container { background-color: transparent; background-image: none; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row .container > .video-iframe-container { display: none; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row > .video-iframe-container { display: none; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .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); }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row .container { border-width: 0; border-radius: 0; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row .container { font-size:0.875rem;font-family:arial;height:61.6875rem;width:75rem;position:relative;display:block; }#O7fOpxPlz18DynhxaScc8Wy2780xCcAJ { color:#230954;display:block;width:44.5625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.42578125rem;left:16.030468940735rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsdfTXfzD6hMgHKMaFDaA2sdsBeDX18U { color:#230954;display:block;width:9.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.9375rem;left:4.6875rem;height:29.25rem;font-style:normal;display:block; }
#HUMNRd1ENFLAJ0ThFMrOAvCkFJDHZKpK { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:18.25rem;height:27.7875rem;font-style:normal;display:block; }
#cT47KzKB5I1VUQuJz9Twu9TpRUUeQiAw { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:27.75rem;height:27.7875rem;font-style:normal;display:block; }
#MG0AWazTBeeiALA6CdGZBdzRJcB6Vfq4 { color:#000000;display:block;width:8.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.9375rem;left:39.8125rem;height:27.7875rem;font-style:normal;display:block; }
#BweLNIatLcGWKcrSM0iTw4vFETm9iE7E { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:51.125rem;height:27.7875rem;font-style:normal;display:block; }
#ZJaDg7JltnJUq9o3S0C1SRV9MP3cMLVp { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.9375rem;left:62.3125rem;height:29.25rem;font-style:normal;display:block; }
#Wi6BrH6xFc4WCRJqrDln3tXcLDiK6LdX { color:#230954;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:6.3124990463256rem;height:1.7875rem;font-style:normal;display:block; }
#VMSxGQyOPkXzS6onGNbSXQB7d7VU2t3T { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:12.375rem;left:14.875rem;display:block; }
#nPFhQ3AJ5bHBWwntUf1wDDduS7MwhA1w { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:12.375rem;left:25.6875rem;display:block; }
#AD04utRzJukuFPBbsrNdKUmtaQAbiuSB { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;top:12.375rem;left:38.25rem;display:block; }
#deBPFpIaOEKQ9TBs6XEPhBPCM9ORoHJf { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:#000000;background-image:none;top:12.375rem;left:49.125rem;display:block; }
#BTn8VTaxtq0x4OvuTPR311LKmpt45nbM { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;top:12.375rem;left:60.5625rem;display:block; }
#hA8vmWFcxosHQ9kcHhVsSXy5uxIWUpp7 { color:#230954;display:block;width:5.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.750001132488rem;left:17.987500190735rem;height:1.7875rem;font-style:normal;display:block; }
#Df3KVTrZziLeTwAWcPz1mfct8w3FTSJq { color:#230954;display:block;width:3.1875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.750001132488rem;left:30.875000953674rem;height:1.7875rem;font-style:normal;display:block; }
#MQwZLuECweE65BCKtgb2hTT8RAaWv8Rv { color:#230954;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.750001132488rem;left:41.031250953674rem;height:1.7875rem;font-style:normal;display:block; }
#frOKTeQwtn9HOh9NbWGarcTbPDIToQNb { color:#230954;display:block;width:6.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.750001132488rem;left:51.937500953674rem;height:1.7875rem;font-style:normal;display:block; }
#FNzaDV90erWPLrFLyITG0bm7tpfCduCv { color:#230954;display:block;width:3.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.750001132488rem;left:64.437500953675rem;height:1.7875rem;font-style:normal;display:block; }
#PQVHlakHybH3img5ftUvvq6nTRi2VVlo { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:53.849222183228rem;left:23.875000953674rem;display:block; }
#f3RQzhQpC5A2fAN9IRLDogx23ZAHfvNn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mneHpAlmpxX0WuWDMkwoWUTd9rLxzGAM { box-sizing:content-box;height:37.5rem;width:0.125rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;top:12.375rem;left:14.875rem;display:none; }
#TfXnqb4CXpNy9PS3zcfgoUnOx8BobtXh { 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:120rem;width:36.6875rem;display:none; }
#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu { position:relative;display:block; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu { background-color: transparent; background-image: none; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .row .container > .video-iframe-container { display: none; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .row > .video-iframe-container { display: none; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .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); }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu { border-width: 0; border-radius: 0; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .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; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f0eefd;background-image:none;font-size:0.875rem;font-family:arial;height:39rem;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; }#sKKUvM99UzBV1EMalUClJ9zZD9N6qdpo { box-sizing:content-box;height:13.6875rem;width:15.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:11.4375rem;left:56.718750953674rem;border-top:0.1875rem solid #03363d;border-left:0.1875rem solid #03363d;border-right:0.1875rem solid #03363d;border-bottom:0.1875rem solid #03363d;display:block; }
#JzQn3IMeEvpPpJKwFRgcQORDSZKwJwTl { box-sizing:content-box;height:13.6875rem;width:15.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:11.4375rem;left:38.343750953674rem;border-top:0.1875rem solid #03363d;border-left:0.1875rem solid #03363d;border-right:0.1875rem solid #03363d;border-bottom:0.1875rem solid #03363d;display:block; }
#T6TUBXKdtCTreae6iAiqLJPQOZ3ONlpR { color:#230954;display:block;width:7.8125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0375061035156rem;left:42.399998664856rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adJTicSwWV4hMm2THI4iPikNBIR5Jksu { color:#230954;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9250030517578rem;left:58.306252479553rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgHBTnahw3zZ4TgIIloAN4aLKMH4xi2Z { color:#230954;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.0625rem;left:40.625000953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTUoIUwvlfXtJrcVNfJWORwGHDE7IycJ { color:#230954;display:block;width:5.8125rem;position:absolute;font-family:gilroy;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.1875rem;left:46.187500953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJiIV8uDuqxVgVyIRyLE7bb97E7G7RFI { color:#230954;display:block;width:7.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.8125rem;left:42.681248664856rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRGtZPdyCit1CBTNiV1dGFz8VDpGTu3J { color:#230954;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:43.399998664856rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r25Caol2rLZJOdGOg2nM7oUP7TB5q0sp { color:#230954;display:block;width:11.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.375rem;left:39.125000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzAxsp9PuOU5xVTpULaNotD6GSBzaiey { color:#230954;display:block;width:4.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.1875rem;left:49.125000953674rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUKiS0lDX4OaRCTZXQoq9tXKFZS1Kebw { color:#230954;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5rem;left:61.750000953674rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUMh5EHsq8Ebx63P58eRJ4c54mRBRsSR { color:#230954;display:block;width:10.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.5rem;left:57.500000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCw2sX3vCfPNM273ecUqnMxamJG73vrD { color:#230954;display:block;width:4.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.3125rem;left:67.312500953675rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xR4CKmyrUSrWSlV8dr9OxmsdaAcVVa5Z { color:#230954;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16rem;left:61.750000953674rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nptAQh3t42UvuVnnxI5uglhwe5WvXuFC { color:#230954;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5rem;left:65.000000953675rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZD5RRXpoOvsuZtUXtZ4pa8r0X9GhAtSA { color:#230954;display:block;width:7.375rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:58.062500953674rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h4lJD225PJBVTHTVrAGyfwzI4LhAr4y8 { color:#230954;display:block;width:29rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.25rem;height:16.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vmbT1kGRC1vW2oha6bzuHmGe01JnHgfM { color:#000000;display:block;width:29rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.128128051757rem;left:3.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BIEcnuqTGMR45NCTaeSRuCPBks6D1QNK { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.109375rem;left:60.631249427796rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VSSxlMUiOsfMesw9wzv8qy7kaG1ZGDAX { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.412506103516rem;left:23.062500953674rem;display:block; }
#Wkgt3dTSh6qHneCxKUaOd6zUA3tE1Fiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#avlWACClZhLBak6UINl3lVFU1fFwEOfh { position:relative;display:block; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh { background-color: transparent; background-image: none; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .row .container > .video-iframe-container { display: none; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .row > .video-iframe-container { display: none; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .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); }#avlWACClZhLBak6UINl3lVFU1fFwEOfh { border-width: 0; border-radius: 0; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .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; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .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:52.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; }#TgLPqbdcWEgd9ZCWqgSRc8qg29NL2M6K { color:#230954;display:block;width:56.75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:9.124218940735rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkHteavBEbCWwDiHmXKRGLTIr3VhmscT { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1875rem;left:12.624218940735rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONfmZd1Tk2BDe4435dmXgSRF88E2FXCG { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.1875rem;left:32.781250953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tgn7LDwFSHTqfUSNxBG4ALTMtmJnXhWv { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1875rem;left:50.812500953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTEiNX6W0Zx5GTVnTtKzUTKqw9XS634q { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.375rem;left:22.500000953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ech5Ewf7Q9gCqombL1iklNrS6L04f8ne { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.375rem;left:41.781250953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WKrbnT38JS4bQ5BHqd9k1oxyL3gGhQqm { box-sizing:content-box;height:9.375rem;width:15.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:14.078125rem;left:11.092968940735rem;border-top:0.125rem solid #230954;border-left:0.125rem solid #230954;border-right:0.125rem solid #230954;border-bottom:0.125rem solid #230954;display:block; }
#SCK1hIl4Bu2NQvxm2bbyeHRQxa8BLrDz { box-sizing:content-box;height:9.375rem;width:15.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:13.978125572204rem;left:29.837498664856rem;border-top:0.125rem solid #230954;border-left:0.125rem solid #230954;border-right:0.125rem solid #230954;border-bottom:0.125rem solid #230954;display:block; }
#wJ4Bnnr36OL9dZkOk6JlhbZiXc6N3ELB { box-sizing:content-box;height:9.375rem;width:15.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:13.978125572204rem;left:48.368748664856rem;border-top:0.125rem solid #230954;border-left:0.125rem solid #230954;border-right:0.125rem solid #230954;border-bottom:0.125rem solid #230954;display:block; }
#CDgKRpJFXrIgB6Rc5aQWp2R8RzAS1AsE { box-sizing:content-box;height:9.375rem;width:15.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:29.16562461853rem;left:20.431250572204rem;border-top:0.125rem solid #230954;border-left:0.125rem solid #230954;border-right:0.125rem solid #230954;border-bottom:0.125rem solid #230954;display:block; }
#DexJFxagMnaehwzKMZoxpCKiiEsGpICi { box-sizing:content-box;height:9.375rem;width:15.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:29.16562461853rem;left:39.212498664856rem;border-top:0.125rem solid #230954;border-left:0.125rem solid #230954;border-right:0.125rem solid #230954;border-bottom:0.125rem solid #230954;display:block; }
#lSdiEelSLUaq3p4VDLhzAeHhHhJnAtd5 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#230954;background-image:none;top:11.862500190735rem;left:9.124218940735rem;display:block; }
#K5mA8Ft1gCagA8gMCi4JsWqrWBqt0129 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#230954;background-image:none;top:11.862500190735rem;left:27.561718940735rem;display:block; }
#GnIW4bCe6vhRxvhBDW6vHJwMtX4a9TQ7 { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#230954;background-image:none;top:11.862500190735rem;left:46.311718940735rem;display:block; }
#EdJJom34op6dd3lZqpLM3GP77zxV2HmM { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#230954;background-image:none;top:26.9375rem;left:18.374218940735rem;display:block; }
#ZR6dq3Z7v759Gu5gffeZLUcoR5VNNX0p { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#230954;background-image:none;top:26.9375rem;left:37.124218940735rem;display:block; }
#c7oII68bT1DESRcc9wvMe1lLwpEswHct { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.831250190735rem;left:9.749218940735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXwstLoPIvqlily1TxXgUNWALreTp9pT { color:#ffffff;display:block;width:2.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.831250190735rem;left:28.300000190735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZOyOaZpDkSACU0lpI41uAd25UdCnznz { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.831250190735rem;left:46.925000190735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXpoNKzQhDdC4kRSQRhJCCnHNToIKoNN { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.90625rem;left:19.175000190735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLSUpI276CLMd6ss7VnUTWGVrMZ5IXcF { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.90625rem;left:37.862500190735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fo7luLmOmGJR5vbA8sL9e3cTsdHPI4mF { color:#230954;display:block;width:26.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.153125762939rem;left:24.156250953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELRny0o7d9igdUWRzLxez6f3IT79NMeW { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.875rem;left:23.062500953674rem;display:block; }
#TZXe5odcSZPeTMpU6NzUmSRmEy0SnWyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lonactHUEDSkhsx8gO1od55UsB6gJHrS { position:relative;display:block; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS { background-color: transparent; background-image: none; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row .container > .video-iframe-container { display: none; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row > .video-iframe-container { display: none; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .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); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS { border-width: 0; border-radius: 0; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .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; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .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:69.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; }#TnyExN8sSsaVee0ukRw1SIMPotPpd2O1 { 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:20.875rem;width:56rem;top:27.82265663147rem;left:9.499218940735rem;overflow:hidden;display:block; }
#wzdfTi28IIQGcpbpp1hCl7AcQsDL0Enc { color:#230954;display:block;width:22.75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.2484359741211rem;left:26.125000953674rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiUiiTuT2lMRwAeACW6K8Jhmw4dRevPG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.8125rem;width:26.375rem;top:10.987499952316rem;left:9.499218940735rem;display:block; }
#ZSewTfNcv3B9hTBWvK4HuvWX1aXI0gA9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.8125rem;width:26.375rem;top:10.987499952316rem;left:39.174218177796rem;display:block; }
#fEp762gLOmMJWqidQNu6PJXZheCHNAnE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:37.4375rem;top:51.086719512939rem;left:18.780468940735rem;overflow:hidden;display:block; }
#v3rF0Zu8FyUcwAipNCBTTof22b3U3QCV { box-sizing:content-box;height:64.875rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#f0eefd;background-image:none;top:0rem;left:0rem;display:block; }
#vmsP09bhX73anTUPZO1HO5ao2zMNrnNG { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:57.475002288818rem;left:23.062500953674rem;display:block; }
#KMDGBoZgEARA0mrVqN7oEzZFo7hym4qR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RmNecHTLL8VBgGog9zZNl0ZQipnopu2C { 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:89.4375rem;width:66.9375rem;display:none; }
#zlKblQaz2B5M06fkcpmcn3BExwBSOtrD { 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:11.375rem;width:34.125rem;display:none; }
#dbJOIa9P819W5xXTL3USsaZkxufAmVlJ { 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:11.375rem;width:73.0625rem;display:none; }
#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#230954;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; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row .container { background-color: transparent; background-image: none; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row .container > .video-iframe-container { display: none; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row > .video-iframe-container { display: none; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .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); }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row .container { border-width: 0; border-radius: 0; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row .container { font-size:0.875rem;font-family:arial;height:97.0625rem;width:75rem;position:relative;display:block; }#V4r638E5OTm2fhWnJJDGT8TS8ECUuGxP { color:#ffffff;display:block;width:65.875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.93359375rem;left:4.5625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .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:rgba(227,227,227,0.17);background-image:none;vertical-align:top;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .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;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:roboto;color:#ffffff; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:roboto;color:#ffffff;line-height:1.5;overflow:hidden;height:auto; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-trigger.adaptive-delivery-prevent-bg, #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-trigger.lazyload, #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-trigger.lazyloading { background-image: none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 { box-sizing:content-box;height:auto;width:57.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:32.0375007689rem;left:7.561718940735rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #QnFK19Hf6T1R4LPFT2adXIyiAJVEyFc7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #hsTIIXRHAkzR6V8AzpzkA8q7gMBVOKO6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MhMHefOznybbQXsoRfE9S8M6XzfJbSsa { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #qoRT5canOP7mBdngz6NMmC5Fwi6RTTgu {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nSfyb0JQG9HCAGndKb5GutJBV2Btv86D {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #vdQv6dRo3NvpMwscsUAO1RHF1xPn7PhK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #PWZ47xkemzNnN5gdMZMhvfJpTPBrqowv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MThJGnToByID82stMCgvIyBIxioT9h3w { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #XcJe4CpuAekwak8lwG4f5VPSR1ZdRr1G {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #DTNWrQoOrD4m0p4Pxi2ovTVWxCUlVXFb { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #A0I3Rxan8ip1Tgo0XFRrOPaFvmTkI46e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #wnDnDugTR4BTy9VkttZrOTHUb4Wt4HFB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #yMuLSTzhzkRQlgWmnTqK3qkbzmW97ZiE { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #waZB8Llyqu0AAC4PtUfMzcGTQMT2tkXQ {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #lUQSdgxZCvoGtJL6oinPQiS4lesl0wZe { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #SSQJsUA5J3kWguu941hVJtXDIbWJwSZQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #F7fhULZzuv9bFTfa7xPOyP9h6tWe0lCa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #PCSSO0kAwm8cz5KOODfcpBnsqX35s2gN { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #IZJJOI1lr4FFF9rWTOPkLhrTqks0pg63 {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #o1c9wCLlq7kyohdBVEpK87uSAeTxrvhW { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #J6BuJpBCECvLxPSeXqxWMfTp6VpGmWUU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #vMnP3SbgGN6IglHCB2UaRTTUzIqnUZDT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #c8hqDiGtVuqUgriTefvehQcuNMhRBd0x { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #n04zkHuTbpkmorzCGF7WIRhTNwyevMt8 {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #v0rLsxZqK2tGtQnv8bhbwhSOoidudTNI { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #aFrByyKDIsCM1qtzANVZcDogV4vpZaWn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #tbfxzJDxfxlxAoizdGgDUhBkKo0pCqeW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #VlTvzCp5ucD3Z1WPyt1CNw5E7tqCrPUo { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #Sod2veffsuz9PnAgHzNuPquLnnDPIeh3 {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #wZmf3RI26KIE2QC9H3k1ktvtkukcTLon { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #udkTXK0nHOOl4huMn6wKxe9Gqp9uqV3C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #y1sXzq6Bb2ZAbhUWLADrptg511l56Hf1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #NVC7HLa1C1LmT0sNRD4qDecR9A4RPT1C { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #GmaosZcDERGsA5SGgNCy0n7RTaqIJfNf {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #ypTMezgNGCTJ7TawysTcDc4yBQgoRMKh { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #M5uxdtVziJOEvEcqm4vG8piPoltffNJE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nDouXvG6DOFwa8AA8wirUU5yFQ5NQdv0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #v30Wy2XDfZF3anvdtNoTLqeF48k1M2Z9 { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #xMAz1MfeCZB05ppBIl89OXid8Xeqa6if {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #GJnTUnvR1EdgOTQ32rrkA12tFd70h3DX { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #TnS5Av2AKV0u5ClfpTq0Gw2odkl6PNR7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nemRlPKVSMRrNxJwTGtRU8Lq7gFCgeeX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #WFZFSnEqcKZFIA665wes0QnipH6cecTJ { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MQmvNOxv4xE02iembnQHly1ltS18HNQG {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #bmQcEkql7L0P9Q9GK255TBEVdCNPOUNb { display:none; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #tuSIkPmSXK2f3ov42c1Dk6VUKAcIXqFU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #i6MB8Tqb0Z87bmnUTRQyCkhNItABgDKy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #ZN2tMzgCRbJmSLeMUenQWNpZvHEngwfG { display:block;position:relative; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #E1a69OrTMCWxx0A4tA9CTgCKTDP1rpC2 {  }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #FzC7ggiSVyhMviKMVRb5pJPrGgl1ZrZE { display:none; }
#K5aCXiUQQuBmWIowD27oc3vpPxnAxo8i { color:#ffffff;display:block;width:58.75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.74609413743rem;left:8.124218940735rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSQ2yIqLQToot9QGfi8Ocgu1TOt3xWWJ { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:85.183605581525rem;left:23.062500953674rem;display:block; }
#VLReBiit15skuA0enmNXaaNGvnpp9gNe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3Kx2LBowq6LicXdu1WRCAEWTMEchwRE { background-color:#7b68ee;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:16.912499904633rem;left:23.062500953674rem;display:block; }
#ZHrQUGzLkMSbTsEwmBDrkVF3ivJlfDub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDoXnRDC6zTSH7GKLvo2oHLOQNQnu9Zd { top:7.5625rem;left:0rem;width:47.75rem;height:9.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG4oEnhzrand8sRgfgJc0UIFqduZHfmg { top:19.3125rem;left:6.9375rem;width:33.8125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDxJkw5481qT28VfDPEVQRb2tcX0AM4N { top:3.0625rem;left:19.437500953674rem;width:8.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bffHxlKTtQcGXIWMGuzqg1rdNFNI4piO { top:30.8125rem;left:5.1554689407349rem;width:37.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuP7yHJI3yV3fEWNMhfU7Nim03zq7XRV { width:47.75rem;height:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbqXsTiMtP604P8T0Es0f2ZMv21iGNU0 { width:34.125rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnO1EMoJM4ADthOVb0kIJE0GSicoeTFJ { top:12rem;left:0rem;width:18.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlVPqsddMH5dtTiyE3UEIolN7fwOt1Tu { width:28.875rem;height:3.4375rem;top:25rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfO7J9u3Vg9GEttCTG66Nqg3Fndos7Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 { display:block; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHhnK0cZveinawoT5uk7gfQx6pmfU4ye { top:3.1875rem;left:4.6554689407349rem;width:38.4375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlPPBAIJTzs2JWDLIOlIewuE2MBTO8dJ { top:3.1875rem;left:4.6554689407349rem;width:38.4375rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8g2khsIEEgmprnN0BpJRMTdOXL26SSP { display:block; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXWEgimheP47VzLIVxt1n6XBiGOOI11V { top:3.4375rem;left:1.4679689407349rem;width:44.8125rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAKfe3u77f2DtWII5q28zJKfOClxvqQv { width:28.875rem;height:3.4375rem;top:25.5625rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJyfQNgcpB8EKq61Kkcqp429ruRI8yVb { display:block; }
 }@media only screen and (max-width: 763px) { #rc7yoE28OIseXpHsKy5KCeAKfJPZ3WO6 { top:13.25rem;left:0rem;width:47.75rem;height:6.1890189018902rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOecUwBQwbzxQvD2NnBUeREvI1JXdoFW { width:47.75rem;height:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 { display:block; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r33XD8ePxkHof0QnJKnTWokzNcOTsaVs { top:3.4375rem;left:0rem;width:23.5625rem;height:12.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAk0KNV69cTWhcDB0z4J8OQsP69Prywp { top:19.4375rem;left:0rem;width:25.9375rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC87rJdVC5x575gx3pAdi6wn4T8ppdkL { top:9.0625rem;left:32.187500953674rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmrNoVZH3ldxkZs4UVPnQEPn8hnerwL { top:8.8125rem;left:28.6875rem;width:19.0625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6nJbHaGBSwVLwheBksUWxTRoWUB7PhT { top:3.9375rem;left:30.406250953674rem;width:13.3125rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH3BF4b5JXk9EQw0W1LGiVyrvTZmAg9C { top:14.625rem;left:30.4375rem;width:17.3125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJprOtd8KmGqCv10kkHSkO5kpr4yI7Pq { top:20.125rem;left:30rem;width:17.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9iT8F3NNFL5LUReqeDQasgo6TIzTvGK { top:25.875rem;left:30rem;width:17.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO4JgSM9A7qMBOAhH0nzZ2X5fq1LlpFe { top:14.8125rem;left:32.187500953674rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTATEFzO6bTWC9x2KLxzovTO9589Rpp { top:20.25rem;left:32.187500953674rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSkuLwLFUSIbliln0TOCdSa6NhDsLt2 { top:26.0625rem;left:32.187500953674rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSqUMOpTBM8m7Erof9vvGnaaBpgyMSWo { top:13.4375rem;left:29rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHdTMyHJ4t3gPZIR545UMse7QRqW6Ice { top:19.0625rem;left:29rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiBs1EOBdnrETgEAfF92Vzps07qVaPw { top:24.5rem;left:29rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPo6dRRNlyRTzoORv7tuwAqTNOGwiPwb { width:28.875rem;height:3.4375rem;top:36.1875rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMdv7XicyGw9eMWaItChxNaXnE2AAwqw { display:block; }
 }@media only screen and (max-width: 763px) { #GQRP19Cnu6roUf5cKnQXBAbXsdyc2Cn4 { top:33.0625rem;left:5.3429689407349rem;width:37.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 { display:block; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7fOpxPlz18DynhxaScc8Wy2780xCcAJ { top:2.375rem;left:2.4054689407349rem;width:44.5625rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdfTXfzD6hMgHKMaFDaA2sdsBeDX18U { top:17.9375rem;left:0rem;width:9.125rem;height:29.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUMNRd1ENFLAJ0ThFMrOAvCkFJDHZKpK { top:17.9375rem;left:4.625rem;width:6.1875rem;height:27.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT47KzKB5I1VUQuJz9Twu9TpRUUeQiAw { top:17.9375rem;left:14.125rem;width:9.4375rem;height:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0AWazTBeeiALA6CdGZBdzRJcB6Vfq4 { top:17.9375rem;left:26.1875rem;width:8.125rem;height:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BweLNIatLcGWKcrSM0iTw4vFETm9iE7E { top:17.9375rem;left:37.5rem;width:7.6875rem;height:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJaDg7JltnJUq9o3S0C1SRV9MP3cMLVp { top:17.9375rem;left:39.75rem;width:8rem;height:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wi6BrH6xFc4WCRJqrDln3tXcLDiK6LdX { top:13.75rem;left:0rem;width:5.8125rem;height:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMSxGQyOPkXzS6onGNbSXQB7d7VU2t3T { top:12.375rem;left:1.25rem;width:0.125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPFhQ3AJ5bHBWwntUf1wDDduS7MwhA1w { top:12.375rem;left:12.0625rem;width:0.125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD04utRzJukuFPBbsrNdKUmtaQAbiuSB { top:12.375rem;left:24.625rem;width:0.125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deBPFpIaOEKQ9TBs6XEPhBPCM9ORoHJf { top:12.375rem;left:35.5rem;width:0.125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTn8VTaxtq0x4OvuTPR311LKmpt45nbM { top:12.375rem;left:46.9375rem;width:0.125rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA8vmWFcxosHQ9kcHhVsSXy5uxIWUpp7 { top:13.75rem;left:4.3625001907349rem;width:5.125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df3KVTrZziLeTwAWcPz1mfct8w3FTSJq { top:13.75rem;left:17.250000953674rem;width:3.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQwZLuECweE65BCKtgb2hTT8RAaWv8Rv { top:13.75rem;left:27.406250953674rem;width:5.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #frOKTeQwtn9HOh9NbWGarcTbPDIToQNb { top:13.75rem;left:38.312500953674rem;width:6.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNzaDV90erWPLrFLyITG0bm7tpfCduCv { top:13.75rem;left:44rem;width:3.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQVHlakHybH3img5ftUvvq6nTRi2VVlo { width:28.875rem;height:3.4375rem;top:53.8125rem;left:10.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RQzhQpC5A2fAN9IRLDogx23ZAHfvNn { display:block; }
 }@media only screen and (max-width: 763px) { #mneHpAlmpxX0WuWDMkwoWUTd9rLxzGAM { top:12.375rem;left:1.25rem;width:0.125rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfXnqb4CXpNy9PS3zcfgoUnOx8BobtXh { width:36.6875rem;height:120rem;display:none; }
 }@media only screen and (max-width: 763px) { #P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu { display:block; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKKUvM99UzBV1EMalUClJ9zZD9N6qdpo { top:11.4375rem;left:31.75rem;width:15.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzQn3IMeEvpPpJKwFRgcQORDSZKwJwTl { top:11.4375rem;left:24.718750953674rem;width:15.625rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TUBXKdtCTreae6iAiqLJPQOZ3ONlpR { top:8rem;left:28.774998664856rem;width:7.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adJTicSwWV4hMm2THI4iPikNBIR5Jksu { top:3.875rem;left:35rem;width:12.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgHBTnahw3zZ4TgIIloAN4aLKMH4xi2Z { top:13.0625rem;left:27.000000953674rem;width:5.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTUoIUwvlfXtJrcVNfJWORwGHDE7IycJ { top:14.1875rem;left:32.562500953674rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJiIV8uDuqxVgVyIRyLE7bb97E7G7RFI { top:15.8125rem;left:29.056248664856rem;width:7.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRGtZPdyCit1CBTNiV1dGFz8VDpGTu3J { top:22.375rem;left:29.774998664856rem;width:5.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r25Caol2rLZJOdGOg2nM7oUP7TB5q0sp { top:20.375rem;left:25.500000953674rem;width:11.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzAxsp9PuOU5xVTpULaNotD6GSBzaiey { top:21.1875rem;left:35.500000953674rem;width:4.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUKiS0lDX4OaRCTZXQoq9tXKFZS1Kebw { top:22.5rem;left:41.9375rem;width:5.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUMh5EHsq8Ebx63P58eRJ4c54mRBRsSR { top:20.5rem;left:36.8125rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCw2sX3vCfPNM273ecUqnMxamJG73vrD { top:21.3125rem;left:43.375rem;width:4.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR4CKmyrUSrWSlV8dr9OxmsdaAcVVa5Z { top:16rem;left:41.9375rem;width:5.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nptAQh3t42UvuVnnxI5uglhwe5WvXuFC { top:14.5rem;left:41.9375rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5RRXpoOvsuZtUXtZ4pa8r0X9GhAtSA { top:13.375rem;left:40.375rem;width:7.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4lJD225PJBVTHTVrAGyfwzI4LhAr4y8 { top:6.5625rem;left:0rem;width:29rem;height:16.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmbT1kGRC1vW2oha6bzuHmGe01JnHgfM { top:25.125rem;left:0rem;width:29rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIEcnuqTGMR45NCTaeSRuCPBks6D1QNK { top:27.0625rem;left:35.6875rem;width:12.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSSxlMUiOsfMesw9wzv8qy7kaG1ZGDAX { width:28.875rem;height:3.4375rem;top:31.375rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkgt3dTSh6qHneCxKUaOd6zUA3tE1Fiz { display:block; }
 }@media only screen and (max-width: 763px) { #avlWACClZhLBak6UINl3lVFU1fFwEOfh { display:block; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgLPqbdcWEgd9ZCWqgSRc8qg29NL2M6K { top:3.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkHteavBEbCWwDiHmXKRGLTIr3VhmscT { top:16.1875rem;left:0rem;width:12.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONfmZd1Tk2BDe4435dmXgSRF88E2FXCG { top:16.1875rem;left:19.156250953674rem;width:9.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgn7LDwFSHTqfUSNxBG4ALTMtmJnXhWv { top:16.1875rem;left:37.187500953674rem;width:10.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTEiNX6W0Zx5GTVnTtKzUTKqw9XS634q { top:31.375rem;left:8.8750009536744rem;width:11.1875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ech5Ewf7Q9gCqombL1iklNrS6L04f8ne { top:31.375rem;left:28.156250953674rem;width:10.1875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKrbnT38JS4bQ5BHqd9k1oxyL3gGhQqm { top:14.0625rem;left:0rem;width:15.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCK1hIl4Bu2NQvxm2bbyeHRQxa8BLrDz { top:13.9375rem;left:16.212498664856rem;width:15.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4Bnnr36OL9dZkOk6JlhbZiXc6N3ELB { top:13.9375rem;left:32.375rem;width:15.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDgKRpJFXrIgB6Rc5aQWp2R8RzAS1AsE { top:29.125rem;left:6.8062505722044rem;width:15.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexJFxagMnaehwzKMZoxpCKiiEsGpICi { top:29.125rem;left:25.587498664856rem;width:15.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSdiEelSLUaq3p4VDLhzAeHhHhJnAtd5 { top:11.8125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mA8Ft1gCagA8gMCi4JsWqrWBqt0129 { top:11.8125rem;left:13.936718940735rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnIW4bCe6vhRxvhBDW6vHJwMtX4a9TQ7 { top:11.8125rem;left:32.686718940735rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJJom34op6dd3lZqpLM3GP77zxV2HmM { top:26.9375rem;left:4.7492189407349rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR6dq3Z7v759Gu5gffeZLUcoR5VNNX0p { top:26.9375rem;left:23.499218940735rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7oII68bT1DESRcc9wvMe1lLwpEswHct { top:12.8125rem;left:0rem;width:3.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXwstLoPIvqlily1TxXgUNWALreTp9pT { top:12.8125rem;left:14.675000190735rem;width:2.9375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZOyOaZpDkSACU0lpI41uAd25UdCnznz { top:12.8125rem;left:33.300000190735rem;width:3.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXpoNKzQhDdC4kRSQRhJCCnHNToIKoNN { top:27.875rem;left:5.5500001907349rem;width:2.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLSUpI276CLMd6ss7VnUTWGVrMZ5IXcF { top:27.875rem;left:24.237500190735rem;width:2.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7luLmOmGJR5vbA8sL9e3cTsdHPI4mF { top:43.125rem;left:10.531250953674rem;width:26.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELRny0o7d9igdUWRzLxez6f3IT79NMeW { width:28.875rem;height:3.4375rem;top:45.875rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXe5odcSZPeTMpU6NzUmSRmEy0SnWyb { display:block; }
 }@media only screen and (max-width: 763px) { #lonactHUEDSkhsx8gO1od55UsB6gJHrS { display:block; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnyExN8sSsaVee0ukRw1SIMPotPpd2O1 { top:27.8125rem;left:0rem;width:47.75rem;height:17.799665178571rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzdfTi28IIQGcpbpp1hCl7AcQsDL0Enc { top:3.1875rem;left:12.500000953674rem;width:22.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiUiiTuT2lMRwAeACW6K8Jhmw4dRevPG { top:10.9375rem;left:0rem;width:26.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSewTfNcv3B9hTBWvK4HuvWX1aXI0gA9 { top:10.9375rem;left:21.375rem;width:26.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEp762gLOmMJWqidQNu6PJXZheCHNAnE { top:51.0625rem;left:5.1554689407349rem;width:37.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3rF0Zu8FyUcwAipNCBTTof22b3U3QCV { top:0rem;left:0rem;width:47.75rem;height:64.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmsP09bhX73anTUPZO1HO5ao2zMNrnNG { width:28.875rem;height:3.4375rem;top:57.4375rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMDGBoZgEARA0mrVqN7oEzZFo7hym4qR { display:block; }
 }@media only screen and (max-width: 763px) { #RmNecHTLL8VBgGog9zZNl0ZQipnopu2C { width:47.75rem;height:63.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlKblQaz2B5M06fkcpmcn3BExwBSOtrD { width:34.125rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbJOIa9P819W5xXTL3USsaZkxufAmVlJ { width:47.75rem;height:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA { display:block; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4r638E5OTm2fhWnJJDGT8TS8ECUuGxP { top:3.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 { display:flex;height:auto;width:45.25rem;top:34.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #QnFK19Hf6T1R4LPFT2adXIyiAJVEyFc7 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #hsTIIXRHAkzR6V8AzpzkA8q7gMBVOKO6 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MhMHefOznybbQXsoRfE9S8M6XzfJbSsa {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #qoRT5canOP7mBdngz6NMmC5Fwi6RTTgu {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nSfyb0JQG9HCAGndKb5GutJBV2Btv86D {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #vdQv6dRo3NvpMwscsUAO1RHF1xPn7PhK {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #PWZ47xkemzNnN5gdMZMhvfJpTPBrqowv {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MThJGnToByID82stMCgvIyBIxioT9h3w {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #XcJe4CpuAekwak8lwG4f5VPSR1ZdRr1G {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #DTNWrQoOrD4m0p4Pxi2ovTVWxCUlVXFb {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #A0I3Rxan8ip1Tgo0XFRrOPaFvmTkI46e {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #wnDnDugTR4BTy9VkttZrOTHUb4Wt4HFB {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #yMuLSTzhzkRQlgWmnTqK3qkbzmW97ZiE {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #waZB8Llyqu0AAC4PtUfMzcGTQMT2tkXQ {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #lUQSdgxZCvoGtJL6oinPQiS4lesl0wZe {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #SSQJsUA5J3kWguu941hVJtXDIbWJwSZQ {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #F7fhULZzuv9bFTfa7xPOyP9h6tWe0lCa {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #PCSSO0kAwm8cz5KOODfcpBnsqX35s2gN {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #IZJJOI1lr4FFF9rWTOPkLhrTqks0pg63 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #o1c9wCLlq7kyohdBVEpK87uSAeTxrvhW {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #J6BuJpBCECvLxPSeXqxWMfTp6VpGmWUU {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #vMnP3SbgGN6IglHCB2UaRTTUzIqnUZDT {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #c8hqDiGtVuqUgriTefvehQcuNMhRBd0x {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #n04zkHuTbpkmorzCGF7WIRhTNwyevMt8 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #v0rLsxZqK2tGtQnv8bhbwhSOoidudTNI {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #aFrByyKDIsCM1qtzANVZcDogV4vpZaWn {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #tbfxzJDxfxlxAoizdGgDUhBkKo0pCqeW {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #VlTvzCp5ucD3Z1WPyt1CNw5E7tqCrPUo {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #Sod2veffsuz9PnAgHzNuPquLnnDPIeh3 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #wZmf3RI26KIE2QC9H3k1ktvtkukcTLon {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #udkTXK0nHOOl4huMn6wKxe9Gqp9uqV3C {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #y1sXzq6Bb2ZAbhUWLADrptg511l56Hf1 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #NVC7HLa1C1LmT0sNRD4qDecR9A4RPT1C {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #GmaosZcDERGsA5SGgNCy0n7RTaqIJfNf {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #ypTMezgNGCTJ7TawysTcDc4yBQgoRMKh {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #M5uxdtVziJOEvEcqm4vG8piPoltffNJE {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nDouXvG6DOFwa8AA8wirUU5yFQ5NQdv0 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #v30Wy2XDfZF3anvdtNoTLqeF48k1M2Z9 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #xMAz1MfeCZB05ppBIl89OXid8Xeqa6if {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #GJnTUnvR1EdgOTQ32rrkA12tFd70h3DX {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #TnS5Av2AKV0u5ClfpTq0Gw2odkl6PNR7 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nemRlPKVSMRrNxJwTGtRU8Lq7gFCgeeX {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #WFZFSnEqcKZFIA665wes0QnipH6cecTJ {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MQmvNOxv4xE02iembnQHly1ltS18HNQG {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #bmQcEkql7L0P9Q9GK255TBEVdCNPOUNb {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #tuSIkPmSXK2f3ov42c1Dk6VUKAcIXqFU {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #i6MB8Tqb0Z87bmnUTRQyCkhNItABgDKy {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #ZN2tMzgCRbJmSLeMUenQWNpZvHEngwfG {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #E1a69OrTMCWxx0A4tA9CTgCKTDP1rpC2 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #FzC7ggiSVyhMviKMVRb5pJPrGgl1ZrZE {  }
 }@media only screen and (max-width: 763px) { #K5aCXiUQQuBmWIowD27oc3vpPxnAxo8i { top:25.6875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSQ2yIqLQToot9QGfi8Ocgu1TOt3xWWJ { width:28.875rem;height:3.4375rem;top:85.125rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLReBiit15skuA0enmNXaaNGvnpp9gNe { display:block; }
 }@media only screen and (max-width: 763px) { #h3Kx2LBowq6LicXdu1WRCAEWTMEchwRE { width:28.875rem;height:3.4375rem;top:16.875rem;left:9.4375009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHrQUGzLkMSbTsEwmBDrkVF3ivJlfDub { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDoXnRDC6zTSH7GKLvo2oHLOQNQnu9Zd { width:18.0625rem;height:14.21875rem;top:6.0679688453674rem;left:0.96796876192094rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NG4oEnhzrand8sRgfgJc0UIFqduZHfmg { width:16.5625rem;height:4.875rem;top:21.42421913147rem;left:1.7187500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDxJkw5481qT28VfDPEVQRb2tcX0AM4N { width:6.25rem;height:1.3125rem;top:2.5rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #bffHxlKTtQcGXIWMGuzqg1rdNFNI4piO { width:20rem;height:2.0033388981636rem;top:47.05rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuP7yHJI3yV3fEWNMhfU7Nim03zq7XRV { top:31.9375rem;left:1.625rem;width:16.8125rem;height:2.5rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TbqXsTiMtP604P8T0Es0f2ZMv21iGNU0 { top:35.6875rem;left:6.25rem;width:7.5rem;height:2.5rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fnO1EMoJM4ADthOVb0kIJE0GSicoeTFJ { width:10.625rem;height:0.1875rem;top:8.6875rem;left:6.9867187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlVPqsddMH5dtTiyE3UEIolN7fwOt1Tu { width:17.5rem;height:2.5rem;top:27.625rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfO7J9u3Vg9GEttCTG66Nqg3Fndos7Q4 { display:block; }
 }@media only screen and (max-width: 763px) { #ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 { display:block; }#ODdZ5uzI0EQyqmng31DyMtaRg8k2F6t9 > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHhnK0cZveinawoT5uk7gfQx6pmfU4ye { width:17.9375rem;height:21.75rem;top:2.1875rem;left:1.0304687619209rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #dlPPBAIJTzs2JWDLIOlIewuE2MBTO8dJ { width:17.9375rem;height:21.75rem;top:3.3750001909211rem;left:1.0304687619209rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #T8g2khsIEEgmprnN0BpJRMTdOXL26SSP { display:block; }#T8g2khsIEEgmprnN0BpJRMTdOXL26SSP > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXWEgimheP47VzLIVxt1n6XBiGOOI11V { width:17.25rem;height:6.09375rem;top:4.5625rem;left:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAKfe3u77f2DtWII5q28zJKfOClxvqQv { width:17.5rem;height:2.5rem;top:27.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJyfQNgcpB8EKq61Kkcqp429ruRI8yVb { display:block; }
 }@media only screen and (max-width: 763px) { #rc7yoE28OIseXpHsKy5KCeAKfJPZ3WO6 { width:20rem;height:2.5922592259226rem;top:10.925781443715rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOecUwBQwbzxQvD2NnBUeREvI1JXdoFW { top:13.5rem;left:1.875rem;width:16.3125rem;height:11.375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 { display:block; }#INIgi1JNoUtf1UdcPIH4oEFDHWde3IB7 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r33XD8ePxkHof0QnJKnTWokzNcOTsaVs { width:15.1875rem;height:4.0625rem;top:2.4375rem;left:2.4062500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAk0KNV69cTWhcDB0z4J8OQsP69Prywp { width:14.8125rem;height:7.3125rem;top:8.012499809265rem;left:2.5937500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC87rJdVC5x575gx3pAdi6wn4T8ppdkL { width:0.9375rem;height:0.9375rem;top:21.375rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWmrNoVZH3ldxkZs4UVPnQEPn8hnerwL { width:14.3125rem;height:2.4375rem;top:21.375rem;left:3.9687500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6nJbHaGBSwVLwheBksUWxTRoWUB7PhT { width:7.9375rem;height:1.21875rem;top:18.49609375rem;left:2.4062500596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oH3BF4b5JXk9EQw0W1LGiVyrvTZmAg9C { width:12.0625rem;height:2.4375rem;top:25.875rem;left:3.9687500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJprOtd8KmGqCv10kkHSkO5kpr4yI7Pq { width:11.375rem;height:2.4375rem;top:30.393751144409rem;left:3.9687500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9iT8F3NNFL5LUReqeDQasgo6TIzTvGK { width:11.75rem;height:2.4375rem;top:35.46875rem;left:3.9687500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO4JgSM9A7qMBOAhH0nzZ2X5fq1LlpFe { width:0.9375rem;height:0.9375rem;top:25.875rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTATEFzO6bTWC9x2KLxzovTO9589Rpp { width:0.9375rem;height:0.9375rem;top:30.393751144409rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSkuLwLFUSIbliln0TOCdSa6NhDsLt2 { width:0.9375rem;height:0.9375rem;top:35.46875rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSqUMOpTBM8m7Erof9vvGnaaBpgyMSWo { width:12.5rem;height:0.125rem;top:24.981250762939rem;left:3.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHdTMyHJ4t3gPZIR545UMse7QRqW6Ice { width:12.5rem;height:0.125rem;top:29.262500762939rem;left:3.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiBs1EOBdnrETgEAfF92Vzps07qVaPw { width:12.5rem;height:0.125rem;top:34.081251144409rem;left:3.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPo6dRRNlyRTzoORv7tuwAqTNOGwiPwb { width:17.5rem;height:2.5rem;top:44.731250762939rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMdv7XicyGw9eMWaItChxNaXnE2AAwqw { display:block; }
 }@media only screen and (max-width: 763px) { #GQRP19Cnu6roUf5cKnQXBAbXsdyc2Cn4 { width:15.0625rem;height:2.4375rem;top:41.16796875rem;left:2.1250000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 { display:block; }#gwdT2vv0rsRHzZlTaDOX4xn5A5EhNTe3 > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7fOpxPlz18DynhxaScc8Wy2780xCcAJ { width:19.625rem;height:4.0625rem;top:1.5625rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdfTXfzD6hMgHKMaFDaA2sdsBeDX18U { width:6.1875rem;height:19.5rem;top:11.400009155274rem;left:0.92500001192094rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUMNRd1ENFLAJ0ThFMrOAvCkFJDHZKpK { width:4.375rem;height:18.525rem;top:11.399230957031rem;left:7.8125005364419rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cT47KzKB5I1VUQuJz9Twu9TpRUUeQiAw { width:9.4375rem;height:27.7875rem;top:159.4875rem;left:5.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MG0AWazTBeeiALA6CdGZBdzRJcB6Vfq4 { width:8.125rem;height:27.7875rem;top:230.3125rem;left:5.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BweLNIatLcGWKcrSM0iTw4vFETm9iE7E { width:7.6875rem;height:27.7875rem;top:298.1rem;left:6.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJaDg7JltnJUq9o3S0C1SRV9MP3cMLVp { width:8rem;height:29.25rem;top:368.925rem;left:6rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wi6BrH6xFc4WCRJqrDln3tXcLDiK6LdX { width:3.6875rem;height:1.21875rem;top:8.4250030517575rem;left:1.9375000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMSxGQyOPkXzS6onGNbSXQB7d7VU2t3T { width:0.0625rem;height:25rem;top:7.4000091552738rem;left:7.2874999642375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPFhQ3AJ5bHBWwntUf1wDDduS7MwhA1w { width:0.125rem;height:37.5rem;top:120.7375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AD04utRzJukuFPBbsrNdKUmtaQAbiuSB { width:0.125rem;height:37.5rem;top:188.525rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #deBPFpIaOEKQ9TBs6XEPhBPCM9ORoHJf { width:0.125rem;height:37.5rem;top:259.35rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTn8VTaxtq0x4OvuTPR311LKmpt45nbM { width:0.125rem;height:37.5rem;top:327.1375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hA8vmWFcxosHQ9kcHhVsSXy5uxIWUpp7 { width:3.5rem;height:1.21875rem;top:8.4250030517575rem;left:8.2500005364419rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df3KVTrZziLeTwAWcPz1mfct8w3FTSJq { width:3.1875rem;height:1.7875rem;top:85.625rem;left:8.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQwZLuECweE65BCKtgb2hTT8RAaWv8Rv { width:5.6875rem;height:0;top:227.275rem;left:7.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #frOKTeQwtn9HOh9NbWGarcTbPDIToQNb { width:6.0625rem;height:0;top:88.6625rem;left:6.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNzaDV90erWPLrFLyITG0bm7tpfCduCv { width:3.75rem;height:1.7875rem;top:365.8875rem;left:8.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQVHlakHybH3img5ftUvvq6nTRi2VVlo { width:17.5rem;height:2.5rem;top:35.424221038818rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3RQzhQpC5A2fAN9IRLDogx23ZAHfvNn { display:block; }
 }@media only screen and (max-width: 763px) { #mneHpAlmpxX0WuWDMkwoWUTd9rLxzGAM { width:0.0625rem;height:25rem;top:7.4000091552738rem;left:12.599999964237rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TfXnqb4CXpNy9PS3zcfgoUnOx8BobtXh { top:7.2000122070312rem;left:12.750000536442rem;width:7rem;height:24.1875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu { display:block; }#P3Qx3tPZ44G4oOb2qNmAAPxeMA0ow1nu > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKKUvM99UzBV1EMalUClJ9zZD9N6qdpo { width:15.625rem;height:13.6875rem;top:40.637500762939rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzQn3IMeEvpPpJKwFRgcQORDSZKwJwTl { width:15.625rem;height:13.6875rem;top:17.275000691414rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TUBXKdtCTreae6iAiqLJPQOZ3ONlpR { width:7.8125rem;height:2.03125rem;top:14.668750286102rem;left:6.0937500596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adJTicSwWV4hMm2THI4iPikNBIR5Jksu { width:12.75rem;height:6.09375rem;top:33.828126430511rem;left:3.6250000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgHBTnahw3zZ4TgIIloAN4aLKMH4xi2Z { width:4.8125rem;height:2.6rem;top:19.287499904633rem;left:5.3312502503395rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTUoIUwvlfXtJrcVNfJWORwGHDE7IycJ { width:5.8125rem;height:1.625rem;top:20.025000751019rem;left:9.9062505364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJiIV8uDuqxVgVyIRyLE7bb97E7G7RFI { width:7.125rem;height:1.21875rem;top:21.650000095367rem;left:6.4375000596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRGtZPdyCit1CBTNiV1dGFz8VDpGTu3J { width:5.8125rem;height:1.21875rem;top:28.212500572204rem;left:7.11796861887rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r25Caol2rLZJOdGOg2nM7oUP7TB5q0sp { width:11.25rem;height:2.4375rem;top:26.212501049042rem;left:2.8437500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzAxsp9PuOU5xVTpULaNotD6GSBzaiey { width:4.375rem;height:1.21875rem;top:27.025001049042rem;left:12.843750536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUKiS0lDX4OaRCTZXQoq9tXKFZS1Kebw { width:5.8125rem;height:1.21875rem;top:51.700000762939rem;left:7.0937500596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUMh5EHsq8Ebx63P58eRJ4c54mRBRsSR { width:10.9375rem;height:2.4375rem;top:49.700000762939rem;left:2.8437500596046rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCw2sX3vCfPNM273ecUqnMxamJG73vrD { width:4.375rem;height:1.21875rem;top:50.512500762939rem;left:12.656250536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR4CKmyrUSrWSlV8dr9OxmsdaAcVVa5Z { width:5.8125rem;height:1.21875rem;top:45.200000762939rem;left:7.0937500596044rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nptAQh3t42UvuVnnxI5uglhwe5WvXuFC { width:5.8125rem;height:1.625rem;top:43.700000762939rem;left:10.343750536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD5RRXpoOvsuZtUXtZ4pa8r0X9GhAtSA { width:7.375rem;height:2.6rem;top:43.075000762939rem;left:3.9062500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4lJD225PJBVTHTVrAGyfwzI4LhAr4y8 { width:17.375rem;height:6.09375rem;top:2.7500004768372rem;left:1.3125000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmbT1kGRC1vW2oha6bzuHmGe01JnHgfM { width:15.0625rem;height:2.4375rem;top:10.186719417572rem;left:2.4687500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIEcnuqTGMR45NCTaeSRuCPBks6D1QNK { width:12.0625rem;height:1.21875rem;top:57.8125rem;left:3.9687500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSSxlMUiOsfMesw9wzv8qy7kaG1ZGDAX { width:17.5rem;height:2.5rem;top:59.781257152558rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkgt3dTSh6qHneCxKUaOd6zUA3tE1Fiz { display:block; }
 }@media only screen and (max-width: 763px) { #avlWACClZhLBak6UINl3lVFU1fFwEOfh { display:block; }#avlWACClZhLBak6UINl3lVFU1fFwEOfh > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgLPqbdcWEgd9ZCWqgSRc8qg29NL2M6K { width:16.8125rem;height:4.0625rem;top:2.1875rem;left:1.5937500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkHteavBEbCWwDiHmXKRGLTIr3VhmscT { width:5.875rem;height:6.09375rem;top:10.5rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONfmZd1Tk2BDe4435dmXgSRF88E2FXCG { width:4.0625rem;height:6.09375rem;top:10.5625rem;left:12.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tgn7LDwFSHTqfUSNxBG4ALTMtmJnXhWv { width:5.75rem;height:4.875rem;top:23.0625rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTEiNX6W0Zx5GTVnTtKzUTKqw9XS634q { width:5.8125rem;height:4.875rem;top:23.125rem;left:11.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ech5Ewf7Q9gCqombL1iklNrS6L04f8ne { width:5.9375rem;height:4.875rem;top:35.0625rem;left:6.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKrbnT38JS4bQ5BHqd9k1oxyL3gGhQqm { width:7.5rem;height:9.375rem;top:8.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCK1hIl4Bu2NQvxm2bbyeHRQxa8BLrDz { width:7.5rem;height:9.375rem;top:8.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4Bnnr36OL9dZkOk6JlhbZiXc6N3ELB { width:7.5rem;height:9.375rem;top:20.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDgKRpJFXrIgB6Rc5aQWp2R8RzAS1AsE { width:7.5rem;height:9.375rem;top:20.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexJFxagMnaehwzKMZoxpCKiiEsGpICi { width:7.5rem;height:9.375rem;top:32.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSdiEelSLUaq3p4VDLhzAeHhHhJnAtd5 { width:2.5rem;height:2.5rem;top:7.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5mA8Ft1gCagA8gMCi4JsWqrWBqt0129 { width:2.5rem;height:2.5rem;top:7.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnIW4bCe6vhRxvhBDW6vHJwMtX4a9TQ7 { width:2.5rem;height:2.5rem;top:19.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdJJom34op6dd3lZqpLM3GP77zxV2HmM { width:2.5rem;height:2.5rem;top:19.5rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR6dq3Z7v759Gu5gffeZLUcoR5VNNX0p { width:2.5rem;height:2.5rem;top:31.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7oII68bT1DESRcc9wvMe1lLwpEswHct { width:1.875rem;height:1.625rem;top:8rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXwstLoPIvqlily1TxXgUNWALreTp9pT { width:1.625rem;height:1.625rem;top:8rem;left:10.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZOyOaZpDkSACU0lpI41uAd25UdCnznz { width:2.625rem;height:1.625rem;top:19.9375rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EXpoNKzQhDdC4kRSQRhJCCnHNToIKoNN { width:2.6875rem;height:1.625rem;top:19.9375rem;left:9.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLSUpI276CLMd6ss7VnUTWGVrMZ5IXcF { width:1.875rem;height:1.625rem;top:31.9375rem;left:5.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fo7luLmOmGJR5vbA8sL9e3cTsdHPI4mF { width:14.5rem;height:2.4375rem;top:45.1875rem;left:2.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELRny0o7d9igdUWRzLxez6f3IT79NMeW { width:17.5rem;height:2.5rem;top:49.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZXe5odcSZPeTMpU6NzUmSRmEy0SnWyb { display:block; }
 }@media only screen and (max-width: 763px) { #lonactHUEDSkhsx8gO1od55UsB6gJHrS { display:block; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS { background-color: transparent; background-image: none; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row .container > .video-iframe-container { display: none; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row > .video-iframe-container { display: none; }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .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); }#lonactHUEDSkhsx8gO1od55UsB6gJHrS > .row .container { width:20rem;height:71.375rem;background-color:#f0eefd;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnyExN8sSsaVee0ukRw1SIMPotPpd2O1 { width:20rem;height:7.4553571428569rem;top:32.053906440735rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzdfTi28IIQGcpbpp1hCl7AcQsDL0Enc { width:10.25rem;height:2.03125rem;top:1.9148254394531rem;left:4.8750000596046rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiUiiTuT2lMRwAeACW6K8Jhmw4dRevPG { height:9.625rem;width:17.1875rem;top:18.09375rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSewTfNcv3B9hTBWvK4HuvWX1aXI0gA9 { height:9.625rem;width:17.1875rem;top:6.03125rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEp762gLOmMJWqidQNu6PJXZheCHNAnE { width:20rem;height:2.0033388981636rem;top:55.317969322204rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3rF0Zu8FyUcwAipNCBTTof22b3U3QCV { width:20rem;height:70.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmsP09bhX73anTUPZO1HO5ao2zMNrnNG { width:17.5rem;height:2.5rem;top:65.643737792969rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMDGBoZgEARA0mrVqN7oEzZFo7hym4qR { display:block; }
 }@media only screen and (max-width: 763px) { #RmNecHTLL8VBgGog9zZNl0ZQipnopu2C { top:29.21875rem;left:0rem;width:20rem;height:26.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zlKblQaz2B5M06fkcpmcn3BExwBSOtrD { top:61rem;left:6.2500000596044rem;width:7.5rem;height:2.5rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dbJOIa9P819W5xXTL3USsaZkxufAmVlJ { top:57.4375rem;left:1.6250000596046rem;width:16.8125rem;height:2.5rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA { display:block; }#w0Tb2cVvC24ebDU4FXpVg6cx4JLP4fsA > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V4r638E5OTm2fhWnJJDGT8TS8ECUuGxP { width:17.5rem;height:4.875rem;top:2.6875rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-element-container { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 .accordion-desc-text { font-size:0.9375rem;height:auto;line-height:1.4;overflow:hidden; }
#sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 { display:flex;height:auto;width:17.5rem;top:21.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #QnFK19Hf6T1R4LPFT2adXIyiAJVEyFc7 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #hsTIIXRHAkzR6V8AzpzkA8q7gMBVOKO6 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MhMHefOznybbQXsoRfE9S8M6XzfJbSsa {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #qoRT5canOP7mBdngz6NMmC5Fwi6RTTgu {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nSfyb0JQG9HCAGndKb5GutJBV2Btv86D {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #vdQv6dRo3NvpMwscsUAO1RHF1xPn7PhK {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #PWZ47xkemzNnN5gdMZMhvfJpTPBrqowv {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MThJGnToByID82stMCgvIyBIxioT9h3w {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #XcJe4CpuAekwak8lwG4f5VPSR1ZdRr1G {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #DTNWrQoOrD4m0p4Pxi2ovTVWxCUlVXFb {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #A0I3Rxan8ip1Tgo0XFRrOPaFvmTkI46e {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #wnDnDugTR4BTy9VkttZrOTHUb4Wt4HFB {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #yMuLSTzhzkRQlgWmnTqK3qkbzmW97ZiE {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #waZB8Llyqu0AAC4PtUfMzcGTQMT2tkXQ {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #lUQSdgxZCvoGtJL6oinPQiS4lesl0wZe {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #SSQJsUA5J3kWguu941hVJtXDIbWJwSZQ {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #F7fhULZzuv9bFTfa7xPOyP9h6tWe0lCa {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #PCSSO0kAwm8cz5KOODfcpBnsqX35s2gN {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #IZJJOI1lr4FFF9rWTOPkLhrTqks0pg63 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #o1c9wCLlq7kyohdBVEpK87uSAeTxrvhW {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #J6BuJpBCECvLxPSeXqxWMfTp6VpGmWUU {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #vMnP3SbgGN6IglHCB2UaRTTUzIqnUZDT {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #c8hqDiGtVuqUgriTefvehQcuNMhRBd0x {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #n04zkHuTbpkmorzCGF7WIRhTNwyevMt8 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #v0rLsxZqK2tGtQnv8bhbwhSOoidudTNI {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #aFrByyKDIsCM1qtzANVZcDogV4vpZaWn {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #tbfxzJDxfxlxAoizdGgDUhBkKo0pCqeW {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #VlTvzCp5ucD3Z1WPyt1CNw5E7tqCrPUo {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #Sod2veffsuz9PnAgHzNuPquLnnDPIeh3 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #wZmf3RI26KIE2QC9H3k1ktvtkukcTLon {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #udkTXK0nHOOl4huMn6wKxe9Gqp9uqV3C {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #y1sXzq6Bb2ZAbhUWLADrptg511l56Hf1 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #NVC7HLa1C1LmT0sNRD4qDecR9A4RPT1C {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #GmaosZcDERGsA5SGgNCy0n7RTaqIJfNf {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #ypTMezgNGCTJ7TawysTcDc4yBQgoRMKh {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #M5uxdtVziJOEvEcqm4vG8piPoltffNJE {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nDouXvG6DOFwa8AA8wirUU5yFQ5NQdv0 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #v30Wy2XDfZF3anvdtNoTLqeF48k1M2Z9 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #xMAz1MfeCZB05ppBIl89OXid8Xeqa6if {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #GJnTUnvR1EdgOTQ32rrkA12tFd70h3DX {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #TnS5Av2AKV0u5ClfpTq0Gw2odkl6PNR7 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #nemRlPKVSMRrNxJwTGtRU8Lq7gFCgeeX {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #WFZFSnEqcKZFIA665wes0QnipH6cecTJ {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #MQmvNOxv4xE02iembnQHly1ltS18HNQG {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #bmQcEkql7L0P9Q9GK255TBEVdCNPOUNb {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #tuSIkPmSXK2f3ov42c1Dk6VUKAcIXqFU {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #i6MB8Tqb0Z87bmnUTRQyCkhNItABgDKy {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #ZN2tMzgCRbJmSLeMUenQWNpZvHEngwfG {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #E1a69OrTMCWxx0A4tA9CTgCKTDP1rpC2 {  }
 }@media only screen and (max-width: 763px) { #sSSdMUzbnd7L7xIpttOm4vsiCakVMGJ0 #FzC7ggiSVyhMviKMVRb5pJPrGgl1ZrZE {  }
 }@media only screen and (max-width: 763px) { #K5aCXiUQQuBmWIowD27oc3vpPxnAxo8i { width:15.9375rem;height:3.25rem;top:17.5625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSQ2yIqLQToot9QGfi8Ocgu1TOt3xWWJ { width:17.5rem;height:2.5rem;top:96.475002288819rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLReBiit15skuA0enmNXaaNGvnpp9gNe { display:block; }
 }@media only screen and (max-width: 763px) { #h3Kx2LBowq6LicXdu1WRCAEWTMEchwRE { width:17.5rem;height:2.5rem;top:10.499219417572rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHrQUGzLkMSbTsEwmBDrkVF3ivJlfDub { display:block; }
 }