.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.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; }
#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.0244375rem;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(171deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(171deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(171deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(171deg, #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(171deg, #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.599625rem;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.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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.599625rem;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.71875rem;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.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; }
#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.0605625rem;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.8984375rem;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.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; }
#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.94921875rem;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.6479375rem;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.6479375rem;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.69925rem;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.19921875rem;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.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:39.74951171875rem;left:1.6875rem;height:11.8125rem;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.0996125rem;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.19921875rem;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.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: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.25rem;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:6rem;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:6rem;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.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; }
#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.5625rem;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:47.75rem;width:75rem;position:relative;display:block; }#ehpUsbaSPH2RJJXMlidhxgfBnxLKUbI5 { background-color:transparent;background-image: -webkit-linear-gradient(178deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(178deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(178deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(178deg, #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(178deg, #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.5rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.468101501465rem;left:21.750001907349rem;display:block; }
#a0yiRwpLyxtcbJz4xyotLslVTV7ALDgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rz4xVfxSSpokevtTPilNcNEWBspfTU8k { 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:75rem;top:1.0490417480469E-5rem;left:0rem;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.69925rem;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.375rem;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(184deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(184deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(184deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(184deg, #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(184deg, #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.8125rem;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(177deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(177deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(177deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(177deg, #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(177deg, #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; }
#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai { 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; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row .container { background-color: transparent; background-image: none; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row .container > .video-iframe-container { display: none; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row > .video-iframe-container { display: none; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .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); }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row .container { border-width: 0; border-radius: 0; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row .container { font-size:0.875rem;font-family:poppins;height:195rem;width:75rem;overflow:visible;position:relative;display:block; }#IxpXpuADckw3t8LF95owUty73VgA0829 { 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; }
#UI5lZN7DTm4GqPCUSgatUItOnptaZQKr { 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.625rem;display:block; }#UI5lZN7DTm4GqPCUSgatUItOnptaZQKr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UI5lZN7DTm4GqPCUSgatUItOnptaZQKr li:before{  }
#xLTGyLRCzS0RRsBfWRD1QBuFTfC3QwVl { 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; }
#niQv9bNcfT1cb0GeiO1VKiNSWwOXpksR { 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.5996125rem;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; }
#OX8FwovlPmXBvOHobpQ8XaQEGiFybQxn { 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; }
#XB58kWqXOOh8nRZL5RfeEHJPuAFzrqIh { 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; }#XB58kWqXOOh8nRZL5RfeEHJPuAFzrqIh li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XB58kWqXOOh8nRZL5RfeEHJPuAFzrqIh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#Do68N9x1eAigO2wyIaKyIXwnSXstVAog { 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.8125rem;display:block; }#Do68N9x1eAigO2wyIaKyIXwnSXstVAog li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Do68N9x1eAigO2wyIaKyIXwnSXstVAog li:before{  }
#a5NtMSxkuwHuIAbsGrFRWofW6p4MwD1z { 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; }
#oVg0yNPdDfiZLHhnzVkaibc2XqMcD6Q7 { 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; }#oVg0yNPdDfiZLHhnzVkaibc2XqMcD6Q7 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#oVg0yNPdDfiZLHhnzVkaibc2XqMcD6Q7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
#zGow0s4kKusaxBKWIQm6hUug0pDARU4Q { 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.5996125rem;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; }
#mtppzGsHJf9XJw5KO7VNp5DR1n9UkGmQ { 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.3125rem;display:block; }#mtppzGsHJf9XJw5KO7VNp5DR1n9UkGmQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mtppzGsHJf9XJw5KO7VNp5DR1n9UkGmQ li:before{  }
#XlzcKe5qIAmmuVsrFxvncdS0ZxVepBTV { 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; }
#tJIMcxiTzKv47CD77wF7KeNV1tTqDgrU { 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; }#tJIMcxiTzKv47CD77wF7KeNV1tTqDgrU li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#tJIMcxiTzKv47CD77wF7KeNV1tTqDgrU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#tokkhm8UpDyL0uNTyKsaZFqyf5WMlO7Z { 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.5996125rem;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; }
#Fpguii7xzc6PhHkbgFZaqx6VlhATvV1w { 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; }#Fpguii7xzc6PhHkbgFZaqx6VlhATvV1w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fpguii7xzc6PhHkbgFZaqx6VlhATvV1w li:before{  }
#MUcNa54T2JgfpTegtWkuTaqQkfNo1Uue { 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; }
#abIf96oJT3HTc7sZTmb3BWrwF7qWVZ1z { 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; }#abIf96oJT3HTc7sZTmb3BWrwF7qWVZ1z li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#abIf96oJT3HTc7sZTmb3BWrwF7qWVZ1z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#vGRD4ofNMV9I5kSTMz4iKeqBoptoTBA7 { 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.5996125rem;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; }
#gDcnbimQZ0MKGmFdCJzJltbwPmy74rS0 { 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; }#gDcnbimQZ0MKGmFdCJzJltbwPmy74rS0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gDcnbimQZ0MKGmFdCJzJltbwPmy74rS0 li:before{  }
#iqgLGEdRS2DqK8bTt9qWL7lrQUfp4n3q { 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; }
#iKSbgSSzv5b1IshPBqGOMbcVl7E49mDF { 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; }#iKSbgSSzv5b1IshPBqGOMbcVl7E49mDF li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iKSbgSSzv5b1IshPBqGOMbcVl7E49mDF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#qnNsIodtn1IgpvgNDgett0luBodF5Eyy { 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.5996125rem;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; }
#bpHbIGCP6g8WlbpTk5l2r0w9Ru1aDIKw { 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.125rem;display:block; }#bpHbIGCP6g8WlbpTk5l2r0w9Ru1aDIKw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bpHbIGCP6g8WlbpTk5l2r0w9Ru1aDIKw li:before{  }
#y9aI8qofhnrcMsGSlDwBhpKRAzMFnHPH { 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; }#y9aI8qofhnrcMsGSlDwBhpKRAzMFnHPH li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#y9aI8qofhnrcMsGSlDwBhpKRAzMFnHPH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#MuJ8D10l3csitVE0MgPc5t4CxpdCpzSq { 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.5996125rem;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; }
#QIDUO5FC2fvegvU3Mdhi1RWGWrPMD0ni { 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; }
#c9WPxgTb1SfsXItL0NkVAT8JGVmFc678 { 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; }
#IaXp1hZWkb7Z4F2C7k7ZAvGTPpO62wA6 { 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; }
#En6G7wG6Wm2q6eyd96FrPawmo9CtMaiJ { 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; }
#L7m4WblcxkRxPwiUmEcLK8mblV2d6n2a { 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; }
#qqJVahCwy9DZPty0Lz7nSecSDaceaZSw { 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; }
#omK1iAvbslg50rlIJtzNTcViDw0oOB6T { 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; }#omK1iAvbslg50rlIJtzNTcViDw0oOB6T li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#omK1iAvbslg50rlIJtzNTcViDw0oOB6T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#wTzMIKA8US6S1g8GDgPkE1prPwfcJnRo { 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; }#wTzMIKA8US6S1g8GDgPkE1prPwfcJnRo li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wTzMIKA8US6S1g8GDgPkE1prPwfcJnRo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#PktEq4xwhSmGpXqXqGfRrUdLbaf1xEPE { 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; }#PktEq4xwhSmGpXqXqGfRrUdLbaf1xEPE li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PktEq4xwhSmGpXqXqGfRrUdLbaf1xEPE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#LWDnOAh1Z8y8kQws9DATevyxaziGNebi { 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; }#LWDnOAh1Z8y8kQws9DATevyxaziGNebi li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#LWDnOAh1Z8y8kQws9DATevyxaziGNebi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#Kds6vfQRm7z92L5rpxFTEGh9qygD41zM { 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; }#Kds6vfQRm7z92L5rpxFTEGh9qygD41zM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kds6vfQRm7z92L5rpxFTEGh9qygD41zM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#beGp59duXySG6vC9Tc4MWGP1WNTPQPHT { 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; }#beGp59duXySG6vC9Tc4MWGP1WNTPQPHT li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#beGp59duXySG6vC9Tc4MWGP1WNTPQPHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#DwW1l855g70peuTMuISyppHTxcFzQdCC { 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; }
#G9BXEwctBgEEMIGB4QyOdxt6FpmTnbRL { 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; }
#WiCmbXKD0q3faO6PWD1T790KN8TAzQOs { 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.9375rem;display:block; }#WiCmbXKD0q3faO6PWD1T790KN8TAzQOs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WiCmbXKD0q3faO6PWD1T790KN8TAzQOs li:before{  }
#y4MFEP8oT6T9u7fXlr5IntfDcVTNUCgy { 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; }
#V1TzpNVsdkW068X3v3372Tp9TAxgGGkX { 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; }
#SxWToFTmlqpZTf1p8q7y62dTospQofe0 { 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; }
#Dx18B1DIBoMe3Ezi7uJpCxpARHXrfOcA { 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; }
#KDN2KgQwWlur9Z3ZqtH4tzIuPJI9fbg7 { 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; }
#nfvFInq2gxxotb1yw9VzHZzTwG5OUJMT { 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.75rem;display:block; }#nfvFInq2gxxotb1yw9VzHZzTwG5OUJMT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nfvFInq2gxxotb1yw9VzHZzTwG5OUJMT li:before{  }
#Sy5heiqJlbOPl2LnuSu1KGq2PoVDfizN { 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; }
#cKm414vnTdMSAxDHF1hIZfAS0ioIhpXs { 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; }
#lbacuymzuXernFww2STTA1GZMSlIBlIN { 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; }
#kWg3sAMDhfgPfWd3OIWVgma6FH34CrwO { 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; }
#qawF5kqniWolN88knEdZ74UACJxeFZMF { 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; }
#dPzoNeirZgyudVudBRPVE6eXVWp5IpcI { 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; }
#Roxxn9JTTNAocofVakEXpI768fLb5RmR { 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; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row .container { background-color: transparent; background-image: none; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row .container > .video-iframe-container { display: none; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row > .video-iframe-container { display: none; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .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); }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row .container { border-width: 0; border-radius: 0; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row .container { font-size:0.875rem;font-family:poppins;height:144rem;width:75rem;overflow:visible;position:relative;display:block; }#SfXQAZLr1cGwThZcSs9i8QLlHCc7e0Cz { color:#000000;display:block;width:58.25rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15152;line-height:1.2;letter-spacing:0;top:1.4373779296875rem;left:2.103271484375rem;height:6.599625rem;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; }
#waGi5Btdh19uREUIT0QldxZyQwWc4IM8 { color:#3c3b3a;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:17.875rem;left:3rem;height:6rem;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; }
#StDHxKT17Dd5C7rpIegJDc1cZMsLbstf { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:13.1875rem;left:6.5rem;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; }
#Ur8oXFOTNUbx95Vumf5mPQnTQyz9ExIe { 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:15024;opacity:1;top:13rem;left:3rem; }
#VAk8pyLzvbcKuoyUcPPQrzODgFceweeN { color:#3c3b3a;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:39.25rem;left:3.625rem;height:6rem;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; }
#hP0VVmJnkw84BV5hsJtlBnqftMAXmVB2 { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15045;line-height:1.2;letter-spacing:0;top:34.9375rem;left:6.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VWKgaKwCehUJ9pHX2kENSsX9qg6sBRTR { 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:15039;opacity:1;top:34.5rem;left:3.4375rem; }
#vM2xg1aPTNLw28Rcv6wtTyH5MEM1gLC6 { color:#3c3b3a;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15053;line-height:1.5;letter-spacing:0;top:60.9375rem;left:3.0625rem;height:13.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;text-align:left;text-align-last:left;display:block; }
#KCIEGqSfci2R63B6PIIze5kmKTdvBcCo { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15048;line-height:1.2;letter-spacing:0;top:57.0625rem;left:6.8125rem;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; }
#TghSkmasqIv0iDrGTVQVqeEdO00FPE54 { 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:15042;opacity:1;top:56.625rem;left:3.375rem; }
#Lpvd2POm7hgrFtzERtdS1BVR1cSl5ap9 { color:#3c3b3a;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15056;line-height:1.5;letter-spacing:0;top:108.5625rem;left:3rem;height:6rem;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; }
#LupCFAkUUFTclApIEPCRB79TsDKQA4Tr { 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:15048;opacity:1;top:79.1875rem;left:3.0625rem; }
#Wvo6nLQp3VxGbsxsPqkHf4gkvE1UD31E { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15054;line-height:1.2;letter-spacing:0;top:79.375rem;left:6.6875rem;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; }
#oLSMDgTn6UycctpTxvE2q4AoS1GSq7we { color:#3c3b3a;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:85.0625rem;left:3.25rem;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;text-align:left;text-align-last:left;display:block; }
#spTgtkPt2KLeBsfl0hA3Fg2nwryq8DEO { 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:15048;opacity:1;top:102.25rem;left:3.0625rem; }
#BB4OUqWALC348c3PDoCr6CqOCTntETic { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15054;line-height:1.2;letter-spacing:0;top:102.4375rem;left:6.6875rem;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; }
#ewFLygO6ddhzWioPP9ZvQRX5zoQt5NuB { 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:18.625rem;width:28.125rem;top:78.75rem;left:41.75rem;overflow:hidden;display:block; }
#QJkmAy4di6qc1BurJprHBMHe9s1cXBdZ { 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:21.0625rem;width:21.0625rem;top:98.3125rem;left:45rem;overflow:hidden;display:block; }
#PXrCIVv8l1M8hKKeEsrWKRtv1DCu2VBO { position:absolute;display:block;z-index:15160;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.8125rem;width:22.8125rem;top:53.4375rem;left:45.1875rem;overflow:hidden;display:block; }
#FkaI4tpu8wgwUMc70Twqfb03ikX3TKvb { position:absolute;display:block;z-index:15162;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:21.6875rem;top:29.625rem;left:46.5rem;overflow:hidden;display:block; }
#DMnNrA1XTTocihA2LCvlqWkvqQGpb0kE { box-sizing:content-box;height:20.8125rem;width:73.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.48);background-image:none;top:30.0625rem;left:1.8125rem;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; }
#fqoo5NM2TugNAxUdbsQDWtla2TZ9cNwP { box-sizing:content-box;height:20.8125rem;width:73.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.48);background-image:none;top:54.4375rem;left:1.8125rem;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; }
#datFuoQJJsiqdxAfPF3LegH7JG7NJ5tf { box-sizing:content-box;height:20.8125rem;width:73.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.48);background-image:none;top:76.6875rem;left:1.8125rem;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; }
#CcbJ9KeT4KgUTfqEofHvKqFImpAAmK2b { box-sizing:content-box;height:20.8125rem;width:73.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.48);background-image:none;top:99.1875rem;left:1.75rem;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; }
#mXvkXFRLs0SOaiimIiJq5wEdXVPXaVBR { box-sizing:content-box;height:17.9375rem;width:73.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.48);background-image:none;top:8.8125rem;left:1.8125rem;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; }
#cTxKEgfOWz5r3gcMIc5FXFe36GMvnKhc { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:8.4051513671875rem;left:47.350463867188rem;overflow:hidden;display:block; }
#v906PX0MIztkiIu7EvQmxTlzs6lNhN5M { box-sizing:content-box;height:20.8125rem;width:73.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.48);background-image:none;top:121.0625rem;left:1.8125rem;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; }
#F2675FEvGaGOMu03QTbCNZdtnEF21deV { color:#3c3b3a;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:133.5625rem;left:4.625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xpKvNmSPpuDSQI9WTw1osuxN6DDFL34h { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:13.25rem;top:122rem;left:49.125rem;overflow:hidden;display:block; }
#eMVbT6CPDJ6DTJhs3RqT41cf0JhuN1qX { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:124.8125rem;left:6.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M4z6zaA2NXR3bkJIIkumgSJO0QFND9NC { 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:15049;opacity:1;top:124.625rem;left:3rem; }
#QlhxdQZlCcJQKAAdRGL8OTTQmnxMTGTb { color:#000000;display:block;width:6.4995rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15102;line-height:1.5;letter-spacing:0;top:90.9375rem;left:28.25rem;height:1.6875rem;font-style:normal;display:block; }#QlhxdQZlCcJQKAAdRGL8OTTQmnxMTGTb li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#QlhxdQZlCcJQKAAdRGL8OTTQmnxMTGTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT { 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; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row .container { background-color: transparent; background-image: none; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row .container > .video-iframe-container { display: none; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row > .video-iframe-container { display: none; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .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); }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row .container { border-width: 0; border-radius: 0; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row .container { font-size:0.875rem;font-family:poppins;height:65.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#BfygwItIrsWW2tqGSq7bFvDbPr6lOym5 { 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; }
#hHZcDfvpKqZKfwB1W3RTucTd2zKREsyV { 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:55.125rem;width:43.25rem;top:9.0625rem;left:0.999755859375rem;display:block; }
#RbTslJQiJAmCl7MNkbfeU6u9CWF9TbyF { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:10.875000596046rem;left:2.90625rem;height:;display:block; }#RbTslJQiJAmCl7MNkbfeU6u9CWF9TbyF li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#RbTslJQiJAmCl7MNkbfeU6u9CWF9TbyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
#X7wrh9J7p4rguQkKWCG11MaE3eLcqW0n { color:#000000;display:block;width:33.562rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:45.150756835938rem;left:5.1318359375rem;height:6.5800875rem;text-align:center;text-align-last:center;display:block; }
#MrKVRPEuoei3TisnzL2K1tUDuTnxVlCO { background-color:transparent;background-image: -webkit-linear-gradient(188deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(188deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(188deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(188deg, #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(188deg, #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:58.455810546875rem;left:6.593017578125rem;display:block; }
#RySZvST8bwsPcdieTzPHCbhJD1om3aSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URStKbMoNrgyLK441Sewk8ys9gAiF6WJ { 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:57.937rem;width:46.812125rem;top:5.4376220703125rem;left:28.1884765625rem;overflow:hidden;display:block; }
#OHN4Cc9JodON8XhwxvdoTE8hpqPZeMPn { 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:53.776245117188rem;left:5.843505859375rem;height:2.19360625rem;text-align:center;text-align-last:center;display:block; }
#Gduugk9uVBTgkBX2l1MxMg2ZT2WtdDa1 { box-sizing:content-box;height:3.5620125rem;width:32.1875rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:none;top:52.857666015625rem;left:6.5301513671875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.25rem solid #ab78d3;border-left:0.25rem solid #ab78d3;border-right:0.25rem solid #ab78d3;border-bottom:0.25rem solid #ab78d3;display:block; }
#r0xekvJssnsGheFI1yNXOhyrO6kULoqy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.687375rem;width:12.687375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:46.730346679688rem;left:32.522583007812rem; }
#amR4VHJEpxyQW7VBCHRzNTLaUiuq5v3U { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f1ece6, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f1ece6, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f1ece6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f1ece6, rgba(0,0,0,0));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-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 {  }
#BrpPgMndEXl9ImnG83o6x0cgOm9q336B { 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; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row .container { background-color: transparent; background-image: none; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row .container > .video-iframe-container { display: none; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row > .video-iframe-container { display: none; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .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); }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row .container { border-width: 0; border-radius: 0; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row .container { font-size:0.875rem;font-family:arial;height:83.3125rem;width:75rem;position:relative;display:block; }#UkQuGFpkDrRPXSzKr9DEdqlwmBVLtgA7 { 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; }
#woK0tQSKLeKooQuKwOhDbMofbQqwBv08 { 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; }
#tnz3Fm7UEDFHAVLVx1dtPqwqt5Z1C9Hi { 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; }
#LJ7UJBeOFLGskSrSwPckm0KR875JXvIe { 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; }
#ByeXIwpf7LoH3A3R8qlbM85a186eBx6V { 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; }
#rWX5dS78iSJTpF25O5a7lBS8tGpvZTAz { 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; }
#cOUk733UAN61UDVHIElsVSl8Zoh8Trkg { 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; }
#MNKcSzTirJw1sC7Fq4Dt1bIz3qnzdWvs { 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; }
#SmpX1KCyKnNLZxzIuWrrs351crMyceJD { 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; }
#HVk1U0uSvWZS2KgCWyBVHIifsBp4cIls { 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; }
#CIIm5FeBZImV2RDnJRN4NGS7ovoXyDmv { 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; }
#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N { position:relative;display:block; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N { background-color: transparent; background-image: none; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .row .container > .video-iframe-container { display: none; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .row > .video-iframe-container { display: none; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .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); }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N { border-width: 0; border-radius: 0; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .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; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .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:79.0625rem;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; }#QUiPUAJ7aoldz8KIoKvFtm3BmCNItnWu { 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.80005rem;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; }
#k8aTRiqZowVrbFc6nIvcVhnEWIHks81w { 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; }
#wcZfVnpLzFR8WPq8c9KxQu2v4uEguB5B { 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; }
#BSPmEiTg9cA2rPuaGtTTtIsVA4rixRxc { 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; }
#oWA1qOKwgpakafitCT2XrLURc6sAtCgi { 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; }
#xJ1l2ynJtOb1cTu0Or0ttRPK0r8fmBp6 { 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; }
#NusRR4vkzdQ8qdzL4yzIfZXrNyUQnveX { 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.80005rem;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; }
#ziSqyCfsf1X8h0Sz94yrkRiGfbHzEGJb { 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.80005rem;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; }
#dUo33n7rFTHisWSN8UWwXzTXMLvMD3Wk { 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.80005rem;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; }
#GUEv6XJcywy4R639viVfHcdR7rbNq0MD { 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.80005rem;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; }
#TZbLQId7O6RdZvGxiKqAhcZlhPnMM3Fc { 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; }
#OgR6JdTHDGD3qpxNJB9TFSwCC19tUdT4 { 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; }
#h6KP2RQmX2QxN26o7M1q4UbXCtCB1pdo { 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; }
#rN71JX0yxch9E7S3DGCESiU44W1qf69q { 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; }
#NEPV3IsA5PhCeXRDMvxTuEDr3xwzRJed { 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; }
#AMP8hw6fyBhvxsWwR2egQMgN3ZpvWwTG { 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; }
#VpVVtCn5oRMnIn3bvNyyVQiuHk2R5thq { 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; }
#kRikNMIBDt51lLS318fLl1Wf1fUJLrbE { 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; }
#TlwSzP8sHmGbT8L9oVFXDaudXZBSRitC { 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; }
#Q7Q1SwfnRLTZA5SHPzfQSv26xuiFFKzn { 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.5996125rem;font-style:normal;display:block; }
#OXrybPDWwQSGBw2dssNX1kKVGR8aQslm { 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; }
#STo7AWyKFu6oim9ZyF4pzutQoPsgSFgc { 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; }
#qRTo8L6Qs4L0pQdw5h9MEOaFQ7SkmAaq { 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; }
#kZxeZ9yXGu2uGNMhQqMr1Sn1bTgSZgqZ { 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; }
#T8J4hpkTDIN5GAeAyA7wpNwwVQ6Snv6t { 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; }
#IKKUSLJTTR8ihBrIPKD2UlzTCR5wpmUd { 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; }
#UtIb4wpaEzIxZwvmbB7owoBLetnT6BHU { 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; }
#d0RGMCW0IsV3eVGXRx4s4yaOdR7TN7OF { 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; }
#u6WIT1uhArRSRMgON6K12quDi9GSANOA { 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.375rem;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:2.5rem;left:6.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; }
#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:8.4375rem;left:6.625rem; }
#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.69925rem;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(190deg, #ab78d3, #7e36b3);background-image: -moz-linear-gradient(190deg, #ab78d3, #7e36b3);background-image: -ms-linear-gradient(190deg, #ab78d3, #7e36b3);background-image: -o-linear-gradient(190deg, #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(190deg, #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.39845rem;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.3999rem;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.3999rem;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.3999rem;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.6875rem;left:0rem;width:47.75rem;height:11.8125rem;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) { #rz4xVfxSSpokevtTPilNcNEWBspfTU8k { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;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) { #tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai { display:block; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxpXpuADckw3t8LF95owUty73VgA0829 { top:2.8125rem;left:0rem;width:41.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5lZN7DTm4GqPCUSgatUItOnptaZQKr { top:19.8125rem;left:0rem;width:36.375rem;height:6.625rem;font-size:1rem;display:block; }#UI5lZN7DTm4GqPCUSgatUItOnptaZQKr li:before{  }
 }@media only screen and (max-width: 763px) { #xLTGyLRCzS0RRsBfWRD1QBuFTfC3QwVl { top:10.625rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niQv9bNcfT1cb0GeiO1VKiNSWwOXpksR { top:12.125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX8FwovlPmXBvOHobpQ8XaQEGiFybQxn { top:35.125rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB58kWqXOOh8nRZL5RfeEHJPuAFzrqIh { top:16.8125rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#XB58kWqXOOh8nRZL5RfeEHJPuAFzrqIh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #Do68N9x1eAigO2wyIaKyIXwnSXstVAog { top:65.4375rem;left:0rem;width:36.375rem;height:4.8125rem;font-size:1rem;display:block; }#Do68N9x1eAigO2wyIaKyIXwnSXstVAog li:before{  }
 }@media only screen and (max-width: 763px) { #a5NtMSxkuwHuIAbsGrFRWofW6p4MwD1z { top:55.6875rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVg0yNPdDfiZLHhnzVkaibc2XqMcD6Q7 { top:41.8125rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#oVg0yNPdDfiZLHhnzVkaibc2XqMcD6Q7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
 }@media only screen and (max-width: 763px) { #zGow0s4kKusaxBKWIQm6hUug0pDARU4Q { top:37.125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtppzGsHJf9XJw5KO7VNp5DR1n9UkGmQ { top:45.125rem;left:0rem;width:36.0625rem;height:3.3125rem;font-size:1rem;display:block; }#mtppzGsHJf9XJw5KO7VNp5DR1n9UkGmQ li:before{  }
 }@media only screen and (max-width: 763px) { #XlzcKe5qIAmmuVsrFxvncdS0ZxVepBTV { top:75.625rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJIMcxiTzKv47CD77wF7KeNV1tTqDgrU { top:62rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#tJIMcxiTzKv47CD77wF7KeNV1tTqDgrU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #tokkhm8UpDyL0uNTyKsaZFqyf5WMlO7Z { top:57.3125rem;left:0rem;width:37.5rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpguii7xzc6PhHkbgFZaqx6VlhATvV1w { top:86.25rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#Fpguii7xzc6PhHkbgFZaqx6VlhATvV1w li:before{  }
 }@media only screen and (max-width: 763px) { #MUcNa54T2JgfpTegtWkuTaqQkfNo1Uue { top:100.3125rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abIf96oJT3HTc7sZTmb3BWrwF7qWVZ1z { top:82rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#abIf96oJT3HTc7sZTmb3BWrwF7qWVZ1z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #vGRD4ofNMV9I5kSTMz4iKeqBoptoTBA7 { top:77.3125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDcnbimQZ0MKGmFdCJzJltbwPmy74rS0 { top:110.6875rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#gDcnbimQZ0MKGmFdCJzJltbwPmy74rS0 li:before{  }
 }@media only screen and (max-width: 763px) { #iqgLGEdRS2DqK8bTt9qWL7lrQUfp4n3q { top:121.75rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKSbgSSzv5b1IshPBqGOMbcVl7E49mDF { top:107.5625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#iKSbgSSzv5b1IshPBqGOMbcVl7E49mDF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #qnNsIodtn1IgpvgNDgett0luBodF5Eyy { top:103.375rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpHbIGCP6g8WlbpTk5l2r0w9Ru1aDIKw { top:131.3125rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#bpHbIGCP6g8WlbpTk5l2r0w9Ru1aDIKw li:before{  }
 }@media only screen and (max-width: 763px) { #y9aI8qofhnrcMsGSlDwBhpKRAzMFnHPH { top:128.4375rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#y9aI8qofhnrcMsGSlDwBhpKRAzMFnHPH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #MuJ8D10l3csitVE0MgPc5t4CxpdCpzSq { top:123.6875rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIDUO5FC2fvegvU3Mdhi1RWGWrPMD0ni { top:12.125rem;left:16.5rem;width:31.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9WPxgTb1SfsXItL0NkVAT8JGVmFc678 { top:36.25rem;left:16.5rem;width:31.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaXp1hZWkb7Z4F2C7k7ZAvGTPpO62wA6 { top:57.25rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #En6G7wG6Wm2q6eyd96FrPawmo9CtMaiJ { top:80.0625rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7m4WblcxkRxPwiUmEcLK8mblV2d6n2a { top:103.375rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqJVahCwy9DZPty0Lz7nSecSDaceaZSw { top:123.6875rem;left:16.5rem;width:31.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omK1iAvbslg50rlIJtzNTcViDw0oOB6T { top:50rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#omK1iAvbslg50rlIJtzNTcViDw0oOB6T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #wTzMIKA8US6S1g8GDgPkE1prPwfcJnRo { top:28.1875rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#wTzMIKA8US6S1g8GDgPkE1prPwfcJnRo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #PktEq4xwhSmGpXqXqGfRrUdLbaf1xEPE { top:72.0625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#PktEq4xwhSmGpXqXqGfRrUdLbaf1xEPE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #LWDnOAh1Z8y8kQws9DATevyxaziGNebi { top:96.6875rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#LWDnOAh1Z8y8kQws9DATevyxaziGNebi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Kds6vfQRm7z92L5rpxFTEGh9qygD41zM { top:118.8125rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#Kds6vfQRm7z92L5rpxFTEGh9qygD41zM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #beGp59duXySG6vC9Tc4MWGP1WNTPQPHT { top:138.25rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#beGp59duXySG6vC9Tc4MWGP1WNTPQPHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #DwW1l855g70peuTMuISyppHTxcFzQdCC { top:145rem;left:34rem;width:13.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9BXEwctBgEEMIGB4QyOdxt6FpmTnbRL { top:152rem;left:34rem;width:13.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCmbXKD0q3faO6PWD1T790KN8TAzQOs { top:177.4375rem;left:0rem;width:36.3125rem;height:6.875rem;font-size:1rem;display:block; }#WiCmbXKD0q3faO6PWD1T790KN8TAzQOs li:before{  }
 }@media only screen and (max-width: 763px) { #y4MFEP8oT6T9u7fXlr5IntfDcVTNUCgy { top:171.9375rem;left:0rem;width:39.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TzpNVsdkW068X3v3372Tp9TAxgGGkX { top:143.4375rem;left:0rem;width:40.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxWToFTmlqpZTf1p8q7y62dTospQofe0 { top:167.5625rem;left:21.1875rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx18B1DIBoMe3Ezi7uJpCxpARHXrfOcA { top:169.375rem;left:0rem;width:40.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDN2KgQwWlur9Z3ZqtH4tzIuPJI9fbg7 { top:148.0625rem;left:0rem;width:39.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfvFInq2gxxotb1yw9VzHZzTwG5OUJMT { top:153.75rem;left:0rem;width:36.3125rem;height:8.6875rem;font-size:1rem;display:block; }#nfvFInq2gxxotb1yw9VzHZzTwG5OUJMT li:before{  }
 }@media only screen and (max-width: 763px) { #Sy5heiqJlbOPl2LnuSu1KGq2PoVDfizN { top:146.125rem;left:25.375rem;width:15.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKm414vnTdMSAxDHF1hIZfAS0ioIhpXs { top:187.0625rem;left:30.060913085938rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbacuymzuXernFww2STTA1GZMSlIBlIN { 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) { #kWg3sAMDhfgPfWd3OIWVgma6FH34CrwO { top:189rem;left:30.904296875rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qawF5kqniWolN88knEdZ74UACJxeFZMF { top:187.875rem;left:33.68701171875rem;width:10.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPzoNeirZgyudVudBRPVE6eXVWp5IpcI { top:159.5625rem;left:34rem;width:13.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roxxn9JTTNAocofVakEXpI768fLb5RmR { display:block; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfXQAZLr1cGwThZcSs9i8QLlHCc7e0Cz { top:1.375rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waGi5Btdh19uREUIT0QldxZyQwWc4IM8 { top:17.875rem;left:0rem;width:33.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StDHxKT17Dd5C7rpIegJDc1cZMsLbstf { top:13.125rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur8oXFOTNUbx95Vumf5mPQnTQyz9ExIe { top:13rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAk8pyLzvbcKuoyUcPPQrzODgFceweeN { top:39.25rem;left:0rem;width:33.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP0VVmJnkw84BV5hsJtlBnqftMAXmVB2 { top:34.875rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWKgaKwCehUJ9pHX2kENSsX9qg6sBRTR { top:34.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM2xg1aPTNLw28Rcv6wtTyH5MEM1gLC6 { top:60.9375rem;left:0rem;width:33.75rem;height:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCIEGqSfci2R63B6PIIze5kmKTdvBcCo { top:57rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghSkmasqIv0iDrGTVQVqeEdO00FPE54 { top:56.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpvd2POm7hgrFtzERtdS1BVR1cSl5ap9 { top:108.5625rem;left:0rem;width:33.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LupCFAkUUFTclApIEPCRB79TsDKQA4Tr { top:79.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvo6nLQp3VxGbsxsPqkHf4gkvE1UD31E { top:79.375rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSMDgTn6UycctpTxvE2q4AoS1GSq7we { top:85.0625rem;left:0rem;width:33.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTgtkPt2KLeBsfl0hA3Fg2nwryq8DEO { top:102.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB4OUqWALC348c3PDoCr6CqOCTntETic { top:102.375rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewFLygO6ddhzWioPP9ZvQRX5zoQt5NuB { top:78.75rem;left:19.625rem;width:28.125rem;height:18.624875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJkmAy4di6qc1BurJprHBMHe9s1cXBdZ { top:98.3125rem;left:26.75rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXrCIVv8l1M8hKKeEsrWKRtv1DCu2VBO { top:53.4375rem;left:24.9375rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkaI4tpu8wgwUMc70Twqfb03ikX3TKvb { top:29.625rem;left:26.125rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMnNrA1XTTocihA2LCvlqWkvqQGpb0kE { top:30.0625rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqoo5NM2TugNAxUdbsQDWtla2TZ9cNwP { top:54.4375rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #datFuoQJJsiqdxAfPF3LegH7JG7NJ5tf { top:76.6875rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcbJ9KeT4KgUTfqEofHvKqFImpAAmK2b { top:99.1875rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvkXFRLs0SOaiimIiJq5wEdXVPXaVBR { top:8.8125rem;left:0rem;width:47.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxKEgfOWz5r3gcMIc5FXFe36GMvnKhc { top:8.375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v906PX0MIztkiIu7EvQmxTlzs6lNhN5M { top:121.0625rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2675FEvGaGOMu03QTbCNZdtnEF21deV { top:133.5625rem;left:0rem;width:33.75rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpKvNmSPpuDSQI9WTw1osuxN6DDFL34h { top:122rem;left:34.5625rem;width:13.1875rem;height:18.84875903336rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMVbT6CPDJ6DTJhs3RqT41cf0JhuN1qX { top:124.75rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4z6zaA2NXR3bkJIIkumgSJO0QFND9NC { top:124.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlhxdQZlCcJQKAAdRGL8OTTQmnxMTGTb { top:90.9375rem;left:14.625rem;width:6.4375rem;height:1.625rem;font-size:1rem;display:block; }#QlhxdQZlCcJQKAAdRGL8OTTQmnxMTGTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT { display:none; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BfygwItIrsWW2tqGSq7bFvDbPr6lOym5 { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZcDfvpKqZKfwB1W3RTucTd2zKREsyV { top:9.0625rem;left:0rem;width:43.25rem;height:55.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbTslJQiJAmCl7MNkbfeU6u9CWF9TbyF { top:10.8125rem;left:0rem;width:39.375rem;height:;font-size:1rem;display:block; }#RbTslJQiJAmCl7MNkbfeU6u9CWF9TbyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
 }@media only screen and (max-width: 763px) { #X7wrh9J7p4rguQkKWCG11MaE3eLcqW0n { top:45.125rem;left:0rem;width:33.5rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrKVRPEuoei3TisnzL2K1tUDuTnxVlCO { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RySZvST8bwsPcdieTzPHCbhJD1om3aSb { display:block; }
 }@media only screen and (max-width: 763px) { #URStKbMoNrgyLK441Sewk8ys9gAiF6WJ { top:5.4375rem;left:1rem;width:46.75rem;height:57.860111028927rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHN4Cc9JodON8XhwxvdoTE8hpqPZeMPn { top:53.75rem;left:0rem;width:33.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gduugk9uVBTgkBX2l1MxMg2ZT2WtdDa1 { top:52.8125rem;left:0rem;width:32.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xekvJssnsGheFI1yNXOhyrO6kULoqy { top:46.6875rem;left:18.897583007812rem;width:12.625rem;height:12.625rem;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) { #BrpPgMndEXl9ImnG83o6x0cgOm9q336B { display:block; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkQuGFpkDrRPXSzKr9DEdqlwmBVLtgA7 { top:1.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woK0tQSKLeKooQuKwOhDbMofbQqwBv08 { top:27.0625rem;left:0rem;width:47.75rem;height:10.018711656442rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnz3Fm7UEDFHAVLVx1dtPqwqt5Z1C9Hi { top:38.5rem;left:0rem;width:47.75rem;height:9.8308135088897rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ7UJBeOFLGskSrSwPckm0KR875JXvIe { top:49.75rem;left:0rem;width:47.75rem;height:9.000611995104rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByeXIwpf7LoH3A3R8qlbM85a186eBx6V { top:60.0625rem;left:0rem;width:47.75rem;height:9.7838871165644rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWX5dS78iSJTpF25O5a7lBS8tGpvZTAz { top:71.1875rem;left:0rem;width:47.75rem;height:8.484987745098rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOUk733UAN61UDVHIElsVSl8Zoh8Trkg { top:6.0625rem;left:0rem;width:17.1875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKcSzTirJw1sC7Fq4Dt1bIz3qnzdWvs { top:6rem;left:16.3125rem;width:13.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpX1KCyKnNLZxzIuWrrs351crMyceJD { top:6.625rem;left:29.0625rem;width:18.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVk1U0uSvWZS2KgCWyBVHIifsBp4cIls { top:14.25rem;left:29.125rem;width:18.5625rem;height:12.021977915959rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIm5FeBZImV2RDnJRN4NGS7ovoXyDmv { top:6.625rem;left:1.25rem;width:7.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N { display:block; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUiPUAJ7aoldz8KIoKvFtm3BmCNItnWu { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8aTRiqZowVrbFc6nIvcVhnEWIHks81w { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcZfVnpLzFR8WPq8c9KxQu2v4uEguB5B { top:11.1875rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSPmEiTg9cA2rPuaGtTTtIsVA4rixRxc { top:11.1875rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWA1qOKwgpakafitCT2XrLURc6sAtCgi { top:44.9375rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1l2ynJtOb1cTu0Or0ttRPK0r8fmBp6 { top:44.9375rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #NusRR4vkzdQ8qdzL4yzIfZXrNyUQnveX { width:10.875rem;height:2.75rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziSqyCfsf1X8h0Sz94yrkRiGfbHzEGJb { width:10.875rem;height:;top:9.875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUo33n7rFTHisWSN8UWwXzTXMLvMD3Wk { width:10.875rem;height:;top:43.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUEv6XJcywy4R639viVfHcdR7rbNq0MD { width:10.875rem;height:;top:43.6875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbLQId7O6RdZvGxiKqAhcZlhPnMM3Fc { top:43.5625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgR6JdTHDGD3qpxNJB9TFSwCC19tUdT4 { top:43.5rem;left:25.5rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6KP2RQmX2QxN26o7M1q4UbXCtCB1pdo { top:9.625rem;left:25.5rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN71JX0yxch9E7S3DGCESiU44W1qf69q { top:9.625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEPV3IsA5PhCeXRDMvxTuEDr3xwzRJed { top:12.125rem;left:0rem;width:20.875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMP8hw6fyBhvxsWwR2egQMgN3ZpvWwTG { top:33.875rem;left:0rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpVVtCn5oRMnIn3bvNyyVQiuHk2R5thq { top:30.125rem;left:26.1875rem;width:21.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRikNMIBDt51lLS318fLl1Wf1fUJLrbE { top:52.125rem;left:3.7083330154419rem;width:13.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwSzP8sHmGbT8L9oVFXDaudXZBSRitC { top:69.875rem;left:38.625rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Q1SwfnRLTZA5SHPzfQSv26xuiFFKzn { top:51.5rem;left:33.625000953674rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXrybPDWwQSGBw2dssNX1kKVGR8aQslm { top:50.625rem;left:33.250000953674rem;width:11.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STo7AWyKFu6oim9ZyF4pzutQoPsgSFgc { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRTo8L6Qs4L0pQdw5h9MEOaFQ7SkmAaq { top:30.5625rem;left:25.500000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZxeZ9yXGu2uGNMhQqMr1Sn1bTgSZgqZ { top:70.5625rem;left:39.625004768372rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8J4hpkTDIN5GAeAyA7wpNwwVQ6Snv6t { top:52.0625rem;left:17.604168891907rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKKUSLJTTR8ihBrIPKD2UlzTCR5wpmUd { top:53.8125rem;left:33.687500953674rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtIb4wpaEzIxZwvmbB7owoBLetnT6BHU { top:16.0625rem;left:21.0625rem;width:26.6875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0RGMCW0IsV3eVGXRx4s4yaOdR7TN7OF { top:48.0625rem;left:0rem;width:25.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WIT1uhArRSRMgON6K12quDi9GSANOA { 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:2.5rem;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:2.4375rem;left:2.03125rem;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.19970625rem;top:0.5625rem;left:3rem;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.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:18.8125rem;height:5.7744125rem;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.5rem;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:27rem;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:42rem;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.38575rem;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:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { width:18.6875rem;height:19.598625rem;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.375rem;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.375rem;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.0625rem;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.19925rem;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.4375rem;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.541rem;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.74025rem;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.69825rem;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.75rem;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:18rem;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.7993125rem;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.75rem;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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nu9NzeZFtbns5X8tofuFxqtxOdkGFs7J { width:18.625rem;height:21rem;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.40014375rem;top:5.4375002980232rem;left:1.8229168057442rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { width:18.8125rem;height:4.5rem;top:9.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbBwtXIqktdmze7akI0NG8nsdUBBJArO { width:4.6875rem;height:2.40014375rem;top:27.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { width:18.875rem;height:4.5rem;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.40014375rem;top:15.9375rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ido7giMvPwVwPtzBEJEQm4DTXOg3Wd9K { width:18.5625rem;height:6rem;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.46875rem;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:17.8125rem;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) { #rz4xVfxSSpokevtTPilNcNEWBspfTU8k { width:20rem;height:11.25rem;top:0.625rem;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.349125rem;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:48rem;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.5rem;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) { #tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai { display:block; }#tygXxu6qfHyFMBTdD9IAdPPSRKEw4iai > .row .container { width:20rem;height:298.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxpXpuADckw3t8LF95owUty73VgA0829 { 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) { #UI5lZN7DTm4GqPCUSgatUItOnptaZQKr { width:18.1245rem;height:11.125rem;top:15.5185546875rem;left:0.93603515625rem;font-size:1rem;display:block; }#UI5lZN7DTm4GqPCUSgatUItOnptaZQKr li:before{  }
 }@media only screen and (max-width: 763px) { #xLTGyLRCzS0RRsBfWRD1QBuFTfC3QwVl { width:20rem;height:0.1875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niQv9bNcfT1cb0GeiO1VKiNSWwOXpksR { 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) { #OX8FwovlPmXBvOHobpQ8XaQEGiFybQxn { width:20rem;height:0.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB58kWqXOOh8nRZL5RfeEHJPuAFzrqIh { width:13.1875rem;height:1.5rem;top:12.519531726837rem;left:1.0937500596046rem;font-size:1rem;display:block; }#XB58kWqXOOh8nRZL5RfeEHJPuAFzrqIh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #Do68N9x1eAigO2wyIaKyIXwnSXstVAog { width:17.87475rem;height:9.3125rem;top:50.4375rem;left:1.060546875rem;font-size:1rem;display:block; }#Do68N9x1eAigO2wyIaKyIXwnSXstVAog li:before{  }
 }@media only screen and (max-width: 763px) { #a5NtMSxkuwHuIAbsGrFRWofW6p4MwD1z { width:20rem;height:0.1875rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVg0yNPdDfiZLHhnzVkaibc2XqMcD6Q7 { width:12.3125rem;height:1.5rem;top:47.1875rem;left:1.1875rem;font-size:1rem;display:block; }#oVg0yNPdDfiZLHhnzVkaibc2XqMcD6Q7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
 }@media only screen and (max-width: 763px) { #zGow0s4kKusaxBKWIQm6hUug0pDARU4Q { 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) { #mtppzGsHJf9XJw5KO7VNp5DR1n9UkGmQ { width:18.62475rem;height:7.8125rem;top:85.06201171875rem;left:0.685546875rem;font-size:1rem;display:block; }#mtppzGsHJf9XJw5KO7VNp5DR1n9UkGmQ li:before{  }
 }@media only screen and (max-width: 763px) { #XlzcKe5qIAmmuVsrFxvncdS0ZxVepBTV { width:20rem;height:0.1875rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJIMcxiTzKv47CD77wF7KeNV1tTqDgrU { width:12.1245rem;height:1.5rem;top:82.3125rem;left:1.06201171875rem;font-size:1rem;display:block; }#tJIMcxiTzKv47CD77wF7KeNV1tTqDgrU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #tokkhm8UpDyL0uNTyKsaZFqyf5WMlO7Z { 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) { #Fpguii7xzc6PhHkbgFZaqx6VlhATvV1w { width:18.8745rem;height:16.25rem;top:116.25rem;left:0.5625rem;font-size:1rem;display:block; }#Fpguii7xzc6PhHkbgFZaqx6VlhATvV1w li:before{  }
 }@media only screen and (max-width: 763px) { #MUcNa54T2JgfpTegtWkuTaqQkfNo1Uue { width:20rem;height:0.1875rem;top:146.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abIf96oJT3HTc7sZTmb3BWrwF7qWVZ1z { width:13.0625rem;height:1.5rem;top:113.0625rem;left:0.5rem;font-size:1rem;display:block; }#abIf96oJT3HTc7sZTmb3BWrwF7qWVZ1z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #vGRD4ofNMV9I5kSTMz4iKeqBoptoTBA7 { 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) { #gDcnbimQZ0MKGmFdCJzJltbwPmy74rS0 { width:18.687rem;height:12.625rem;top:156.6240234375rem;left:0.655517578125rem;font-size:1rem;display:block; }#gDcnbimQZ0MKGmFdCJzJltbwPmy74rS0 li:before{  }
 }@media only screen and (max-width: 763px) { #iqgLGEdRS2DqK8bTt9qWL7lrQUfp4n3q { width:20rem;height:0.1875rem;top:184.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKSbgSSzv5b1IshPBqGOMbcVl7E49mDF { width:13.125rem;height:1.5rem;top:153.9375rem;left:1.0625rem;font-size:1rem;display:block; }#iKSbgSSzv5b1IshPBqGOMbcVl7E49mDF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #qnNsIodtn1IgpvgNDgett0luBodF5Eyy { 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) { #bpHbIGCP6g8WlbpTk5l2r0w9Ru1aDIKw { width:17.4375rem;height:9.625rem;top:194.24926757812rem;left:1.2802734375rem;font-size:1rem;display:block; }#bpHbIGCP6g8WlbpTk5l2r0w9Ru1aDIKw li:before{  }
 }@media only screen and (max-width: 763px) { #y9aI8qofhnrcMsGSlDwBhpKRAzMFnHPH { width:13.25rem;height:1.5rem;top:191.125rem;left:1.0625rem;font-size:1rem;display:block; }#y9aI8qofhnrcMsGSlDwBhpKRAzMFnHPH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #MuJ8D10l3csitVE0MgPc5t4CxpdCpzSq { 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) { #QIDUO5FC2fvegvU3Mdhi1RWGWrPMD0ni { width:19.9995rem;height:13.199rem;top:29.03466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9WPxgTb1SfsXItL0NkVAT8JGVmFc678 { width:19.999375rem;height:13.479rem;top:57.559814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaXp1hZWkb7Z4F2C7k7ZAvGTPpO62wA6 { width:19.9995rem;height:13.5593125rem;top:94.86181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #En6G7wG6Wm2q6eyd96FrPawmo9CtMaiJ { width:19.9995rem;height:13.5593125rem;top:133.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7m4WblcxkRxPwiUmEcLK8mblV2d6n2a { width:19.9995rem;height:13.5593125rem;top:170.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqJVahCwy9DZPty0Lz7nSecSDaceaZSw { width:19.9995rem;height:13.0393125rem;top:205.23999023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omK1iAvbslg50rlIJtzNTcViDw0oOB6T { width:7.5rem;height:1.5rem;top:82.3125rem;left:11.23388671875rem;font-size:1rem;display:block; }#omK1iAvbslg50rlIJtzNTcViDw0oOB6T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #wTzMIKA8US6S1g8GDgPkE1prPwfcJnRo { width:5.5620125rem;height:1.5rem;top:12.519287109375rem;left:11.23388671875rem;font-size:1rem;display:block; }#wTzMIKA8US6S1g8GDgPkE1prPwfcJnRo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #PktEq4xwhSmGpXqXqGfRrUdLbaf1xEPE { width:5.87475625rem;height:1.5rem;top:47.18701171875rem;left:11.734130859375rem;font-size:1rem;display:block; }#PktEq4xwhSmGpXqXqGfRrUdLbaf1xEPE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #LWDnOAh1Z8y8kQws9DATevyxaziGNebi { width:5.31225625rem;height:1.5rem;top:113.0625rem;left:11.9375rem;font-size:1rem;display:block; }#LWDnOAh1Z8y8kQws9DATevyxaziGNebi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Kds6vfQRm7z92L5rpxFTEGh9qygD41zM { width:6.06225625rem;height:1.5rem;top:153.9375rem;left:12.545654296875rem;font-size:1rem;display:block; }#Kds6vfQRm7z92L5rpxFTEGh9qygD41zM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #beGp59duXySG6vC9Tc4MWGP1WNTPQPHT { width:6.375rem;height:1.5rem;top:191.12475585938rem;left:12.23291015625rem;font-size:1rem;display:block; }#beGp59duXySG6vC9Tc4MWGP1WNTPQPHT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #DwW1l855g70peuTMuISyppHTxcFzQdCC { width:10rem;height:6.6875rem;top:242rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9BXEwctBgEEMIGB4QyOdxt6FpmTnbRL { width:10rem;height:6.3125rem;top:247.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCmbXKD0q3faO6PWD1T790KN8TAzQOs { width:18.4375rem;height:14.4375rem;top:260.06164550781rem;left:0.78125rem;font-size:1rem;display:block; }#WiCmbXKD0q3faO6PWD1T790KN8TAzQOs li:before{  }
 }@media only screen and (max-width: 763px) { #y4MFEP8oT6T9u7fXlr5IntfDcVTNUCgy { 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) { #V1TzpNVsdkW068X3v3372Tp9TAxgGGkX { width:20rem;height:0.125rem;top:218.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxWToFTmlqpZTf1p8q7y62dTospQofe0 { width:20rem;height:20rem;top:272.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx18B1DIBoMe3Ezi7uJpCxpARHXrfOcA { width:20rem;height:0.125rem;top:254.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDN2KgQwWlur9Z3ZqtH4tzIuPJI9fbg7 { 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) { #nfvFInq2gxxotb1yw9VzHZzTwG5OUJMT { width:17.999875rem;height:10.25rem;top:224.62463378906rem;left:0.99853515625rem;font-size:1rem;display:block; }#nfvFInq2gxxotb1yw9VzHZzTwG5OUJMT li:before{  }
 }@media only screen and (max-width: 763px) { #Sy5heiqJlbOPl2LnuSu1KGq2PoVDfizN { 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) { #cKm414vnTdMSAxDHF1hIZfAS0ioIhpXs { width:5.1875rem;height:5.1875rem;top:286.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbacuymzuXernFww2STTA1GZMSlIBlIN { 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) { #kWg3sAMDhfgPfWd3OIWVgma6FH34CrwO { 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) { #qawF5kqniWolN88knEdZ74UACJxeFZMF { width:10.25rem;height:2.625rem;top:287.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPzoNeirZgyudVudBRPVE6eXVWp5IpcI { width:10rem;height:6.5rem;top:236.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Roxxn9JTTNAocofVakEXpI768fLb5RmR { display:block; }#Roxxn9JTTNAocofVakEXpI768fLb5RmR > .row .container { width:20rem;height:219.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfXQAZLr1cGwThZcSs9i8QLlHCc7e0Cz { width:19.25rem;height:6.2988125rem;top:1.25rem;left:0.375rem;font-size:1.75rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #waGi5Btdh19uREUIT0QldxZyQwWc4IM8 { width:18.375rem;height:7.5rem;top:14rem;left:0.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #StDHxKT17Dd5C7rpIegJDc1cZMsLbstf { width:18.5rem;height:1.5rem;top:11.25rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ur8oXFOTNUbx95Vumf5mPQnTQyz9ExIe { display:flex;width:2.5rem;height:2.5rem;top:52.28028125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAk8pyLzvbcKuoyUcPPQrzODgFceweeN { width:18.625rem;height:9rem;top:47rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hP0VVmJnkw84BV5hsJtlBnqftMAXmVB2 { width:19.1875rem;height:1.5rem;top:44.625rem;left:0.375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VWKgaKwCehUJ9pHX2kENSsX9qg6sBRTR { display:flex;width:2.5rem;height:2.5rem;top:137.51953125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM2xg1aPTNLw28Rcv6wtTyH5MEM1gLC6 { width:18.562rem;height:21rem;top:81.312255859375rem;left:0.7177734375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCIEGqSfci2R63B6PIIze5kmKTdvBcCo { width:17.625rem;height:1.5rem;top:78.5rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TghSkmasqIv0iDrGTVQVqeEdO00FPE54 { display:flex;width:2.5rem;height:2.5rem;top:173.11523125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lpvd2POm7hgrFtzERtdS1BVR1cSl5ap9 { width:17.5625rem;height:9rem;top:159.5625rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LupCFAkUUFTclApIEPCRB79TsDKQA4Tr { display:flex;width:2.5rem;height:2.5rem;top:211.697915625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wvo6nLQp3VxGbsxsPqkHf4gkvE1UD31E { width:16.875rem;height:4.5rem;top:123.625rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oLSMDgTn6UycctpTxvE2q4AoS1GSq7we { width:18.1875rem;height:12rem;top:128.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spTgtkPt2KLeBsfl0hA3Fg2nwryq8DEO { display:flex;width:2.5rem;height:2.5rem;top:606.63542236328rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BB4OUqWALC348c3PDoCr6CqOCTntETic { width:13.375rem;height:1.5rem;top:156.75rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ewFLygO6ddhzWioPP9ZvQRX5zoQt5NuB { width:20rem;height:13.244125rem;top:141.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJkmAy4di6qc1BurJprHBMHe9s1cXBdZ { width:15.375rem;height:15.375rem;top:169.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXrCIVv8l1M8hKKeEsrWKRtv1DCu2VBO { width:16.749875rem;height:16.749875rem;top:102.81188964844rem;left:1.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkaI4tpu8wgwUMc70Twqfb03ikX3TKvb { width:17.0625rem;height:17.0625rem;top:57.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMnNrA1XTTocihA2LCvlqWkvqQGpb0kE { width:20rem;height:33.0625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqoo5NM2TugNAxUdbsQDWtla2TZ9cNwP { width:20rem;height:43.9375rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #datFuoQJJsiqdxAfPF3LegH7JG7NJ5tf { width:20rem;height:31.0625rem;top:122.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcbJ9KeT4KgUTfqEofHvKqFImpAAmK2b { width:20rem;height:32.25rem;top:155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXvkXFRLs0SOaiimIiJq5wEdXVPXaVBR { width:20rem;height:32.125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxKEgfOWz5r3gcMIc5FXFe36GMvnKhc { width:18.75rem;height:18.75rem;top:21.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v906PX0MIztkiIu7EvQmxTlzs6lNhN5M { width:20rem;height:23.8125rem;top:188.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2675FEvGaGOMu03QTbCNZdtnEF21deV { width:15.6875rem;height:4.5rem;top:189.375rem;left:0.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xpKvNmSPpuDSQI9WTw1osuxN6DDFL34h { width:10.1875rem;height:14.5625rem;top:196.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMVbT6CPDJ6DTJhs3RqT41cf0JhuN1qX { width:15.8125rem;height:1.5rem;top:190rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M4z6zaA2NXR3bkJIIkumgSJO0QFND9NC { display:flex;width:2.5rem;height:2.5rem;top:477.04950543823rem;left:1.166015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlhxdQZlCcJQKAAdRGL8OTTQmnxMTGTb { width:6.43725rem;height:1.5rem;top:138.6875rem;left:11.75rem;font-size:1rem;display:block; }#QlhxdQZlCcJQKAAdRGL8OTTQmnxMTGTb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT { display:block; }#u1ZCJPNEl0mxkUI7dFH67DfBcIIeNqMT > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfygwItIrsWW2tqGSq7bFvDbPr6lOym5 { 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) { #hHZcDfvpKqZKfwB1W3RTucTd2zKREsyV { width:20rem;height:73.5625rem;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) { #RbTslJQiJAmCl7MNkbfeU6u9CWF9TbyF { width:18.25rem;height:62.875rem;top:8.57869720459rem;left:0.87500005960463rem;font-size:1rem;display:block; }#RbTslJQiJAmCl7MNkbfeU6u9CWF9TbyF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
 }@media only screen and (max-width: 763px) { #X7wrh9J7p4rguQkKWCG11MaE3eLcqW0n { width:20rem;height:4.875rem;top:74.119262695312rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MrKVRPEuoei3TisnzL2K1tUDuTnxVlCO { width:19.812rem;height:3.4375rem;top:89.8125rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RySZvST8bwsPcdieTzPHCbhJD1om3aSb { display:block; }
 }@media only screen and (max-width: 763px) { #URStKbMoNrgyLK441Sewk8ys9gAiF6WJ { width:20rem;height:24.752625rem;top:108.328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHN4Cc9JodON8XhwxvdoTE8hpqPZeMPn { width:20rem;height:1.4624rem;top:85.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gduugk9uVBTgkBX2l1MxMg2ZT2WtdDa1 { width:19.5rem;height:3.5rem;top:84.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xekvJssnsGheFI1yNXOhyrO6kULoqy { display:flex;width:12.625rem;height:12.625rem;top:77.1875rem;left:7.375rem; }
 }@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) { #BrpPgMndEXl9ImnG83o6x0cgOm9q336B { display:block; }#BrpPgMndEXl9ImnG83o6x0cgOm9q336B > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkQuGFpkDrRPXSzKr9DEdqlwmBVLtgA7 { width:17.875rem;height:4.79980625rem;top:1.56005859375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #woK0tQSKLeKooQuKwOhDbMofbQqwBv08 { width:20rem;height:4.1963190184049rem;top:58.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnz3Fm7UEDFHAVLVx1dtPqwqt5Z1C9Hi { width:20rem;height:4.1963190184049rem;top:63.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJ7UJBeOFLGskSrSwPckm0KR875JXvIe { width:20rem;height:3.7791411042945rem;top:69.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByeXIwpf7LoH3A3R8qlbM85a186eBx6V { width:20rem;height:4.0981595092024rem;top:74.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWX5dS78iSJTpF25O5a7lBS8tGpvZTAz { width:20rem;height:3.55761875rem;top:79.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOUk733UAN61UDVHIElsVSl8Zoh8Trkg { width:13.375rem;height:15.8125rem;top:6.9951171875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNKcSzTirJw1sC7Fq4Dt1bIz3qnzdWvs { width:12.1875rem;height:18.6875rem;top:23.4951171875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmpX1KCyKnNLZxzIuWrrs351crMyceJD { width:13.937375rem;height:5.24963125rem;top:42.431396484375rem;left:3.02978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVk1U0uSvWZS2KgCWyBVHIifsBp4cIls { width:12.437125rem;height:7.937rem;top:47.93701171875rem;left:3.7799072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIIm5FeBZImV2RDnJRN4NGS7ovoXyDmv { width:5.5rem;height:0.8125rem;top:7.5576171875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N { display:block; }#V0Bc8TuH5SDKAFI1uc7zNh1h10ZwaA7N > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUiPUAJ7aoldz8KIoKvFtm3BmCNItnWu { 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) { #k8aTRiqZowVrbFc6nIvcVhnEWIHks81w { 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) { #wcZfVnpLzFR8WPq8c9KxQu2v4uEguB5B { width:19.5rem;height:31rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSPmEiTg9cA2rPuaGtTTtIsVA4rixRxc { width:19.5rem;height:20rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWA1qOKwgpakafitCT2XrLURc6sAtCgi { width:19.5rem;height:18.9375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1l2ynJtOb1cTu0Or0ttRPK0r8fmBp6 { width:19.5rem;height:23rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NusRR4vkzdQ8qdzL4yzIfZXrNyUQnveX { 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) { #ziSqyCfsf1X8h0Sz94yrkRiGfbHzEGJb { 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) { #dUo33n7rFTHisWSN8UWwXzTXMLvMD3Wk { 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) { #GUEv6XJcywy4R639viVfHcdR7rbNq0MD { 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) { #TZbLQId7O6RdZvGxiKqAhcZlhPnMM3Fc { width:6.1875rem;height:3.1875rem;top:8.1874189376831rem;left:1.03125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OgR6JdTHDGD3qpxNJB9TFSwCC19tUdT4 { width:6.25rem;height:3.1875rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6KP2RQmX2QxN26o7M1q4UbXCtCB1pdo { width:6.375rem;height:3.1875rem;top:41.250082969666rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN71JX0yxch9E7S3DGCESiU44W1qf69q { width:6rem;height:3.1875rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEPV3IsA5PhCeXRDMvxTuEDr3xwzRJed { width:20rem;height:28.323353293413rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMP8hw6fyBhvxsWwR2egQMgN3ZpvWwTG { width:14.5rem;height:2.4375rem;top:32.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpVVtCn5oRMnIn3bvNyyVQiuHk2R5thq { width:14.75rem;height:2.1875rem;top:54.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRikNMIBDt51lLS318fLl1Wf1fUJLrbE { width:11.0625rem;height:3.125rem;top:68.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwSzP8sHmGbT8L9oVFXDaudXZBSRitC { width:6.75rem;height:2.1875rem;top:103.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7Q1SwfnRLTZA5SHPzfQSv26xuiFFKzn { width:12.5rem;height:2.5996125rem;top:90.0625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXrybPDWwQSGBw2dssNX1kKVGR8aQslm { width:11.625rem;height:3.75rem;top:89.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STo7AWyKFu6oim9ZyF4pzutQoPsgSFgc { display:flex;width:2.8125rem;height:2.8125rem;top:54.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRTo8L6Qs4L0pQdw5h9MEOaFQ7SkmAaq { display:flex;width:3.125rem;height:3.125rem;top:104.0625rem;left:9.3541669845581rem; }
 }@media only screen and (max-width: 763px) { #kZxeZ9yXGu2uGNMhQqMr1Sn1bTgSZgqZ { display:flex;width:2.6875rem;height:2.6875rem;top:32.934245109558rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #T8J4hpkTDIN5GAeAyA7wpNwwVQ6Snv6t { display:flex;width:3.125rem;height:3.125rem;top:68.916629791262rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #IKKUSLJTTR8ihBrIPKD2UlzTCR5wpmUd { display:flex;width:3.3125rem;height:3.3125rem;top:92.4375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #UtIb4wpaEzIxZwvmbB7owoBLetnT6BHU { width:20rem;height:17.142857142857rem;top:43.865194320679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0RGMCW0IsV3eVGXRx4s4yaOdR7TN7OF { width:19.0625rem;height:16rem;top:65.499877929688rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6WIT1uhArRSRMgON6K12quDi9GSANOA { width:19.1875rem;height:18.25rem;top:88.187255859375rem;left:0.3125rem;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:39rem;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.25rem;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.349125rem;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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz6MT3x0i7zsNlvqhV7luQIbZHQDgXQ1 { width:20rem;height:6.39845rem;top:4.7373046875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTl4aGbsLMOS8DL9Ey52bDNfeU1pQTia { width:20rem;height:2.79980625rem;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.4003875rem;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.4003875rem;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; } }