.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g { background-color:#ddd7cd;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { border-width: 0; border-radius: 0; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { font-size:0.875rem;font-family:poppins;height:4.375rem;width:75rem;overflow:visible;position:relative;display:none; }#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#721eb5;padding-top:0.403125rem;padding-right:0.35625rem;padding-bottom:0.403125rem;padding-left:0.35625rem;display:block;align-items:center;width:2.133125rem;min-width:2.133125rem;height:2.164375rem;position:relative;font-family:poppins;font-size:1.61125rem;font-weight:700;line-height:34.63px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.251875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.844375rem;height:0.855625rem;position:relative;font-family:poppins;font-size:0.60375rem;font-weight:400;line-height:13.69px;text-align:center;text-align-last:center;text-transform:none;top:-15%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.375rem;height:4.078125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.21875002235174rem;left:57.000001907349rem;z-index:15002; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #A8pFtOJKFpJrH5ECu0dpkHGbnyt99cAn { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #TvuwU8douJWOBLmTqqtEvzQqFsgywoxe { width:auto; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sThs4TgHumFmn596vMQPQkVN7QVI2cHU {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #q320kDDRLXmOv5xwLufyslINBQTHSXdB { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #RygDwn474aDhPGhyKgJXBNKXmo500ePl {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #ryu4IJbeM2VvNie5H0RhTboausotwWPD {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #vLQ2qZnfXMJrAQ5whvooCU0iiL5sdlSA { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #DWdQH7U40cfat5vluxygmkEteThxUohV {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #Iml7IReMctN3Htd7mdnhyq3yuWhXswv0 {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #z6kz3uhgFPBANlB50xmmpNuwDAcSCPEo { display:flex;position:relative;top:0rem;left:0rem; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #PvOwL0SDaSIXEMfIA2Fv7NpoAV03T2uJ {  }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sgxsC6xTInb3mSoUNmzaWZasp1hTSLJL {  }
#gaz8z1Nae7fG8TakXe2o6zepNEukRhSq { color:#342536;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:1.287109375rem;left:1.625rem;height:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:poppins;height:39.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:poppins;font-size:4.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:2.6875000596046rem;left:1.3125rem;height:14.0240625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K75AvbrshOhMX7dPKi6yPMOipRTShV90 { background-color:transparent;background-image:none;border-top:0.1875rem solid #7e36b3;border-left:0.1875rem solid #7e36b3;border-right:0.1875rem solid #7e36b3;border-bottom:0.1875rem solid #7e36b3;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#7e36b3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31rem;left:21.8125rem;display:block; }
#ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(206deg, #ab78d3, #7e36b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );";background-image: linear-gradient(206deg, #ab78d3, #7e36b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31rem;left:1.3125rem;display:block; }
#JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:#3c3b3a;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.062499880791rem;left:1.3125rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XaHHmSc5peRXhiq5xfJz3xyMc7BebFVh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:25.5625rem;top:4rem;left:47.750001907349rem;overflow:hidden;display:block; }
#Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { 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:42.25rem;width:45.875rem;display:none; }
#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { background-color:#ddd7cd;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { background-color: transparent; background-image: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .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); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { border-width: 0; border-radius: 0; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { font-size:0.875rem;font-family:poppins;height:25.75rem;width:75rem;overflow:visible;position:relative;display:block; }#LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { color:#000000;display:block;width:69.125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0625rem;left:1.625rem;height:6.6003125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#idQfcbk6O980umq7TxD1d8fpICIGlVlP { color:#000000;display:block;width:60.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:10rem;left:1.875rem;height:12.74900625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row .container { background-color: transparent; background-image: none; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row .container > .video-iframe-container { display: none; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row > .video-iframe-container { display: none; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .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); }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row .container { border-width: 0; border-radius: 0; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row .container { font-size:0.875rem;font-family:poppins;height:33.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ESBXTkWkTc35WTKSuHVKoDhbeHxgoVlc { color:#000000;display:block;width:69.125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.0000019073486rem;left:1.625rem;height:6.6003125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iAdycJJAV2hdiw5UOmtmdF5gTPN7bwwc { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:10.125001907349rem;left:1.625rem;height:20.7171375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QmOxpQSR2ezxI55lS9g7SZJGnQBqwT3b { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.6875rem;width:30.4375rem;top:33.104166625rem;left:44.449228560226rem;overflow:hidden;display:block; }
#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { background-color: transparent; background-image: none; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container > .video-iframe-container { display: none; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row > .video-iframe-container { display: none; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .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); }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { border-width: 0; border-radius: 0; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { font-size:0.875rem;font-family:poppins;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#KzfDltAWTTuTmMQhlCLSvQ2OgTN1309Q { color:#000000;display:block;width:38.625rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.875rem;left:2.15625rem;height:9.9005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c2NHR0VdMm25SQcb8gMmMkA5zkFGnke6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.623701095581rem;left:2.15625rem; }
#B1FT55dq3pHkvaFzqEaLcDpHqyuIgl1J { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:19.750003814698rem;left:2rem;height:17.06175rem;text-align:left;text-align-last:left;display:block; }#B1FT55dq3pHkvaFzqEaLcDpHqyuIgl1J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B1FT55dq3pHkvaFzqEaLcDpHqyuIgl1J li:before{  }
#JyToi6T0T4OrhK8gr8oNVclt4esNCO8K { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:14.623701095581rem;left:6.0104160308838rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .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); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { border-width: 0; border-radius: 0; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { font-size:0.875rem;font-family:poppins;height:48.375rem;width:75rem;overflow:visible;position:relative;display:block; }#OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3rem;left:33.562501907349rem;height:11.8994375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5rem;left:39.8125rem;height:2.25036875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:21.6875rem;left:39.75rem;height:2.25036875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { color:#000000;display:block;width:35.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:25.625rem;left:39.75rem;height:4.50073125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FmCKXhIQU3M1lr0xapfLokL0DkOUetv3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:25.1875rem;left:35.4375rem; }
#y6HDgdv2HsDrROVxSXIT8TbNDt4i72ha { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:32.9375rem;left:33.71875rem;height:5.94970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#biNifFEwmLSSC6H6bBEP8T1g15v8pMgn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.25rem;left:35.4375rem; }
#zmv5yF7ohsqxDi0XoRzwE3esXsLW5iU1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.0625rem;left:35.4375rem; }
#IHLer7A0eBh4FtEfSeGWPoaoT2tBQ6eW { 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:48.375rem;width:32.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR { background-color:#fffff8;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row .container { background-color: transparent; background-image: none; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row .container > .video-iframe-container { display: none; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row > .video-iframe-container { display: none; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .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); }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row .container { border-width: 0; border-radius: 0; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row .container { font-size:0.875rem;font-family:poppins;height:59.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#pHIofTiiqhTc7Kr03cI86N9fxcT4nIeI { color:#000000;display:block;width:67rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:2.625rem;left:1.875rem;height:3.30016875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zZns2ev3pcZRpQrGZcmZ5Hz6JyWDHHsH { position:absolute;display:block;z-index:15014;background-color:#f1ece6;background-image:none;border-top:0;border-left:0.3125rem solid #be97dd;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:40.625rem;width:27.8125rem;top:7.6875rem;left:8rem;display:block; }
#BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:10.1875rem;left:41.875rem;height:35.64025rem;display:block; }#BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR li:before{  }
#O9WNaX0H83VcuVaQ9UbWSIP375ADbxor { color:#000000;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:10.1875rem;left:10.3125rem;height:35.64025rem;display:block; }#O9WNaX0H83VcuVaQ9UbWSIP375ADbxor li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O9WNaX0H83VcuVaQ9UbWSIP375ADbxor li:before{  }
#o5dk0Q5vzrtZBg21mHy1m2LFkIWycIyL { color:#000000;display:block;width:70rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:51.75rem;left:2.3125rem;height:3.30016875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PhErg1vbQqRlG7CuMsW9DCTrEJCqU15G { position:absolute;display:block;z-index:15015;background-color:#f1ece6;background-image:none;border-top:0;border-left:0.3125rem solid #be97dd;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:40.625rem;width:27.8125rem;top:7.6875rem;left:39.0625rem;display:block; }
#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row .container { background-color: transparent; background-image: none; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row .container > .video-iframe-container { display: none; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row > .video-iframe-container { display: none; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .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); }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row .container { border-width: 0; border-radius: 0; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row .container { font-size:0.875rem;font-family:poppins;height:54.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Fb7tPgauSGeVkWZUpK4uJTpoEToVymMa { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:2.5006484985351rem;left:1.6875rem;height:7.7001875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#S8aQyAyd389TZbBIHdBEJCCAXy9JDNwc { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:32.8125rem;left:5rem;height:4.2004375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LlQ619gVzgHgZI3tdEwdD9DbApBtUa26 { color:#000000;display:block;width:61.062rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:39.873657226562rem;left:1.68701171875rem;height:11.8090875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tqVKVeN5HTTXkQADhWGHWElZv0XFnc37 { color:#000000;display:block;width:64.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:12.6240234375rem;left:1.6875rem;height:3.1494125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXmNvJPKASBxdcS6e9Vz1z6yD9gFVQlv { color:#000000;display:block;width:58.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15046;line-height:1.4;letter-spacing:0;top:19.75rem;left:5rem;height:2.10021875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IINfp5O7S6W4wUeyxtNFyzQn243PLmAv { color:#000000;display:block;width:57.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15049;line-height:1.4;letter-spacing:0;top:26.0625rem;left:5rem;height:4.2004375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RL3fbX33cDTVQ1coGsgts7K766uf20Gs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.375rem;left:1.6875rem; }
#FRL01QXs0Ac6wMmy054gGVPrsJ2oJJlR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.0625rem;left:1.6875rem; }
#VpWAiADyx0blebT44P8ZQf7A6fTSoTqc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.8125rem;left:1.6875rem; }
#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq { background-color:#ddd7cd;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { background-color: transparent; background-image: none; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container > .video-iframe-container { display: none; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row > .video-iframe-container { display: none; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .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); }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { border-width: 0; border-radius: 0; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { font-size:0.875rem;font-family:poppins;height:17.25rem;width:75rem;overflow:visible;position:relative;display:block; }#yQoR4eLy2yfuGbSRp91D0QyBG1XKfUc8 { color:#642e8e;display:block;width:65.5rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:3.6875rem;left:4.75rem;height:9.9005rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container { background-color: transparent; background-image: none; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container > .video-iframe-container { display: none; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row > .video-iframe-container { display: none; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .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); }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container { border-width: 0; border-radius: 0; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#nu9NzeZFtbns5X8tofuFxqtxOdkGFs7J { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:2.25rem;left:8.84375rem;height:14.25294375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Vcrungfitv3ET4zte4D0MdV0flbhLLTP { background-color:#ddd7cd;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { background-color: transparent; background-image: none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container > .video-iframe-container { display: none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container { display: none; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .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); }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { border-width: 0; border-radius: 0; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { font-size:0.875rem;font-family:poppins;height:29.375rem;width:75rem;overflow:visible;position:relative;display:block; }#IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:2.25rem;left:0rem;height:3.30016875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wuTmyoSMsdh09MbsuqToBBck00QyqLGr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.375rem;left:2.3125rem; }
#hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { color:#f1ece6;display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:14.5rem;left:0.3125rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { color:#3c3b3a;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:10.375rem;left:7.125rem;height:5.9985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zbBwtXIqktdmze7akI0NG8nsdUBBJArO { color:#f1ece6;display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:14.5rem;left:52.0625rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { color:#3c3b3a;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:10.375rem;left:58.875rem;height:5.9985375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nPWl6yxvTGbFa5qiVwauS8THdKUr5VVo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.375rem;left:54.0625rem; }
#d9Kvz5IQF7bu7f5maKTva3mW0TEkgvpF { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be97dd, #9352c7);background-image: -moz-linear-gradient(180deg, #be97dd, #9352c7);background-image: -ms-linear-gradient(180deg, #be97dd, #9352c7);background-image: -o-linear-gradient(180deg, #be97dd, #9352c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be97dd', endColorstr='#9352c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be97dd', endColorstr='#9352c7' );";background-image: linear-gradient(180deg, #be97dd, #9352c7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:13.625rem;left:25.875rem;display:block; }
#g3xwB4PW1TF8PCVT2uvKEkKOAFS3tXQ3 { color:#f1ece6;display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:14.5rem;left:26.1875rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { color:#3c3b3a;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:10.375rem;left:33rem;height:7.4981875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eSDye81pc5KvumqNTGxCkV7VoCfLn7WU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.375rem;left:28.1875rem; }
#zx8EZ8gtU7gboAtURunHyX89nkGqT7LT { color:#000000;display:block;width:57.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:22.1875rem;left:8.84375rem;height:3.56323125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ItZ6QCp9bK8dqvNPla4K6xCA6cvNP3sP { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be97dd, #9352c7);background-image: -moz-linear-gradient(180deg, #be97dd, #9352c7);background-image: -ms-linear-gradient(180deg, #be97dd, #9352c7);background-image: -o-linear-gradient(180deg, #be97dd, #9352c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be97dd', endColorstr='#9352c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be97dd', endColorstr='#9352c7' );";background-image: linear-gradient(180deg, #be97dd, #9352c7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:13.5rem;left:0rem;display:block; }
#U2gV86dzwEPNRAOEcdzaDTc3uTz56rff { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #be97dd, #9352c7);background-image: -moz-linear-gradient(180deg, #be97dd, #9352c7);background-image: -ms-linear-gradient(180deg, #be97dd, #9352c7);background-image: -o-linear-gradient(180deg, #be97dd, #9352c7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#be97dd', endColorstr='#9352c7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#be97dd', endColorstr='#9352c7' );";background-image: linear-gradient(180deg, #be97dd, #9352c7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.3125rem;width:5.3125rem;top:13.642578125rem;left:51.750001907349rem;display:block; }
#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row .container { background-color: transparent; background-image: none; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row .container > .video-iframe-container { display: none; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row > .video-iframe-container { display: none; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .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); }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row .container { border-width: 0; border-radius: 0; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#ehpUsbaSPH2RJJXMlidhxgfBnxLKUbI5 { background-color:transparent;background-image: -webkit-linear-gradient(75deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(75deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(75deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(75deg, #ab78d3, #7e36b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );";background-image: linear-gradient(75deg, #ab78d3, #7e36b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.499625rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.717529296875rem;left:21.749877929688rem;display:block; }
#a0yiRwpLyxtcbJz4xyotLslVTV7ALDgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QOcWxHzuTFToeL0cpd2xALOgN6N5I327 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.374625rem;width:57.56225rem;top:1.861572265625rem;left:8.71826171875rem;overflow:hidden;display:block; }
#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { background-color:#ddd7cd;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { background-color: transparent; background-image: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .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); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { border-width: 0; border-radius: 0; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { font-size:0.875rem;font-family:poppins;height:53.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { color:#000000;display:block;width:43.9375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3125rem;left:1.6875rem;height:7.7001875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { color:#000000;display:block;width:39.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:12.25rem;left:1.6875rem;height:30.36625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l4cTKHwcdTHBGFV8a5oS6OJxmd32HVkz { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(206deg, #ab78d3, #7e36b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );";background-image: linear-gradient(206deg, #ab78d3, #7e36b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:44.759768486023rem;left:5.5625rem;display:block; }
#GT9fOcrVrSKraWcpASD9kLr2qlX7h0sS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5625rem;width:29.9375rem;top:1.4687385559082rem;left:43.937501907349rem;overflow:hidden;display:block; }
#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row .container { background-color: transparent; background-image: none; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row .container > .video-iframe-container { display: none; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row > .video-iframe-container { display: none; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .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); }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row .container { border-width: 0; border-radius: 0; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row .container { font-size:0.875rem;font-family:poppins;height:88.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#b3uv9zFDS569lgkG8fHTwSMidnk42N8q { color:#000000;display:block;width:47.75rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4rem;left:6.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bZaTmMQB81SyrZTINNMhybE19SKnUeyT { color:#3c3b3a;display:block;width:62.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:11.8125rem;left:6.25rem;height:65.7934875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UJXGmyP4JC1T6qttyr0eLfBv0omhJkCg { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(206deg, #ab78d3, #7e36b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );";background-image: linear-gradient(206deg, #ab78d3, #7e36b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:80.666667938231rem;left:28.125001907349rem;display:block; }
#eFTs81V0QC4gxtlq4GQAsurIBFBH4Sq1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSCHH72fUXENh1RBt7c6XV51peh3g4RW { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row .container { background-color: transparent; background-image: none; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row .container > .video-iframe-container { display: none; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row > .video-iframe-container { display: none; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .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); }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row .container { border-width: 0; border-radius: 0; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row .container { font-size:0.875rem;font-family:poppins;height:194.875rem;width:75rem;overflow:visible;position:relative;display:block; }#INrXdtTDqey3uKzc8sOREZNHZn59SqvA { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15151;line-height:1.2;letter-spacing:0;top:2.8125rem;left:2.625rem;height:3.30016875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k0uOmzVbQWQU0mhWHzdXhUTV1z2LLEJ0 { color:#3c3b3a;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:19.8125rem;left:2.625rem;height:6.6235625rem;display:block; }#k0uOmzVbQWQU0mhWHzdXhUTV1z2LLEJ0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k0uOmzVbQWQU0mhWHzdXhUTV1z2LLEJ0 li:before{  }
#BuvxUZ4bwzggZcmCNu1yNQxKei3iaXsg { position:absolute;display:block;z-index:15084;background-color:#9b6ea2;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.1875rem;width:40.625rem;top:10.625020980835rem;left:0rem;display:block; }
#lrdBJm9ay43kUOeq7Mfgz2bOF3QpSyVd { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:12.125rem;left:2.625rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vr8Hr13x4iEiJUO6L2BIMQASIc3eosqX { position:absolute;display:block;z-index:15084;background-color:#9b6ea2;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.1875rem;width:40.625rem;top:35.125rem;left:0rem;display:block; }
#gpC20eN4s9LbLkJytWKHVzs6BT9HlzLc { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.5;letter-spacing:0;top:16.8125rem;left:2.625rem;height:;font-style:normal;display:block; }#gpC20eN4s9LbLkJytWKHVzs6BT9HlzLc li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gpC20eN4s9LbLkJytWKHVzs6BT9HlzLc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#FkGwgvnPWSq3cNr0opusTUoxtfrfqSsy { color:#3c3b3a;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:65.4990234375rem;left:2.625rem;height:4.8114rem;display:block; }#FkGwgvnPWSq3cNr0opusTUoxtfrfqSsy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FkGwgvnPWSq3cNr0opusTUoxtfrfqSsy li:before{  }
#z5WW0NOgo3kvVFB6c8AFSRP8AQWddgEs { position:absolute;display:block;z-index:15088;background-color:#9b6ea2;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.1875rem;width:40.625rem;top:55.6875rem;left:0rem;display:block; }
#eZbOTSCs1Tq80qpbqVIgqPELy2WxM2cl { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15095;line-height:1.5;letter-spacing:0;top:41.8125rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#eZbOTSCs1Tq80qpbqVIgqPELy2WxM2cl li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#eZbOTSCs1Tq80qpbqVIgqPELy2WxM2cl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
#lu0R5l1JJIVtwVEW9AfvbwSUh0Ptty4H { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:37.125rem;left:2.625rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#THnCHZXNVKMmbUPcf4TvaRTJyzT0wVGN { color:#3c3b3a;display:block;width:36.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:45.16650390625rem;left:2.625rem;height:3.31176875rem;display:block; }#THnCHZXNVKMmbUPcf4TvaRTJyzT0wVGN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#THnCHZXNVKMmbUPcf4TvaRTJyzT0wVGN li:before{  }
#nIQznki48EP648ocv8g3M5hbTKTSLkaV { position:absolute;display:block;z-index:15092;background-color:#9b6ea2;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.1875rem;width:40.625rem;top:75.625rem;left:0rem;display:block; }
#TFZvLfkg8566R1T6kFo67ewWQ7c6no3o { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15099;line-height:1.5;letter-spacing:0;top:62rem;left:2.625rem;height:;font-style:normal;display:block; }#TFZvLfkg8566R1T6kFo67ewWQ7c6no3o li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#TFZvLfkg8566R1T6kFo67ewWQ7c6no3o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#qRVCfrN8oLUPKizOGfMCvi16hvFIQbwJ { color:#000000;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:57.3125rem;left:2.625rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cThB6dTE7xleiMDz9MG2d9p2Ci7uOMtF { color:#3c3b3a;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:86.28125rem;left:2.625rem;height:;display:block; }#cThB6dTE7xleiMDz9MG2d9p2Ci7uOMtF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cThB6dTE7xleiMDz9MG2d9p2Ci7uOMtF li:before{  }
#aI6dDdop6972dwhUPdT6zpFEoIWcCHwE { position:absolute;display:block;z-index:15096;background-color:#9b6ea2;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.1875rem;width:40.625rem;top:100.3125rem;left:0rem;display:block; }
#tBhSvXvfr8dfS8Wx05VC7nD3GUarrOLC { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.5;letter-spacing:0;top:82rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#tBhSvXvfr8dfS8Wx05VC7nD3GUarrOLC li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#tBhSvXvfr8dfS8Wx05VC7nD3GUarrOLC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#wwmJIXsQVxSEmJmVPaDwBAGIM6FUHmas { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:77.3125rem;left:2.625rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bylh7pLVO1K0zwAeZEFIEnL3sKvipm9X { color:#3c3b3a;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:110.6875rem;left:2.625rem;height:;display:block; }#Bylh7pLVO1K0zwAeZEFIEnL3sKvipm9X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bylh7pLVO1K0zwAeZEFIEnL3sKvipm9X li:before{  }
#n3vrsJ739fA11qVNMSLKlWVvVV4NPKBy { position:absolute;display:block;z-index:15104;background-color:#9b6ea2;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.1875rem;width:40.625rem;top:121.75rem;left:0rem;display:block; }
#xLNXpVSvHiil0FqZbeWxJGQXcLDWpOcN { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15111;line-height:1.5;letter-spacing:0;top:107.57749557495rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#xLNXpVSvHiil0FqZbeWxJGQXcLDWpOcN li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xLNXpVSvHiil0FqZbeWxJGQXcLDWpOcN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#oEVwcbXcsGdXAp4q6UcLbqfNcb8rJqnF { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:103.40496826172rem;left:2.625rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FLtPgqdfPQAiMWO3a49kTExPuehDqcES { color:#3c3b3a;display:block;width:36.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:131.3125rem;left:2.625rem;height:5.1239rem;display:block; }#FLtPgqdfPQAiMWO3a49kTExPuehDqcES li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FLtPgqdfPQAiMWO3a49kTExPuehDqcES li:before{  }
#MNILFGTMcInQDKiaD6NotDBbB1dU3vRS { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15115;line-height:1.5;letter-spacing:0;top:128.47916793823rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#MNILFGTMcInQDKiaD6NotDBbB1dU3vRS li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#MNILFGTMcInQDKiaD6NotDBbB1dU3vRS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#u39RkbE5uVrTnqkyxRccriARPTtkU7W1 { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:123.6875rem;left:2.625rem;height:3.59985625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8pTKXcVR7POy5Fu9GMwkGFTguNgmKeT { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:31.25rem;top:12.125020980835rem;left:40.937501907349rem;overflow:hidden;display:block; }
#mrfZHUXcc1yM1cOPZRrhiqJ5nJNkZV6u { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:31.25rem;top:36.291666984558rem;left:40.625001907349rem;overflow:hidden;display:block; }
#vCE7GMAJRETbNAKGMeGqGOHu7X9ek2gf { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:31.25rem;top:57.311851501465rem;left:40.625001907349rem;overflow:hidden;display:block; }
#Ot6kFewIaQVTsKvWTtt13tEkHguzUs2b { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:31.25rem;top:80.0625rem;left:40.625001907349rem;overflow:hidden;display:block; }
#JlPVOvbFGMTB3rbVno0lXGLkOiE9fBbL { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:31.25rem;top:103.40557861328rem;left:40.937501907349rem;overflow:hidden;display:block; }
#RJVhB9xTBk4qwiuHT6zLUDLOsTVp4MB5 { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:31.25rem;top:123.6875rem;left:40.937501907349rem;overflow:hidden;display:block; }
#nQhxxUXm9LUv0DNzwuUUwamBIWDhtV9T { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15096;line-height:1.5;letter-spacing:0;top:50.061767578125rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#nQhxxUXm9LUv0DNzwuUUwamBIWDhtV9T li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#nQhxxUXm9LUv0DNzwuUUwamBIWDhtV9T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#PwRWree1nsdGGxHsKhJlVZcv630xuFUB { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15097;line-height:1.5;letter-spacing:0;top:28.248779296875rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#PwRWree1nsdGGxHsKhJlVZcv630xuFUB li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PwRWree1nsdGGxHsKhJlVZcv630xuFUB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#R86UzTdpxOh1V7mJIMDT0Uw6qkv4wiL9 { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15097;line-height:1.5;letter-spacing:0;top:72.06591796875rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#R86UzTdpxOh1V7mJIMDT0Uw6qkv4wiL9 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#R86UzTdpxOh1V7mJIMDT0Uw6qkv4wiL9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#U56KnOss3U33tw4dMtQAesESUAUlGRIq { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.5;letter-spacing:0;top:96.690673828125rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#U56KnOss3U33tw4dMtQAesESUAUlGRIq li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#U56KnOss3U33tw4dMtQAesESUAUlGRIq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#ipFq2DrLNNeiwDiq1KsE2xnDf111ZNME { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15099;line-height:1.5;letter-spacing:0;top:118.81567382812rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }#ipFq2DrLNNeiwDiq1KsE2xnDf111ZNME li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#ipFq2DrLNNeiwDiq1KsE2xnDf111ZNME li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#AVO2oQfGDaN2ThNl8dVcV54ZMtZhamWX { color:#000000;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.5;letter-spacing:0;top:138.25268554688rem;left:1.890380859375rem;height:1.6875rem;font-style:normal;display:block; }#AVO2oQfGDaN2ThNl8dVcV54ZMtZhamWX li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#AVO2oQfGDaN2ThNl8dVcV54ZMtZhamWX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#EkdrCB16PM2lCX59WiJhJZytSZCecvIb { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;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.75rem;width:13.75rem;top:145rem;left:56.6875rem;overflow:hidden;display:block; }
#HXGiTT09dqFBL3Gks0BTXyZzpyylJUu5 { position:absolute;display:block;z-index:15163;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:13.75rem;top:152rem;left:56.6875rem;overflow:hidden;display:block; }
#BCvvJhQITUIi0t6SRk10Vs1pQqbCM8WB { color:#3c3b3a;display:block;width:36.3745rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:177.46826171875rem;left:2.62451171875rem;height:6.9360625rem;display:block; }#BCvvJhQITUIi0t6SRk10Vs1pQqbCM8WB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BCvvJhQITUIi0t6SRk10Vs1pQqbCM8WB li:before{  }
#aATyByet5KsHhOzP9AwgpUicfehk0tqU { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:171.9375rem;left:2.625rem;height:1.799925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WKnF6h9584H1mFdNcKTKCe2azkPHW8vR { position:absolute;display:block;z-index:15109;background-color:#9b6ea2;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.1875rem;width:40.625rem;top:143.4375rem;left:0rem;display:block; }
#wHr2iEkwO141rmxJywJiCxZctWxIhuKZ { position:absolute;display:block;z-index:15159;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.62475rem;width:26.62475rem;top:167.62451171875rem;left:42.31201171875rem;overflow:hidden;display:block; }
#P2I7xcRkvtvVw4DF5tBcc1U5qRG8vh1f { position:absolute;display:block;z-index:15110;background-color:#9b6ea2;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.187378125rem;width:40.625rem;top:169.43664550781rem;left:0rem;display:block; }
#seXCa373BSfFegngz4hBOVEB3eSE80pW { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:148.0625rem;left:2.625rem;height:1.799925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BxpXIfQurT7KfKNTlWLlefoOvTDJhRCT { color:#3c3b3a;display:block;width:36.373875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:153.75rem;left:2.62451171875rem;height:8.7481875rem;display:block; }#BxpXIfQurT7KfKNTlWLlefoOvTDJhRCT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BxpXIfQurT7KfKNTlWLlefoOvTDJhRCT li:before{  }
#lolWbSuRcTXa0koHAfnnXbcBTf2cBX0q { 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:20.3125rem;width:15.125rem;top:146.125rem;left:39rem;overflow:hidden;display:block; }
#kcCReT1gTR5nQiZHqgtTuCbbxEu4hp27 { box-sizing:content-box;height:5.24963125rem;width:5.24963125rem;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:15160;background-color:#7e36b3;background-image:none;top:187.12097167969rem;left:43.685913085938rem;display:block; }
#nnlpg0AJt0zQnqQmu9ayuFoBZQ4J09ZV { color:#591092;display:block;width:7.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:188.98571777344rem;left:49.373779296875rem;height:1.625rem;display:block; }
#bDH6JiA5STK9TV5FdUv2bTxA3JvDKvxF { color:#ffffff;display:block;width:3.81225625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15162;line-height:1.3;letter-spacing:0;top:189.04809570312rem;left:44.529296875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoReohIK7m1gyePLWfx1GUZMOxttBzaF { box-sizing:content-box;height:3.312375rem;width:10.249625rem;position:absolute;display:block;z-index:15159;background-color:#ffffff;background-image:none;top:187.93334960938rem;left:47.31201171875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.1875rem solid #ab78d3;border-left:0.1875rem solid #ab78d3;border-right:0.1875rem solid #ab78d3;border-bottom:0.1875rem solid #ab78d3;display:block; }
#cMxfyoRWX0CU4eIUsXTT8UPKv084M6lh { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.75rem;top:159.5625rem;left:56.6875rem;overflow:hidden;display:block; }
#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row .container { background-color: transparent; background-image: none; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row .container > .video-iframe-container { display: none; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row > .video-iframe-container { display: none; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .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); }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row .container { border-width: 0; border-radius: 0; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row .container { font-size:0.875rem;font-family:poppins;height:52.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#AVBVzosEpGp2FU8XzRsvnJqqTCGawfhO { color:#000000;display:block;width:57.5rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:3.0625rem;left:1.8125rem;height:3.30016875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H3bLToOfhRiPxuITsXMM2oXebKs0plCn { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:41.875rem;width:43.25rem;top:9.0625rem;left:0.999755859375rem;display:block; }
#tLFiez7da4nFQCtE9nJNTakmsdTv6RXb { color:#000000;display:block;width:33.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:10.874633789062rem;left:2.9058837890625rem;height:23.24525rem;display:block; }#tLFiez7da4nFQCtE9nJNTakmsdTv6RXb li:not(:first-child){ padding-top:2.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#tLFiez7da4nFQCtE9nJNTakmsdTv6RXb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
#yGIoUZF2eIXhoE1W2Ttc871KsWShwInu { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(206deg, #ab78d3, #7e36b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );";background-image: linear-gradient(206deg, #ab78d3, #7e36b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.062375rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.908447265625rem;left:6.593017578125rem;display:block; }
#OrWEpZT1ag6X6qKVfKqnf1v1ZbtFmRym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcfXDHuG8247mOiQlpZMq5DHzCnueOPG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:32.375rem;top:8.90625rem;left:39.403686523438rem;overflow:hidden;display:block; }
#uMkFmfLKlOuUDPpQZOPbd0EykTs71Ja0 { color:#000000;display:block;width:33.561375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:36.31591796875rem;left:5.8428955078125rem;height:6.58081875rem;text-align:center;text-align-last:center;display:block; }
#amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U { background-color:#ddd7cd;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U > .row .container { border-width: 0; border-radius: 0; }#amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U > .row .container { font-size:0.875rem;font-family:poppins;height:20.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#KrW6hzHAUO2hgzPMqTT3Rq1tHbF5kECr { color:#000000;display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15062;line-height:1.2;letter-spacing:0;top:2.125rem;left:23.562501907349rem;height:5.3997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-text.counter-number { border-top:0.1875rem solid #ab78d3;border-left:0.1875rem solid #ab78d3;border-right:0.1875rem solid #ab78d3;border-bottom:0.1875rem solid #ab78d3;background-color:transparent;background-image:none;color:#642e8e;padding-top:0.8475rem;padding-right:0.800625rem;padding-bottom:0.8475rem;padding-left:0.800625rem;display:block;align-items:center;width:4.800625rem;min-width:4.800625rem;height:4.548125rem;position:relative;font-family:poppins;font-size:3.388125rem;font-weight:700;line-height:72.77px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-text.counter-label { background-color:;background-image:none;color:#2c0033;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.53rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.399375rem;height:1.795rem;position:relative;font-family:poppins;font-size:1.269375rem;font-weight:400;line-height:28.72px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:31.125rem;height:8.943125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.75rem;left:21.437501907349rem;z-index:15006; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #IWvrf8uNbGKPS4tx5IumFTq1QSRHLLmr { display:flex;position:relative;top:0rem;left:0rem; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #T7RqN8VH6gHWp5AFR3ZBzlCkWnDbEN6s { width:auto; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #VtEfTc8kdutolaBT52syekdFlBUwPsnC {  }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #UfeTh5Rrfbhxy2WfawPQ6bKIzysurU48 { display:flex;position:relative;top:0rem;left:0rem; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #EZscW2o8NcoriyfCPk081GFzHcmmbexm {  }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #zGiPJR2rsCgG9bHhfBhhIf8ZoXGUItez {  }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #gckNQtdyFiruWqqsOFq5U6ZUQTNQfGIK { display:flex;position:relative;top:0rem;left:0rem; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #mEyGgoMHcbHPVvzOQVOToqZStWrFZqpg {  }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #ICyABfdFx8nEHstmy1cqhKOJQxQAn8uh {  }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #qEQCKI1I9an8F5ZneFd4APoxuBQnVbV3 { display:flex;position:relative;top:0rem;left:0rem; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #TUAHtT5OZqPIshdvQpBZ0e7Iqlgw1frT {  }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #D9TJh40f2TAK2BI3SRvFPXMDG5ITr1vp {  }
#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(180deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(180deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, #ffffff, #f1ece6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row .container { background-color: transparent; background-image: none; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row .container > .video-iframe-container { display: none; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row > .video-iframe-container { display: none; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .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); }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row .container { border-width: 0; border-radius: 0; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row .container { font-size:0.875rem;font-family:arial;height:83.3125rem;width:75rem;position:relative;display:block; }#hAuB5qp21FxK04ynm6E6lyxPmq3BL9UV { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.8427734375rem;left:12.53125rem;height:3.150025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Af1DLTBC4qzupP39VXWGeWJI8RiyeZO4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:50.9375rem;top:27.0625rem;left:11.625rem;overflow:hidden;display:block; }
#K45Hzy7ykOAesGTEhcUvlxg49bLDrTMS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:51rem;top:38.562133789062rem;left:11.624755859375rem;overflow:hidden;display:block; }
#KTLBrTCX4C5E0KxiKEcgtVdDzhu3WaeD { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:51.0625rem;top:49.81201171875rem;left:11.562255859375rem;overflow:hidden;display:block; }
#x1c0RqfONTlFCU1fMANu9E9JPd0bfZh9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;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.4375rem;width:50.9375rem;top:60.12451171875rem;left:11.624755859375rem;overflow:hidden;display:block; }
#v1hCre9u0aiuS8HF5VW5g6gy0t2VDDq4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:51rem;top:71.249755859375rem;left:11.5625rem;overflow:hidden;display:block; }
#Ud6Ba8Lv7qmbokJa4tR9AwnRcyP4ylAD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.25rem;width:17.1875rem;top:6.0625rem;left:11.625rem;overflow:hidden;display:block; }
#tB8aPOg2cLPs3tF0Ud8xWF40n3nLvZo2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.375rem;width:13.3125rem;top:6rem;left:29.9375rem;overflow:hidden;display:block; }
#c06oqCylCa729D7koxQBBgqDQ5AK9iIw { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:18.6875rem;top:6.625rem;left:43.84375rem;overflow:hidden;display:block; }
#NkRsEDBhkevSCNtXxo9OWW9UxNVTB86U { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.062375rem;width:18.624875rem;top:14.287719726562rem;left:43.8818359375rem;overflow:hidden;display:block; }
#Wq9k7eWqyWdk6ycXyfZQWmGLL61mbcHg { box-sizing:content-box;height:1.375rem;width:7.375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:6.625rem;left:14.875rem;display:block; }
#bMCboD0pbakwnA98x70EaqsHAUJUpULK { position:relative;display:block; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK { background-color: transparent; background-image: none; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .row .container > .video-iframe-container { display: none; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .row > .video-iframe-container { display: none; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .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); }#bMCboD0pbakwnA98x70EaqsHAUJUpULK { border-width: 0; border-radius: 0; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .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; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .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:81.8125rem;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; }#JUXPSw9n1Uo6trPUAvx4VRwDch91kTAH { color:#661eb7;display:block;width:49.561875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.7076816558838rem;left:12.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T8p7hemKXRc1kvp8PhhwcHcb96aZHMvz { color:#000000;display:block;width:49.561875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:4.755859375rem;left:12.6875rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SRQit2xR25MzyXJuk2HlXrV73IGIwSHA { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:11.1875rem;left:8.6875rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XKFVd6os48HpmB5s2tW1kzvC3OifqF9T { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:11.1875rem;left:38.1875rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#BooLR8BTUFqZO17q2ie9UUbcboiT0pK3 { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;top:44.9375rem;left:8.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;display:block; }
#fggWUIpOAuWXHnHLryIikLx23GEQ6vhM { box-sizing:content-box;height:31rem;width:28.125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:44.9375rem;left:38.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;border-top:0.25rem solid #ddd7cd;border-left:0.25rem solid #ddd7cd;border-right:0.25rem solid #ddd7cd;border-bottom:0.25rem solid #ddd7cd;display:block; }
#pmMyr3LelF2PpIlpF0yuKHSvaCEb5Bof { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.875rem;left:8.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tOkFQqzesRcb3MMXaoq6pe1VHeusolU3 { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:9.875rem;left:38.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iVhBUC4kJS1PpwAOxGo7q8BDEH1tQoTw { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:43.70832824707rem;left:8.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F4DN8RBGspD5buyVuLV8iMhz1zyQBpPM { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:43.707679748535rem;left:38.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hn3CWS4l6ATiw5fdwuuxGM4zQaEBBupI { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:43.58332824707rem;left:9.4375rem;display:block; }
#TyUkTINVSLLnO5yf8TyAdqDchihdG7Sc { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:43.514320373535rem;left:39.125rem;display:block; }
#aFBuoPSuu7JxnLOmn5gS15qIyQOypfgg { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:9.6803398132325rem;left:39.125rem;display:block; }
#PiXvTUVB2I7cG369tnT63nottqCaDKzG { box-sizing:content-box;height:3.1875rem;width:8.9375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:9.680989563465rem;left:9.625rem;display:block; }
#rDMe5DDOtDDzOo0SbINWG3rdvg2zzDQv { 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:29.5625rem;width:20.875rem;top:12.156250476837rem;left:12.5625rem;overflow:hidden;display:block; }
#DsnQ1m6rKu62fHbtpaTOTNDX4469ZS9H { box-sizing:content-box;height:2.8125rem;width:19.3125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:33.92387008667rem;left:12.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#pTDLoATA1ZdiUvlxnbisdnPsOzmEvJS9 { box-sizing:content-box;height:2.8125rem;width:21.1875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;top:30.125001430511rem;left:42.000000953674rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#WiTAyZmevCvBaLwyk8As0TgnOrwqNDVp { box-sizing:content-box;height:3.6875rem;width:13.5625rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:52.125002861023rem;left:17.333333015442rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#UCTaer7WwTHFXqqnHONsk2cWFq1s2D02 { box-sizing:content-box;height:2.875rem;width:8.75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:69.916020870206rem;left:56.375004768372rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;border-top:0.1875rem solid #ff002a;border-left:0.1875rem solid #ff002a;border-right:0.1875rem solid #ff002a;border-bottom:0.1875rem solid #ff002a;display:block; }
#cVGE38WaWRWr5xPIEK3dPF2pOZcpzAqV { color:#ba0000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:51.505860805511rem;left:47.250000953674rem;height:2.598875rem;font-style:normal;display:block; }
#RmZcUthIvo0TiaKcR7JlWCoUTNf8P61Z { box-sizing:content-box;height:3.75rem;width:11.625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:50.669270992279rem;left:46.875000953674rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #ff002a;display:block; }
#oOXMvBh3GP6xKDsmN4CKu8B0B5xIEw9U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:34.684247970581rem;left:9.625rem; }
#dyaGR39U5tI1IsGln6gpW98fa6uxUg35 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.583333492279rem;left:39.125000953674rem; }
#DsnmvERA689mQL7TUFbtEFTE0qluCNdo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:70.582684993744rem;left:53.250004768372rem; }
#cGVAwsq7PyeCXFgxJuluxT245wRZ6uhV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:52.124350547791rem;left:31.229168891907rem; }
#hTstfIzeyLEQZgD5ZTHATIbQ4LHtZhVZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:53.853517055511rem;left:47.312500953674rem; }
#CqzxWrmRAIHclPwrRgy8zNhRgnzncMhl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:26.6875rem;top:16.083333492279rem;left:39.156250953674rem;overflow:hidden;display:block; }
#lizu1pDgTSkSHb76TPAud2k9IBDR3vvz { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:25.875rem;top:48.123698234558rem;left:10.062500953674rem;overflow:hidden;display:block; }
#X6bSF3s7umDZ4lRz3owykZX61Pk3ARR0 { 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:25.25rem;width:26.5rem;top:48.977864742279rem;left:39.250000953674rem;overflow:hidden;display:block; }
#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container { background-color: transparent; background-image: none; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container > .video-iframe-container { display: none; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row > .video-iframe-container { display: none; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .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); }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container { border-width: 0; border-radius: 0; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container { font-size:0.875rem;font-family:poppins;height:27rem;width:75rem;overflow:visible;position:relative;display:block; }#TKdKp3te94XtZdWkDdOz9vgQvF2ecBe4 { color:#000000;display:block;width:61.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:2.28125rem;left:6.5625rem;height:21.37938125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:#f1ece6;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .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); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:poppins;height:52.625rem;width:75rem;overflow:visible;position:relative;display:block; }#E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { color:#000000;display:block;width:61.8125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.6875rem;left:6.875rem;height:3.30016875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:#ddd7cd;background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins;color:#342536;line-height:2.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:#674a6c;height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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_52af81417cc870c785124cfdfb99b714a1b22d98.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:61.25rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.611979484558rem;left:6.875rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu { display:none; }
#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddd7cd;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; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { background-color: transparent; background-image: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container > .video-iframe-container { display: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container { display: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .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); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { border-width: 0; border-radius: 0; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { color:#000000;display:block;width:36.75rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:2.0247802734375rem;left:6.947265625rem;height:7.7001875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(206deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(206deg, #ab78d3, #7e36b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#7e36b3' );";background-image: linear-gradient(206deg, #ab78d3, #7e36b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.8125rem;left:48.884767532349rem;display:block; }
#h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp { 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;z-index:auto;display:block; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container { background-color: transparent; background-image: none; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container > .video-iframe-container { display: none; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row > .video-iframe-container { display: none; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .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); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container { border-width: 0; border-radius: 0; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#Tz6MT3x0i7zsNlvqhV7luQIbZHQDgXQ1 { color:#1f333b;display:block;width:23.0625rem;position:absolute;font-family:averta;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8123779296875rem;left:25.9375rem;height:6.396475rem;text-align:center;text-align-last:center;display:block; }
#LTl4aGbsLMOS8DL9Ey52bDNfeU1pQTia { color:#1f333b;display:block;width:24.8125rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:16.224609375rem;left:7.5rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.93701171875rem;left:34.5rem; }
#TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:37.3125rem; }
#JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qQkqnAspKyJClpT76DBcNvTq1QkVM4cb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:11.93701171875rem;left:40.1875rem; }
#qQkqnAspKyJClpT76DBcNvTq1QkVM4cb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XhLp9TSrcOTkD5DWBs0t5QiiyKO9KCuW { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:42.3125rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0kSsxtMsxpSl2zUAcdaJ7KwBXtB4cFM { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:54.75rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NaMCMm889Hg0CeOQSdTO9nOrGm2adXB6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:0.875rem;left:35.5rem;overflow:hidden;display:block; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:31.75rem; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g30hVT5fNJ8giaywBiDThB4TxQ8apr5g { display:block; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #A8pFtOJKFpJrH5ECu0dpkHGbnyt99cAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #TvuwU8douJWOBLmTqqtEvzQqFsgywoxe {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sThs4TgHumFmn596vMQPQkVN7QVI2cHU {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #q320kDDRLXmOv5xwLufyslINBQTHSXdB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #RygDwn474aDhPGhyKgJXBNKXmo500ePl {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #ryu4IJbeM2VvNie5H0RhTboausotwWPD {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #vLQ2qZnfXMJrAQ5whvooCU0iiL5sdlSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #DWdQH7U40cfat5vluxygmkEteThxUohV {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #Iml7IReMctN3Htd7mdnhyq3yuWhXswv0 {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #z6kz3uhgFPBANlB50xmmpNuwDAcSCPEo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #PvOwL0SDaSIXEMfIA2Fv7NpoAV03T2uJ {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sgxsC6xTInb3mSoUNmzaWZasp1hTSLJL {  }
 }@media only screen and (max-width: 763px) { #gaz8z1Nae7fG8TakXe2o6zepNEukRhSq { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:2.6875rem;left:0rem;width:46.4375rem;height:14rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:21rem;left:0rem;width:34.8125rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaHHmSc5peRXhiq5xfJz3xyMc7BebFVh { top:4rem;left:22.1875rem;width:25.5625rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { width:45.875rem;height:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { top:2.0625rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { top:10rem;left:0rem;width:47.75rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD { display:block; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESBXTkWkTc35WTKSuHVKoDhbeHxgoVlc { top:2rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAdycJJAV2hdiw5UOmtmdF5gTPN7bwwc { top:10.125rem;left:0rem;width:47.75rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmOxpQSR2ezxI55lS9g7SZJGnQBqwT3b { top:33.0625rem;left:15.9375rem;width:30.4375rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 { display:block; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzfDltAWTTuTmMQhlCLSvQ2OgTN1309Q { top:1.875rem;left:0rem;width:38.625rem;height:9.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NHR0VdMm25SQcb8gMmMkA5zkFGnke6 { top:14.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1FT55dq3pHkvaFzqEaLcDpHqyuIgl1J { top:19.75rem;left:0rem;width:38.9375rem;height:17rem;font-size:1.0625rem;display:block; }#B1FT55dq3pHkvaFzqEaLcDpHqyuIgl1J li:before{  }
 }@media only screen and (max-width: 763px) { #JyToi6T0T4OrhK8gr8oNVclt4esNCO8K { top:14.5625rem;left:0rem;width:34.8125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { top:3rem;left:7.125rem;width:40.625rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { top:17.5rem;left:12.5625rem;width:35.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { top:21.6875rem;left:12.5625rem;width:35.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { top:25.625rem;left:12.5rem;width:35.25rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmCKXhIQU3M1lr0xapfLokL0DkOUetv3 { top:25.1875rem;left:21.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HDgdv2HsDrROVxSXIT8TbNDt4i72ha { top:32.9375rem;left:7.4375rem;width:40.3125rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biNifFEwmLSSC6H6bBEP8T1g15v8pMgn { top:21.25rem;left:21.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmv5yF7ohsqxDi0XoRzwE3esXsLW5iU1 { top:17.0625rem;left:21.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHLer7A0eBh4FtEfSeGWPoaoT2tBQ6eW { top:0rem;left:0rem;width:32.1875rem;height:48.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR { display:block; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHIofTiiqhTc7Kr03cI86N9fxcT4nIeI { top:2.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZns2ev3pcZRpQrGZcmZ5Hz6JyWDHHsH { top:7.6875rem;left:0rem;width:27.8125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR { top:10.1875rem;left:22.6875rem;width:25.0625rem;height:35.625rem;font-size:1rem;display:block; }#BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR li:before{  }
 }@media only screen and (max-width: 763px) { #O9WNaX0H83VcuVaQ9UbWSIP375ADbxor { top:10.1875rem;left:0rem;width:25.375rem;height:35.625rem;font-size:1rem;display:block; }#O9WNaX0H83VcuVaQ9UbWSIP375ADbxor li:before{  }
 }@media only screen and (max-width: 763px) { #o5dk0Q5vzrtZBg21mHy1m2LFkIWycIyL { top:51.75rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhErg1vbQqRlG7CuMsW9DCTrEJCqU15G { top:7.6875rem;left:19.625rem;width:27.8125rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH { display:block; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb7tPgauSGeVkWZUpK4uJTpoEToVymMa { top:2.5rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8aQyAyd389TZbBIHdBEJCCAXy9JDNwc { top:32.8125rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlQ619gVzgHgZI3tdEwdD9DbApBtUa26 { top:39.8125rem;left:0rem;width:47.75rem;height:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVKVeN5HTTXkQADhWGHWElZv0XFnc37 { top:12.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXmNvJPKASBxdcS6e9Vz1z6yD9gFVQlv { top:19.75rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IINfp5O7S6W4wUeyxtNFyzQn243PLmAv { top:26.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL3fbX33cDTVQ1coGsgts7K766uf20Gs { top:19.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRL01QXs0Ac6wMmy054gGVPrsJ2oJJlR { top:26.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpWAiADyx0blebT44P8ZQf7A6fTSoTqc { top:32.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq { display:block; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQoR4eLy2yfuGbSRp91D0QyBG1XKfUc8 { top:3.6875rem;left:0rem;width:47.75rem;height:9.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm { display:block; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nu9NzeZFtbns5X8tofuFxqtxOdkGFs7J { top:2.25rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { top:2.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTmyoSMsdh09MbsuqToBBck00QyqLGr { top:10.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { top:14.5rem;left:0rem;width:4.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { top:10.375rem;left:0rem;width:17.0625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBwtXIqktdmze7akI0NG8nsdUBBJArO { top:14.5rem;left:38.4375rem;width:4.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { top:10.375rem;left:31.625rem;width:16.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPWl6yxvTGbFa5qiVwauS8THdKUr5VVo { top:10.375rem;left:40.4375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9Kvz5IQF7bu7f5maKTva3mW0TEkgvpF { top:13.625rem;left:12.25rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3xwB4PW1TF8PCVT2uvKEkKOAFS3tXQ3 { top:14.5rem;left:12.5625rem;width:4.6875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { top:10.375rem;left:19.375rem;width:16.125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDye81pc5KvumqNTGxCkV7VoCfLn7WU { top:10.375rem;left:14.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx8EZ8gtU7gboAtURunHyX89nkGqT7LT { top:22.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItZ6QCp9bK8dqvNPla4K6xCA6cvNP3sP { top:13.5rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2gV86dzwEPNRAOEcdzaDTc3uTz56rff { top:13.625rem;left:38.125001907349rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn { display:block; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehpUsbaSPH2RJJXMlidhxgfBnxLKUbI5 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0yiRwpLyxtcbJz4xyotLslVTV7ALDgP { display:block; }
 }@media only screen and (max-width: 763px) { #QOcWxHzuTFToeL0cpd2xALOgN6N5I327 { top:1.8125rem;left:0rem;width:47.75rem;height:27.685476918467rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { top:3.3125rem;left:0rem;width:43.9375rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { top:12.25rem;left:0rem;width:39.5rem;height:30.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4cTKHwcdTHBGFV8a5oS6OJxmd32HVkz { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9fOcrVrSKraWcpASD9kLr2qlX7h0sS { display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { top:1.4375rem;left:17.8125rem;width:29.9375rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ { display:block; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3uv9zFDS569lgkG8fHTwSMidnk42N8q { top:4rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZaTmMQB81SyrZTINNMhybE19SKnUeyT { top:11.8125rem;left:0rem;width:47.75rem;height:65.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXGmyP4JC1T6qttyr0eLfBv0omhJkCg { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTs81V0QC4gxtlq4GQAsurIBFBH4Sq1 { display:block; }
 }@media only screen and (max-width: 763px) { #wSCHH72fUXENh1RBt7c6XV51peh3g4RW { display:block; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INrXdtTDqey3uKzc8sOREZNHZn59SqvA { top:2.8125rem;left:0rem;width:41.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0uOmzVbQWQU0mhWHzdXhUTV1z2LLEJ0 { top:19.8125rem;left:0rem;width:36.375rem;height:6.625rem;font-size:1rem;display:block; }#k0uOmzVbQWQU0mhWHzdXhUTV1z2LLEJ0 li:before{  }
 }@media only screen and (max-width: 763px) { #BuvxUZ4bwzggZcmCNu1yNQxKei3iaXsg { top:10.625rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrdBJm9ay43kUOeq7Mfgz2bOF3QpSyVd { top:12.125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr8Hr13x4iEiJUO6L2BIMQASIc3eosqX { top:35.125rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpC20eN4s9LbLkJytWKHVzs6BT9HlzLc { top:16.8125rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#gpC20eN4s9LbLkJytWKHVzs6BT9HlzLc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #FkGwgvnPWSq3cNr0opusTUoxtfrfqSsy { top:65.4375rem;left:0rem;width:36.375rem;height:4.8125rem;font-size:1rem;display:block; }#FkGwgvnPWSq3cNr0opusTUoxtfrfqSsy li:before{  }
 }@media only screen and (max-width: 763px) { #z5WW0NOgo3kvVFB6c8AFSRP8AQWddgEs { top:55.6875rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZbOTSCs1Tq80qpbqVIgqPELy2WxM2cl { top:41.8125rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#eZbOTSCs1Tq80qpbqVIgqPELy2WxM2cl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
 }@media only screen and (max-width: 763px) { #lu0R5l1JJIVtwVEW9AfvbwSUh0Ptty4H { top:37.125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnCHZXNVKMmbUPcf4TvaRTJyzT0wVGN { top:45.125rem;left:0rem;width:36.0625rem;height:3.3125rem;font-size:1rem;display:block; }#THnCHZXNVKMmbUPcf4TvaRTJyzT0wVGN li:before{  }
 }@media only screen and (max-width: 763px) { #nIQznki48EP648ocv8g3M5hbTKTSLkaV { top:75.625rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZvLfkg8566R1T6kFo67ewWQ7c6no3o { top:62rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#TFZvLfkg8566R1T6kFo67ewWQ7c6no3o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #qRVCfrN8oLUPKizOGfMCvi16hvFIQbwJ { top:57.3125rem;left:0rem;width:37.5rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cThB6dTE7xleiMDz9MG2d9p2Ci7uOMtF { top:86.25rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#cThB6dTE7xleiMDz9MG2d9p2Ci7uOMtF li:before{  }
 }@media only screen and (max-width: 763px) { #aI6dDdop6972dwhUPdT6zpFEoIWcCHwE { top:100.3125rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhSvXvfr8dfS8Wx05VC7nD3GUarrOLC { top:82rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#tBhSvXvfr8dfS8Wx05VC7nD3GUarrOLC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #wwmJIXsQVxSEmJmVPaDwBAGIM6FUHmas { top:77.3125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bylh7pLVO1K0zwAeZEFIEnL3sKvipm9X { top:110.6875rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#Bylh7pLVO1K0zwAeZEFIEnL3sKvipm9X li:before{  }
 }@media only screen and (max-width: 763px) { #n3vrsJ739fA11qVNMSLKlWVvVV4NPKBy { top:121.75rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLNXpVSvHiil0FqZbeWxJGQXcLDWpOcN { top:107.5625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#xLNXpVSvHiil0FqZbeWxJGQXcLDWpOcN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #oEVwcbXcsGdXAp4q6UcLbqfNcb8rJqnF { top:103.375rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLtPgqdfPQAiMWO3a49kTExPuehDqcES { top:131.3125rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#FLtPgqdfPQAiMWO3a49kTExPuehDqcES li:before{  }
 }@media only screen and (max-width: 763px) { #MNILFGTMcInQDKiaD6NotDBbB1dU3vRS { top:128.4375rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#MNILFGTMcInQDKiaD6NotDBbB1dU3vRS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #u39RkbE5uVrTnqkyxRccriARPTtkU7W1 { top:123.6875rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8pTKXcVR7POy5Fu9GMwkGFTguNgmKeT { top:12.125rem;left:16.5rem;width:31.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfZHUXcc1yM1cOPZRrhiqJ5nJNkZV6u { top:36.25rem;left:16.5rem;width:31.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCE7GMAJRETbNAKGMeGqGOHu7X9ek2gf { top:57.25rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot6kFewIaQVTsKvWTtt13tEkHguzUs2b { top:80.0625rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlPVOvbFGMTB3rbVno0lXGLkOiE9fBbL { top:103.375rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJVhB9xTBk4qwiuHT6zLUDLOsTVp4MB5 { top:123.6875rem;left:16.5rem;width:31.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQhxxUXm9LUv0DNzwuUUwamBIWDhtV9T { top:50rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#nQhxxUXm9LUv0DNzwuUUwamBIWDhtV9T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #PwRWree1nsdGGxHsKhJlVZcv630xuFUB { top:28.1875rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#PwRWree1nsdGGxHsKhJlVZcv630xuFUB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #R86UzTdpxOh1V7mJIMDT0Uw6qkv4wiL9 { top:72.0625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#R86UzTdpxOh1V7mJIMDT0Uw6qkv4wiL9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #U56KnOss3U33tw4dMtQAesESUAUlGRIq { top:96.6875rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#U56KnOss3U33tw4dMtQAesESUAUlGRIq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #ipFq2DrLNNeiwDiq1KsE2xnDf111ZNME { top:118.8125rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#ipFq2DrLNNeiwDiq1KsE2xnDf111ZNME li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #AVO2oQfGDaN2ThNl8dVcV54ZMtZhamWX { top:138.25rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#AVO2oQfGDaN2ThNl8dVcV54ZMtZhamWX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #EkdrCB16PM2lCX59WiJhJZytSZCecvIb { top:145rem;left:34rem;width:13.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXGiTT09dqFBL3Gks0BTXyZzpyylJUu5 { top:152rem;left:34rem;width:13.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCvvJhQITUIi0t6SRk10Vs1pQqbCM8WB { top:177.4375rem;left:0rem;width:36.3125rem;height:6.875rem;font-size:1rem;display:block; }#BCvvJhQITUIi0t6SRk10Vs1pQqbCM8WB li:before{  }
 }@media only screen and (max-width: 763px) { #aATyByet5KsHhOzP9AwgpUicfehk0tqU { top:171.9375rem;left:0rem;width:39.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKnF6h9584H1mFdNcKTKCe2azkPHW8vR { top:143.4375rem;left:0rem;width:40.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHr2iEkwO141rmxJywJiCxZctWxIhuKZ { top:167.5625rem;left:21.1875rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2I7xcRkvtvVw4DF5tBcc1U5qRG8vh1f { top:169.375rem;left:0rem;width:40.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seXCa373BSfFegngz4hBOVEB3eSE80pW { top:148.0625rem;left:0rem;width:39.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxpXIfQurT7KfKNTlWLlefoOvTDJhRCT { top:153.75rem;left:0rem;width:36.3125rem;height:8.6875rem;font-size:1rem;display:block; }#BxpXIfQurT7KfKNTlWLlefoOvTDJhRCT li:before{  }
 }@media only screen and (max-width: 763px) { #lolWbSuRcTXa0koHAfnnXbcBTf2cBX0q { top:146.125rem;left:25.375rem;width:15.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcCReT1gTR5nQiZHqgtTuCbbxEu4hp27 { top:187.0625rem;left:30.060913085938rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnlpg0AJt0zQnqQmu9ayuFoBZQ4J09ZV { top:188.9375rem;left:35.748779296875rem;width:7.8125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDH6JiA5STK9TV5FdUv2bTxA3JvDKvxF { top:189rem;left:30.904296875rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoReohIK7m1gyePLWfx1GUZMOxttBzaF { top:187.875rem;left:33.68701171875rem;width:10.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMxfyoRWX0CU4eIUsXTT8UPKv084M6lh { top:159.5625rem;left:34rem;width:13.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIzNBqTSXhd2QbahwRpWyNznabKVAfhr { display:none; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AVBVzosEpGp2FU8XzRsvnJqqTCGawfhO { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3bLToOfhRiPxuITsXMM2oXebKs0plCn { top:9.0625rem;left:0rem;width:43.25rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFiez7da4nFQCtE9nJNTakmsdTv6RXb { top:10.8125rem;left:0rem;width:33.8125rem;height:23.1875rem;font-size:1rem;display:block; }#tLFiez7da4nFQCtE9nJNTakmsdTv6RXb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
 }@media only screen and (max-width: 763px) { #yGIoUZF2eIXhoE1W2Ttc871KsWShwInu { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrWEpZT1ag6X6qKVfKqnf1v1ZbtFmRym { display:block; }
 }@media only screen and (max-width: 763px) { #vcfXDHuG8247mOiQlpZMq5DHzCnueOPG { top:8.875rem;left:15.375rem;width:32.375rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMkFmfLKlOuUDPpQZOPbd0EykTs71Ja0 { top:36.3125rem;left:0rem;width:33.5rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U { display:block; }#amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrW6hzHAUO2hgzPMqTT3Rq1tHbF5kECr { top:2.125rem;left:9.9375019073488rem;width:27.875rem;height:5.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #IWvrf8uNbGKPS4tx5IumFTq1QSRHLLmr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #T7RqN8VH6gHWp5AFR3ZBzlCkWnDbEN6s {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #VtEfTc8kdutolaBT52syekdFlBUwPsnC {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #UfeTh5Rrfbhxy2WfawPQ6bKIzysurU48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #EZscW2o8NcoriyfCPk081GFzHcmmbexm {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #zGiPJR2rsCgG9bHhfBhhIf8ZoXGUItez {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #gckNQtdyFiruWqqsOFq5U6ZUQTNQfGIK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #mEyGgoMHcbHPVvzOQVOToqZStWrFZqpg {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #ICyABfdFx8nEHstmy1cqhKOJQxQAn8uh {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #qEQCKI1I9an8F5ZneFd4APoxuBQnVbV3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #TUAHtT5OZqPIshdvQpBZ0e7Iqlgw1frT {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #D9TJh40f2TAK2BI3SRvFPXMDG5ITr1vp {  }
 }@media only screen and (max-width: 763px) { #P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s { display:block; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAuB5qp21FxK04ynm6E6lyxPmq3BL9UV { top:1.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af1DLTBC4qzupP39VXWGeWJI8RiyeZO4 { top:27.0625rem;left:0rem;width:47.75rem;height:10.018711656442rem;display:block; }
 }@media only screen and (max-width: 763px) { #K45Hzy7ykOAesGTEhcUvlxg49bLDrTMS { top:38.5rem;left:0rem;width:47.75rem;height:9.8308135088897rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTLBrTCX4C5E0KxiKEcgtVdDzhu3WaeD { top:49.75rem;left:0rem;width:47.75rem;height:9.000611995104rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1c0RqfONTlFCU1fMANu9E9JPd0bfZh9 { top:60.0625rem;left:0rem;width:47.75rem;height:9.7838871165644rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1hCre9u0aiuS8HF5VW5g6gy0t2VDDq4 { top:71.1875rem;left:0rem;width:47.75rem;height:8.484987745098rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud6Ba8Lv7qmbokJa4tR9AwnRcyP4ylAD { top:6.0625rem;left:0rem;width:17.1875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB8aPOg2cLPs3tF0Ud8xWF40n3nLvZo2 { top:6rem;left:16.3125rem;width:13.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06oqCylCa729D7koxQBBgqDQ5AK9iIw { top:6.625rem;left:29.0625rem;width:18.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkRsEDBhkevSCNtXxo9OWW9UxNVTB86U { top:14.25rem;left:29.125rem;width:18.5625rem;height:12.021977915959rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9k7eWqyWdk6ycXyfZQWmGLL61mbcHg { top:6.625rem;left:1.25rem;width:7.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMCboD0pbakwnA98x70EaqsHAUJUpULK { display:block; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUXPSw9n1Uo6trPUAvx4VRwDch91kTAH { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8p7hemKXRc1kvp8PhhwcHcb96aZHMvz { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRQit2xR25MzyXJuk2HlXrV73IGIwSHA { top:11.1875rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFVd6os48HpmB5s2tW1kzvC3OifqF9T { top:11.1875rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #BooLR8BTUFqZO17q2ie9UUbcboiT0pK3 { top:44.9375rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #fggWUIpOAuWXHnHLryIikLx23GEQ6vhM { top:44.9375rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmMyr3LelF2PpIlpF0yuKHSvaCEb5Bof { width:10.875rem;height:2.75rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOkFQqzesRcb3MMXaoq6pe1VHeusolU3 { width:10.875rem;height:;top:9.875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVhBUC4kJS1PpwAOxGo7q8BDEH1tQoTw { width:10.875rem;height:;top:43.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4DN8RBGspD5buyVuLV8iMhz1zyQBpPM { width:10.875rem;height:;top:43.6875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3CWS4l6ATiw5fdwuuxGM4zQaEBBupI { top:43.5625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUkTINVSLLnO5yf8TyAdqDchihdG7Sc { top:43.5rem;left:25.5rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFBuoPSuu7JxnLOmn5gS15qIyQOypfgg { top:9.625rem;left:25.5rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiXvTUVB2I7cG369tnT63nottqCaDKzG { top:9.625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDMe5DDOtDDzOo0SbINWG3rdvg2zzDQv { top:12.125rem;left:0rem;width:20.875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsnQ1m6rKu62fHbtpaTOTNDX4469ZS9H { top:33.875rem;left:0rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTDLoATA1ZdiUvlxnbisdnPsOzmEvJS9 { top:30.125rem;left:26.1875rem;width:21.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTAyZmevCvBaLwyk8As0TgnOrwqNDVp { top:52.125rem;left:3.7083330154419rem;width:13.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTaer7WwTHFXqqnHONsk2cWFq1s2D02 { top:69.875rem;left:38.625rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVGE38WaWRWr5xPIEK3dPF2pOZcpzAqV { top:51.5rem;left:33.625000953674rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZcUthIvo0TiaKcR7JlWCoUTNf8P61Z { top:50.625rem;left:33.250000953674rem;width:11.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOXMvBh3GP6xKDsmN4CKu8B0B5xIEw9U { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyaGR39U5tI1IsGln6gpW98fa6uxUg35 { top:30.5625rem;left:25.500000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsnmvERA689mQL7TUFbtEFTE0qluCNdo { top:70.5625rem;left:39.625004768372rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGVAwsq7PyeCXFgxJuluxT245wRZ6uhV { top:52.0625rem;left:17.604168891907rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTstfIzeyLEQZgD5ZTHATIbQ4LHtZhVZ { top:53.8125rem;left:33.687500953674rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqzxWrmRAIHclPwrRgy8zNhRgnzncMhl { top:16.0625rem;left:21.0625rem;width:26.6875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lizu1pDgTSkSHb76TPAud2k9IBDR3vvz { top:48.0625rem;left:0rem;width:25.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6bSF3s7umDZ4lRz3owykZX61Pk3ARR0 { top:48.9375rem;left:21.25rem;width:26.5rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb { display:block; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKdKp3te94XtZdWkDdOz9vgQvF2ecBe4 { top:2.25rem;left:0rem;width:47.75rem;height:21.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { top:4.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu {  }
 }@media only screen and (max-width: 763px) { #IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { display:block; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { top:2rem;left:0rem;width:36.75rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block; }
 }@media only screen and (max-width: 763px) { #vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp { display:block; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz6MT3x0i7zsNlvqhV7luQIbZHQDgXQ1 { top:4.75rem;left:12.3125rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTl4aGbsLMOS8DL9Ey52bDNfeU1pQTia { top:16.1875rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm { top:11.875rem;left:20.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI { top:11.875rem;left:23.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
#JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #qQkqnAspKyJClpT76DBcNvTq1QkVM4cb { top:11.875rem;left:26.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#qQkqnAspKyJClpT76DBcNvTq1QkVM4cb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XhLp9TSrcOTkD5DWBs0t5QiiyKO9KCuW { top:16.1875rem;left:28.6875rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0kSsxtMsxpSl2zUAcdaJ7KwBXtB4cFM { top:16.1875rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaMCMm889Hg0CeOQSdTO9nOrGm2adXB6 { width:3.9375rem;height:3.9375rem;top:0.875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC { top:11.875rem;left:18.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g30hVT5fNJ8giaywBiDThB4TxQ8apr5g { display:none; }#g30hVT5fNJ8giaywBiDThB4TxQ8apr5g > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-number { padding-top:0.41125rem;padding-right:0.3725rem;padding-bottom:0.41125rem;padding-left:0.3725rem;width:2.233125rem;min-width:2.233125rem;height:2.209375rem;font-size:1.645rem;line-height:35.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.978125rem;height:0.8725rem;font-size:0.61625rem;line-height:13.96px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#aDyFnfJvisKNoTxufeF2oN6CaHulbzEM { display:flex;width:15.9375rem;height:4.16125rem;top:0.5625rem;left:1.5625000596046rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #A8pFtOJKFpJrH5ECu0dpkHGbnyt99cAn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #TvuwU8douJWOBLmTqqtEvzQqFsgywoxe {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sThs4TgHumFmn596vMQPQkVN7QVI2cHU {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #q320kDDRLXmOv5xwLufyslINBQTHSXdB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #RygDwn474aDhPGhyKgJXBNKXmo500ePl {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #ryu4IJbeM2VvNie5H0RhTboausotwWPD {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #vLQ2qZnfXMJrAQ5whvooCU0iiL5sdlSA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #DWdQH7U40cfat5vluxygmkEteThxUohV {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #Iml7IReMctN3Htd7mdnhyq3yuWhXswv0 {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #z6kz3uhgFPBANlB50xmmpNuwDAcSCPEo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #PvOwL0SDaSIXEMfIA2Fv7NpoAV03T2uJ {  }
 }@media only screen and (max-width: 763px) { #aDyFnfJvisKNoTxufeF2oN6CaHulbzEM #sgxsC6xTInb3mSoUNmzaWZasp1hTSLJL {  }
 }@media only screen and (max-width: 763px) { #gaz8z1Nae7fG8TakXe2o6zepNEukRhSq { width:14rem;height:1.19986875rem;top:5.23046875rem;left:3.0625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:41.312255859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:18.8125rem;height:5.7733125rem;top:0.625rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:18.75rem;height:3.4375rem;top:20.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:18.75rem;height:3.4375rem;top:15.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:18.75rem;height:7.4981875rem;top:7.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XaHHmSc5peRXhiq5xfJz3xyMc7BebFVh { width:20rem;height:28.117359413203rem;top:23.686848640442rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { top:23.8125rem;left:0.9375rem;width:19.0625rem;height:17.5rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuabWVMzmdsUxcPkE24wXTGn8tnFuEdf { width:19.125rem;height:8.3984375rem;top:1.0625rem;left:0.56184893846512rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #idQfcbk6O980umq7TxD1d8fpICIGlVlP { width:18.5625rem;height:26.99341875rem;top:10.271484375rem;left:0.71875005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD { display:block; }#nxgX6f5MMAnWqucuTtM4a5e5R59ZfxyD > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESBXTkWkTc35WTKSuHVKoDhbeHxgoVlc { width:18.875rem;height:10.4980625rem;top:0.9375rem;left:0.56250005960464rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iAdycJJAV2hdiw5UOmtmdF5gTPN7bwwc { width:18.4375rem;height:41.98975rem;top:12.169921875rem;left:0.78125005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QmOxpQSR2ezxI55lS9g7SZJGnQBqwT3b { width:20rem;height:30.0205rem;top:55.16748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 { display:block; }#etpgPGTP7PITGugXJmKOSpSTKy6f0JR8 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzfDltAWTTuTmMQhlCLSvQ2OgTN1309Q { width:18.0625rem;height:8.3984375rem;top:1.3125rem;left:0.96875005960463rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c2NHR0VdMm25SQcb8gMmMkA5zkFGnke6 { display:flex;width:2.0625rem;height:2.0625rem;top:10.25rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1FT55dq3pHkvaFzqEaLcDpHqyuIgl1J { width:18.5625rem;height:27.379125rem;top:18.568360567093rem;left:0.71875005960463rem;font-size:1rem;display:block; }#B1FT55dq3pHkvaFzqEaLcDpHqyuIgl1J li:before{  }
 }@media only screen and (max-width: 763px) { #JyToi6T0T4OrhK8gr8oNVclt4esNCO8K { width:17.6875rem;height:4.94970625rem;top:11.687500238419rem;left:1.1562500596046rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { background-color:#ddd7cd;background-image:none;display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .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); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { width:18.6875rem;height:19.5935rem;top:1.6764278411865rem;left:0.65625005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { width:11.9375rem;height:3.374025rem;top:22.5625rem;left:4.0312502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { width:14.5625rem;height:3.374025rem;top:26.8125rem;left:4.0312502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { width:13.6875rem;height:5.0610375rem;top:31.208333969116rem;left:4.0312502980232rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FmCKXhIQU3M1lr0xapfLokL0DkOUetv3 { display:flex;width:2.1875rem;height:2.1875rem;top:22.5625rem;left:1.1041666865349rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #y6HDgdv2HsDrROVxSXIT8TbNDt4i72ha { width:18rem;height:11.1963125rem;top:37.950520753861rem;left:0.78125005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biNifFEwmLSSC6H6bBEP8T1g15v8pMgn { display:flex;width:2.1875rem;height:2.1875rem;top:30.833333253861rem;left:1.1041666865349rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #zmv5yF7ohsqxDi0XoRzwE3esXsLW5iU1 { display:flex;width:2.1875rem;height:2.1875rem;top:26.625001192093rem;left:1.1041666865349rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #IHLer7A0eBh4FtEfSeGWPoaoT2tBQ6eW { width:20rem;height:30.0573125rem;top:50.354167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR { display:block; }#ktvEaAx6f6RxggLVIPmXHp2lWCLKd8NR > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHIofTiiqhTc7Kr03cI86N9fxcT4nIeI { width:17.9375rem;height:6.2988125rem;top:1.2500002384186rem;left:1.0312500596046rem;font-size:1.75rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zZns2ev3pcZRpQrGZcmZ5Hz6JyWDHHsH { width:20.1875rem;height:69.0625rem;top:8.1876125335694rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0.1875rem solid #be97dd;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR { width:18.25rem;height:31.5325625rem;top:9.3125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }#BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR li:before{  }
 }@media only screen and (max-width: 763px) { #O9WNaX0H83VcuVaQ9UbWSIP375ADbxor { width:18.25rem;height:33.7310625rem;top:41.12890625rem;left:0.87500005960463rem;font-size:1rem;line-height:1.1;display:block; }#O9WNaX0H83VcuVaQ9UbWSIP375ADbxor li:before{  }
 }@media only screen and (max-width: 763px) { #o5dk0Q5vzrtZBg21mHy1m2LFkIWycIyL { width:18rem;height:6.2988125rem;top:78.1347694397rem;left:1.0000000596046rem;font-size:1.75rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PhErg1vbQqRlG7CuMsW9DCTrEJCqU15G { width:19.6875rem;height:40.625rem;top:95.647156494144rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0.1875rem solid #be97dd;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH { display:block; }#v5DKSO6u6MXs9MMBeMV6HuaUGaxhRwdH > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fb7tPgauSGeVkWZUpK4uJTpoEToVymMa { width:18.5625rem;height:14.6960625rem;top:1.125rem;left:0.81250005960463rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8aQyAyd389TZbBIHdBEJCCAXy9JDNwc { width:16.875rem;height:8.749375rem;top:56.625rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlQ619gVzgHgZI3tdEwdD9DbApBtUa26 { width:18.1875rem;height:17.9956rem;top:68.375002861025rem;left:0.90625005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tqVKVeN5HTTXkQADhWGHWElZv0XFnc37 { width:19.125rem;height:9.79675rem;top:16.6953125rem;left:0.87434893846512rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hXmNvJPKASBxdcS6e9Vz1z6yD9gFVQlv { width:16.875rem;height:7rem;top:31.562520980835rem;left:1.5625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IINfp5O7S6W4wUeyxtNFyzQn243PLmAv { width:16.875rem;height:8.749375rem;top:43.250001907349rem;left:1.5625000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RL3fbX33cDTVQ1coGsgts7K766uf20Gs { display:flex;width:2.5rem;height:2.5rem;top:28.1875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #FRL01QXs0Ac6wMmy054gGVPrsJ2oJJlR { display:flex;width:2.5rem;height:2.5rem;top:40.187522888184rem;left:8.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #VpWAiADyx0blebT44P8ZQf7A6fTSoTqc { display:flex;width:2.5rem;height:2.5rem;top:53.75rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq { display:block; }#wkvKTIDG0GZ4NpmzbGaaWq74kq6fawFq > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQoR4eLy2yfuGbSRp91D0QyBG1XKfUc8 { width:19.0625rem;height:14.69725rem;top:1.25rem;left:0.46875005960464rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm { display:block; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nu9NzeZFtbns5X8tofuFxqtxOdkGFs7J { width:18.625rem;height:20.99486875rem;top:1.25rem;left:0.68750005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vcrungfitv3ET4zte4D0MdV0flbhLLTP { display:block; }#Vcrungfitv3ET4zte4D0MdV0flbhLLTP > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { width:18.5rem;height:2.0996125rem;top:1.3750209808349rem;left:0.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wuTmyoSMsdh09MbsuqToBBck00QyqLGr { display:flex;width:3.125rem;height:3.125rem;top:5.625rem;left:0.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { width:4.6875rem;height:2.3999rem;top:5.4375002980232rem;left:1.8229168057442rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { width:18.8125rem;height:4.4989rem;top:9.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBwtXIqktdmze7akI0NG8nsdUBBJArO { width:4.6875rem;height:2.3999rem;top:27.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { width:18.875rem;height:4.4989rem;top:31.625001251698rem;left:0.5rem;font-size:1rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #nPWl6yxvTGbFa5qiVwauS8THdKUr5VVo { display:flex;width:3.125rem;height:3.125rem;top:27.8125rem;left:0.5625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #d9Kvz5IQF7bu7f5maKTva3mW0TEkgvpF { width:4.375rem;height:4.375rem;top:15rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3xwB4PW1TF8PCVT2uvKEkKOAFS3tXQ3 { width:4.6875rem;height:2.3999rem;top:15.9375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { width:18.5625rem;height:5.9985375rem;top:19.562501251698rem;left:0.53125005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSDye81pc5KvumqNTGxCkV7VoCfLn7WU { display:flex;width:3.125rem;height:3.125rem;top:16.187501251698rem;left:0.43750005960464rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #zx8EZ8gtU7gboAtURunHyX89nkGqT7LT { width:18.375rem;height:12.4713125rem;top:38.937501907349rem;left:0.62500005960463rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItZ6QCp9bK8dqvNPla4K6xCA6cvNP3sP { width:4.375rem;height:4.375rem;top:26.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2gV86dzwEPNRAOEcdzaDTc3uTz56rff { width:4.375rem;height:4.375rem;top:4.4166254997253rem;left:1.9166668057442rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn { display:block; }#Ucw2ZnthUWTs4Qv07kNeknDUGT5aVDTn > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehpUsbaSPH2RJJXMlidhxgfBnxLKUbI5 { width:19rem;height:3.4375rem;top:12.593057632446rem;left:0.50000005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0yiRwpLyxtcbJz4xyotLslVTV7ALDgP { display:block; }
 }@media only screen and (max-width: 763px) { #QOcWxHzuTFToeL0cpd2xALOgN6N5I327 { width:20rem;height:11.59601127475rem;top:17.2802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { width:18.6875rem;height:7.348rem;top:1.2500009536743rem;left:0.65625005960463rem;font-size:1.75rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { width:18.875rem;height:47.9882625rem;top:9.4713544845581rem;left:0.56250005960464rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l4cTKHwcdTHBGFV8a5oS6OJxmd32HVkz { width:19rem;height:3.4375rem;top:86.5rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT9fOcrVrSKraWcpASD9kLr2qlX7h0sS { display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { width:20rem;height:29.770354906054rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ { display:block; }#rfyw5FxmDrTLHQM1QHXvlMTO7BqtqhtQ > .row .container { width:20rem;height:143rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3uv9zFDS569lgkG8fHTwSMidnk42N8q { width:19.25rem;height:8.3984375rem;top:1.16796875rem;left:0.375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZaTmMQB81SyrZTINNMhybE19SKnUeyT { width:18.1875rem;height:124.46969375rem;top:11.186790466309rem;left:0.90625005960463rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UJXGmyP4JC1T6qttyr0eLfBv0omhJkCg { width:18.75rem;height:3.4375rem;top:137.625rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFTs81V0QC4gxtlq4GQAsurIBFBH4Sq1 { display:block; }
 }@media only screen and (max-width: 763px) { #wSCHH72fUXENh1RBt7c6XV51peh3g4RW { display:block; }#wSCHH72fUXENh1RBt7c6XV51peh3g4RW > .row .container { width:20rem;height:295.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INrXdtTDqey3uKzc8sOREZNHZn59SqvA { width:13.25rem;height:4.19921875rem;top:1.5rem;left:1.0625000596046rem;font-size:1.75rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0uOmzVbQWQU0mhWHzdXhUTV1z2LLEJ0 { width:18.1245rem;height:11.1224375rem;top:15.5185546875rem;left:0.93603515625rem;font-size:1rem;display:block; }#k0uOmzVbQWQU0mhWHzdXhUTV1z2LLEJ0 li:before{  }
 }@media only screen and (max-width: 763px) { #BuvxUZ4bwzggZcmCNu1yNQxKei3iaXsg { width:20rem;height:0.1875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrdBJm9ay43kUOeq7Mfgz2bOF3QpSyVd { width:16.5rem;height:4.048825rem;top:7.5625009536744rem;left:1.0625000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vr8Hr13x4iEiJUO6L2BIMQASIc3eosqX { width:20rem;height:0.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpC20eN4s9LbLkJytWKHVzs6BT9HlzLc { width:13.1875rem;height:1.5rem;top:12.519531726837rem;left:1.0937500596046rem;font-size:1rem;display:block; }#gpC20eN4s9LbLkJytWKHVzs6BT9HlzLc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #FkGwgvnPWSq3cNr0opusTUoxtfrfqSsy { width:17.87475rem;height:9.3103125rem;top:50.4375rem;left:1.060546875rem;font-size:1rem;display:block; }#FkGwgvnPWSq3cNr0opusTUoxtfrfqSsy li:before{  }
 }@media only screen and (max-width: 763px) { #z5WW0NOgo3kvVFB6c8AFSRP8AQWddgEs { width:20rem;height:0.1875rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZbOTSCs1Tq80qpbqVIgqPELy2WxM2cl { width:12.3125rem;height:1.5rem;top:47.1875rem;left:1.1875rem;font-size:1rem;display:block; }#eZbOTSCs1Tq80qpbqVIgqPELy2WxM2cl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
 }@media only screen and (max-width: 763px) { #lu0R5l1JJIVtwVEW9AfvbwSUh0Ptty4H { width:17.625rem;height:2.69921875rem;top:43.4375rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #THnCHZXNVKMmbUPcf4TvaRTJyzT0wVGN { width:18.62475rem;height:7.8106875rem;top:85.06201171875rem;left:0.685546875rem;font-size:1rem;display:block; }#THnCHZXNVKMmbUPcf4TvaRTJyzT0wVGN li:before{  }
 }@media only screen and (max-width: 763px) { #nIQznki48EP648ocv8g3M5hbTKTSLkaV { width:20rem;height:0.1875rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZvLfkg8566R1T6kFo67ewWQ7c6no3o { width:12.1245rem;height:1.5rem;top:82.3125rem;left:1.06201171875rem;font-size:1rem;display:block; }#TFZvLfkg8566R1T6kFo67ewWQ7c6no3o li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #qRVCfrN8oLUPKizOGfMCvi16hvFIQbwJ { width:18.4375rem;height:4.048825rem;top:76.875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cThB6dTE7xleiMDz9MG2d9p2Ci7uOMtF { width:18.8745rem;height:16.2463125rem;top:116.25rem;left:0.5625rem;font-size:1rem;display:block; }#cThB6dTE7xleiMDz9MG2d9p2Ci7uOMtF li:before{  }
 }@media only screen and (max-width: 763px) { #aI6dDdop6972dwhUPdT6zpFEoIWcCHwE { width:20rem;height:0.1875rem;top:146.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBhSvXvfr8dfS8Wx05VC7nD3GUarrOLC { width:13.0625rem;height:1.5rem;top:113.0625rem;left:0.5rem;font-size:1rem;display:block; }#tBhSvXvfr8dfS8Wx05VC7nD3GUarrOLC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #wwmJIXsQVxSEmJmVPaDwBAGIM6FUHmas { width:18.875rem;height:2.69921875rem;top:109rem;left:0.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bylh7pLVO1K0zwAeZEFIEnL3sKvipm9X { width:18.687rem;height:12.6220625rem;top:156.6240234375rem;left:0.655517578125rem;font-size:1rem;display:block; }#Bylh7pLVO1K0zwAeZEFIEnL3sKvipm9X li:before{  }
 }@media only screen and (max-width: 763px) { #n3vrsJ739fA11qVNMSLKlWVvVV4NPKBy { width:20rem;height:0.1875rem;top:184.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLNXpVSvHiil0FqZbeWxJGQXcLDWpOcN { width:13.125rem;height:1.5rem;top:153.9375rem;left:1.0625rem;font-size:1rem;display:block; }#xLNXpVSvHiil0FqZbeWxJGQXcLDWpOcN li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #oEVwcbXcsGdXAp4q6UcLbqfNcb8rJqnF { width:17.5rem;height:4.048825rem;top:148.3125rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLtPgqdfPQAiMWO3a49kTExPuehDqcES { width:17.4375rem;height:9.6228125rem;top:194.24926757812rem;left:1.2802734375rem;font-size:1rem;display:block; }#FLtPgqdfPQAiMWO3a49kTExPuehDqcES li:before{  }
 }@media only screen and (max-width: 763px) { #MNILFGTMcInQDKiaD6NotDBbB1dU3vRS { width:13.25rem;height:1.5rem;top:191.125rem;left:1.0625rem;font-size:1rem;display:block; }#MNILFGTMcInQDKiaD6NotDBbB1dU3vRS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #u39RkbE5uVrTnqkyxRccriARPTtkU7W1 { width:16.5rem;height:4.048825rem;top:185.1875rem;left:1.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q8pTKXcVR7POy5Fu9GMwkGFTguNgmKeT { width:19.9995rem;height:13.199rem;top:29.03466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfZHUXcc1yM1cOPZRrhiqJ5nJNkZV6u { width:19.99875rem;height:13.478375rem;top:62.185668945312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCE7GMAJRETbNAKGMeGqGOHu7X9ek2gf { width:19.9995rem;height:13.5593125rem;top:94.86181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ot6kFewIaQVTsKvWTtt13tEkHguzUs2b { width:19.9995rem;height:13.5593125rem;top:133.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlPVOvbFGMTB3rbVno0lXGLkOiE9fBbL { width:19.9995rem;height:13.5593125rem;top:170.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJVhB9xTBk4qwiuHT6zLUDLOsTVp4MB5 { width:19.9995rem;height:13.0393125rem;top:205.23999023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQhxxUXm9LUv0DNzwuUUwamBIWDhtV9T { width:7.5rem;height:1.5rem;top:82.3125rem;left:11.23388671875rem;font-size:1rem;display:block; }#nQhxxUXm9LUv0DNzwuUUwamBIWDhtV9T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #PwRWree1nsdGGxHsKhJlVZcv630xuFUB { width:5.5620125rem;height:1.5rem;top:12.519287109375rem;left:11.23388671875rem;font-size:1rem;display:block; }#PwRWree1nsdGGxHsKhJlVZcv630xuFUB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #R86UzTdpxOh1V7mJIMDT0Uw6qkv4wiL9 { width:5.87475625rem;height:1.5rem;top:47.18701171875rem;left:11.734130859375rem;font-size:1rem;display:block; }#R86UzTdpxOh1V7mJIMDT0Uw6qkv4wiL9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #U56KnOss3U33tw4dMtQAesESUAUlGRIq { width:5.31225625rem;height:1.5rem;top:113.0625rem;left:11.9375rem;font-size:1rem;display:block; }#U56KnOss3U33tw4dMtQAesESUAUlGRIq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #ipFq2DrLNNeiwDiq1KsE2xnDf111ZNME { width:6.06225625rem;height:1.5rem;top:153.9375rem;left:12.545654296875rem;font-size:1rem;display:block; }#ipFq2DrLNNeiwDiq1KsE2xnDf111ZNME li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #AVO2oQfGDaN2ThNl8dVcV54ZMtZhamWX { width:6.375rem;height:1.5rem;top:191.12475585938rem;left:12.23291015625rem;font-size:1rem;display:block; }#AVO2oQfGDaN2ThNl8dVcV54ZMtZhamWX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #EkdrCB16PM2lCX59WiJhJZytSZCecvIb { width:10rem;height:6.6875rem;top:242rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXGiTT09dqFBL3Gks0BTXyZzpyylJUu5 { width:10rem;height:6.3125rem;top:247.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCvvJhQITUIi0t6SRk10Vs1pQqbCM8WB { width:18.4375rem;height:14.4341875rem;top:260.06164550781rem;left:0.78125rem;font-size:1rem;display:block; }#BCvvJhQITUIi0t6SRk10Vs1pQqbCM8WB li:before{  }
 }@media only screen and (max-width: 763px) { #aATyByet5KsHhOzP9AwgpUicfehk0tqU { width:16.875rem;height:2.69921875rem;top:255.9375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKnF6h9584H1mFdNcKTKCe2azkPHW8vR { width:20rem;height:0.125rem;top:218.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHr2iEkwO141rmxJywJiCxZctWxIhuKZ { width:20rem;height:20rem;top:272.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2I7xcRkvtvVw4DF5tBcc1U5qRG8vh1f { width:20rem;height:0.125rem;top:254.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seXCa373BSfFegngz4hBOVEB3eSE80pW { width:16.5625rem;height:2.69921875rem;top:220.06225585938rem;left:1.06201171875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BxpXIfQurT7KfKNTlWLlefoOvTDJhRCT { width:17.999875rem;height:10.2478125rem;top:224.62463378906rem;left:0.99853515625rem;font-size:1rem;display:block; }#BxpXIfQurT7KfKNTlWLlefoOvTDJhRCT li:before{  }
 }@media only screen and (max-width: 763px) { #lolWbSuRcTXa0koHAfnnXbcBTf2cBX0q { width:10.5625rem;height:14.1875rem;top:237.5rem;left:0rem;overflow:hidden;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #kcCReT1gTR5nQiZHqgtTuCbbxEu4hp27 { width:5.1875rem;height:5.1875rem;top:286.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnlpg0AJt0zQnqQmu9ayuFoBZQ4J09ZV { width:7.8125rem;height:1.625rem;top:288.125rem;left:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDH6JiA5STK9TV5FdUv2bTxA3JvDKvxF { width:3.75rem;height:1.4624rem;top:288.1875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoReohIK7m1gyePLWfx1GUZMOxttBzaF { width:10.25rem;height:2.625rem;top:287.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMxfyoRWX0CU4eIUsXTT8UPKv084M6lh { width:10rem;height:6.5rem;top:236.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIzNBqTSXhd2QbahwRpWyNznabKVAfhr { display:block; }#NIzNBqTSXhd2QbahwRpWyNznabKVAfhr > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVBVzosEpGp2FU8XzRsvnJqqTCGawfhO { width:20rem;height:4.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3bLToOfhRiPxuITsXMM2oXebKs0plCn { width:20rem;height:52.375rem;top:7.29736328125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFiez7da4nFQCtE9nJNTakmsdTv6RXb { width:18.25rem;height:38.2415625rem;top:8.57869720459rem;left:0.87500005960463rem;font-size:1rem;display:block; }#tLFiez7da4nFQCtE9nJNTakmsdTv6RXb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
 }@media only screen and (max-width: 763px) { #yGIoUZF2eIXhoE1W2Ttc871KsWShwInu { width:18.75rem;height:3.4375rem;top:54.406127929688rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrWEpZT1ag6X6qKVfKqnf1v1ZbtFmRym { display:block; }
 }@media only screen and (max-width: 763px) { #vcfXDHuG8247mOiQlpZMq5DHzCnueOPG { width:20rem;height:26.061776061776rem;top:63.108520507812rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMkFmfLKlOuUDPpQZOPbd0EykTs71Ja0 { width:20rem;height:4.87426875rem;top:48.109741210938rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U { display:none; }#amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U > .row .container { width:20rem;height:15.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KrW6hzHAUO2hgzPMqTT3Rq1tHbF5kECr { width:17.875rem;height:6.2988125rem;top:1.5624599456787rem;left:1.0625000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-text.counter-number { padding-top:0.478125rem;padding-right:0.441875rem;padding-bottom:0.478125rem;padding-left:0.441875rem;width:2.64625rem;min-width:2.64625rem;height:2.565rem;font-size:1.91125rem;line-height:41.04px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.298125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.530625rem;height:1.01125rem;font-size:0.71625rem;line-height:16.18px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 { display:flex;width:18.125rem;height:4.830625rem;top:8.6875019073488rem;left:0.71875005960463rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #IWvrf8uNbGKPS4tx5IumFTq1QSRHLLmr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #T7RqN8VH6gHWp5AFR3ZBzlCkWnDbEN6s {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #VtEfTc8kdutolaBT52syekdFlBUwPsnC {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #UfeTh5Rrfbhxy2WfawPQ6bKIzysurU48 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #EZscW2o8NcoriyfCPk081GFzHcmmbexm {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #zGiPJR2rsCgG9bHhfBhhIf8ZoXGUItez {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #gckNQtdyFiruWqqsOFq5U6ZUQTNQfGIK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #mEyGgoMHcbHPVvzOQVOToqZStWrFZqpg {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #ICyABfdFx8nEHstmy1cqhKOJQxQAn8uh {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #qEQCKI1I9an8F5ZneFd4APoxuBQnVbV3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #TUAHtT5OZqPIshdvQpBZ0e7Iqlgw1frT {  }
 }@media only screen and (max-width: 763px) { #gio0dpOwXdLqBLyTDSwlsda7E50KCPU6 #D9TJh40f2TAK2BI3SRvFPXMDG5ITr1vp {  }
 }@media only screen and (max-width: 763px) { #P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s { display:block; }#P5ayoizI0t7qX6LnlroEfUTsyzIwbT4s > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAuB5qp21FxK04ynm6E6lyxPmq3BL9UV { width:17.875rem;height:4.79980625rem;top:1.56005859375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af1DLTBC4qzupP39VXWGeWJI8RiyeZO4 { width:20rem;height:4.1963190184049rem;top:58.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K45Hzy7ykOAesGTEhcUvlxg49bLDrTMS { width:20rem;height:4.1963190184049rem;top:63.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTLBrTCX4C5E0KxiKEcgtVdDzhu3WaeD { width:20rem;height:3.7791411042945rem;top:69.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1c0RqfONTlFCU1fMANu9E9JPd0bfZh9 { width:20rem;height:4.0981595092024rem;top:74.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1hCre9u0aiuS8HF5VW5g6gy0t2VDDq4 { width:20rem;height:3.55761875rem;top:79.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ud6Ba8Lv7qmbokJa4tR9AwnRcyP4ylAD { width:13.375rem;height:15.8125rem;top:6.9951171875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB8aPOg2cLPs3tF0Ud8xWF40n3nLvZo2 { width:12.1875rem;height:18.6875rem;top:23.4951171875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c06oqCylCa729D7koxQBBgqDQ5AK9iIw { width:13.937375rem;height:5.24963125rem;top:42.431396484375rem;left:3.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkRsEDBhkevSCNtXxo9OWW9UxNVTB86U { width:12.437125rem;height:7.937rem;top:47.93701171875rem;left:3.7799072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9k7eWqyWdk6ycXyfZQWmGLL61mbcHg { width:5.5rem;height:0.8125rem;top:7.5576171875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMCboD0pbakwnA98x70EaqsHAUJUpULK { display:block; }#bMCboD0pbakwnA98x70EaqsHAUJUpULK > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUXPSw9n1Uo6trPUAvx4VRwDch91kTAH { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8p7hemKXRc1kvp8PhhwcHcb96aZHMvz { width:20rem;height:3.1494125rem;top:4.0000419616699rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRQit2xR25MzyXJuk2HlXrV73IGIwSHA { width:19.5rem;height:31rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKFVd6os48HpmB5s2tW1kzvC3OifqF9T { width:19.5rem;height:20rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BooLR8BTUFqZO17q2ie9UUbcboiT0pK3 { width:19.5rem;height:18.9375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fggWUIpOAuWXHnHLryIikLx23GEQ6vhM { width:19.5rem;height:23rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmMyr3LelF2PpIlpF0yuKHSvaCEb5Bof { width:5.25rem;height:2.1875rem;top:8.375rem;left:1.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tOkFQqzesRcb3MMXaoq6pe1VHeusolU3 { width:5.625rem;height:2.1875rem;top:41.25rem;left:1.9375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVhBUC4kJS1PpwAOxGo7q8BDEH1tQoTw { width:6.0625rem;height:2.1875rem;top:62.6875rem;left:1.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F4DN8RBGspD5buyVuLV8iMhz1zyQBpPM { width:5.5625rem;height:2.1875rem;top:83.5rem;left:1.8125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hn3CWS4l6ATiw5fdwuuxGM4zQaEBBupI { width:6.1875rem;height:3.1875rem;top:8.1874189376831rem;left:1.03125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TyUkTINVSLLnO5yf8TyAdqDchihdG7Sc { width:6.25rem;height:3.1875rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFBuoPSuu7JxnLOmn5gS15qIyQOypfgg { width:6.375rem;height:3.1875rem;top:41.250082969666rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiXvTUVB2I7cG369tnT63nottqCaDKzG { width:6rem;height:3.1875rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDMe5DDOtDDzOo0SbINWG3rdvg2zzDQv { width:20rem;height:28.323353293413rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsnQ1m6rKu62fHbtpaTOTNDX4469ZS9H { width:14.5rem;height:2.4375rem;top:32.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTDLoATA1ZdiUvlxnbisdnPsOzmEvJS9 { width:14.75rem;height:2.1875rem;top:54.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTAyZmevCvBaLwyk8As0TgnOrwqNDVp { width:11.0625rem;height:3.125rem;top:68.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTaer7WwTHFXqqnHONsk2cWFq1s2D02 { width:6.75rem;height:2.1875rem;top:103.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVGE38WaWRWr5xPIEK3dPF2pOZcpzAqV { width:12.5rem;height:2.598875rem;top:90.0625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZcUthIvo0TiaKcR7JlWCoUTNf8P61Z { width:11.625rem;height:3.75rem;top:89.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOXMvBh3GP6xKDsmN4CKu8B0B5xIEw9U { display:flex;width:2.8125rem;height:2.8125rem;top:54.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dyaGR39U5tI1IsGln6gpW98fa6uxUg35 { display:flex;width:3.125rem;height:3.125rem;top:104.0625rem;left:9.3541669845581rem; }
 }@media only screen and (max-width: 763px) { #DsnmvERA689mQL7TUFbtEFTE0qluCNdo { display:flex;width:2.6875rem;height:2.6875rem;top:32.934245109558rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #cGVAwsq7PyeCXFgxJuluxT245wRZ6uhV { display:flex;width:3.125rem;height:3.125rem;top:68.916629791262rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #hTstfIzeyLEQZgD5ZTHATIbQ4LHtZhVZ { display:flex;width:3.3125rem;height:3.3125rem;top:92.4375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #CqzxWrmRAIHclPwrRgy8zNhRgnzncMhl { width:20rem;height:17.142857142857rem;top:43.865194320679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lizu1pDgTSkSHb76TPAud2k9IBDR3vvz { width:20rem;height:16.811594202899rem;top:65.500041961669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6bSF3s7umDZ4lRz3owykZX61Pk3ARR0 { width:20rem;height:19.056603773585rem;top:88.187502861025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb { display:block; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKdKp3te94XtZdWkDdOz9vgQvF2ecBe4 { width:19.0625rem;height:38.9904625rem;top:0.875rem;left:0.46875005960464rem;font-size:1rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { width:19.8125rem;height:4.19921875rem;top:1.375rem;left:0.18684893846512rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:20rem;top:6.421875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu {  }
 }@media only screen and (max-width: 763px) { #IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { display:block; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { width:17.8125rem;height:7.348rem;top:1.125rem;left:0.62500005960463rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { width:18.75rem;height:3.4375rem;top:9.3359375rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block; }
 }@media only screen and (max-width: 763px) { #vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container { background-color: transparent; background-image: none; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container > .video-iframe-container { display: none; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row > .video-iframe-container { display: none; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .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); }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz6MT3x0i7zsNlvqhV7luQIbZHQDgXQ1 { width:20rem;height:6.396475rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTl4aGbsLMOS8DL9Ey52bDNfeU1pQTia { width:20rem;height:2.80029375rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:6.75rem;display:block; }
#TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:9.84375rem;display:block; }
#JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #qQkqnAspKyJClpT76DBcNvTq1QkVM4cb { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:12.625rem;display:block; }
#qQkqnAspKyJClpT76DBcNvTq1QkVM4cb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XhLp9TSrcOTkD5DWBs0t5QiiyKO9KCuW { width:12.6875rem;height:1.40014375rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0kSsxtMsxpSl2zUAcdaJ7KwBXtB4cFM { width:12.6875rem;height:1.40014375rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaMCMm889Hg0CeOQSdTO9nOrGm2adXB6 { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }