.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { background-color: transparent; background-image: none; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container > .video-iframe-container { display: none; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row > .video-iframe-container { display: none; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .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); }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { border-width: 0; border-radius: 0; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { background-color:rgba(0,0,0,0);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:41.5rem;display:block; }
#BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcx9fascaB1J9PvJEKI2fFJqxaC9c8qu { background-color:rgba(0,0,0,0);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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:51.6875rem;display:block; }
#UG7tJ6FBPd2h60HqTVaJf14ObF6LsfRf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uRq3PV0o53X0qHn1BO3QP8JtcDWSVuyJ { background-color:#6c4785;background-image:none;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:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.125rem;left:60.5rem;display:block; }
#wfvpxnmdV08n4tbpTU98592oAMTmdu4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0xM8CmvWcPdCM0VC1gNl8oxMB5XVtXX { background-color:transparent;background-image:none;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:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.09375rem;left:10.9375rem;display:none; }
#OHMfNSTkLzM68Qvb0WnTXni7VM4HXrFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EP5AH8uykBorRaDUFcKT8WVua141ESFq { background-color:transparent;background-image:none;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:exo;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.09375rem;left:10.9375rem;display:none; }
#vdEZd7EGqmzSZwLrXTlhoSG7BkNf8dww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sI2wNDqMpszr9koveST5igA1SxwKn5A8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:2.625rem;left:39.6875rem;overflow:hidden;display:block; }
#uUVDnQ01TbI1tB3M2SL2uTN9Dyr7iob3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:18.75rem;top:0.5rem;left:0.03125rem;overflow:hidden;display:block; }
#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/WXeCrn7k/background1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.adaptive-delivery-prevent-bg, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyload, #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS.lazyloading { background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fef9f5; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fef9f5; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { border-width: 0; border-radius: 0; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { color:#6c4785;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:12.5625rem;left:0rem;height:11.996525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:26.5rem;left:0rem;height:17.9980625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.2587890625rem;left:0rem;display:block; }
#wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fec901;border-left:0.1875rem solid #fec901;border-right:0.1875rem solid #fec901;border-bottom:0.1875rem solid #fec901;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.25rem;left:67rem;display:block; }
#SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { position:absolute;display:block;z-index:15018;background-color:#623f75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.625rem;left:55.4375rem;display:block; }
#iLrAPsT6lXQXyCBFTaR7n11chvCQsviJ { 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:7rem;width:7rem;top:11rem;left:38.1875rem;overflow:hidden;display:block; }
#muuT93QFGzwVL3aqcaAccFy3RlZWq6Cg { color:#623f75;display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.943359375rem;left:0rem;height:1.3808625rem;display:block; }
#D883ITccEwpA0tIQrmTyAOUhCigPJBXd { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:42.3125rem;top:12.375rem;left:32.6875rem;overflow:hidden;display:block; }
#HJsbAq4mpkAF6z5Fz0Vs6MobMTElNozt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:11.9375rem;top:25.75rem;left:40.9951171875rem;overflow:hidden;display:block; }
#USTrymJuApKPE4EkRtNJhb9zyD8AC6ap { box-sizing:content-box;height:0.75rem;width:35.125rem;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:14998;background-color:#fec901;background-image:none;top:10.6875rem;left:0rem;display:block; }
#eVQiXhXwrQZ9iB64BT4kSkXwMmvFe6WO { box-sizing:content-box;height:0.75rem;width:35.125rem;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:14998;background-color:#fec901;background-image:none;top:10.6875rem;left:0rem;display:none; }
#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v { position:relative;display:block; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v { background-color: transparent; background-image: none; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .row .container > .video-iframe-container { display: none; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .row > .video-iframe-container { display: none; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .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); }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v { border-width: 0; border-radius: 0; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .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; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .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:5.9375rem;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; }#h1QJRi8y9Q82EeQlCZe05LpCcND2oV3s { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.48046875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#JhKH04LTFf2263iDW6NpQowxgN5McHHw { position:relative;display:block; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw { background-color: transparent; background-image: none; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .row .container > .video-iframe-container { display: none; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .row > .video-iframe-container { display: none; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .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); }#JhKH04LTFf2263iDW6NpQowxgN5McHHw { border-width: 0; border-radius: 0; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .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; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .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:7.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; }#T58ELMceP38Rsy9RtxTgOQcZSRkv9erc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#TFeFq509oOL1z5f6bCEZHRoxSI4WSspi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:11.3125rem;top:1.4375rem;left:16.3564453125rem;overflow:hidden;display:block; }
#i8fJ3trM5796PRD43K7n3mNZegBz9f4r { 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:4.6875rem;width:7.3125rem;top:1.46875rem;left:7.4814453125rem;overflow:hidden;display:block; }
#FHtD2bl0sCasy61kGiqDbcQ11JzFIGRg { 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:2.9375rem;width:13.5625rem;top:2.5rem;left:25.75rem;overflow:hidden;display:block; }
#lWv41zPkIaBB9xSpLxbzu0hdFQxuXVXu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.8125rem;top:0.875rem;left:59.1875rem;overflow:hidden;display:block; }
#TtyXDXpcGAZZqVM4z9BOlLsxDlxhiJIE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.25rem;top:1.125rem;left:38.75rem;overflow:hidden;display:block; }
#u1OeHLKSQ8RBN6CPSWiGF0qzZ4V4UJCk { 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:6.625rem;width:11.9375rem;top:0.1875rem;left:46.125rem;overflow:hidden;display:block; }
#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN { position:relative;display:block; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN { background-color: transparent; background-image: none; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .row .container > .video-iframe-container { display: none; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .row > .video-iframe-container { display: none; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .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); }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN { border-width: 0; border-radius: 0; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .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; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .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:5.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; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row .container { background-color: transparent; background-image: none; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row .container > .video-iframe-container { display: none; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row > .video-iframe-container { display: none; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .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); }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row .container { border-width: 0; border-radius: 0; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vPQsCvN78VmavyV08GvzuHw1TfZsP4mR { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.65625rem;height:1.7871125rem;display:block; }
#iZqdNKbbo5sw8lydhyp6dhqy116CCVFZ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:8.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCZK7aW2vrtcL9rFa80UrSTcJA1diL6C { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.037109375rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { background-color: transparent; background-image: none; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container > .video-iframe-container { display: none; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row > .video-iframe-container { display: none; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .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); }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { border-width: 0; border-radius: 0; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#Nt9tlNvA7CumK7UGNdkIMxsru4gEZhns { color:#333333;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:12.5625rem;left:0.90625rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEkhr9lUB15JuIUOHF2TPUWqpCDEGrl3 { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:12.5625rem;left:18.84375rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6shnkkfEEkArUmklVI6PWzJlLQfQLEh { color:#333333;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:12.5625rem;left:38.21875rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUxxMWap3GLG0OEKm3OPZEiVSt9UWEFO { color:#333333;display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:12.5625rem;left:59.25rem;height:5.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dct3bv3csfmzeMg103RL1JiBdfGAyzPT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:3.5625rem;left:24.71875rem;overflow:hidden;display:block; }
#Ii275LBGkFrA9TnxBpSuUFDdTS5zVRK5 { 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:6.1875rem;width:6.1875rem;top:3.375rem;left:43.59375rem;overflow:hidden;display:block; }
#KRpFGO8EgqZJBUANPCAdyGpMil6ETudG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:2.875rem;left:5.21875rem;overflow:hidden;display:block; }
#Q1ShTeF4eqAWpwdrTeG66uJ0etkpZhAu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:3.53125rem;left:63.375rem;overflow:hidden;display:block; }
#ZT471dUKKnTk2Er3npFzgXTtQ0K7TGwL { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15001;background-color:#fec901;background-image:none;top:2.1875rem;left:5.84375rem;display:block; }
#mGJZF62TU4xHZ6G2TNxxOf3UT1zbV5qc { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15002;background-color:#fec901;background-image:none;top:2.65625rem;left:23.53125rem;display:block; }
#qrv4mZPXWz8Fml4sTIZmOltQCTSOTTxP { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15003;background-color:#fec901;background-image:none;top:2.65625rem;left:42.53125rem;display:block; }
#dDpwGql2hxheLm9b0y555sAhhnqwIWdU { box-sizing:content-box;height:7.625rem;width:3.0625rem;position:absolute;display:block;z-index:15004;background-color:#fec901;background-image:none;top:2.65625rem;left:62.59375rem;display:block; }
#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm { 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; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { background-color: transparent; background-image: none; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container > .video-iframe-container { display: none; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row > .video-iframe-container { display: none; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .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); }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { border-width: 0; border-radius: 0; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ { 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; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { background-color: transparent; background-image: none; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container > .video-iframe-container { display: none; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row > .video-iframe-container { display: none; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .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); }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { border-width: 0; border-radius: 0; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#eQQk36WKO0XJ5PFCXnQqh1Sx29CsX0xV { color:#000000;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:18.625rem;height:1.7871125rem;display:block; }
#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX { 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; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { background-color: transparent; background-image: none; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container > .video-iframe-container { display: none; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row > .video-iframe-container { display: none; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .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); }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { border-width: 0; border-radius: 0; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#xb8fg2soZC4xyhAMIe3JKa4O2t62ik5I { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:18.0625rem;left:4.8125rem;height:16.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#tLnnhOWcTy9crgJJKkZpHZa2dmg0vEFC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.6875rem;left:15.03125rem;height:1.2999125rem;display:block; }
#K04QSVTqkIPJcXJGl2BTsGAZrPRLTI80 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.79296875rem;left:4.8125rem;height:4.0625rem;font-style:normal;display:block; }
#lnlHzVmHlUnmbzA58qmUg4ZLNKOlmpXi { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:28.3125rem;width:31.25rem;top:11.28125rem;left:40.117464539007rem;overflow:hidden;display:block; }
#PntAH1WzTGfp6dB4iMF4gmWSIRiOTmy3 { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15025;background-color:#623f75;background-image:none;top:9.5rem;left:38.34375rem;display:block; }
#IiPanxQIh2pawo9Fs9tITuBabymfNZwt { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.71875rem;left:4.8125rem;display:block; }
#gXFWsGUDU4pohGSFWrTVzCAt69gcGh9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbDVsVUaKuzm6X8HGgtbTFJtsx7uanMO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:36.0625rem;left:44.4375rem;overflow:hidden;display:block; }
#dZig4Dy9QuVZen8uPcKFKtUtPSH5q4Xd { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15028;background-color:#f8f9fb;background-image:none;top:34.625rem;left:42.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { background-color: transparent; background-image: none; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container > .video-iframe-container { display: none; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row > .video-iframe-container { display: none; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .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); }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { border-width: 0; border-radius: 0; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#TnDGemiVa64SluH68RIVX5yZHtWbAxzR { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:15.3125rem;left:41.375rem;height:13.125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#P09BNX26Qm50VcFTSoJK0p5brpmIBx8O { color:#000000;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:11.6875rem;left:41.375rem;height:2.03125rem;font-style:normal;display:block; }
#MonJcJxvxVEp4JJViNQRAuN8WupX0Mru { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:25.625rem;width:34.8125rem;top:10.125rem;left:2.0184360166139rem;overflow:hidden;display:block; }
#GPwgUX8nRcOK4xxTRhKfUzi8Pc1lFeQi { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15026;background-color:#623f75;background-image:none;top:8.25rem;left:33.71875rem;display:block; }
#imP2EFpPFodCstG5m4kJwhhPiWuIZm8o { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.0625rem;left:41.375rem;display:block; }
#lyS7wd27ZTHHEZWz2T7IuPpkHd3EOL41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBLCQTLGW6ClP35cGyD08cZG0wbS4LzT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:33.25rem;left:21.875rem;overflow:hidden;display:block; }
#VkE6qgV3yTqryThcQv6qXoMbiF91Qh6W { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15029;background-color:#f8f9fb;background-image:none;top:31.625rem;left:20.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW { 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; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { background-color: transparent; background-image: none; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container > .video-iframe-container { display: none; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row > .video-iframe-container { display: none; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .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); }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { border-width: 0; border-radius: 0; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#kMz1eOMLeUVaeOP0mnEW096DOEI5Uvgz { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:15.4375rem;left:4.3125rem;height:16.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#cPVG0WuheBISsfNASUgMOmVCwDxwIc5r { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:17.375rem;width:17.4375rem;top:25.125rem;left:47.8125rem;overflow:hidden;display:block; }
#g4dq4iTsU51ChPgRebSAUNzhSg0oD7pE { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.75rem;left:4.3125rem;display:block; }
#SpOoTNeTkLdvRQJVd4MpQgWlyz6Cixz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TWntAxIa1gzLyI6k5pB4lFZlRLQ76Hk2 { color:#000000;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.3125rem;height:4.0625rem;font-style:normal;display:block; }
#N1gTfpZSwg4veRTmh23EkUmR2Agg3nF4 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:20rem;width:37rem;top:13.0625rem;left:36.723599282457rem;overflow:hidden;display:block; }
#pvlcld9a1AuRyO7qGHr0DFuXTHgmL0Ti { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15027;background-color:#623f75;background-image:none;top:9.986328125rem;left:69.47265625rem;display:block; }
#PX3iFAuzy6D3mbXs0uRhgSLQs1eA0z40 { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15030;background-color:#f8f9fb;background-image:none;top:7.1875rem;left:48.72265625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
#Be01lsn3fgluGyTrKgSG5nqo6cZfri82 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:9.0625rem;left:50.31640625rem;overflow:hidden;display:block; }
#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { background-color: transparent; background-image: none; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container > .video-iframe-container { display: none; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row > .video-iframe-container { display: none; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .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); }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { border-width: 0; border-radius: 0; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { font-size:0.875rem;font-family:arial;height:79rem;width:75rem;position:relative;display:block; }#cIe1xI15w7ni30J8fy8iXBLphvTUEl2s { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:26.6875rem;width:66.375rem;top:37.125rem;left:4.3125rem;overflow:hidden;display:block; }
#ovlzDKorCwn8JtXRJRHxzoN0SIJpHQcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.0625rem;left:32.875rem; }
#T3ZvLObtbasGTccSe5PxGgXPDzqudzrK { color:#000000;display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.4375rem;left:32.875rem;height:2.03125rem;font-style:normal;display:block; }
#kbMHdUFb8G7CnrbIrdV8VEyaROeZIwvV { color:#000000;display:block;width:40.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:10.9375rem;left:32.875rem;height:1.625rem;font-style:normal;display:block; }
#zrTodnReHtKpcczzRZEPhBtvzGxFmGRC { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.4375rem;left:32.875rem;height:3.75rem;font-style:normal;display:block; }
#vtCL7OnRhHSwutseHegOe5RRu1duuIDF { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:14.375rem;left:35.875rem;height:1.625rem;font-style:normal;display:block; }
#asQ7uHEEqEDguiTWvoR7tKVxcdTns2Hw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.8125rem;left:32.875rem; }
#WwTvgLt2andredJtXwd65K89TcusD3ET { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:17.5625rem;left:35.875rem;height:3.2487rem;font-style:normal;display:block; }
#Re0lxxoi4A9VFKGETnLtN7hsnLZSSZTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:23.15625rem;left:32.875rem; }
#VMoJIEpMiHzohHyenEF6gIOcL1MkdMLK { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:21.9375rem;left:35.875rem;height:4.87305rem;font-style:normal;display:block; }
#sorA82WLTqU4ThBLaoNZf9OTBshypTdO { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15033;background-color:#623f75;background-image:none;top:8.3125rem;left:6.84765625rem;display:block; }
#x1csNwLmAPQMw0nQALWXR52tb9QQaUTK { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:70.25rem;left:26.625rem;display:block; }
#HdkrBtxszcq2BB5b2lfmdkRuSQpaKPTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmzpOZcSx4DS42hHbAVWpIBqkCVFmWMz { box-sizing:content-box;height:17.6875rem;width:17.6875rem;position:absolute;display:block;z-index:15031;background-color:#f8f9fb;background-image:none;top:10.9375rem;left:8rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
#qJ4xLFhrlk9XIhRA1Hqn67uXDLT3Dwi4 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:13.8125rem;left:10.3125rem;overflow:hidden;display:block; }
#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C { 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; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { background-color: transparent; background-image: none; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container > .video-iframe-container { display: none; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row > .video-iframe-container { display: none; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .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); }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { border-width: 0; border-radius: 0; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { font-size:0.875rem;font-family:arial;height:63rem;width:75rem;position:relative;display:block; }#ixSJIMOsQLg86p9rHFTm4u5TKMupAad1 { color:#000000;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.25rem;left:23.21875rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AF9bwT6oJAwQH6rwZEmLeFVvacPn9GTs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(91,95,102,0.5) ;height:22.5rem;width:62.9375rem;top:27.5rem;left:5.40625rem;overflow:hidden;display:block; }
#pNVeuTWEuowscs7MXPg4Mgh8S5bff6N1 { background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:56.4375rem;left:26.6875rem;display:block; }
#NuWAVWRXx9PH79W5d5OTxJnkeX4Jblay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXgSJBAqKQoHMKpAF09PtgdubpWMo16L { color:#000000;display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.9375rem;left:23.21875rem;height:2.03125rem;font-style:normal;display:block; }
#Dgxt7QdCvXihNH7XSLuLA3XQ2ionhrhN { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15029;background-color:#623f75;background-image:none;top:47.4375rem;left:65.16015625rem;display:block; }
#M9Hu8kencsg89CTMRBlrDNTGpodbXSTe { box-sizing:content-box;height:13rem;width:13rem;position:absolute;display:block;z-index:15031;background-color:#f8f9fb;background-image:none;top:8.1875rem;left:5.22265625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.5) ;display:block; }
#XOpKTbc0mNTF6Hzl5VyTGZXL7lBbc2uc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:9.90625rem;left:6.94140625rem;overflow:hidden;display:block; }
#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { position:relative;display:block; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { background-color: transparent; background-image: none; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container > .video-iframe-container { display: none; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row > .video-iframe-container { display: none; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .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); }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { border-width: 0; border-radius: 0; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .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; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .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:8.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; }#PJdekUB9OmzChIHifJwxt7GZRl73LPEs { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6rem;left:7.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { position:relative;display:block; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { background-color: transparent; background-image: none; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container > .video-iframe-container { display: none; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row > .video-iframe-container { display: none; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .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); }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { border-width: 0; border-radius: 0; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .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; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .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:3.125rem;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; }#VqH3wTMIwug6CHcfpBePpA6XMkfyJACX { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:20.65625rem;height:1.7871125rem;display:block; }
#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt { position:relative;display:block; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt { background-color: transparent; background-image: none; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container > .video-iframe-container { display: none; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row > .video-iframe-container { display: none; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .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); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt { border-width: 0; border-radius: 0; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:90.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g8d0yJRIz2XXV54gZzXz92lRtLSeGotk { box-sizing:content-box;height:4.625rem;width:21.8125rem;position:absolute;display:block;z-index:15022;background-color:#623f75;background-image:none;top:6.3125rem;left:26.6875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#T2kKcT79tF7IyJ5JBfdxGog3xOzaufJn { box-sizing:content-box;height:75.25rem;width:21.6875rem;position:absolute;display:block;z-index:15004;background-color:#623f75;background-image:none;top:6.3125rem;left:26.5625rem;border-top:0.125rem solid #623f75;border-left:0.125rem solid #623f75;border-right:0.125rem solid #623f75;border-bottom:0.125rem solid #623f75;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#yCePMvqKAGfWNNPBcm7w3voLm5TJJgPD { color:#fec901;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:8.80078125rem;left:32.34375rem;height:1.94921875rem;display:block; }
#OnZ8yIMdZq818orLCRpnpPWsva9NM5g1 { color:#fec901;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:8.80078125rem;left:5.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#yzTKS1doOlh6eNg0pE9FbRDlln2r38v9 { box-sizing:content-box;height:4.625rem;width:21.8125rem;position:absolute;display:block;z-index:15027;background-color:#623f75;background-image:none;top:6.3125rem;left:1.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#HTchlysHevGOzZs8n6CgsfqqMpULEPRZ { box-sizing:content-box;height:75.3125rem;width:21.5625rem;position:absolute;display:block;z-index:15009;background-color:#623f75;background-image:none;top:6.3125rem;left:1.625rem;border-top:0.125rem solid #623f75;border-left:0.125rem solid #623f75;border-right:0.125rem solid #623f75;border-bottom:0.125rem solid #623f75;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#qPaCzO3McWWZSC5zZM4PuNeCCeI3pXQa { box-sizing:content-box;height:4.625rem;width:21.8125rem;position:absolute;display:block;z-index:15027;background-color:#623f75;background-image:none;top:6.3125rem;left:51.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#wB4cobuC4vH7hTTfHlGX0AvMwCe9iXr7 { color:#fec901;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:7.625rem;left:57.3125rem;height:3.8984375rem;display:block; }
#acwU5qSi4EAD64ISwwsxLvXNCXZXJLm1 { box-sizing:content-box;height:75.1875rem;width:21.5625rem;position:absolute;display:block;z-index:15009;background-color:#623f75;background-image:none;top:6.3125rem;left:51.625rem;border-top:0.125rem solid #623f75;border-left:0.125rem solid #623f75;border-right:0.125rem solid #623f75;border-bottom:0.125rem solid #623f75;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#AWL1uD8k2yZSO3TKnWN7043xTkGLEgl0 { position:absolute;display:block;z-index:15210;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:14.875rem;left:2.3125rem;overflow:hidden;display:block; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:#f3e7f8;background-image:none;vertical-align:top; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .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; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;color:#000000;height:auto;line-height:1.5;overflow:hidden;font-family:"open sans";font-style:normal; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;height:auto;line-height:1.6;overflow:hidden; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .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_bd5113c3d79e3c1a16260166ab964892e0f4c9a2.svg");background-size:contain !important; }#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-trigger.adaptive-delivery-prevent-bg, #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-trigger.lazyload, #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-trigger.lazyloading { background-image: none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 { box-sizing:content-box;height:auto;width:16.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15209;background-color:#623f75;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.375rem;left:4rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #QenTlDepwFC43wyDtih5dn7B2wW5o16w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #EDognN9wgISmIrkiftU6HdbrcmPSd2fP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #CzCUThaTx1sds16ckuzh9cNW4T48Op1T { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #SlXD35UZmhQr8LymkzduqKHbtZohofIZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #XtuqOtSk5oOPZJrg01oNneWW3TAzpQE2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #mzUbbfKktRX6HAtpJA4HOrTQmrQBFRyJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #qHlHpnr8KcMwOSiydzDh9y1ILdizuHAT { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Ct0KhNd9DkFgEhCx9pvMbdTZ4e7a8tZy {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #KhWFB80SWaRp8W2qf7lbI8pTKAptINE8 { display:none; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #gH95ELoIqa2tqF1dVsJVtl8LSewTZaaq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #EcTGyyImvI0zNMvgPvi5N54ne7PpQhCK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #PFANHQyMTtLgeQTWBV9uJwxB1Jby76kA { display:block;position:relative; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #J9R2CUTwJc6WLHgV2enW1w16VmQ2rZ71 {  }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #doXMsKC0WWM8SrNmH9egXrsZKGW5t7V3 { display:none; }
#Rv3AaUzt5vPr0yNyWNZ2lLFuIK2TQio8 { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:13.9375rem;left:27.3125rem;overflow:hidden;display:block; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:#f3e7f8;background-image:none;vertical-align:top; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .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; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;color:#000000;height:auto;line-height:1.5;overflow:hidden;font-family:"open sans";font-style:normal; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;height:auto;line-height:1.6;overflow:hidden; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .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_bd5113c3d79e3c1a16260166ab964892e0f4c9a2.svg");background-size:contain !important; }#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-trigger.adaptive-delivery-prevent-bg, #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-trigger.lazyload, #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-trigger.lazyloading { background-image: none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI { box-sizing:content-box;height:auto;width:16.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15211;background-color:#623f75;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.3125rem;left:29rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #QenTlDepwFC43wyDtih5dn7B2wW5o16w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #EDognN9wgISmIrkiftU6HdbrcmPSd2fP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #CzCUThaTx1sds16ckuzh9cNW4T48Op1T { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #SlXD35UZmhQr8LymkzduqKHbtZohofIZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #KS87xwHgBQ5f2E3a4PQBZEwyKRfPTU3F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #fJQaxaFu4CoMp4Bm3JzGJNFI9eoE18MJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #AE1GN4lGUO5SfR7Bl5y4gBhgqUvTnBR4 { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #A9m15RXK7dT4fDsQSF4a3KPBrDPrlmnU {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #d1ZnkSIelf0ZxmzfPern9SQ0kS6J2Q15 { display:none; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Th30EgPIDCRZ0e4MdNxfgyTqT78mUSED { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #hb41obLAa27cBIK05flSMAhKw0ET7quh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #xuJd89B8qeKzowQuaiKXR8NPsUcbZk1i { display:block;position:relative; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #rzfKrW0s7ETRqWniwJJmeTVSEopstTHr {  }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kO84IwIPGEhSZRokVIe8TzFMNg0PerMA { display:none; }
#yfXHLgo2ZxgRslU7xArhNmixJKPWlsoO { position:absolute;display:block;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:13.875rem;left:52.375rem;overflow:hidden;display:block; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-element-container { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;flex-direction:column;align-items:center;background-color:#f3e7f8;background-image:none;vertical-align:top; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .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; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1rem;color:#000000;height:auto;line-height:1.5;overflow:hidden;font-family:"open sans";font-style:normal; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;height:auto;line-height:1.6;overflow:hidden; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .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_bd5113c3d79e3c1a16260166ab964892e0f4c9a2.svg");background-size:contain !important; }#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-trigger.adaptive-delivery-prevent-bg, #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-trigger.lazyload, #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-trigger.lazyloading { background-image: none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N { box-sizing:content-box;height:auto;width:16.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15213;background-color:#623f75;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.25rem;left:54.0625rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #QenTlDepwFC43wyDtih5dn7B2wW5o16w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #EDognN9wgISmIrkiftU6HdbrcmPSd2fP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CzCUThaTx1sds16ckuzh9cNW4T48Op1T { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #SlXD35UZmhQr8LymkzduqKHbtZohofIZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #gO5s3Rhqb4uMycSsObifdl8iKqx3y21N { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #GsFOxigTLxnNFT3Cf41THkwwwVcWIIEl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #D0OUWw7dxWiwMeCa5ySKfnQzTnqAaUta { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #fxcE0Tp4c8ypr8wXEpDPoKukdkOWoe1X {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #w7lk9e8KwW6zxUgZofQe76SGbkzUEOKX { display:none; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CnQOFm0TdiX2QMcbQyBQkC4GV6svD13n { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #btTecDBc6bGiFAGTfFUeo2qpGrMO9zBB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BCymAA6vraQ8TGpqwguTXDKo2CU1PJGc { display:block;position:relative; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #d53u471OlTzL5iWcUura0RGZLQJtU3Ll {  }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #tQNVPSwyNETIX0HNXnCraBx3X13ODDzx { display:none; }
#UZRG0CzBySIc4XVDapMBCIKqD3MrQIOv { position:absolute;display:block;z-index:15211;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:20.75rem;left:2.3125rem;overflow:hidden;display:block; }
#eVEEDMXczTbVKVDkUAVl1aA0L9ovlHHw { position:absolute;display:block;z-index:15212;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:27.0625rem;left:2.3125rem;overflow:hidden;display:block; }
#q021ck3pxhCfsy01KSwUz7Tlo0bzJm41 { position:absolute;display:block;z-index:15213;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:33.1875rem;left:2.3125rem;overflow:hidden;display:block; }
#CEOgReRMpBIodNniiMWPtgf51J9yG9PU { position:absolute;display:block;z-index:15214;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:39rem;left:2.3125rem;overflow:hidden;display:block; }
#evlDza8GUZTgayg2EbdB3X9ODNZ54u8J { position:absolute;display:block;z-index:15215;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:43.75rem;left:2.3125rem;overflow:hidden;display:block; }
#SFqAI7T7Um4ewXzv73rQcczZFPekURcT { position:absolute;display:block;z-index:15216;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:49.6875rem;left:2.3125rem;overflow:hidden;display:block; }
#P0PolfwG5pKW7W8Fy58ZMfuCvzE0ZRis { position:absolute;display:block;z-index:15217;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:57.25rem;left:2.3125rem;overflow:hidden;display:block; }
#cf7MPV85KiHMa9kRXtrzNBoZyo2Wqp8s { position:absolute;display:block;z-index:15218;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:65.8125rem;left:2.3125rem;overflow:hidden;display:block; }
#KdMbNRz768Z8uU9wz8RxQu6t8dSMN40Q { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:74.1875rem;left:2.3125rem;overflow:hidden;display:block; }
#CPplDqT7EwHxREoVdtvQpdNSfkcCXORy { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:20.8125rem;left:27.3125rem;overflow:hidden;display:block; }
#sqd3sXnBXWrKFBlUXx3CiE1LCcOTcaCz { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:27.125rem;left:27.3125rem;overflow:hidden;display:block; }
#Xp8Kfre2iJHU081S9PpawTRqdu9bTmni { position:absolute;display:block;z-index:15222;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:33.25rem;left:27.3125rem;overflow:hidden;display:block; }
#vRZtkKHy23n9EfVtaNToeb3O1lO4koPW { position:absolute;display:block;z-index:15223;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:39.0625rem;left:27.3125rem;overflow:hidden;display:block; }
#cDeA8Nt0fp3Epsas6RipuCPiF2tqOtOB { position:absolute;display:block;z-index:15224;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:43.8125rem;left:27.3125rem;overflow:hidden;display:block; }
#NelRffPmdBrtPgqLPhADcfCbOLcGoBnF { position:absolute;display:block;z-index:15225;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:49.75rem;left:27.3125rem;overflow:hidden;display:block; }
#AZl3797TRNzNNpzDRfQSLKFBcHkiTlPT { position:absolute;display:block;z-index:15226;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:57.3125rem;left:27.3125rem;overflow:hidden;display:block; }
#gzZoQybMcrkDIJlTv98yimtST1ITn3r7 { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:65.875rem;left:27.3125rem;overflow:hidden;display:block; }
#vVl5kVFHtoaMLdVo44oTBDzIiBByvTrk { position:absolute;display:block;z-index:15228;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:74.25rem;left:27.3125rem;overflow:hidden;display:block; }
#crHHz35T3h9FV0gq6n2ThD6nttueCl6M { position:absolute;display:block;z-index:15229;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:20.75rem;left:52.375rem;overflow:hidden;display:block; }
#m6mh4vbnG6vAiQxSU6taDuuF0kRNGPCy { position:absolute;display:block;z-index:15230;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:27.0625rem;left:52.375rem;overflow:hidden;display:block; }
#Ufq19VvLvpVJECkDwb1ED538mEe48Dyp { position:absolute;display:block;z-index:15231;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:33.1875rem;left:52.375rem;overflow:hidden;display:block; }
#lyNtNLuc56fvTfqR7ub3o8M96fImaboW { position:absolute;display:block;z-index:15232;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:39rem;left:52.375rem;overflow:hidden;display:block; }
#TWd96x805Tfs4BIU18XphPf995iKx86s { position:absolute;display:block;z-index:15233;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:43.75rem;left:52.375rem;overflow:hidden;display:block; }
#w5gblJCihNxdZDpaXUPtXnrsh5bEzD1J { position:absolute;display:block;z-index:15234;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:49.6875rem;left:52.375rem;overflow:hidden;display:block; }
#IMaLi7RPZ2lGIVKr6Cq9gzdFnrQrQcWX { position:absolute;display:block;z-index:15235;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:57.25rem;left:52.375rem;overflow:hidden;display:block; }
#iKN8EDteFkn8Vhl94doeZRpxdlLfgROt { position:absolute;display:block;z-index:15236;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:65.8125rem;left:52.375rem;overflow:hidden;display:block; }
#Qhua4UM8gfTm6Z10MiIrtzQwrAivlDqX { position:absolute;display:block;z-index:15237;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:74.1875rem;left:52.375rem;overflow:hidden;display:block; }
#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { background-color: transparent; background-image: none; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container > .video-iframe-container { display: none; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row > .video-iframe-container { display: none; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .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); }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { border-width: 0; border-radius: 0; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#dgNt2o9lWxE15FJl5fyvZTMTVGMvtX0i { color:#623f75;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5rem;left:3.5rem;height:5.3624125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tq5rtS3vtXbs4zGLqt0D8xa4q56xA124 { color:#623f75;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.9375rem;left:3.5rem;height:2.68120625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkSHaGtMR9IbWcQHdX04owRE7We7AoT0 { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:16.6875rem;left:3.5rem;height:4.1232625rem;text-align:left;text-align-last:left;display:block; }
#RNLT7mVqU0rTu8BMeEeCdRyE637zWDDT { background-color:#623f75;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fec901;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.3125rem;left:3.5rem;display:block; }
#C8QBcIlmpTJSkpGAHvBrOWM1FLlSCbsz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEuIod2C16XaZLFt3eB4ov4b9klOyZsL { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:25.875rem;left:53.1875rem;height:1.625rem;font-style:normal;display:block; }
#m71renbRZR4KVklxflA3UML3ucnlwhHK { box-sizing:content-box;height:3.5rem;width:16.5625rem;position:absolute;display:block;z-index:15021;background-color:#623f75;background-image:none;top:25rem;left:51.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TqnqdFfSm0VSC5CdKrBLOFvZ3WJh28rA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:31.5625rem;top:4.1875rem;left:41.75rem;overflow:hidden;display:block; }
#z6DlMAMOIkvhDJ1GfpyTV4l0DSeGMXJv { box-sizing:content-box;height:21.9375rem;width:21.9375rem;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:15002;background-color:#fec901;background-image:none;top:5.8125rem;left:47.875rem;display:block; }
#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { position:relative;display:block; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { background-color: transparent; background-image: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container > .video-iframe-container { display: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row > .video-iframe-container { display: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .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); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { border-width: 0; border-radius: 0; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .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; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .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:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMQhKLN2gCN7mRiJPrmHKf8TW6bieISH { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:18.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#mUZmoDveX1NRviSMX1h2mIOrCl3VJuBp { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hryNsBW62szu2UqsmR3wTehMC0SzrlUe { 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; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { background-color: transparent; background-image: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container > .video-iframe-container { display: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container { display: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .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); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { border-width: 0; border-radius: 0; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#Fses0tTDmWAVnJd6I4tx2ZEK3TIo2QXg { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:6.375rem;left:0rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#E0lkK8y5MsuhB0TlM6E4ETN6IDc3qC5i { position:absolute;display:block;z-index:15025;background-color:#623f75;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.5810546875rem;left:27.9375rem;display:block; }
#IwfIUA77NRVqn3ualXXKIZmLhiIbOpeu { position:absolute;display:block;z-index:15017;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:19.9873046875rem;left:22.0625rem;display:block; }
#DmldXbOt9fNIK4al6zwR2gK4wk59fE6i { position:absolute;display:block;z-index:15020;background-color:#fec901;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.875rem;left:28.8125rem;display:block; }
#WyNRQQf3W801Xrt98zukv4eXzR6G6gxC { position:absolute;display:block;z-index:15018;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.875rem;top:43.4873046875rem;left:40.1875rem;display:block; }
#qTTtg4Ozgq2GGCzhy5ntuN4Vv71tBdp8 { position:absolute;display:block;z-index:15036;background-color:#623f75;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:35.5498046875rem;left:39.75rem;display:block; }
#SJZRfT3qTqsMTvScgdX6cRIZD7ItVKHX { position:absolute;display:block;z-index:15035;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:35.7373046875rem;left:40.125rem;display:block; }
#OODCkHXW0wJo16RqJwPST8NSVvmePGLr { position:absolute;display:block;z-index:15018;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.25rem;top:5.2998046875rem;left:9.0625rem;display:block; }
#DoArEeyW51LdTmsn89W5BGD1T3DZARGc { position:absolute;display:block;z-index:15012;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:0.125rem;top:20.0625rem;left:22.0625rem;display:block; }
#NKA01yWX2SCSyTZfevy5lKONLlR4ffTT { position:absolute;display:block;z-index:15011;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:21.875rem;top:28.1875rem;left:0.25rem;display:block; }
#sn6AWTAl13lhWmTIpJddkFGnNDqAG8JQ { position:absolute;display:block;z-index:15019;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.4375rem;top:40.1123046875rem;left:21.25rem;display:block; }
#ZpPrv8AauuMZHDHKgrsxEmx4XqhzlQLH { position:absolute;display:block;z-index:15037;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:0.125rem;top:26.5rem;left:40.375rem;display:block; }
#pQIIioTnUHLiEOc6RXf0kPUqtAp2qtt3 { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:34.5625rem;top:26.4736328125rem;left:40.4375rem;display:block; }
#sa2FRJrz2XS9gad2q13xoitDOsTSdDe7 { position:absolute;display:block;z-index:15020;background-color:#623f75;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.9873046875rem;left:44.46875rem;display:block; }
#HrGZBPNepg3pw5UObBV3Fcu9sXHGWwpy { position:absolute;display:block;z-index:15021;background-color:#623f75;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:23.875rem;left:33.25rem;display:block; }
#aQOkNaXeOvn38G8tBBzcCiJiPWc54diW { position:absolute;display:block;z-index:15038;background-color:#623f75;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:29.0625rem;left:39.9375rem;display:block; }
#h2zPLngZXKxDko81ypM6G5sINDisnt29 { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#dkdvyZF6MTK3scuUaOG2JBnR4W6h30tM { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#PaRp5e9FgUIpiDMLo3T6ybiLrIr9iSHB { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#ur3uIqLshG4RQgRi72EA7UUhfGryrsUd { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#yDe7ClST2SwDs77KnexpX961UPhM2Tga { position:absolute;display:block;z-index:15018;background-color:#6c4785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6c4785;border-left:0.1875rem solid #6c4785;border-right:0.1875rem solid #6c4785;border-bottom:0.1875rem solid #6c4785;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:38.375rem;left:50.5rem;display:none; }
#VI8RiUIb4tyE99UdZDRM7TV9vg4A5lLZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:28.875rem;top:15.4560546875rem;left:22.0625rem;overflow:hidden;display:block; }
#llxCM60pAE4F0AopAf1rdZ61Cvr8PxqI { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:7.4375rem;top:27.375rem;left:36.6875rem;overflow:hidden;display:block; }
#ssDOabIvtdAgrZkqP8iL5yo79ye5HVIt { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:2.625rem;left:8.125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y8n3VkAwVImP0aifrDB0KUvLP4gnPL4O { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:2.6376953125rem;left:47.6875rem;height:1.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bmTyToWWvVT9IET1fr8uVKSkBd0kCkOO { color:#000000;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:6.4375rem;left:47.6875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kyDQPqf3qW9Pz2ehgtC4UTSkC50K39lM { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:41.125rem;left:46rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hOuImLTKrar4Rz1ECLM5miSu9oTETTNs { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:44.5rem;left:46.25rem;height:4.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#punMeW9NTf0NyWMTNKO0TMELItx9Erx6 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:25.63671875rem;left:0rem;height:1.80013125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tpw1FfIMqlTHunAlRkxcbZZhzavXwQUT { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:29.3125rem;left:0rem;height:2.8125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#uOnDTbGFQPz5axbFqwR5LMxasbQwt8a1 { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:21.98046875rem;left:52.1875rem;height:3.6002625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDpoRx08WSsu6BXd5iI1rc8BV5ilKxkn { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:27.8125rem;left:52.125rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KcovXzoGkDpNmFvJ9N2p8Q5a2ZNVeP9e { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:37.75rem;left:12.5rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x6TJeAws4q3xBopilLu7ux8IgqphgTpA { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:41.125rem;left:9.25rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#C99lZOSvyNpKJUwvBWTIJTXIpBN7oQM4 { position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:0.125rem;top:5.4248046875rem;left:29.1875rem;display:block; }
#TEAPAT70LpA3COTwKkOkwyJCiA61wQTC { position:absolute;display:block;z-index:15019;background-color:#262d3c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:20.25rem;top:5.2998046875rem;left:44.9375rem;display:block; }
#ePk0lc9qELB4N5sSk5mJXZANDXQoKL9s { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:0.125rem;top:5.2998046875rem;left:44.875rem;display:block; }
#dei4LD2hu6N9aNpWsFStTuaAmE3sSiAV { position:absolute;display:block;z-index:15004;background-color:#635a5e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:0.125rem;top:24.8125rem;left:33.625rem;display:block; }
#V1uqMt45eGMEob5xgGySg05V69csghQ9 { position:relative;display:block; }#V1uqMt45eGMEob5xgGySg05V69csghQ9 { background-color: transparent; background-image: none; }#V1uqMt45eGMEob5xgGySg05V69csghQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .row .container > .video-iframe-container { display: none; }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .row > .video-iframe-container { display: none; }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .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); }#V1uqMt45eGMEob5xgGySg05V69csghQ9 { border-width: 0; border-radius: 0; }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .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; }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .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:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k0BBu8IsOTDzdK1f0iUefql4glgLRpmg { color:#000000;display:block;width:26rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:2.125rem;left:24.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#ST1hAqZRQNaSS8VJ3l3rx0dMX2mZslwd { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15204;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#faHWO105trdAcDhdL7JJbvn0q77GwwND { position:relative;display:block; }#faHWO105trdAcDhdL7JJbvn0q77GwwND { background-color: transparent; background-image: none; }#faHWO105trdAcDhdL7JJbvn0q77GwwND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .row .container > .video-iframe-container { display: none; }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .row > .video-iframe-container { display: none; }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .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); }#faHWO105trdAcDhdL7JJbvn0q77GwwND { border-width: 0; border-radius: 0; }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .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; }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:100.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; }#hlbcObqS5GhG5zgzOaEuDMDi52dOGaVw { border-top:0.3125rem solid #fec901;border-left:0.3125rem solid #fec901;border-right:0.3125rem solid #fec901;border-bottom:0.3125rem solid #fec901;height:43rem;width:30.25rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;top:3.625rem;left:39.375rem;overflow:hidden;display:block; }
#NEhTkTT35r1pZqqJQy0zOZN1PVLLH55H { border-top:0.3125rem solid #fec901;border-left:0.3125rem solid #fec901;border-right:0.3125rem solid #fec901;border-bottom:0.3125rem solid #fec901;height:43.3125rem;width:30.4375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;top:49.3125rem;left:39.375rem;overflow:hidden;display:block; }
#X1VHBHBVSA8BuTTdhFEnxex6DpRKQRs1 { border-top:0.3125rem solid #fec901;border-left:0.3125rem solid #fec901;border-right:0.3125rem solid #fec901;border-bottom:0.3125rem solid #fec901;height:43.3125rem;width:30.5625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;top:49.3125rem;left:6.1904296875rem;overflow:hidden;display:block; }
#nskN6cxvVizDqQu6V42FOcvqftuDI1s8 { border-top:0.3125rem solid #fec901;border-left:0.3125rem solid #fec901;border-right:0.3125rem solid #fec901;border-bottom:0.3125rem solid #fec901;height:42.8125rem;width:30.25rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;top:3.625rem;left:6.5654296875rem;overflow:hidden;display:block; }
#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { background-color: transparent; background-image: none; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container > .video-iframe-container { display: none; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row > .video-iframe-container { display: none; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .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); }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { border-width: 0; border-radius: 0; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#Fgb7Agt8E2F8flPC39bwhW0UxOgzULZ2 { color:#000000;display:block;width:45.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.75rem;left:14.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VN7rS9TnHZukvZeFApq7iy1yqs9kUHGP { color:#000000;display:block;width:40.25rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:17.375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { background-color: transparent; background-image: none; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container > .video-iframe-container { display: none; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row > .video-iframe-container { display: none; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .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); }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { border-width: 0; border-radius: 0; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:#623f75;background-image:none;vertical-align:top; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .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; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:"open sans";color:#fec901;height:auto;line-height:1.5;overflow:hidden; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#fef9f5;line-height:1.5;overflow:hidden;height:auto;font-family:"open sans"; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .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_d9e9fde249bac2377a3229f70d2df91273ce6aac.svg");background-size:contain !important; }#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-trigger.adaptive-delivery-prevent-bg, #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-trigger.lazyload, #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-trigger.lazyloading { background-image: none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD { box-sizing:content-box;height:auto;width:62.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#fef9f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.625rem;left:5.21875rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cNp6bOvBVMlJK5LrfTWoN2fesRyD1KGw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZzUJKOiGi02NmGq8TllOEoZaDg39GZV9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TpC5LzIyGtbUFk9yOngMz0d3Cd03ARbk { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WKrzfpXGE3PmZ3a1OUmA24QFwAIUJJ55 {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rQmAbnatA3CoxOda5pDJ0EyHHHHfyVSM {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #AKxz8G8IkJIxElmg7GWX6m0zlXMyXX3e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pxVF3IGDSHk5iK7oJIJRE4iUWJkXM09V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #xqNFkFe52yB8t0e4O6wQKslwO9TpXRnz { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XFcc88ApasD6tbImAseADIDhACsoUTWU {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HM4Ufv9Sr4vkvulGWfB6sNNaIXvQipBD { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XzOhwZMMpFMGifImtZTJOPInCHm1d0V5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v167abQcPP3cdPT8OvHPwbbaTWk6dzDI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #L5WrHF3rDkJEu471H9ETINxVi3mJePXD { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UEfChgAEg3lpXwiPXeeFBc53BZqWcqgH {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #dgVDh4wptReuPXPSWdC6VAoovAmCvHIB { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #eH5XyDQi3voZ2vuxNPGcEIcCvz3RLsDK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZH7FaRVSy4ZKNupEEZiA0cEM6NEtHXg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZTlZ2eqsm4CfxDPzSdQFVNdOwQELkktQ { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #SnCRtFsddf2sbCCu2BMKR4vtlDghnl1S {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cohGKreqm3ApX4NJo8H189TKXvs3CGOu { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ErnIrLa1P5sRhgQvmfciTgve8JH7xyEp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #r97JI0aNszs65kmPDVvPrWRoAhvobxF9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ONVV25nnuqbh65LTyiU5hpA7sXbIeqcW { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #KLXiR62eTfJgXZNTEnnX101RfBOMf734 {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #JLAxgNoTPsqDDf0bfVqCy50xfEUPWo0A { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WgXyqhUBxwqneObdf4TTTm8X3r30TB98 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #D4kA4bndXwnSRAOF6vbf1fIUmlIeFK9d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HpruDfsTN3v60Hxz0Ts9OrIk8rncXvGA { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TAi2TF4zIrlVhk0yUd4zuKJsVghy1DbM {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZBxhaGZ5y06HMW19hFOMBMviDNQIpSn { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #tPercwX8odf0cmSh4RVo5LVGUFEm9Lke { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #z7hEe4qzvqnX9f28UxoTwGomQoJeoRnU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #vnCbgzC8yqHtBCSI1fU98A9adzHzrJMF { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #inGT5XwWqoFIHOSNG4N6yszzfQZwfdh8 {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #VnmpaBJ2OUHTqLylMgVyLNkES1L5ORdq { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cN6Xe1apICGkEZGGhSUFvTk7WLtOTGuz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v216Nd8NUQ3Hs9BZPIrBZz0a10twzAaN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #hwLdR4r1p2CccJz24W7TbXyAI8aThT6i { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pnzDXNsIlOgZXaTLsD0ou5THmtctwn5d {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WcACrB3IgUMU8pJx4qysZzR5NiiT9BOn { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9iTp9AaDBWxF2cHtvBsKhTlK47wLMvy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bCcmNqDcGd3Qldv82k5FHalTFD0dAJQX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #F6gOLggeIoqgsVnmgmPQNDmC8UyFvFyD { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ISnB03hBtpHyspaT9ipfcZrEIAurDl7h {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #mUvEPUl590R78CJXmEi7SkOG0JXQR7y9 { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9eVRLvFFKD50hOSvdQnsSuMn0048h5v { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #sGiFHZzgIM5ELhnBGWisPq4onJKaLhLR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #BzJVHx55GV8lOGBmRlWRzrPrAxtn1TZv { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #e3HFxKKCzos24bhhVTHVnRlMVkgItnnc {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #OKqh2FLnMsTxO1e6kl0QFCWa1sET819t { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #QNAU0T9GKpL05RkZ4QCKtRQO6xArlqHr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rlJvaKXHEZNgLxbhNamq2FAuFw1PwXR4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #uUw67pmQsnhkTZp2T19cdvXv3mmkHiqg { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #qyusVlf1tVQC4JEhBmOf3PVnEJla13wB {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #Iue7HQU4oRHqmuAybpqFwaJ7U3owwIv9 { display:none; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UeZEqW3Xn8D29Pm4lbhl1cZddZWA8nMX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #CgEA1FOMH3D79rFIaEd1zbWcIvhOnaSk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #q3a0tdcQ6KFXb06FE4WwhSaebwRMW6WU { display:block;position:relative; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #iXAnW9vRT6foDghBSDhQd3auei132X7c {  }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bzTukXE6Ml9B0CBx6GCh1l0isihtDNC2 { display:none; }
#T8DvlugRoCgxWU362pavGzQbcTgCJFNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f5;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; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { background-color: transparent; background-image: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { display: none; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .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); }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { border-width: 0; border-radius: 0; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#oSe4LvTSco9oHlEZcS98MrQhc83P05zx { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLIZtUiXdDIyZkRsglenb8soFe7GwTMJ { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:9rem;height:5.3613375rem;text-align:center;text-align-last:center;display:block; }
#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ { background-color:#623f75;background-image:none;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; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { background-color: transparent; background-image: none; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container > .video-iframe-container { display: none; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row > .video-iframe-container { display: none; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .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); }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { border-width: 0; border-radius: 0; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#F7VPRZn6gDym1h2f8o2kQB60n87n5pMo { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:13rem;left:44.6875rem;height:2.2744125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-form-header {  }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:300;color:#000000;width:20.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:1.6875rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c4785;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:20.6875rem;height:3.75rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.0625rem 0.0625rem #444b8f ;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:roboto;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.625rem;overflow:hidden;font-style:normal;line-height:1.6; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container:first-of-type{padding-top:0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container:last-of-type{padding-bottom:0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.375rem;left:42.4375rem; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp {display:block;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.375rem;left:42.4375rem; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ctPPSX8ea9dFSNNDvVm0lOycbElTTXcL { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uOTTzTg2h32aOAxatDTCFWENEF7GO53l { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #cVgQ6Ag7HZ45ZS79PBUeOuSiXuyiPFzM { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTmIyQoEncbeufvCcPMZcdTZF856JRdh { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #RVKTaxMulW5W79E2UV6PdRwfbSr3a6NH { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gklpAcIQ9stQncpPzBNosMt6H9Mdy8pT { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #XNp47amyyKPMP6UcLzfm6dxuF5Lwz5JS { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #p5Ucg3gkEP9JEEbTl7nu6wsA0yV80130 { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTl9EJsRUmU86ZGZJtBDF4E6tVDNO6IW { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dsIvmneeOuf0kGnMAeO1V6OSc2PBen5I { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dw7e3n5OqQ9PbVoWMND6ivbn1UXBsOSx { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ahIQVgQsoSXTBQXwadoMvys2G6g1aLMc { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ohzsZB7evrz1l0TlLH1Zws6WMSBJvWDQ { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #bS3ZpXGLyiL8c0D0gUgns1mcZKqtVi61 { position:relative;z-index:2; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #IV7ppu5iFPfuhVto58BkM4BQAN9GAR9y { position:relative; }
#rfSKOnrfPemTgAPREGCcV35xm5EOb0Ib { position:relative;display:block; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #b5seZX9b4yr4NdLfFQ4wCAK5P7JwP9Kc { position:relative; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gyCMdJIpPAP0zctsZVHT0t6obda8WGGn { position:relative; }
#hwnOucS6yuHbt97isiiHVKmgl40ig2D8 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.125rem 3.125rem #fec901 ;height:40.375rem;width:28.6875rem;top:7.875rem;left:39.6875rem;display:block; }
#iIhDJuVuAwcVebJD7RTaeRzZ1CzC92tV { position:absolute;display:block;z-index:15014;background-color:#674888;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8125rem;width:28.75rem;top:7.875rem;left:39.6875rem;display:block; }
#L22WQILXeoPvTlX321dpeVS7Z98NF8p1 { color:#fef9f5;display:block;width:30.3125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:19.375rem;left:3.4375rem;height:19.40434375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WtVTB2vA2TWS7WWCUJGs7xOpWZ87oTgM { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.3125rem;left:44.6875rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wcHsrnq4qVGAKBoRy3Bu0DkSlTJxgrwB { color:#fef9f5;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:9.1484375rem;left:3.5rem;height:6.5625rem;display:block; }
#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ { 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; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { background-color: transparent; background-image: none; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container > .video-iframe-container { display: none; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row > .video-iframe-container { display: none; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .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); }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { border-width: 0; border-radius: 0; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#TT6925FTub76A9Ldite3tT2f4nkkxTAS { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.4248046875rem;left:58.375rem;height:3.4982625rem;font-style:normal;display:block; }
#P7OMprTEgr9op9id647gdQLdmyCmbJZp { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11.75rem;left:35.1875rem;display:block; }
#POQP2kPSN2fw2XyFcLVhzpe1oWeQMxTo { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.099609375rem;left:56.0625rem;opacity:1; }
#I6zKUqwZuc1MU81J96LDaKdJzXqsBZqz { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.9248046875rem;left:4.625rem;height:3.5612rem;font-style:normal;display:block; }
#JZXdXTNAzuBW4ViE02kE6zauATiyimTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.9248046875rem;left:35.0625rem; }
#Skz68p5aqaBN0BfiwLhaHtZ1mg6sTul5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:8.537109375rem;left:35.21875rem; }
#PC2xpSWhIrwayO0UneBUfLTMEsRlHKt7 { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:5.755859375rem;left:37.9375rem;height:1.75rem;font-style:normal;display:block; }
#oEef3puhHJKf8BWsbdtoKcCip3B04ERm { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.3916015625rem;left:37.9375rem;height:1.75rem;font-style:normal;display:block; }
#VngBZs67yBPfiE3fhiSo77nFTKvI99mQ { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:4.1748046875rem;left:37.9375rem;height:1.75rem;font-style:normal;display:block; }
#Fcu6yCbuKULaskD0WCvmZSr9ZuSJQkb5 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.25rem;top:3.4873046875rem;left:4.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu { display:block; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:9.25rem;height:3.4375rem;top:1.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #vcx9fascaB1J9PvJEKI2fFJqxaC9c8qu { width:7.125rem;height:3.4375rem;top:1.6875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG7tJ6FBPd2h60HqTVaJf14ObF6LsfRf { display:block; }
 }@media only screen and (max-width: 763px) { #uRq3PV0o53X0qHn1BO3QP8JtcDWSVuyJ { width:12.3125rem;height:2.5625rem;top:2.125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfvpxnmdV08n4tbpTU98592oAMTmdu4a { display:block; }
 }@media only screen and (max-width: 763px) { #n0xM8CmvWcPdCM0VC1gNl8oxMB5XVtXX { width:5.625rem;height:2.5rem;top:1.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHMfNSTkLzM68Qvb0WnTXni7VM4HXrFC { display:block; }
 }@media only screen and (max-width: 763px) { #EP5AH8uykBorRaDUFcKT8WVua141ESFq { width:5.625rem;height:2.5rem;top:1.0625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdEZd7EGqmzSZwLrXTlhoSG7BkNf8dww { display:block; }
 }@media only screen and (max-width: 763px) { #sI2wNDqMpszr9koveST5igA1SxwKn5A8 { top:2.625rem;left:26.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVDnQ01TbI1tB3M2SL2uTN9Dyr7iob3 { top:0.5rem;left:0rem;width:18.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { top:12.5625rem;left:0rem;width:34.375rem;height:12rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { top:26.5rem;left:0rem;width:33.75rem;height:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:22.9375rem;height:3.25rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { top:10.25rem;left:46.4375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { top:38.625rem;left:41.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLrAPsT6lXQXyCBFTaR7n11chvCQsviJ { top:11rem;left:24.5625rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #muuT93QFGzwVL3aqcaAccFy3RlZWq6Cg { top:9.9375rem;left:0rem;width:35.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D883ITccEwpA0tIQrmTyAOUhCigPJBXd { top:12.375rem;left:5.4375rem;width:42.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsbAq4mpkAF6z5Fz0Vs6MobMTElNozt { top:25.75rem;left:27.3701171875rem;width:11.9375rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USTrymJuApKPE4EkRtNJhb9zyD8AC6ap { top:10.6875rem;left:0rem;width:35.125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVQiXhXwrQZ9iB64BT4kSkXwMmvFe6WO { top:10.6875rem;left:0rem;width:35.125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v { display:block; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1QJRi8y9Q82EeQlCZe05LpCcND2oV3s { top:2.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKH04LTFf2263iDW6NpQowxgN5McHHw { display:block; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T58ELMceP38Rsy9RtxTgOQcZSRkv9erc { top:0.9375rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFeFq509oOL1z5f6bCEZHRoxSI4WSspi { top:1.4375rem;left:0.625rem;width:11.3125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8fJ3trM5796PRD43K7n3mNZegBz9f4r { top:1.4375rem;left:4.0751953125rem;width:7.3125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHtD2bl0sCasy61kGiqDbcQ11JzFIGRg { top:2.5rem;left:10.3125rem;width:13.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWv41zPkIaBB9xSpLxbzu0hdFQxuXVXu { top:0.875rem;left:31.9375rem;width:15.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyXDXpcGAZZqVM4z9BOlLsxDlxhiJIE { top:1.125rem;left:23.875rem;width:6.25rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1OeHLKSQ8RBN6CPSWiGF0qzZ4V4UJCk { top:0.1875rem;left:23.875rem;width:11.9375rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN { display:block; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N { display:block; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPQsCvN78VmavyV08GvzuHw1TfZsP4mR { top:5.375rem;left:11.03125rem;width:25.6875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZqdNKbbo5sw8lydhyp6dhqy116CCVFZ { top:2.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZK7aW2vrtcL9rFa80UrSTcJA1diL6C { top:10rem;left:0rem;width:47.75rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3uG0a5wb4up1MUsZcmOOZovkhiru2ce { display:block; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt9tlNvA7CumK7UGNdkIMxsru4gEZhns { width:16.3125rem;height:5.375rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEkhr9lUB15JuIUOHF2TPUWqpCDEGrl3 { width:17.5625rem;height:5.375rem;top:12.5625rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6shnkkfEEkArUmklVI6PWzJlLQfQLEh { width:18.0625rem;height:5.375rem;top:12.5625rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUxxMWap3GLG0OEKm3OPZEiVSt9UWEFO { width:14.125rem;height:5.375rem;top:12.5625rem;left:33.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dct3bv3csfmzeMg103RL1JiBdfGAyzPT { top:3.5625rem;left:14.5rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii275LBGkFrA9TnxBpSuUFDdTS5zVRK5 { top:3.375rem;left:26.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpFGO8EgqZJBUANPCAdyGpMil6ETudG { top:2.875rem;left:1.8125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ShTeF4eqAWpwdrTeG66uJ0etkpZhAu { top:3.5rem;left:39.53125rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT471dUKKnTk2Er3npFzgXTtQ0K7TGwL { top:2.1875rem;left:2.4375rem;width:3.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJZF62TU4xHZ6G2TNxxOf3UT1zbV5qc { top:2.625rem;left:13.3125rem;width:3.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrv4mZPXWz8Fml4sTIZmOltQCTSOTTxP { top:2.625rem;left:25.5rem;width:3.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpwGql2hxheLm9b0y555sAhhnqwIWdU { top:2.625rem;left:38.75rem;width:3.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abNqKXq8moeu44tdNq5FG0pt1wQyRxcm { display:block; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { top:3.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ { display:block; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQQk36WKO0XJ5PFCXnQqh1Sx29CsX0xV { top:0.625rem;left:5rem;width:38.875rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTaTRiu257rnrqGVWJDCUU2lB53ioSvX { display:block; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb8fg2soZC4xyhAMIe3JKa4O2t62ik5I { top:18.0625rem;left:0rem;width:29.25rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLnnhOWcTy9crgJJKkZpHZa2dmg0vEFC { top:5.6875rem;left:1.40625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K04QSVTqkIPJcXJGl2BTsGAZrPRLTI80 { top:11.75rem;left:0rem;width:28.25rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnlHzVmHlUnmbzA58qmUg4ZLNKOlmpXi { top:11.25rem;left:16.5rem;width:31.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PntAH1WzTGfp6dB4iMF4gmWSIRiOTmy3 { top:9.5rem;left:24.71875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiPanxQIh2pawo9Fs9tITuBabymfNZwt { width:21.5625rem;height:3.0625rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXFWsGUDU4pohGSFWrTVzCAt69gcGh9q { display:block; }
 }@media only screen and (max-width: 763px) { #fbDVsVUaKuzm6X8HGgtbTFJtsx7uanMO { top:36.0625rem;left:30.8125rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZig4Dy9QuVZen8uPcKFKtUtPSH5q4Xd { top:34.625rem;left:29.0625rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D { display:block; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnDGemiVa64SluH68RIVX5yZHtWbAxzR { top:15.3125rem;left:17.125rem;width:30.625rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P09BNX26Qm50VcFTSoJK0p5brpmIBx8O { top:11.6875rem;left:19.5rem;width:28.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonJcJxvxVEp4JJViNQRAuN8WupX0Mru { top:10.125rem;left:0rem;width:34.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPwgUX8nRcOK4xxTRhKfUzi8Pc1lFeQi { top:8.25rem;left:20.09375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imP2EFpPFodCstG5m4kJwhhPiWuIZm8o { width:21.625rem;height:3.0625rem;top:34.0625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS7wd27ZTHHEZWz2T7IuPpkHd3EOL41 { display:block; }
 }@media only screen and (max-width: 763px) { #SBLCQTLGW6ClP35cGyD08cZG0wbS4LzT { top:33.25rem;left:8.25rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkE6qgV3yTqryThcQv6qXoMbiF91Qh6W { top:31.625rem;left:6.4375rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW { display:block; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMz1eOMLeUVaeOP0mnEW096DOEI5Uvgz { top:15.4375rem;left:0rem;width:29.5rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPVG0WuheBISsfNASUgMOmVCwDxwIc5r { top:25.125rem;left:30.3125rem;width:17.4375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4dq4iTsU51ChPgRebSAUNzhSg0oD7pE { width:21.75rem;height:3.1875rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpOoTNeTkLdvRQJVd4MpQgWlyz6Cixz9 { display:block; }
 }@media only screen and (max-width: 763px) { #TWntAxIa1gzLyI6k5pB4lFZlRLQ76Hk2 { top:9.0625rem;left:0rem;width:21rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1gTfpZSwg4veRTmh23EkUmR2Agg3nF4 { top:13.0625rem;left:10.75rem;width:37rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvlcld9a1AuRyO7qGHr0DFuXTHgmL0Ti { top:9.9375rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX3iFAuzy6D3mbXs0uRhgSLQs1eA0z40 { top:7.1875rem;left:34.75rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be01lsn3fgluGyTrKgSG5nqo6cZfri82 { top:9.0625rem;left:36.69140625rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF { display:block; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIe1xI15w7ni30J8fy8iXBLphvTUEl2s { top:37.125rem;left:0rem;width:47.75rem;height:19.198917137476rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovlzDKorCwn8JtXRJRHxzoN0SIJpHQcn { top:14.0625rem;left:19.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ZvLObtbasGTccSe5PxGgXPDzqudzrK { top:7.4375rem;left:7rem;width:40.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbMHdUFb8G7CnrbIrdV8VEyaROeZIwvV { top:10.9375rem;left:7rem;width:40.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTodnReHtKpcczzRZEPhBtvzGxFmGRC { top:28.4375rem;left:12.6875rem;width:35.0625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtCL7OnRhHSwutseHegOe5RRu1duuIDF { top:14.375rem;left:16.3125rem;width:31.4375rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQ7uHEEqEDguiTWvoR7tKVxcdTns2Hw { top:17.8125rem;left:19.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwTvgLt2andredJtXwd65K89TcusD3ET { top:17.5625rem;left:18.0625rem;width:29.6875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re0lxxoi4A9VFKGETnLtN7hsnLZSSZTd { top:23.125rem;left:19.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMoJIEpMiHzohHyenEF6gIOcL1MkdMLK { top:21.9375rem;left:18.0625rem;width:29.6875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sorA82WLTqU4ThBLaoNZf9OTBshypTdO { top:8.3125rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1csNwLmAPQMw0nQALWXR52tb9QQaUTK { width:21.75rem;height:3.1875rem;top:70.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdkrBtxszcq2BB5b2lfmdkRuSQpaKPTy { display:block; }
 }@media only screen and (max-width: 763px) { #BmzpOZcSx4DS42hHbAVWpIBqkCVFmWMz { top:10.9375rem;left:0rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4xLFhrlk9XIhRA1Hqn67uXDLT3Dwi4 { top:13.8125rem;left:0rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C { display:block; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixSJIMOsQLg86p9rHFTm4u5TKMupAad1 { top:11.25rem;left:2.6875rem;width:45.0625rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF9bwT6oJAwQH6rwZEmLeFVvacPn9GTs { top:27.5rem;left:0rem;width:47.75rem;height:17.070506454816rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNVeuTWEuowscs7MXPg4Mgh8S5bff6N1 { width:21.625rem;height:3.0625rem;top:56.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWAVWRXx9PH79W5d5OTxJnkeX4Jblay { display:block; }
 }@media only screen and (max-width: 763px) { #GXgSJBAqKQoHMKpAF09PtgdubpWMo16L { top:6.9375rem;left:9.59375rem;width:28.5625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgxt7QdCvXihNH7XSLuLA3XQ2ionhrhN { top:47.4375rem;left:43.4375rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Hu8kencsg89CTMRBlrDNTGpodbXSTe { top:8.1875rem;left:0rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpKTbc0mNTF6Hzl5VyTGZXL7lBbc2uc { top:9.875rem;left:0rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { display:block; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJdekUB9OmzChIHifJwxt7GZRl73LPEs { top:6rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { display:block; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqH3wTMIwug6CHcfpBePpA6XMkfyJACX { top:0.625rem;left:7.03125rem;width:33.6875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt { display:block; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8d0yJRIz2XXV54gZzXz92lRtLSeGotk { top:6.3125rem;left:9.9375rem;width:21.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kKcT79tF7IyJ5JBfdxGog3xOzaufJn { top:6.3125rem;left:9.8125rem;width:21.6875rem;height:75.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCePMvqKAGfWNNPBcm7w3voLm5TJJgPD { top:8.75rem;left:18.65625rem;width:10.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnZ8yIMdZq818orLCRpnpPWsva9NM5g1 { top:8.75rem;left:0.53125rem;width:14.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzTKS1doOlh6eNg0pE9FbRDlln2r38v9 { top:6.3125rem;left:0rem;width:21.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTchlysHevGOzZs8n6CgsfqqMpULEPRZ { top:6.3125rem;left:0rem;width:21.5625rem;height:75.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPaCzO3McWWZSC5zZM4PuNeCCeI3pXQa { top:6.3125rem;left:25.8125rem;width:21.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB4cobuC4vH7hTTfHlGX0AvMwCe9iXr7 { top:7.625rem;left:33.4375rem;width:14.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acwU5qSi4EAD64ISwwsxLvXNCXZXJLm1 { top:6.3125rem;left:25.8125rem;width:21.5625rem;height:75.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWL1uD8k2yZSO3TKnWN7043xTkGLEgl0 { top:14.875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 { display:flex;height:auto;width:27.8125rem;top:110.75rem;left:0rem; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #QenTlDepwFC43wyDtih5dn7B2wW5o16w {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #EDognN9wgISmIrkiftU6HdbrcmPSd2fP {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #CzCUThaTx1sds16ckuzh9cNW4T48Op1T {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #SlXD35UZmhQr8LymkzduqKHbtZohofIZ {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #XtuqOtSk5oOPZJrg01oNneWW3TAzpQE2 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #mzUbbfKktRX6HAtpJA4HOrTQmrQBFRyJ {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #qHlHpnr8KcMwOSiydzDh9y1ILdizuHAT {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Ct0KhNd9DkFgEhCx9pvMbdTZ4e7a8tZy {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #KhWFB80SWaRp8W2qf7lbI8pTKAptINE8 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #gH95ELoIqa2tqF1dVsJVtl8LSewTZaaq {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #EcTGyyImvI0zNMvgPvi5N54ne7PpQhCK {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #PFANHQyMTtLgeQTWBV9uJwxB1Jby76kA {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #J9R2CUTwJc6WLHgV2enW1w16VmQ2rZ71 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #doXMsKC0WWM8SrNmH9egXrsZKGW5t7V3 {  }
 }@media only screen and (max-width: 763px) { #Rv3AaUzt5vPr0yNyWNZ2lLFuIK2TQio8 { top:13.9375rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI { display:flex;height:auto;width:27.8125rem;top:110.75rem;left:0rem; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #QenTlDepwFC43wyDtih5dn7B2wW5o16w {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #EDognN9wgISmIrkiftU6HdbrcmPSd2fP {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #CzCUThaTx1sds16ckuzh9cNW4T48Op1T {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #SlXD35UZmhQr8LymkzduqKHbtZohofIZ {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #KS87xwHgBQ5f2E3a4PQBZEwyKRfPTU3F {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #fJQaxaFu4CoMp4Bm3JzGJNFI9eoE18MJ {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #AE1GN4lGUO5SfR7Bl5y4gBhgqUvTnBR4 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #A9m15RXK7dT4fDsQSF4a3KPBrDPrlmnU {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #d1ZnkSIelf0ZxmzfPern9SQ0kS6J2Q15 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Th30EgPIDCRZ0e4MdNxfgyTqT78mUSED {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #hb41obLAa27cBIK05flSMAhKw0ET7quh {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #xuJd89B8qeKzowQuaiKXR8NPsUcbZk1i {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #rzfKrW0s7ETRqWniwJJmeTVSEopstTHr {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kO84IwIPGEhSZRokVIe8TzFMNg0PerMA {  }
 }@media only screen and (max-width: 763px) { #yfXHLgo2ZxgRslU7xArhNmixJKPWlsoO { top:13.875rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N { display:flex;height:auto;width:27.8125rem;top:110.75rem;left:0rem; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #QenTlDepwFC43wyDtih5dn7B2wW5o16w {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #EDognN9wgISmIrkiftU6HdbrcmPSd2fP {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CzCUThaTx1sds16ckuzh9cNW4T48Op1T {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #SlXD35UZmhQr8LymkzduqKHbtZohofIZ {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #gO5s3Rhqb4uMycSsObifdl8iKqx3y21N {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #GsFOxigTLxnNFT3Cf41THkwwwVcWIIEl {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #D0OUWw7dxWiwMeCa5ySKfnQzTnqAaUta {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #fxcE0Tp4c8ypr8wXEpDPoKukdkOWoe1X {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #w7lk9e8KwW6zxUgZofQe76SGbkzUEOKX {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CnQOFm0TdiX2QMcbQyBQkC4GV6svD13n {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #btTecDBc6bGiFAGTfFUeo2qpGrMO9zBB {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BCymAA6vraQ8TGpqwguTXDKo2CU1PJGc {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #d53u471OlTzL5iWcUura0RGZLQJtU3Ll {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #tQNVPSwyNETIX0HNXnCraBx3X13ODDzx {  }
 }@media only screen and (max-width: 763px) { #UZRG0CzBySIc4XVDapMBCIKqD3MrQIOv { top:20.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEEDMXczTbVKVDkUAVl1aA0L9ovlHHw { top:27.0625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q021ck3pxhCfsy01KSwUz7Tlo0bzJm41 { top:33.1875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEOgReRMpBIodNniiMWPtgf51J9yG9PU { top:39rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlDza8GUZTgayg2EbdB3X9ODNZ54u8J { top:43.75rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFqAI7T7Um4ewXzv73rQcczZFPekURcT { top:49.6875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PolfwG5pKW7W8Fy58ZMfuCvzE0ZRis { top:57.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf7MPV85KiHMa9kRXtrzNBoZyo2Wqp8s { top:65.8125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdMbNRz768Z8uU9wz8RxQu6t8dSMN40Q { top:74.1875rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPplDqT7EwHxREoVdtvQpdNSfkcCXORy { top:20.8125rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqd3sXnBXWrKFBlUXx3CiE1LCcOTcaCz { top:27.125rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp8Kfre2iJHU081S9PpawTRqdu9bTmni { top:33.25rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZtkKHy23n9EfVtaNToeb3O1lO4koPW { top:39.0625rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDeA8Nt0fp3Epsas6RipuCPiF2tqOtOB { top:43.8125rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelRffPmdBrtPgqLPhADcfCbOLcGoBnF { top:49.75rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZl3797TRNzNNpzDRfQSLKFBcHkiTlPT { top:57.3125rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzZoQybMcrkDIJlTv98yimtST1ITn3r7 { top:65.875rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVl5kVFHtoaMLdVo44oTBDzIiBByvTrk { top:74.25rem;left:15.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crHHz35T3h9FV0gq6n2ThD6nttueCl6M { top:20.75rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6mh4vbnG6vAiQxSU6taDuuF0kRNGPCy { top:27.0625rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufq19VvLvpVJECkDwb1ED538mEe48Dyp { top:33.1875rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNtNLuc56fvTfqR7ub3o8M96fImaboW { top:39rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWd96x805Tfs4BIU18XphPf995iKx86s { top:43.75rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5gblJCihNxdZDpaXUPtXnrsh5bEzD1J { top:49.6875rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMaLi7RPZ2lGIVKr6Cq9gzdFnrQrQcWX { top:57.25rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKN8EDteFkn8Vhl94doeZRpxdlLfgROt { top:65.8125rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhua4UM8gfTm6Z10MiIrtzQwrAivlDqX { top:74.1875rem;left:31.75rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz { display:block; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgNt2o9lWxE15FJl5fyvZTMTVGMvtX0i { top:5.5rem;left:0rem;width:42.75rem;height:5.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq5rtS3vtXbs4zGLqt0D8xa4q56xA124 { top:11.9375rem;left:0rem;width:32.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkSHaGtMR9IbWcQHdX04owRE7We7AoT0 { top:16.6875rem;left:0rem;width:37.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNLT7mVqU0rTu8BMeEeCdRyE637zWDDT { width:27.1875rem;height:3.4375rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8QBcIlmpTJSkpGAHvBrOWM1FLlSCbsz { display:block; }
 }@media only screen and (max-width: 763px) { #NEuIod2C16XaZLFt3eB4ov4b9klOyZsL { top:25.875rem;left:33.8125rem;width:13.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71renbRZR4KVklxflA3UML3ucnlwhHK { top:25rem;left:31.1875rem;width:16.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnqdFfSm0VSC5CdKrBLOFvZ3WJh28rA { top:4.1875rem;left:16.1875rem;width:31.5625rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6DlMAMOIkvhDJ1GfpyTV4l0DSeGMXJv { top:5.8125rem;left:25.8125rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { display:block; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMQhKLN2gCN7mRiJPrmHKf8TW6bieISH { top:9.9375rem;left:5.03125rem;width:37.6875rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUZmoDveX1NRviSMX1h2mIOrCl3VJuBp { top:6.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hryNsBW62szu2UqsmR3wTehMC0SzrlUe { display:block; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fses0tTDmWAVnJd6I4tx2ZEK3TIo2QXg { width:27.9375rem;height:7rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0lkK8y5MsuhB0TlM6E4ETN6IDc3qC5i { width:0.9375rem;height:0.9375rem;top:19.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwfIUA77NRVqn3ualXXKIZmLhiIbOpeu { width:6.25rem;height:0.125rem;top:19.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmldXbOt9fNIK4al6zwR2gK4wk59fE6i { width:0.9375rem;height:0.9375rem;top:23.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyNRQQf3W801Xrt98zukv4eXzR6G6gxC { width:10.875rem;height:0.125rem;top:43.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTtg4Ozgq2GGCzhy5ntuN4Vv71tBdp8 { width:0.9375rem;height:0.9375rem;top:35.5rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJZRfT3qTqsMTvScgdX6cRIZD7ItVKHX { width:0.125rem;height:7.8125rem;top:35.6875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OODCkHXW0wJo16RqJwPST8NSVvmePGLr { width:20.25rem;height:0.125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoArEeyW51LdTmsn89W5BGD1T3DZARGc { width:0.125rem;height:8.1875rem;top:20.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKA01yWX2SCSyTZfevy5lKONLlR4ffTT { width:21.875rem;height:0.125rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn6AWTAl13lhWmTIpJddkFGnNDqAG8JQ { width:12.4375rem;height:0.125rem;top:40.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPrv8AauuMZHDHKgrsxEmx4XqhzlQLH { width:0.125rem;height:2.8125rem;top:26.5rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQIIioTnUHLiEOc6RXf0kPUqtAp2qtt3 { width:34.5625rem;height:0.125rem;top:26.4375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa2FRJrz2XS9gad2q13xoitDOsTSdDe7 { width:0.9375rem;height:0.9375rem;top:19.9375rem;left:30.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrGZBPNepg3pw5UObBV3Fcu9sXHGWwpy { width:0.9375rem;height:0.9375rem;top:23.875rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQOkNaXeOvn38G8tBBzcCiJiPWc54diW { width:0.9375rem;height:0.9375rem;top:29.0625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2zPLngZXKxDko81ypM6G5sINDisnt29 { top:38.375rem;left:36.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkdvyZF6MTK3scuUaOG2JBnR4W6h30tM { top:38.375rem;left:36.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PaRp5e9FgUIpiDMLo3T6ybiLrIr9iSHB { top:38.375rem;left:36.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ur3uIqLshG4RQgRi72EA7UUhfGryrsUd { top:38.375rem;left:36.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDe7ClST2SwDs77KnexpX961UPhM2Tga { top:38.375rem;left:36.875rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VI8RiUIb4tyE99UdZDRM7TV9vg4A5lLZ { top:15.4375rem;left:8.4375rem;width:28.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llxCM60pAE4F0AopAf1rdZ61Cvr8PxqI { top:27.375rem;left:23.0625rem;width:7.4375rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssDOabIvtdAgrZkqP8iL5yo79ye5HVIt { width:18.625rem;height:1.75rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8n3VkAwVImP0aifrDB0KUvLP4gnPL4O { width:20.375rem;height:1.875rem;top:2.625rem;left:27.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTyToWWvVT9IET1fr8uVKSkBd0kCkOO { width:23.875rem;height:7rem;top:6.4375rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyDQPqf3qW9Pz2ehgtC4UTSkC50K39lM { width:12.75rem;height:1.75rem;top:41.125rem;left:32.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOuImLTKrar4Rz1ECLM5miSu9oTETTNs { width:21.5rem;height:4.1875rem;top:44.5rem;left:26.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #punMeW9NTf0NyWMTNKO0TMELItx9Erx6 { width:21.25rem;height:1.75rem;top:25.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpw1FfIMqlTHunAlRkxcbZZhzavXwQUT { width:19.75rem;height:2.8125rem;top:29.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOnDTbGFQPz5axbFqwR5LMxasbQwt8a1 { width:22.8125rem;height:3.5625rem;top:21.9375rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpoRx08WSsu6BXd5iI1rc8BV5ilKxkn { width:22.75rem;height:5.625rem;top:27.8125rem;left:25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcovXzoGkDpNmFvJ9N2p8Q5a2ZNVeP9e { width:17.25rem;height:1.75rem;top:37.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6TJeAws4q3xBopilLu7ux8IgqphgTpA { width:20.5625rem;height:5.625rem;top:41.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99lZOSvyNpKJUwvBWTIJTXIpBN7oQM4 { width:0.125rem;height:19rem;top:5.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEAPAT70LpA3COTwKkOkwyJCiA61wQTC { width:20.25rem;height:0.125rem;top:5.25rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePk0lc9qELB4N5sSk5mJXZANDXQoKL9s { width:0.125rem;height:15.5625rem;top:5.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dei4LD2hu6N9aNpWsFStTuaAmE3sSiAV { width:0.125rem;height:15.4375rem;top:24.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1uqMt45eGMEob5xgGySg05V69csghQ9 { display:block; }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0BBu8IsOTDzdK1f0iUefql4glgLRpmg { top:2.125rem;left:10.875rem;width:26rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1hAqZRQNaSS8VJ3l3rx0dMX2mZslwd { top:5.4375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHWO105trdAcDhdL7JJbvn0q77GwwND { display:block; }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlbcObqS5GhG5zgzOaEuDMDi52dOGaVw { width:30.25rem;height:43rem;top:3.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEhTkTT35r1pZqqJQy0zOZN1PVLLH55H { width:30.4375rem;height:43.3125rem;top:49.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1VHBHBVSA8BuTTdhFEnxex6DpRKQRs1 { width:30.5625rem;height:43.3125rem;top:49.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nskN6cxvVizDqQu6V42FOcvqftuDI1s8 { width:30.25rem;height:42.8125rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf { display:block; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fgb7Agt8E2F8flPC39bwhW0UxOgzULZ2 { top:6.75rem;left:1rem;width:45.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN7rS9TnHZukvZeFApq7iy1yqs9kUHGP { top:9.875rem;left:3.75rem;width:40.25rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv { display:block; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD { display:flex;height:auto;width:45.25rem;top:3.5rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cNp6bOvBVMlJK5LrfTWoN2fesRyD1KGw {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZzUJKOiGi02NmGq8TllOEoZaDg39GZV9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TpC5LzIyGtbUFk9yOngMz0d3Cd03ARbk {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WKrzfpXGE3PmZ3a1OUmA24QFwAIUJJ55 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rQmAbnatA3CoxOda5pDJ0EyHHHHfyVSM {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #AKxz8G8IkJIxElmg7GWX6m0zlXMyXX3e {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pxVF3IGDSHk5iK7oJIJRE4iUWJkXM09V {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #xqNFkFe52yB8t0e4O6wQKslwO9TpXRnz {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XFcc88ApasD6tbImAseADIDhACsoUTWU {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HM4Ufv9Sr4vkvulGWfB6sNNaIXvQipBD {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XzOhwZMMpFMGifImtZTJOPInCHm1d0V5 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v167abQcPP3cdPT8OvHPwbbaTWk6dzDI {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #L5WrHF3rDkJEu471H9ETINxVi3mJePXD {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UEfChgAEg3lpXwiPXeeFBc53BZqWcqgH {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #dgVDh4wptReuPXPSWdC6VAoovAmCvHIB {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #eH5XyDQi3voZ2vuxNPGcEIcCvz3RLsDK {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZH7FaRVSy4ZKNupEEZiA0cEM6NEtHXg {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZTlZ2eqsm4CfxDPzSdQFVNdOwQELkktQ {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #SnCRtFsddf2sbCCu2BMKR4vtlDghnl1S {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cohGKreqm3ApX4NJo8H189TKXvs3CGOu {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ErnIrLa1P5sRhgQvmfciTgve8JH7xyEp {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #r97JI0aNszs65kmPDVvPrWRoAhvobxF9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ONVV25nnuqbh65LTyiU5hpA7sXbIeqcW {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #KLXiR62eTfJgXZNTEnnX101RfBOMf734 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #JLAxgNoTPsqDDf0bfVqCy50xfEUPWo0A {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WgXyqhUBxwqneObdf4TTTm8X3r30TB98 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #D4kA4bndXwnSRAOF6vbf1fIUmlIeFK9d {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HpruDfsTN3v60Hxz0Ts9OrIk8rncXvGA {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TAi2TF4zIrlVhk0yUd4zuKJsVghy1DbM {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZBxhaGZ5y06HMW19hFOMBMviDNQIpSn {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #tPercwX8odf0cmSh4RVo5LVGUFEm9Lke {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #z7hEe4qzvqnX9f28UxoTwGomQoJeoRnU {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #vnCbgzC8yqHtBCSI1fU98A9adzHzrJMF {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #inGT5XwWqoFIHOSNG4N6yszzfQZwfdh8 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #VnmpaBJ2OUHTqLylMgVyLNkES1L5ORdq {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cN6Xe1apICGkEZGGhSUFvTk7WLtOTGuz {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v216Nd8NUQ3Hs9BZPIrBZz0a10twzAaN {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #hwLdR4r1p2CccJz24W7TbXyAI8aThT6i {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pnzDXNsIlOgZXaTLsD0ou5THmtctwn5d {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WcACrB3IgUMU8pJx4qysZzR5NiiT9BOn {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9iTp9AaDBWxF2cHtvBsKhTlK47wLMvy {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bCcmNqDcGd3Qldv82k5FHalTFD0dAJQX {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #F6gOLggeIoqgsVnmgmPQNDmC8UyFvFyD {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ISnB03hBtpHyspaT9ipfcZrEIAurDl7h {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #mUvEPUl590R78CJXmEi7SkOG0JXQR7y9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9eVRLvFFKD50hOSvdQnsSuMn0048h5v {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #sGiFHZzgIM5ELhnBGWisPq4onJKaLhLR {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #BzJVHx55GV8lOGBmRlWRzrPrAxtn1TZv {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #e3HFxKKCzos24bhhVTHVnRlMVkgItnnc {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #OKqh2FLnMsTxO1e6kl0QFCWa1sET819t {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #QNAU0T9GKpL05RkZ4QCKtRQO6xArlqHr {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rlJvaKXHEZNgLxbhNamq2FAuFw1PwXR4 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #uUw67pmQsnhkTZp2T19cdvXv3mmkHiqg {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #qyusVlf1tVQC4JEhBmOf3PVnEJla13wB {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #Iue7HQU4oRHqmuAybpqFwaJ7U3owwIv9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UeZEqW3Xn8D29Pm4lbhl1cZddZWA8nMX {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #CgEA1FOMH3D79rFIaEd1zbWcIvhOnaSk {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #q3a0tdcQ6KFXb06FE4WwhSaebwRMW6WU {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #iXAnW9vRT6foDghBSDhQd3auei132X7c {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bzTukXE6Ml9B0CBx6GCh1l0isihtDNC2 {  }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSe4LvTSco9oHlEZcS98MrQhc83P05zx { top:8.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLIZtUiXdDIyZkRsglenb8soFe7GwTMJ { top:11.0625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ { display:block; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7VPRZn6gDym1h2f8o2kQB60n87n5pMo { width:20.625rem;height:2.25rem;top:13rem;left:27.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-regular-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-textarea { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-button { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-checkbox-label { width:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp  { width:20.6875rem;height:auto;top:19.375rem;left:24.5625rem; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .radio-container { width:20.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp {display:block;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp { width:20.6875rem;height:auto;top:19.375rem;left:24.5625rem; }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ctPPSX8ea9dFSNNDvVm0lOycbElTTXcL {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uOTTzTg2h32aOAxatDTCFWENEF7GO53l {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #cVgQ6Ag7HZ45ZS79PBUeOuSiXuyiPFzM {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTmIyQoEncbeufvCcPMZcdTZF856JRdh {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #RVKTaxMulW5W79E2UV6PdRwfbSr3a6NH {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gklpAcIQ9stQncpPzBNosMt6H9Mdy8pT {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #XNp47amyyKPMP6UcLzfm6dxuF5Lwz5JS {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #p5Ucg3gkEP9JEEbTl7nu6wsA0yV80130 {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTl9EJsRUmU86ZGZJtBDF4E6tVDNO6IW {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dsIvmneeOuf0kGnMAeO1V6OSc2PBen5I {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dw7e3n5OqQ9PbVoWMND6ivbn1UXBsOSx {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ahIQVgQsoSXTBQXwadoMvys2G6g1aLMc {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ohzsZB7evrz1l0TlLH1Zws6WMSBJvWDQ {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #bS3ZpXGLyiL8c0D0gUgns1mcZKqtVi61 {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #IV7ppu5iFPfuhVto58BkM4BQAN9GAR9y {  }
 }@media only screen and (max-width: 763px) { #rfSKOnrfPemTgAPREGCcV35xm5EOb0Ib { display:block; }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #b5seZX9b4yr4NdLfFQ4wCAK5P7JwP9Kc {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gyCMdJIpPAP0zctsZVHT0t6obda8WGGn {  }
 }@media only screen and (max-width: 763px) { #hwnOucS6yuHbt97isiiHVKmgl40ig2D8 { width:28.6875rem;height:40.375rem;top:7.875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIhDJuVuAwcVebJD7RTaeRzZ1CzC92tV { width:28.75rem;height:9.8125rem;top:7.875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #L22WQILXeoPvTlX321dpeVS7Z98NF8p1 { width:30.3125rem;height:19.375rem;top:19.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtVTB2vA2TWS7WWCUJGs7xOpWZ87oTgM { width:20.625rem;height:2.75rem;top:10.3125rem;left:27.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcHsrnq4qVGAKBoRy3Bu0DkSlTJxgrwB { top:9.125rem;left:0rem;width:26.3125rem;height:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ { display:block; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT6925FTub76A9Ldite3tT2f4nkkxTAS { top:5.375rem;left:38.125rem;width:9.625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7OMprTEgr9op9id647gdQLdmyCmbJZp { top:11.75rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQP2kPSN2fw2XyFcLVhzpe1oWeQMxTo { top:6.0625rem;left:42.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6zKUqwZuc1MU81J96LDaKdJzXqsBZqz { top:7.875rem;left:0rem;width:23.1875rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZXdXTNAzuBW4ViE02kE6zauATiyimTq { top:4.875rem;left:21.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Skz68p5aqaBN0BfiwLhaHtZ1mg6sTul5 { top:8.5rem;left:21.59375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC2xpSWhIrwayO0UneBUfLTMEsRlHKt7 { top:5.75rem;left:24.3125rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEef3puhHJKf8BWsbdtoKcCip3B04ERm { top:8.375rem;left:24.3125rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VngBZs67yBPfiE3fhiSo77nFTKvI99mQ { top:4.125rem;left:24.3125rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcu6yCbuKULaskD0WCvmZSr9ZuSJQkb5 { top:3.4375rem;left:0rem;width:12.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hRopJuTIrNQE1lhOuzcvKSfwwXT9nTbu > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCw6Zodd9mhxs3TPLMtFs7b8DSnAUJxZ { width:5rem;height:3.4375rem;top:7.875rem;left:7.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZ0cuXNicRm4m98dAd43hty86iiiFDnG { display:block; }
 }@media only screen and (max-width: 763px) { #vcx9fascaB1J9PvJEKI2fFJqxaC9c8qu { width:5rem;height:3.4375rem;top:7.875rem;left:13.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UG7tJ6FBPd2h60HqTVaJf14ObF6LsfRf { display:block; }
 }@media only screen and (max-width: 763px) { #uRq3PV0o53X0qHn1BO3QP8JtcDWSVuyJ { width:8.75rem;height:1.75rem;top:5.3125rem;left:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfvpxnmdV08n4tbpTU98592oAMTmdu4a { display:block; }
 }@media only screen and (max-width: 763px) { #n0xM8CmvWcPdCM0VC1gNl8oxMB5XVtXX { width:7.125rem;height:2.1875rem;top:6.9375rem;left:7.875rem;font-size:0.875rem;z-index:15021;color:#000000;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OHMfNSTkLzM68Qvb0WnTXni7VM4HXrFC { display:block; }
 }@media only screen and (max-width: 763px) { #EP5AH8uykBorRaDUFcKT8WVua141ESFq { width:4.4375rem;height:2.1875rem;top:5.1875rem;left:1.3125rem;font-size:0.875rem;z-index:15022;color:#000000;font-family:roboto;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vdEZd7EGqmzSZwLrXTlhoSG7BkNf8dww { display:block; }
 }@media only screen and (max-width: 763px) { #sI2wNDqMpszr9koveST5igA1SxwKn5A8 { width:1rem;height:1rem;top:7.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVDnQ01TbI1tB3M2SL2uTN9Dyr7iob3 { width:13.25rem;height:4.625rem;top:0rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS { background-color:transparent;background-image:none;display:block; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { background-color: transparent; background-image: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row > .video-iframe-container { display: none; }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .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); }#DCa6WR3B2Fys8FI6p4BvZ6cVpPT1OwsS > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e40KBUkwBBvTuJEBNHVPTV51nr3NxGPQ { width:20rem;height:7.199225rem;top:13.5625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EeLCUn8ffr31q0cbO8GOuKminqAKVI3o { width:20rem;height:13.9941375rem;top:22.6875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #BTqdHOWn7TZ1aTEqNV9GytXGCykGZPrd { width:18.25rem;height:2.6875rem;top:38.6875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSS61xXWr5yKt34tGTR2zk1Qr5RTqzBD { display:block; }
 }@media only screen and (max-width: 763px) { #dTwlHtyxkiVZVAHGSCJ4Ttv0PxCNakuF { width:0.9375rem;height:0.9375rem;top:47.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQZsc5TxXhQ0aBxZxmExM3EGwhQ5Tgex { width:0.8125rem;height:0.6875rem;top:58.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLrAPsT6lXQXyCBFTaR7n11chvCQsviJ { width:7rem;height:7rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muuT93QFGzwVL3aqcaAccFy3RlZWq6Cg { width:16.0625rem;height:2.44921875rem;top:10.0625rem;left:0rem;font-size:0.875rem;line-height:1.4;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #D883ITccEwpA0tIQrmTyAOUhCigPJBXd { width:20rem;height:13.382570162481rem;top:44.8681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJsbAq4mpkAF6z5Fz0Vs6MobMTElNozt { width:6.375rem;height:9.3125rem;top:51.40625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #USTrymJuApKPE4EkRtNJhb9zyD8AC6ap { width:15.6875rem;height:0.5rem;top:10.75rem;left:0.25rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #eVQiXhXwrQZ9iB64BT4kSkXwMmvFe6WO { width:12.875rem;height:0.5rem;top:12.01171875rem;left:0.25rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v { display:block; }#cl5H7PkHVA59SDMvlEoFt8AT3lT5Ia1v > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1QJRi8y9Q82EeQlCZe05LpCcND2oV3s { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #JhKH04LTFf2263iDW6NpQowxgN5McHHw { display:block; }#JhKH04LTFf2263iDW6NpQowxgN5McHHw > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T58ELMceP38Rsy9RtxTgOQcZSRkv9erc { width:3rem;height:3rem;top:5.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFeFq509oOL1z5f6bCEZHRoxSI4WSspi { width:6.4375rem;height:2.4375rem;top:1.90625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8fJ3trM5796PRD43K7n3mNZegBz9f4r { width:3.9375rem;height:2.375rem;top:2rem;left:1.5458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHtD2bl0sCasy61kGiqDbcQ11JzFIGRg { width:8.1875rem;height:1.4375rem;top:2.71875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWv41zPkIaBB9xSpLxbzu0hdFQxuXVXu { width:9.625rem;height:1.8125rem;top:8.90625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtyXDXpcGAZZqVM4z9BOlLsxDlxhiJIE { width:3.75rem;height:2.875rem;top:5.15625rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1OeHLKSQ8RBN6CPSWiGF0qzZ4V4UJCk { width:6.5rem;height:3.5625rem;top:4.8125rem;left:1.544921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN { display:block; }#J2qtr3XnZtcVvVzxJrDxXQNc3eiVe5MN > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N { display:block; }#TGnXxQdWtK5Mr81DkG9uKi2uXtlgBW6N > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPQsCvN78VmavyV08GvzuHw1TfZsP4mR { width:20rem;height:1.59375rem;top:5.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iZqdNKbbo5sw8lydhyp6dhqy116CCVFZ { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZK7aW2vrtcL9rFa80UrSTcJA1diL6C { width:20rem;height:14.0625rem;top:8.59375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3uG0a5wb4up1MUsZcmOOZovkhiru2ce { display:block; }#T3uG0a5wb4up1MUsZcmOOZovkhiru2ce > .row .container { width:20rem;height:81.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nt9tlNvA7CumK7UGNdkIMxsru4gEZhns { width:16rem;height:5.3994125rem;top:14.125rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEkhr9lUB15JuIUOHF2TPUWqpCDEGrl3 { width:18.0625rem;height:5.3994125rem;top:33.4375rem;left:0.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6shnkkfEEkArUmklVI6PWzJlLQfQLEh { width:17.9375rem;height:5.3994125rem;top:54.0625rem;left:1.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUxxMWap3GLG0OEKm3OPZEiVSt9UWEFO { width:14.125rem;height:5.3994125rem;top:73.8125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dct3bv3csfmzeMg103RL1JiBdfGAyzPT { width:5.8125rem;height:5.8125rem;top:25.2109375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii275LBGkFrA9TnxBpSuUFDdTS5zVRK5 { width:6.1875rem;height:6.1875rem;top:44.75rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpFGO8EgqZJBUANPCAdyGpMil6ETudG { width:6.5625rem;height:6.5625rem;top:5.6484375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ShTeF4eqAWpwdrTeG66uJ0etkpZhAu { width:5.875rem;height:5.875rem;top:65.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT471dUKKnTk2Er3npFzgXTtQ0K7TGwL { width:3.0625rem;height:7.625rem;top:5.1171875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJZF62TU4xHZ6G2TNxxOf3UT1zbV5qc { width:3.0625rem;height:7.625rem;top:24.3046875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrv4mZPXWz8Fml4sTIZmOltQCTSOTTxP { width:3.0625rem;height:7.625rem;top:44.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpwGql2hxheLm9b0y555sAhhnqwIWdU { width:3.0625rem;height:7.625rem;top:64.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abNqKXq8moeu44tdNq5FG0pt1wQyRxcm { display:block; }#abNqKXq8moeu44tdNq5FG0pt1wQyRxcm > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmwzFUXmeznc7TRHi4wXALTktHNO2X3f { width:17.25rem;height:3.57421875rem;top:4.8125rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ { display:block; }#mqlKpnFgo61LypDPJDGp5AHsxKVZCdzQ > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQQk36WKO0XJ5PFCXnQqh1Sx29CsX0xV { width:18.8125rem;height:3.1875rem;top:0.869140625rem;left:0.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uTaTRiu257rnrqGVWJDCUU2lB53ioSvX { display:block; }#uTaTRiu257rnrqGVWJDCUU2lB53ioSvX > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xb8fg2soZC4xyhAMIe3JKa4O2t62ik5I { width:20rem;height:14.0625rem;top:9.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLnnhOWcTy9crgJJKkZpHZa2dmg0vEFC { width:12.5rem;height:1.29980625rem;top:43.63671875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K04QSVTqkIPJcXJGl2BTsGAZrPRLTI80 { width:20rem;height:3.25rem;top:3.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lnlHzVmHlUnmbzA58qmUg4ZLNKOlmpXi { width:20rem;height:18.12rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PntAH1WzTGfp6dB4iMF4gmWSIRiOTmy3 { width:2.875rem;height:2.875rem;top:25.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiPanxQIh2pawo9Fs9tITuBabymfNZwt { width:16.75rem;height:2.5rem;top:50.1240234375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXFWsGUDU4pohGSFWrTVzCAt69gcGh9q { display:block; }
 }@media only screen and (max-width: 763px) { #fbDVsVUaKuzm6X8HGgtbTFJtsx7uanMO { width:5.1875rem;height:5.1875rem;top:41.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZig4Dy9QuVZen8uPcKFKtUtPSH5q4Xd { width:6.5625rem;height:6.5625rem;top:41rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D { display:block; }#DJmBXqqy7LSt9BgQBceuGlOHi8v6CW4D > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnDGemiVa64SluH68RIVX5yZHtWbAxzR { width:20rem;height:11.25rem;top:9.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P09BNX26Qm50VcFTSoJK0p5brpmIBx8O { width:17.6875rem;height:3.25rem;top:3.9375rem;left:1.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MonJcJxvxVEp4JJViNQRAuN8WupX0Mru { width:20rem;height:14.6875rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPwgUX8nRcOK4xxTRhKfUzi8Pc1lFeQi { width:2.875rem;height:2.875rem;top:22.568359375rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imP2EFpPFodCstG5m4kJwhhPiWuIZm8o { width:16.75rem;height:2.5rem;top:47.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyS7wd27ZTHHEZWz2T7IuPpkHd3EOL41 { display:block; }
 }@media only screen and (max-width: 763px) { #SBLCQTLGW6ClP35cGyD08cZG0wbS4LzT { width:5.0625rem;height:5.0625rem;top:37.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkE6qgV3yTqryThcQv6qXoMbiF91Qh6W { width:7.3125rem;height:7.3125rem;top:36.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW { display:block; }#ZLWD43VO82AgKFaLxUu1WdTanmp4R7pW > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMz1eOMLeUVaeOP0mnEW096DOEI5Uvgz { width:20rem;height:14.0625rem;top:9.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPVG0WuheBISsfNASUgMOmVCwDxwIc5r { width:9.1875rem;height:9.125rem;top:34.1875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4dq4iTsU51ChPgRebSAUNzhSg0oD7pE { width:16.75rem;height:2.5rem;top:46.759765625rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpOoTNeTkLdvRQJVd4MpQgWlyz6Cixz9 { display:block; }
 }@media only screen and (max-width: 763px) { #TWntAxIa1gzLyI6k5pB4lFZlRLQ76Hk2 { width:18.5rem;height:3.25rem;top:3.75rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N1gTfpZSwg4veRTmh23EkUmR2Agg3nF4 { width:20rem;height:10.810810810811rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvlcld9a1AuRyO7qGHr0DFuXTHgmL0Ti { width:2.5rem;height:2.5rem;top:27.03125rem;left:11.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX3iFAuzy6D3mbXs0uRhgSLQs1eA0z40 { width:7.3125rem;height:7.3125rem;top:24.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be01lsn3fgluGyTrKgSG5nqo6cZfri82 { width:5.3125rem;height:5.3125rem;top:25.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF { display:block; }#NkFG7K9dBOkfgTQKwutf0xxzWsJZTgwF > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIe1xI15w7ni30J8fy8iXBLphvTUEl2s { width:19.8125rem;height:7.6875rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovlzDKorCwn8JtXRJRHxzoN0SIJpHQcn { display:flex;width:1.5rem;height:1.5rem;top:9.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T3ZvLObtbasGTccSe5PxGgXPDzqudzrK { width:20rem;height:1.625rem;top:3.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbMHdUFb8G7CnrbIrdV8VEyaROeZIwvV { width:20rem;height:1.21875rem;top:6.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrTodnReHtKpcczzRZEPhBtvzGxFmGRC { width:20rem;height:2.8125rem;top:22.46875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vtCL7OnRhHSwutseHegOe5RRu1duuIDF { width:15.25rem;height:2.4375rem;top:9.03125rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asQ7uHEEqEDguiTWvoR7tKVxcdTns2Hw { display:flex;width:1.5rem;height:1.5rem;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WwTvgLt2andredJtXwd65K89TcusD3ET { width:18.125rem;height:2.4375rem;top:12.5rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re0lxxoi4A9VFKGETnLtN7hsnLZSSZTd { display:flex;width:1.5625rem;height:1.5625rem;top:17.84375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VMoJIEpMiHzohHyenEF6gIOcL1MkdMLK { width:18rem;height:4.875rem;top:16.1875rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sorA82WLTqU4ThBLaoNZf9OTBshypTdO { width:2.5625rem;height:2.5625rem;top:27.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1csNwLmAPQMw0nQALWXR52tb9QQaUTK { width:16.75rem;height:2.5rem;top:46.4375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdkrBtxszcq2BB5b2lfmdkRuSQpaKPTy { display:block; }
 }@media only screen and (max-width: 763px) { #BmzpOZcSx4DS42hHbAVWpIBqkCVFmWMz { width:8.0625rem;height:8.0625rem;top:34.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4xLFhrlk9XIhRA1Hqn67uXDLT3Dwi4 { width:6.125rem;height:6.125rem;top:35.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C { display:block; }#PcrJk0DuwzILxJ78uoxGF6xPFgpFo97C > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixSJIMOsQLg86p9rHFTm4u5TKMupAad1 { width:20rem;height:14.0625rem;top:7.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AF9bwT6oJAwQH6rwZEmLeFVvacPn9GTs { width:18.875rem;height:6.6875rem;top:28.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNVeuTWEuowscs7MXPg4Mgh8S5bff6N1 { width:17.625rem;height:2.5rem;top:39.75rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWAVWRXx9PH79W5d5OTxJnkeX4Jblay { display:block; }
 }@media only screen and (max-width: 763px) { #GXgSJBAqKQoHMKpAF09PtgdubpWMo16L { width:12.1875rem;height:3.25rem;top:2.25rem;left:3.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dgxt7QdCvXihNH7XSLuLA3XQ2ionhrhN { width:2.125rem;height:2.125rem;top:33.9375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Hu8kencsg89CTMRBlrDNTGpodbXSTe { width:6.9375rem;height:6.9375rem;top:23.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOpKTbc0mNTF6Hzl5VyTGZXL7lBbc2uc { width:4.625rem;height:4.625rem;top:25rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdbtTrx92ashsDWv25QIn52ktJrpq8Bc { display:block; }#KdbtTrx92ashsDWv25QIn52ktJrpq8Bc > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJdekUB9OmzChIHifJwxt7GZRl73LPEs { width:20rem;height:1.7871125rem;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte { display:block; }#kUcvHhHz1ud1xaIwhzVz3Ldq4CXQpUte > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqH3wTMIwug6CHcfpBePpA6XMkfyJACX { width:16.75rem;height:3.1875rem;top:0rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container { background-color: transparent; background-image: none; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container > .video-iframe-container { display: none; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row > .video-iframe-container { display: none; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .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); }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container { border-width: 0; border-radius: 0; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGwOVAQh5JWA4xsMZ8OJRfVG5wCXLoEt > .row .container { width:20rem;height:217.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8d0yJRIz2XXV54gZzXz92lRtLSeGotk { width:20rem;height:4.625rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kKcT79tF7IyJ5JBfdxGog3xOzaufJn { width:19.75rem;height:70.125rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCePMvqKAGfWNNPBcm7w3voLm5TJJgPD { width:10.3125rem;height:1.94921875rem;top:75.5625rem;left:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnZ8yIMdZq818orLCRpnpPWsva9NM5g1 { width:14.9375rem;height:1.94921875rem;top:2.5rem;left:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzTKS1doOlh6eNg0pE9FbRDlln2r38v9 { width:20rem;height:4.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTchlysHevGOzZs8n6CgsfqqMpULEPRZ { width:19.75rem;height:70.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPaCzO3McWWZSC5zZM4PuNeCCeI3pXQa { width:20rem;height:4.625rem;top:145.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB4cobuC4vH7hTTfHlGX0AvMwCe9iXr7 { width:14.3125rem;height:3.8984375rem;top:146.75rem;left:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #acwU5qSi4EAD64ISwwsxLvXNCXZXJLm1 { width:19.75rem;height:69.5625rem;top:145.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWL1uD8k2yZSO3TKnWN7043xTkGLEgl0 { width:2.375rem;height:2.375rem;top:8.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-heading-text { font-size:0.875rem;height:auto; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 { display:flex;height:auto;width:14.5rem;top:6rem;left:2.6875rem;z-index:15241; }
#pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #QenTlDepwFC43wyDtih5dn7B2wW5o16w {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #EDognN9wgISmIrkiftU6HdbrcmPSd2fP {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #CzCUThaTx1sds16ckuzh9cNW4T48Op1T {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #SlXD35UZmhQr8LymkzduqKHbtZohofIZ {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #XtuqOtSk5oOPZJrg01oNneWW3TAzpQE2 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #mzUbbfKktRX6HAtpJA4HOrTQmrQBFRyJ {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #qHlHpnr8KcMwOSiydzDh9y1ILdizuHAT {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #Ct0KhNd9DkFgEhCx9pvMbdTZ4e7a8tZy {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #KhWFB80SWaRp8W2qf7lbI8pTKAptINE8 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #gH95ELoIqa2tqF1dVsJVtl8LSewTZaaq {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #EcTGyyImvI0zNMvgPvi5N54ne7PpQhCK {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #PFANHQyMTtLgeQTWBV9uJwxB1Jby76kA {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #J9R2CUTwJc6WLHgV2enW1w16VmQ2rZ71 {  }
 }@media only screen and (max-width: 763px) { #pba9fIQbM2FScqnTLCAzw6PATcQG7BR6 #doXMsKC0WWM8SrNmH9egXrsZKGW5t7V3 {  }
 }@media only screen and (max-width: 763px) { #Rv3AaUzt5vPr0yNyWNZ2lLFuIK2TQio8 { width:2.375rem;height:2.375rem;top:80.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-heading-text { font-size:0.875rem;height:auto; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI { display:flex;height:auto;width:14.4375rem;top:78.4375rem;left:2.8125rem;z-index:15240; }
#UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #QenTlDepwFC43wyDtih5dn7B2wW5o16w {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #EDognN9wgISmIrkiftU6HdbrcmPSd2fP {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #CzCUThaTx1sds16ckuzh9cNW4T48Op1T {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #SlXD35UZmhQr8LymkzduqKHbtZohofIZ {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #KS87xwHgBQ5f2E3a4PQBZEwyKRfPTU3F {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #fJQaxaFu4CoMp4Bm3JzGJNFI9eoE18MJ {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #AE1GN4lGUO5SfR7Bl5y4gBhgqUvTnBR4 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #A9m15RXK7dT4fDsQSF4a3KPBrDPrlmnU {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #d1ZnkSIelf0ZxmzfPern9SQ0kS6J2Q15 {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #Th30EgPIDCRZ0e4MdNxfgyTqT78mUSED {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #hb41obLAa27cBIK05flSMAhKw0ET7quh {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #xuJd89B8qeKzowQuaiKXR8NPsUcbZk1i {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #rzfKrW0s7ETRqWniwJJmeTVSEopstTHr {  }
 }@media only screen and (max-width: 763px) { #UC9dihK3hDtLn83cDGiNBR8Tdo2gvqTI #kO84IwIPGEhSZRokVIe8TzFMNg0PerMA {  }
 }@media only screen and (max-width: 763px) { #yfXHLgo2ZxgRslU7xArhNmixJKPWlsoO { width:2.375rem;height:2.375rem;top:153rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-heading-text { font-size:0.875rem;height:auto; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N { display:flex;height:auto;width:14.25rem;top:150.625rem;left:3.0625rem;z-index:15239; }
#dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #ym2lhfTGRaVgpLx0AXcBuTDzmXnpKuLK {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #WgcehelxnZrmw5unspx3AnoCJ0SZUMZa {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #wUrIteop2UDMGyGL1HG9WNZl44B1sxVw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BTT8eklt0xFO1zPvdUmxeen7CdcleePE {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #zZ6D4C7BE49XxSFxnTnH6XIKO1G1QpMb {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Hbtzz7qVaZkPiKCckls5xQ23uzf1RGAf {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Er35dxkmE3KgMX3AQyK7ww5E5HntxssG {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #GITwvJPAtTwOJfCU2DS6FUaBKZKDiL60 {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #reD33ECIrPy8c0wVQcqKNOUSZ0fd1nbf {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #kAWWWVdDCyXMW2CgOuroWm5ENyx9aMxE {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Rc9vMoONHmhdo2w3k12QZWeTzIBdbabw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #hSQTX0Rp1TXZvAsow8DNRWBE7mwDzBKg {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Fa5BZ9MBMQCXELxe0Qry98Ug29I5PTNk {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CeilEvet5vmaUmvJ4VSrJ9l85cnOqAZw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #ZSknB8MpheD5zDrGAbiUWQzTF3esFDCG {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #QenTlDepwFC43wyDtih5dn7B2wW5o16w {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #EDognN9wgISmIrkiftU6HdbrcmPSd2fP {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Px8swlKRS1CJJ1Hkc38NLa0PgLX7E4u0 {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Qn543LRQg0GzTkGkEmkIc0xMwd1A3CBy {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JIdr1C5TAuhEIZXqKL1JgwGEAmxNtHFw {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Bbq1Ob0oXRlpT4lFiT7P0ssgg6hOMUOn {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BhStCfAPZ8aPDto1bBbSDEIXMqqs2qkJ {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #luLMWoyzmMEN8F8BPSh1TnADzhbaLzK5 {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #J0R5RSeWD0zDWNC7VXT9balmDIRxRAsn {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #Tu9HeVAExNJhUVqnbSvZUTAGbGMPdR0z {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #qIfpOPQBQmcqiFe8FJ9o97XqsiqXNx7L {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #vxSU3nb8PA0bN4d47tMpgdl6coyFSQHp {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CzCUThaTx1sds16ckuzh9cNW4T48Op1T {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #PiW1V0kusM8eq5kOx4i836JkKicTJ1AA {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #tT9JVxKbEErBbzCi4aPWq2QhkwoW3WTt {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JoI0Q5L53EiczlI1h5VHKoq1HksIVvxW {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #SlXD35UZmhQr8LymkzduqKHbtZohofIZ {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #NZZFLLCUfVUaqbOOdrnWa6wi4p1rxV6r {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #AzcZEPeF7HNX51XfJhdE3bcZG9eOpNNc {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #e9oUR9We1KcbDEgzgUzNfSiaSKwJG5Dm {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #eQUo1e0zu8iRsUDwFxEpqWSK6eO61e0C {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #kUycT9mH4zvzXiQBn6E2LG7cZviDATuV {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #RqBr1LTzqqybpJRlfK2h0sTSqzlbCyks {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #JwH1GadgRfVpvLoDLTnFh5koiqRXtMnO {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #M1xqBRSfVuHz9aq3ssEPEiidqRS0dyJN {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #gO5s3Rhqb4uMycSsObifdl8iKqx3y21N {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #GsFOxigTLxnNFT3Cf41THkwwwVcWIIEl {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #D0OUWw7dxWiwMeCa5ySKfnQzTnqAaUta {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #fxcE0Tp4c8ypr8wXEpDPoKukdkOWoe1X {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #w7lk9e8KwW6zxUgZofQe76SGbkzUEOKX {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #CnQOFm0TdiX2QMcbQyBQkC4GV6svD13n {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #btTecDBc6bGiFAGTfFUeo2qpGrMO9zBB {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #BCymAA6vraQ8TGpqwguTXDKo2CU1PJGc {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #d53u471OlTzL5iWcUura0RGZLQJtU3Ll {  }
 }@media only screen and (max-width: 763px) { #dkq2oBtuqpFdB0BBdyHnWSOi4o0dJf9N #tQNVPSwyNETIX0HNXnCraBx3X13ODDzx {  }
 }@media only screen and (max-width: 763px) { #UZRG0CzBySIc4XVDapMBCIKqD3MrQIOv { width:2.375rem;height:2.375rem;top:14.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEEDMXczTbVKVDkUAVl1aA0L9ovlHHw { width:2.375rem;height:2.375rem;top:20.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q021ck3pxhCfsy01KSwUz7Tlo0bzJm41 { width:2.375rem;height:2.375rem;top:25.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEOgReRMpBIodNniiMWPtgf51J9yG9PU { width:2.375rem;height:2.375rem;top:30.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlDza8GUZTgayg2EbdB3X9ODNZ54u8J { width:2.375rem;height:2.375rem;top:35.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFqAI7T7Um4ewXzv73rQcczZFPekURcT { width:2.375rem;height:2.375rem;top:41.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0PolfwG5pKW7W8Fy58ZMfuCvzE0ZRis { width:2.375rem;height:2.375rem;top:48.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf7MPV85KiHMa9kRXtrzNBoZyo2Wqp8s { width:2.375rem;height:2.375rem;top:56.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdMbNRz768Z8uU9wz8RxQu6t8dSMN40Q { width:2.375rem;height:2.375rem;top:63.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPplDqT7EwHxREoVdtvQpdNSfkcCXORy { width:2.375rem;height:2.375rem;top:87.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqd3sXnBXWrKFBlUXx3CiE1LCcOTcaCz { width:2.375rem;height:2.375rem;top:92.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp8Kfre2iJHU081S9PpawTRqdu9bTmni { width:2.375rem;height:2.375rem;top:97.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZtkKHy23n9EfVtaNToeb3O1lO4koPW { width:2.375rem;height:2.375rem;top:103.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDeA8Nt0fp3Epsas6RipuCPiF2tqOtOB { width:2.375rem;height:2.375rem;top:108.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NelRffPmdBrtPgqLPhADcfCbOLcGoBnF { width:2.375rem;height:2.375rem;top:113.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZl3797TRNzNNpzDRfQSLKFBcHkiTlPT { width:2.375rem;height:2.375rem;top:120.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzZoQybMcrkDIJlTv98yimtST1ITn3r7 { width:2.375rem;height:2.375rem;top:128.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVl5kVFHtoaMLdVo44oTBDzIiBByvTrk { width:2.375rem;height:2.375rem;top:136rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crHHz35T3h9FV0gq6n2ThD6nttueCl6M { width:2.375rem;height:2.375rem;top:158.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6mh4vbnG6vAiQxSU6taDuuF0kRNGPCy { width:2.375rem;height:2.375rem;top:164.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufq19VvLvpVJECkDwb1ED538mEe48Dyp { width:2.375rem;height:2.375rem;top:170.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyNtNLuc56fvTfqR7ub3o8M96fImaboW { width:2.375rem;height:2.375rem;top:175.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWd96x805Tfs4BIU18XphPf995iKx86s { width:2.375rem;height:2.375rem;top:180.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5gblJCihNxdZDpaXUPtXnrsh5bEzD1J { width:2.375rem;height:2.375rem;top:186.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMaLi7RPZ2lGIVKr6Cq9gzdFnrQrQcWX { width:2.375rem;height:2.375rem;top:193.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKN8EDteFkn8Vhl94doeZRpxdlLfgROt { width:2.375rem;height:2.375rem;top:200.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhua4UM8gfTm6Z10MiIrtzQwrAivlDqX { width:2.375rem;height:2.375rem;top:208.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz { display:block; }#E1vRl1lCM86eXTDaKgLVNDMyiNr30BIz > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgNt2o9lWxE15FJl5fyvZTMTVGMvtX0i { width:20rem;height:7.55566875rem;top:3.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tq5rtS3vtXbs4zGLqt0D8xa4q56xA124 { width:20rem;height:2.2744125rem;top:12.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkSHaGtMR9IbWcQHdX04owRE7We7AoT0 { width:18.0625rem;height:6.375rem;top:16.75rem;left:0.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNLT7mVqU0rTu8BMeEeCdRyE637zWDDT { width:19.25rem;height:3.1875rem;top:25.1875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8QBcIlmpTJSkpGAHvBrOWM1FLlSCbsz { display:block; }
 }@media only screen and (max-width: 763px) { #NEuIod2C16XaZLFt3eB4ov4b9klOyZsL { width:12.9375rem;height:1.54296875rem;top:48.375rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m71renbRZR4KVklxflA3UML3ucnlwhHK { width:13.875rem;height:2.9375rem;top:47.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqnqdFfSm0VSC5CdKrBLOFvZ3WJh28rA { width:20rem;height:12.75rem;top:34.953917050691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6DlMAMOIkvhDJ1GfpyTV4l0DSeGMXJv { width:13.5625rem;height:13.4375rem;top:36.54296875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { display:block; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 { background-color: transparent; background-image: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container > .video-iframe-container { display: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row > .video-iframe-container { display: none; }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .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); }#Bg6LJHt5KzKtabWJ0fVo0onDt34ptzC6 > .row .container { width:20rem;height:11.05078125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMQhKLN2gCN7mRiJPrmHKf8TW6bieISH { width:19.3125rem;height:3.1875rem;top:7.86328125rem;left:0.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mUZmoDveX1NRviSMX1h2mIOrCl3VJuBp { width:20rem;height:3.57421875rem;top:3.525390625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hryNsBW62szu2UqsmR3wTehMC0SzrlUe { background-color:#ffffff;background-image:none;display:block; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { background-color: transparent; background-image: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container > .video-iframe-container { display: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row > .video-iframe-container { display: none; }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .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); }#hryNsBW62szu2UqsmR3wTehMC0SzrlUe > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fses0tTDmWAVnJd6I4tx2ZEK3TIo2QXg { width:20rem;height:11.25rem;top:6.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0lkK8y5MsuhB0TlM6E4ETN6IDc3qC5i { width:0.9375rem;height:0.9375rem;top:31.28125rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwfIUA77NRVqn3ualXXKIZmLhiIbOpeu { width:9.375rem;height:0.125rem;top:86.6875rem;left:6.875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DmldXbOt9fNIK4al6zwR2gK4wk59fE6i { width:0.9375rem;height:0.9375rem;top:23.0615234375rem;left:11.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyNRQQf3W801Xrt98zukv4eXzR6G6gxC { width:9.375rem;height:0.125rem;top:87.25rem;left:6.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qTTtg4Ozgq2GGCzhy5ntuN4Vv71tBdp8 { width:0.9375rem;height:0.9375rem;top:15.40625rem;left:10.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJZRfT3qTqsMTvScgdX6cRIZD7ItVKHX { width:0.125rem;height:4.375rem;top:11.59375rem;left:1.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OODCkHXW0wJo16RqJwPST8NSVvmePGLr { width:9.375rem;height:0.125rem;top:87.9375rem;left:6.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DoArEeyW51LdTmsn89W5BGD1T3DZARGc { width:0.125rem;height:2.5rem;top:23.53125rem;left:2.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKA01yWX2SCSyTZfevy5lKONLlR4ffTT { width:4.625rem;height:0.125rem;top:25.96875rem;left:-2.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sn6AWTAl13lhWmTIpJddkFGnNDqAG8JQ { width:9.375rem;height:0.125rem;top:84.9375rem;left:6.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZpPrv8AauuMZHDHKgrsxEmx4XqhzlQLH { width:0.125rem;height:3.125rem;top:28.53125rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQIIioTnUHLiEOc6RXf0kPUqtAp2qtt3 { width:2.5rem;height:0.125rem;top:28.40625rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sa2FRJrz2XS9gad2q13xoitDOsTSdDe7 { width:0.9375rem;height:0.9375rem;top:31.65625rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrGZBPNepg3pw5UObBV3Fcu9sXHGWwpy { width:0.9375rem;height:0.9375rem;top:16.75rem;left:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQOkNaXeOvn38G8tBBzcCiJiPWc54diW { width:0.9375rem;height:0.9375rem;top:22.1806640625rem;left:17.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2zPLngZXKxDko81ypM6G5sINDisnt29 { width:0.8125rem;height:0.6875rem;top:84.4375rem;left:4.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dkdvyZF6MTK3scuUaOG2JBnR4W6h30tM { width:0.8125rem;height:0.6875rem;top:86.5625rem;left:3.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #PaRp5e9FgUIpiDMLo3T6ybiLrIr9iSHB { width:0.8125rem;height:0.6875rem;top:85.5rem;left:6.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ur3uIqLshG4RQgRi72EA7UUhfGryrsUd { width:0.8125rem;height:0.6875rem;top:87.3125rem;left:4.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #yDe7ClST2SwDs77KnexpX961UPhM2Tga { width:0.8125rem;height:0.6875rem;top:86.25rem;left:5.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VI8RiUIb4tyE99UdZDRM7TV9vg4A5lLZ { width:20rem;height:13.432098765432rem;top:79.6875rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #llxCM60pAE4F0AopAf1rdZ61Cvr8PxqI { width:7.4375rem;height:10.75rem;top:84.25rem;left:10.125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ssDOabIvtdAgrZkqP8iL5yo79ye5HVIt { width:20rem;height:1.79980625rem;top:3.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8n3VkAwVImP0aifrDB0KUvLP4gnPL4O { width:20rem;height:1.79980625rem;top:39.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTyToWWvVT9IET1fr8uVKSkBd0kCkOO { width:20rem;height:7.03125rem;top:42.8046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyDQPqf3qW9Pz2ehgtC4UTSkC50K39lM { width:20rem;height:1.79980625rem;top:69.9296875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOuImLTKrar4Rz1ECLM5miSu9oTETTNs { width:20rem;height:5.625rem;top:72.3046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #punMeW9NTf0NyWMTNKO0TMELItx9Erx6 { width:20rem;height:3.375rem;top:20.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tpw1FfIMqlTHunAlRkxcbZZhzavXwQUT { width:19.75rem;height:2.8125rem;top:24.4609375rem;left:0.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOnDTbGFQPz5axbFqwR5LMxasbQwt8a1 { width:20rem;height:5.3994125rem;top:53.1484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDpoRx08WSsu6BXd5iI1rc8BV5ilKxkn { width:20rem;height:7.03125rem;top:59.578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcovXzoGkDpNmFvJ9N2p8Q5a2ZNVeP9e { width:20rem;height:1.79980625rem;top:29.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6TJeAws4q3xBopilLu7ux8IgqphgTpA { width:20rem;height:5.625rem;top:31.6796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99lZOSvyNpKJUwvBWTIJTXIpBN7oQM4 { width:0.125rem;height:19rem;top:5.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEAPAT70LpA3COTwKkOkwyJCiA61wQTC { width:7.5rem;height:0.125rem;top:89rem;left:6.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ePk0lc9qELB4N5sSk5mJXZANDXQoKL9s { width:0.125rem;height:15.5625rem;top:5.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dei4LD2hu6N9aNpWsFStTuaAmE3sSiAV { width:0.125rem;height:15.4375rem;top:24.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V1uqMt45eGMEob5xgGySg05V69csghQ9 { display:block; }#V1uqMt45eGMEob5xgGySg05V69csghQ9 > .row .container { width:20rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0BBu8IsOTDzdK1f0iUefql4glgLRpmg { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ST1hAqZRQNaSS8VJ3l3rx0dMX2mZslwd { width:15.3125rem;height:6.375rem;top:4.4375rem;left:2.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faHWO105trdAcDhdL7JJbvn0q77GwwND { display:block; }#faHWO105trdAcDhdL7JJbvn0q77GwwND > .row .container { width:20rem;height:122.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlbcObqS5GhG5zgzOaEuDMDi52dOGaVw { width:19.625rem;height:27.6875rem;top:31.4375rem;left:0rem;border-top:0.1875rem solid #fec901;border-left:0.1875rem solid #fec901;border-right:0.1875rem solid #fec901;border-bottom:0.1875rem solid #fec901;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEhTkTT35r1pZqqJQy0zOZN1PVLLH55H { width:19.5625rem;height:28rem;top:61.09375rem;left:0rem;border-top:0.1875rem solid #fec901;border-left:0.1875rem solid #fec901;border-right:0.1875rem solid #fec901;border-bottom:0.1875rem solid #fec901;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1VHBHBVSA8BuTTdhFEnxex6DpRKQRs1 { width:19.625rem;height:27.6875rem;top:91.125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.1875rem solid #fec901;border-left:0.1875rem solid #fec901;border-right:0.1875rem solid #fec901;border-bottom:0.1875rem solid #fec901;display:block; }
 }@media only screen and (max-width: 763px) { #nskN6cxvVizDqQu6V42FOcvqftuDI1s8 { width:19.625rem;height:27.75rem;top:1.625rem;left:0rem;border-top:0.1875rem solid #fec901;border-left:0.1875rem solid #fec901;border-right:0.1875rem solid #fec901;border-bottom:0.1875rem solid #fec901;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf { display:block; }#lv5UbTbeIiLdZuNO4c1Z7DLRfkBWcqBf > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fgb7Agt8E2F8flPC39bwhW0UxOgzULZ2 { width:17.9375rem;height:3.57421875rem;top:3.8125rem;left:1.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN7rS9TnHZukvZeFApq7iy1yqs9kUHGP { width:19.125rem;height:2.76171875rem;top:8.11328125rem;left:0.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv { display:block; }#SKgP2a6F0IRrs4wwo5G2emOs33MiS3uv > .row .container { width:20rem;height:98.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-heading-text { font-size:1rem;height:auto;line-height:1.5;overflow:hidden; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-desc-text { font-size:0.9375rem;height:auto; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD { display:flex;height:auto;width:17.5rem;top:3.5rem;left:0rem; }
#ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cNp6bOvBVMlJK5LrfTWoN2fesRyD1KGw {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZzUJKOiGi02NmGq8TllOEoZaDg39GZV9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TpC5LzIyGtbUFk9yOngMz0d3Cd03ARbk {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WKrzfpXGE3PmZ3a1OUmA24QFwAIUJJ55 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rQmAbnatA3CoxOda5pDJ0EyHHHHfyVSM {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #AKxz8G8IkJIxElmg7GWX6m0zlXMyXX3e {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pxVF3IGDSHk5iK7oJIJRE4iUWJkXM09V {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #xqNFkFe52yB8t0e4O6wQKslwO9TpXRnz {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XFcc88ApasD6tbImAseADIDhACsoUTWU {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HM4Ufv9Sr4vkvulGWfB6sNNaIXvQipBD {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #XzOhwZMMpFMGifImtZTJOPInCHm1d0V5 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v167abQcPP3cdPT8OvHPwbbaTWk6dzDI {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #L5WrHF3rDkJEu471H9ETINxVi3mJePXD {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UEfChgAEg3lpXwiPXeeFBc53BZqWcqgH {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #dgVDh4wptReuPXPSWdC6VAoovAmCvHIB {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #eH5XyDQi3voZ2vuxNPGcEIcCvz3RLsDK {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZH7FaRVSy4ZKNupEEZiA0cEM6NEtHXg {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ZTlZ2eqsm4CfxDPzSdQFVNdOwQELkktQ {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #SnCRtFsddf2sbCCu2BMKR4vtlDghnl1S {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cohGKreqm3ApX4NJo8H189TKXvs3CGOu {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ErnIrLa1P5sRhgQvmfciTgve8JH7xyEp {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #r97JI0aNszs65kmPDVvPrWRoAhvobxF9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ONVV25nnuqbh65LTyiU5hpA7sXbIeqcW {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #KLXiR62eTfJgXZNTEnnX101RfBOMf734 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #JLAxgNoTPsqDDf0bfVqCy50xfEUPWo0A {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WgXyqhUBxwqneObdf4TTTm8X3r30TB98 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #D4kA4bndXwnSRAOF6vbf1fIUmlIeFK9d {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #HpruDfsTN3v60Hxz0Ts9OrIk8rncXvGA {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #TAi2TF4zIrlVhk0yUd4zuKJsVghy1DbM {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #NZBxhaGZ5y06HMW19hFOMBMviDNQIpSn {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #tPercwX8odf0cmSh4RVo5LVGUFEm9Lke {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #z7hEe4qzvqnX9f28UxoTwGomQoJeoRnU {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #vnCbgzC8yqHtBCSI1fU98A9adzHzrJMF {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #inGT5XwWqoFIHOSNG4N6yszzfQZwfdh8 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #VnmpaBJ2OUHTqLylMgVyLNkES1L5ORdq {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #cN6Xe1apICGkEZGGhSUFvTk7WLtOTGuz {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #v216Nd8NUQ3Hs9BZPIrBZz0a10twzAaN {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #hwLdR4r1p2CccJz24W7TbXyAI8aThT6i {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #pnzDXNsIlOgZXaTLsD0ou5THmtctwn5d {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #WcACrB3IgUMU8pJx4qysZzR5NiiT9BOn {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9iTp9AaDBWxF2cHtvBsKhTlK47wLMvy {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bCcmNqDcGd3Qldv82k5FHalTFD0dAJQX {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #F6gOLggeIoqgsVnmgmPQNDmC8UyFvFyD {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #ISnB03hBtpHyspaT9ipfcZrEIAurDl7h {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #mUvEPUl590R78CJXmEi7SkOG0JXQR7y9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #k9eVRLvFFKD50hOSvdQnsSuMn0048h5v {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #sGiFHZzgIM5ELhnBGWisPq4onJKaLhLR {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #BzJVHx55GV8lOGBmRlWRzrPrAxtn1TZv {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #e3HFxKKCzos24bhhVTHVnRlMVkgItnnc {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #OKqh2FLnMsTxO1e6kl0QFCWa1sET819t {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #QNAU0T9GKpL05RkZ4QCKtRQO6xArlqHr {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #rlJvaKXHEZNgLxbhNamq2FAuFw1PwXR4 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #uUw67pmQsnhkTZp2T19cdvXv3mmkHiqg {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #qyusVlf1tVQC4JEhBmOf3PVnEJla13wB {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #Iue7HQU4oRHqmuAybpqFwaJ7U3owwIv9 {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #UeZEqW3Xn8D29Pm4lbhl1cZddZWA8nMX {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #CgEA1FOMH3D79rFIaEd1zbWcIvhOnaSk {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #q3a0tdcQ6KFXb06FE4WwhSaebwRMW6WU {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #iXAnW9vRT6foDghBSDhQd3auei132X7c {  }
 }@media only screen and (max-width: 763px) { #ORe2uAW4uQmCiAV5Sl2UpgWvI8zTwpDD #bzTukXE6Ml9B0CBx6GCh1l0isihtDNC2 {  }
 }@media only screen and (max-width: 763px) { #T8DvlugRoCgxWU362pavGzQbcTgCJFNv { display:block; }#T8DvlugRoCgxWU362pavGzQbcTgCJFNv > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSe4LvTSco9oHlEZcS98MrQhc83P05zx { width:20rem;height:3.75rem;top:4rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fLIZtUiXdDIyZkRsglenb8soFe7GwTMJ { width:20rem;height:11.15625rem;top:9.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ { display:block; }#Gs0MSVzpWOmCBITz2eauTttQhJHvI8KJ > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7VPRZn6gDym1h2f8o2kQB60n87n5pMo { width:20rem;height:1.7871125rem;top:34rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#6c4785;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container:first-of-type{padding-top:0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .widget-container:last-of-type{padding-bottom:0;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp  { width:15.9375rem;height:auto;top:38.0625rem;left:0.8125rem; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp {display:block;}#rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp { width:15.9375rem;height:auto;top:38.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ctPPSX8ea9dFSNNDvVm0lOycbElTTXcL {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uOTTzTg2h32aOAxatDTCFWENEF7GO53l {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #cVgQ6Ag7HZ45ZS79PBUeOuSiXuyiPFzM {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTmIyQoEncbeufvCcPMZcdTZF856JRdh {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #RVKTaxMulW5W79E2UV6PdRwfbSr3a6NH {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gklpAcIQ9stQncpPzBNosMt6H9Mdy8pT {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #XNp47amyyKPMP6UcLzfm6dxuF5Lwz5JS {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #p5Ucg3gkEP9JEEbTl7nu6wsA0yV80130 {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #uTl9EJsRUmU86ZGZJtBDF4E6tVDNO6IW {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dsIvmneeOuf0kGnMAeO1V6OSc2PBen5I {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #dw7e3n5OqQ9PbVoWMND6ivbn1UXBsOSx {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ahIQVgQsoSXTBQXwadoMvys2G6g1aLMc {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #ohzsZB7evrz1l0TlLH1Zws6WMSBJvWDQ {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #bS3ZpXGLyiL8c0D0gUgns1mcZKqtVi61 {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #IV7ppu5iFPfuhVto58BkM4BQAN9GAR9y {  }
 }@media only screen and (max-width: 763px) { #rfSKOnrfPemTgAPREGCcV35xm5EOb0Ib { display:block; }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #b5seZX9b4yr4NdLfFQ4wCAK5P7JwP9Kc {  }
 }@media only screen and (max-width: 763px) { #rHlMMgg5PbkH9uKMJrqeEoe0rJZbUoqp #gyCMdJIpPAP0zctsZVHT0t6obda8WGGn {  }
 }@media only screen and (max-width: 763px) { #hwnOucS6yuHbt97isiiHVKmgl40ig2D8 { width:20rem;height:37.6875rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIhDJuVuAwcVebJD7RTaeRzZ1CzC92tV { width:20rem;height:7.125rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L22WQILXeoPvTlX321dpeVS7Z98NF8p1 { width:20rem;height:15.9375rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #WtVTB2vA2TWS7WWCUJGs7xOpWZ87oTgM { width:20rem;height:2.2744125rem;top:31.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #wcHsrnq4qVGAKBoRy3Bu0DkSlTJxgrwB { width:20rem;height:4.125rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ { display:block; }#IhuBR72SAlGuozHmqkUy7KaRczI6XoeJ > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT6925FTub76A9Ldite3tT2f4nkkxTAS { width:7.3125rem;height:2.798825rem;top:25.2578125rem;left:6.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7OMprTEgr9op9id647gdQLdmyCmbJZp { width:18.75rem;height:0.0625rem;top:29.3681625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POQP2kPSN2fw2XyFcLVhzpe1oWeQMxTo { width:1.5625rem;height:1.5625rem;top:23.234375rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6zKUqwZuc1MU81J96LDaKdJzXqsBZqz { width:16.5625rem;height:2.8125rem;top:5.734375rem;left:1.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZXdXTNAzuBW4ViE02kE6zauATiyimTq { display:flex;width:1.5rem;height:1.5rem;top:10.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #Skz68p5aqaBN0BfiwLhaHtZ1mg6sTul5 { display:flex;width:1.375rem;height:1.375rem;top:17.5625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #PC2xpSWhIrwayO0UneBUfLTMEsRlHKt7 { width:9.875rem;height:1.3994125rem;top:12.9375rem;left:5.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEef3puhHJKf8BWsbdtoKcCip3B04ERm { width:9rem;height:1.3994125rem;top:19.5625rem;left:5.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VngBZs67yBPfiE3fhiSo77nFTKvI99mQ { width:14.3125rem;height:1.3994125rem;top:14.375rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fcu6yCbuKULaskD0WCvmZSr9ZuSJQkb5 { width:9.4375rem;height:2.625rem;top:2.3125rem;left:5.25rem;display:block; }
 }