.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); }#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:44.6875rem;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:10rem;left:0.8125rem;height:9.349625rem;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 #ab78d3;border-left:0.1875rem solid #ab78d3;border-right:0.1875rem solid #ab78d3;border-bottom:0.1875rem solid #ab78d3;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:#ab78d3;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:35.75rem;left:21.3125rem;display:block; }
#ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -moz-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -ms-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -o-linear-gradient(206deg, #ab78d3, #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );";background-image: linear-gradient(206deg, #ab78d3, #be97dd);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:35.75rem;left:0.8125rem;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:25.8125rem;left:0.8125rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:8.75rem;left:47.25rem;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; }
#Z18iVTzCPyFM4B5S3NXR2trkPyWfQRZ7 { position:absolute;display:block;z-index:15013;height:12.5625rem;width:22.4375rem;top:0rem;left:29.875rem;display:block; }
#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:19.125rem;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:14.0859375rem;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:10.411125rem;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.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;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.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;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:2.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;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:4.4619125rem;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.29980625rem;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.29980625rem;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:12.46875rem;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.29980625rem;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.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;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: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; }
#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.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;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: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; }
#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.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;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: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; }
#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(206deg, #ab78d3, #be97dd);background-image: -moz-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -ms-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -o-linear-gradient(206deg, #ab78d3, #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );";background-image: linear-gradient(206deg, #ab78d3, #be97dd);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:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l4cTKHwcdTHBGFV8a5oS6OJxmd32HVkz { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -moz-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -ms-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -o-linear-gradient(206deg, #ab78d3, #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );";background-image: linear-gradient(206deg, #ab78d3, #be97dd);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:64.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UJXGmyP4JC1T6qttyr0eLfBv0omhJkCg { background-color:transparent;background-image: -webkit-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -moz-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -ms-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -o-linear-gradient(206deg, #ab78d3, #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );";background-image: linear-gradient(206deg, #ab78d3, #be97dd);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; }
#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL { 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; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row .container { background-color: transparent; background-image: none; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row .container > .video-iframe-container { display: none; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row > .video-iframe-container { display: none; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .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); }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row .container { border-width: 0; border-radius: 0; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row .container { font-size:0.875rem;font-family:poppins;height:195rem;width:75rem;overflow:visible;position:relative;display:block; }#xRKKb4hc6qzUGJ7ppT77TARgOk7RUihF { 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; }
#dahCX6HwWkqeDWyzvwRNedwLaWnDvxDd { 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:5.125rem;display:block; }#dahCX6HwWkqeDWyzvwRNedwLaWnDvxDd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dahCX6HwWkqeDWyzvwRNedwLaWnDvxDd li:before{  }
#QsTxZPrGMIgbJzX3Q2FtTg1q2wvJE0UT { 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; }
#ytkXFzrBeQQI9hA0QyWCgeTe5yzHH9FS { 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; }
#Dp8dErZRLgiVlW3M5shbwwtoJgUFpveD { 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; }
#fPbvoCicfI8Ss5NW0Pm1tRdvGC2WEdva { 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; }#fPbvoCicfI8Ss5NW0Pm1tRdvGC2WEdva li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#fPbvoCicfI8Ss5NW0Pm1tRdvGC2WEdva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#SBy26a4IlKSzPTB9zAQeX4ZtTqKWOH8g { 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:3.3125rem;display:block; }#SBy26a4IlKSzPTB9zAQeX4ZtTqKWOH8g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SBy26a4IlKSzPTB9zAQeX4ZtTqKWOH8g li:before{  }
#U9zK1CQEAiCN9DBvXtdH4H0QtqoeDo25 { 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; }
#bKF81rzXWbDKpJAtFdOMktzi1Ah4o3rz { 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; }#bKF81rzXWbDKpJAtFdOMktzi1Ah4o3rz li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bKF81rzXWbDKpJAtFdOMktzi1Ah4o3rz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
#q3n193KJD8EzD224LOSwltghOllNTgPc { 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:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQds4tz19h0fMCqqcFllgsWOs2xnhwXO { 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; }#xQds4tz19h0fMCqqcFllgsWOs2xnhwXO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xQds4tz19h0fMCqqcFllgsWOs2xnhwXO li:before{  }
#b1Apg0TUVlObSER6mdWq98eqe7iIeh2N { 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; }
#H4AraWcAMeNRTfzgNwoaCb0ZrOBm3wi8 { 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; }#H4AraWcAMeNRTfzgNwoaCb0ZrOBm3wi8 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#H4AraWcAMeNRTfzgNwoaCb0ZrOBm3wi8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#iC1LJBWWNmzb2oK4MOboFAPxskNMVtNS { 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; }
#DuxQxfp13xHUsnazrZoaqwhfTruZlZ9W { 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; }#DuxQxfp13xHUsnazrZoaqwhfTruZlZ9W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DuxQxfp13xHUsnazrZoaqwhfTruZlZ9W li:before{  }
#q8AlttdikZBfAlg1LiE8yAJ0ZShnmLsF { 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; }
#R0vcCbItSTARLyTLu6FF7cvsDaLcMkGT { 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; }#R0vcCbItSTARLyTLu6FF7cvsDaLcMkGT li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#R0vcCbItSTARLyTLu6FF7cvsDaLcMkGT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#XpvwhfQbglIMvWOSI2nqlDbeKTfbh3Xy { 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:1.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tBVkWPqLCupQxyg1E7wSIS8hqa6V2ecK { 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; }#tBVkWPqLCupQxyg1E7wSIS8hqa6V2ecK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tBVkWPqLCupQxyg1E7wSIS8hqa6V2ecK li:before{  }
#IIiyXvw4Rl8hx7IxN5HAw5SL96iXJ2BW { 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; }
#fEEQNFPBq5PMnau5uR9XIq9zU7VaCuN2 { 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; }#fEEQNFPBq5PMnau5uR9XIq9zU7VaCuN2 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#fEEQNFPBq5PMnau5uR9XIq9zU7VaCuN2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#JNM31NDMsL74K1mVKMSCu5I6xgmZzqVi { 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; }
#KSHtB3p0iBtZprBCavLcSO1ZSp0OuFkc { 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; }#KSHtB3p0iBtZprBCavLcSO1ZSp0OuFkc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KSHtB3p0iBtZprBCavLcSO1ZSp0OuFkc li:before{  }
#UkuK6VibHUHuXFDEQFr9xJxyv6ieCywD { 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; }#UkuK6VibHUHuXFDEQFr9xJxyv6ieCywD li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UkuK6VibHUHuXFDEQFr9xJxyv6ieCywD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
#RI3aCyQ6bZWuNoTlMPTN10d4QieTbGsP { 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; }
#KpG0mRM2ytAOx00HnxDBogvhhugP5EKT { 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; }
#PtnmrtICMT1TN00S84g1DNDkAT5EXOkd { 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; }
#GneqhJmnmAGtkJBhCClG0FLgrPtiMuF6 { 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; }
#VckfhQDztm0zfc1NUqsSH79EL0ATPfdg { 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; }
#Cs7zFnTFgsgRE5XPkLGgpM1eQINTP3Od { 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; }
#guLA5iGQGSNZFntR43T1LW4eUioAiZ3t { 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; }
#RXm3vCBpkXMm9SEungJIG9AQ3BNBFt9n { 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; }#RXm3vCBpkXMm9SEungJIG9AQ3BNBFt9n li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#RXm3vCBpkXMm9SEungJIG9AQ3BNBFt9n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#BQhb7rzadqSWZwon8uTsUGSm6hxC73X8 { 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; }#BQhb7rzadqSWZwon8uTsUGSm6hxC73X8 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#BQhb7rzadqSWZwon8uTsUGSm6hxC73X8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#noUFtKfGF9PNb2AfJL9tDplK34vy7QWD { 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; }#noUFtKfGF9PNb2AfJL9tDplK34vy7QWD li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#noUFtKfGF9PNb2AfJL9tDplK34vy7QWD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#Ac5MeTL26ge1pdRDHiPFyU1ZM0JCQ8vg { 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; }#Ac5MeTL26ge1pdRDHiPFyU1ZM0JCQ8vg li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ac5MeTL26ge1pdRDHiPFyU1ZM0JCQ8vg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#Lp2N6T4Q97oGE8tFL98kxgL5KW2LXqX3 { 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; }#Lp2N6T4Q97oGE8tFL98kxgL5KW2LXqX3 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lp2N6T4Q97oGE8tFL98kxgL5KW2LXqX3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#wnCOAkTKUWLiz5FVUygysMcGMbTUD1V7 { 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; }#wnCOAkTKUWLiz5FVUygysMcGMbTUD1V7 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#wnCOAkTKUWLiz5FVUygysMcGMbTUD1V7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#isdmeQRuWGJamEESN21cumBF9LoKuI9J { 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; }
#nEnTZuXx0ZgadehpcQ9EW8iTvK3mg7Vv { 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; }
#np3FkvesnmgTTsgQdz2K9NFb0VRUdtNd { 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; }#np3FkvesnmgTTsgQdz2K9NFb0VRUdtNd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#np3FkvesnmgTTsgQdz2K9NFb0VRUdtNd li:before{  }
#PNFqzA9lkT56yZmsHwyzQJKN7svZVMqC { 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; }
#nhi9M7RADTsTJJTXmPMKNBpKtk4R88oX { 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; }
#I3oWw6UGb664mrHLGCzwI1C2gyTyKfXz { 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; }
#hh2iWcRi7bN3F2WtdEDvnAtxSRump86O { 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; }
#ynwKrGz3sVVWA5d6mStuB0VLHwbbg3Tv { 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; }
#r2NAErnxyn5ktwifa19Kg6ebnfg8ceoH { 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; }#r2NAErnxyn5ktwifa19Kg6ebnfg8ceoH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r2NAErnxyn5ktwifa19Kg6ebnfg8ceoH li:before{  }
#zCiJSLBS28pRBXa8D68bMgsq0L1d6XTK { 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; }
#s2RSZ7Hs6xbfyJoURJAvba8Lc6XWNTPq { 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; }
#vnDmCGoAvUUFqRlvAJA7poGAw1n5l7xA { 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; }
#o26sXITABfNflLIFbW9bXCsxDnDVke7S { 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; }
#AKk0BuAUCVcNi5A7Mgo3d5oX0WCGeLEI { 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; }
#Awpnt2EmQltVvfzn0c9IwBSIBX92Z3PG { 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; }
#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G { 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; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { background-color: transparent; background-image: none; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container > .video-iframe-container { display: none; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row > .video-iframe-container { display: none; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .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); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { border-width: 0; border-radius: 0; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { font-size:0.875rem;font-family:poppins;height:144rem;width:75rem;overflow:visible;position:relative;display:block; }#XcNovPz69bLI0x47rok1FTzUOGT3gsRp { 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; }
#zb8l25DsZuC4T9moZUEKRE4zXk3EBDiz { 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; }
#PRv2XoZ0VDMbV1AG1O7TMoOrAquxcrJF { 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; }
#G73lAi6fweyL1kqb5SO710UzCyyo59Af { 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; }
#xQRcvsTTtbB0L2okCCS2XCZQwVzekMsU { 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; }
#aXfG6IAG1vVK9EsPymkMimNOLlBs5CFC { 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; }
#WemvutJWe0SU4fdWH7E74nJm1uEOxnvQ { 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; }
#kPVZeghIPTVotATS4bIrZnUu5nrrmBtO { 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:12rem;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; }
#lqn1lkBf4BNghknLCBXGubxz2QnRwNTG { 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; }
#WImgfBSfVu5nEDHnZME9KQxlzxSy75N9 { 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; }
#eG0X3wbDdXwiDQo0CkiFL7nHzGry6wkI { 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; }
#SSP55UuUrcoIzdIaAc3dCh0U5gobq9Ai { 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; }
#wXMzH4l29zV70zIzpx2cOKQ7pX5bLvvL { 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; }
#Jx3EXOV3Poe3ZUgrfHaA7qyWvQkdNSXe { 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; }
#QoTNll4VMVcm5fVRlTlWWJh8ekcTbdqZ { 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; }
#fu3gmETM4gWlSrwOCHGa3fkCXRxfR981 { 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; }
#LwgFCEzWMIToMNo89A7dPe1T8lz1vfzk { 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; }
#KkPq7LvuFfK4eOlVZsUbeUhCo5u4y5IV { 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; }
#dEsEMD95AaqDM4zfocMm5QfC7AMdqR00 { 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; }
#xThlSa7eN5UnhyqATEV8FeEEcwUGe46r { 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; }
#UIzei0dBlkon13R3iWXEQhpUy6WSvyTg { 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; }
#JSlhRdMAAZiiRnqRIFlhZE7GIsbHechp { 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; }
#h1mxr89MxSuL4BQi4snlGQwFnnO0gdap { 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; }
#g0Z4GV2Io4UW5T2IJpuM0gklr4iAaurG { 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; }
#FgmNKRxNRqwKLmxOUKyl2KvcR3pzh4eo { 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; }
#diudpBoPBryDmtJP3HtIzTV8zKQq3MHq { 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; }
#op6KIaiF05ExEQkI0znslDOhKNendlxH { 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; }
#eXRLmDGMJVwRU39b82UVQcTknIcLI7zI { 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; }
#owcSWev1Eh10LBEptms8ynKfpc5lpHC3 { 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; }
#SvV9LUkKQxwphi3E7gvvlTdFGI6uOFsQ { 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; }
#HDT6anrMoAAGDrgPxdns63UKvnw7PQmE { 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; }
#bgP5C0FhD7DuiRXDtpei7Qxwufm4NAhD { 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; }#bgP5C0FhD7DuiRXDtpei7Qxwufm4NAhD li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#bgP5C0FhD7DuiRXDtpei7Qxwufm4NAhD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k { 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; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row .container { background-color: transparent; background-image: none; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row .container > .video-iframe-container { display: none; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row > .video-iframe-container { display: none; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .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); }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row .container { border-width: 0; border-radius: 0; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row .container { font-size:0.875rem;font-family:poppins;height:74rem;width:75rem;overflow:visible;position:relative;display:block; }#vL9MxafJ5co858FTGb8S225zgi3TMNgy { 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; }
#o9ZLBDLR5yt0Zwos6fklF6RVcVaxdNpT { 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:64rem;width:43.25rem;top:9.0625rem;left:0.99951171875rem;display:block; }
#r5rKKkxnGyVXkoqTuxcuiL28aHnt0N7A { 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; }#r5rKKkxnGyVXkoqTuxcuiL28aHnt0N7A li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#r5rKKkxnGyVXkoqTuxcuiL28aHnt0N7A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
#HQ97E2ykX4IBzo6OQ3eSA11CNULLBU0p { 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; }
#ELCUxvx6Dx588TzZI2dBtEXDnF5L83Lu { 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; }
#B3Md2to27cUAsuR7TmZMqwXt77HZt0QS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhfAoJfPzBWSFZ75oQsGMxLJ8qRF68TH { 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; }
#wdkfgV2ulg2AZn4z8USHyJIVoH6oeBEl { 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; }
#EreDy2QDby1cm33iqc2TEnQg0PNK69kr { 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; }
#vFG0N9S1PJ7WfK0ca84hgCNxSW0wEoyi { 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; }
#KP7t4aLZ4bAVWTn4F98p9suxfFXX8VWH { position:absolute;display:block;z-index:15063;height:8.25rem;width:21.6875rem;top:63.37353515625rem;left:11.78076171875rem;display:block; }
#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J { position:relative;display:block; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J { background-color: transparent; background-image: none; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .row .container > .video-iframe-container { display: none; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .row > .video-iframe-container { display: none; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .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); }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J { border-width: 0; border-radius: 0; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .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; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UgS1T2EktvINSzff1Pfb3DXmzsq7KfoL { color:#661eb7;display:block;width:49.561875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.7076816558838rem;left:12.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UMaT6gK6vT3DczR49v7yKFx9XhgL2vgF { 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; }
#Pr0GzQKcoSNOUFfUbfzVEQys1V7qX2To { 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; }
#xqtfN3Nv4hPCqkTEBdIuOzP9QWG7EOrH { 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; }
#UCvLxoarPDInHL2y87ZmOr2UdTOCKkzG { 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; }
#iVede057x2TWJNXHxP2cn37RoEKlWLIR { 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; }
#FOxZPAv0nTm0CMlBygvmodIUfZDJgQln { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.875rem;left:8.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DhXTp62tQwvJ4aOF8TJKhwbgTJP5a0X5 { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:9.875rem;left:38.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Vewd7mmA9Dys1N0860ECQxPLSGsZ2GpS { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:43.70832824707rem;left:8.6875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uAiQTkrT67y8I1Ws94HHURwHEk7cC2zJ { color:#661eb7;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:43.707679748535rem;left:38.1875rem;height:2.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GBJax1HvdEe6yxy2GKNLwOMz6zVdZuGL { 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; }
#S7QcQcGV0kphGxtkZRc379sa8oEupIkc { 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; }
#mOyV8h9XuwWqCdcSXbTtx542K5E1q76A { 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; }
#MycPROOnAmGOichapSc77AQbrlqz0Jrw { 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; }
#OZ7da4eO8zKlQZOLISPelcsNPFrMdUGQ { 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; }
#HQIhXJALaq1HgTGWQMEyfDTNQ3gARVzN { 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; }
#nPBoA9HUWPAJMPsOExNmSUyNAhtlgZIk { 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; }
#cNFG5akbdbQCsZPbTwbkf8D1Msm7TOO0 { 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; }
#KUVLyFS8I4CZT16RR8maRecxvRi4gx0C { 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; }
#FUXwiaeZyMkQbMNRhWBFQy4ZygKWrpkw { 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; }
#VIE4MBiRBoXBTKWVsFDkHSgdM7gmmvDu { 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; }
#TPbFk20stdbrw6I9VwhT5TzbPSPRIpNb { 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; }
#ZAzDbsq8FKKm49CKbDxMuEn0vyQ3oS8f { 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; }
#pcCSr2TMRUK2HLRoico6fGPdRJOTseKf { 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; }
#xuUNMOwTcZRvTT8WVEqkwgVHoTIIkCtL { 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; }
#Ru1khNg1NtvvQMEvwytbzs1o2hSKHGi8 { 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; }
#bcp3pkpEA2STDRe5VXG7MmZsn8JHne0Q { 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; }
#gA1Ji0VIBx4CkO5lNoTVvNNfTRwxSUcU { 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; }
#G9nQzlwbfNPrRx0TnE3xTO5e54o2K7Zi { 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; }
#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL { 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; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { background-color: transparent; background-image: none; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container > .video-iframe-container { display: none; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row > .video-iframe-container { display: none; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .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); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { border-width: 0; border-radius: 0; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#Mml7U8BH5RJFnF3ZgT9BElZVmDPcHMJS { 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.1499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThZnn48qmF2P2tyfMKVKDJXTvWhAGOw6 { 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; }
#DnV4TUI6FCK4UNTCkwMMTQEtRnR4L27p { 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.6875rem;width:50.9375rem;top:38.75rem;left:12.03125rem;overflow:hidden;display:block; }
#N9cFaorFf7fVKrtek5ozxdZSR1HrzUd5 { 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:50.9375rem;top:50.4375rem;left:11.625rem;overflow:hidden;display:block; }
#BEQs9B2s87NRZS6QGntnRlOFITfkNOma { 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.75rem;left:11.625rem;overflow:hidden;display:block; }
#rl9ILiCdFCiPcSbRcXSH01m8HSDPql0I { 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:50.9375rem;top:72.25rem;left:11.5625rem;overflow:hidden;display:block; }
#WER7aBt8yASCsFxnt35mwmJ46OPWeByc { 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; }
#BdyiFSbnRPXr9bFmJKyK0kHWXNFBL8OI { 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; }
#sc2wQ6UhBCyyzGZOJm9Dv2ocL1FBwHKk { 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; }
#eLunbic5CKVJzq9GMZEV8TUEExopJGxo { 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:10.375rem;width:16rem;top:14.75rem;left:45.1875rem;overflow:hidden;display:block; }
#hB5vSg7w28dPf13TeqJHSQWyuUWaNKWs { box-sizing:content-box;height:1.375rem;width:7.375rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:6.625rem;left:14.875rem;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:19.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:poppins;height:52.625rem;width:75rem;overflow:visible;position:relative;display:block; }#E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { color:#000000;display:block;width:61.8125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.6875rem;left:6.875rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;flex-direction:column;align-items:center;background-color:#ddd7cd;background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins;color:#342536;line-height:2.5;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:#674a6c;height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_52af81417cc870c785124cfdfb99b714a1b22d98.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:61.25rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.611979484558rem;left:6.875rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu { display:none; }
#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddd7cd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { background-color: transparent; background-image: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container > .video-iframe-container { display: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container { display: none; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { border-width: 0; border-radius: 0; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { color:#000000;display:block;width:36.75rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:2.0247802734375rem;left:6.947265625rem;height:7.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(206deg, #ab78d3, #be97dd);background-image: -moz-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -ms-linear-gradient(206deg, #ab78d3, #be97dd);background-image: -o-linear-gradient(206deg, #ab78d3, #be97dd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab78d3', endColorstr='#be97dd' );";background-image: linear-gradient(206deg, #ab78d3, #be97dd);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.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.93701171875rem;left:34.5rem; }
#TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:37.3125rem; }
#JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qQkqnAspKyJClpT76DBcNvTq1QkVM4cb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:11.93701171875rem;left:40.1875rem; }
#qQkqnAspKyJClpT76DBcNvTq1QkVM4cb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XhLp9TSrcOTkD5DWBs0t5QiiyKO9KCuW { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:42.3125rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0kSsxtMsxpSl2zUAcdaJ7KwBXtB4cFM { color:#1f333b;display:block;width:12.6875rem;position:absolute;font-family:averta;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:16.225219726562rem;left:54.75rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NaMCMm889Hg0CeOQSdTO9nOrGm2adXB6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:0.875rem;left:35.5rem;overflow:hidden;display:block; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.93701171875rem;left:31.75rem; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:10rem;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:25.8125rem;left:0rem;width:34.8125rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaHHmSc5peRXhiq5xfJz3xyMc7BebFVh { top:8.75rem;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) { #Z18iVTzCPyFM4B5S3NXR2trkPyWfQRZ7 { top:0rem;left:16.25rem;width:22.4375rem;height:12.5625rem;display:block; }
 }@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) { #HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL { display:block; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRKKb4hc6qzUGJ7ppT77TARgOk7RUihF { top:2.8125rem;left:0rem;width:41.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dahCX6HwWkqeDWyzvwRNedwLaWnDvxDd { top:19.8125rem;left:0rem;width:36.375rem;height:6.625rem;font-size:1rem;display:block; }#dahCX6HwWkqeDWyzvwRNedwLaWnDvxDd li:before{  }
 }@media only screen and (max-width: 763px) { #QsTxZPrGMIgbJzX3Q2FtTg1q2wvJE0UT { top:10.625rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytkXFzrBeQQI9hA0QyWCgeTe5yzHH9FS { top:12.125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8dErZRLgiVlW3M5shbwwtoJgUFpveD { top:35.125rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPbvoCicfI8Ss5NW0Pm1tRdvGC2WEdva { top:16.8125rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#fPbvoCicfI8Ss5NW0Pm1tRdvGC2WEdva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #SBy26a4IlKSzPTB9zAQeX4ZtTqKWOH8g { top:65.4375rem;left:0rem;width:36.375rem;height:4.8125rem;font-size:1rem;display:block; }#SBy26a4IlKSzPTB9zAQeX4ZtTqKWOH8g li:before{  }
 }@media only screen and (max-width: 763px) { #U9zK1CQEAiCN9DBvXtdH4H0QtqoeDo25 { top:55.6875rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKF81rzXWbDKpJAtFdOMktzi1Ah4o3rz { top:41.8125rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#bKF81rzXWbDKpJAtFdOMktzi1Ah4o3rz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
 }@media only screen and (max-width: 763px) { #q3n193KJD8EzD224LOSwltghOllNTgPc { top:37.125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQds4tz19h0fMCqqcFllgsWOs2xnhwXO { top:45.125rem;left:0rem;width:36.0625rem;height:3.3125rem;font-size:1rem;display:block; }#xQds4tz19h0fMCqqcFllgsWOs2xnhwXO li:before{  }
 }@media only screen and (max-width: 763px) { #b1Apg0TUVlObSER6mdWq98eqe7iIeh2N { top:75.625rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4AraWcAMeNRTfzgNwoaCb0ZrOBm3wi8 { top:62rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#H4AraWcAMeNRTfzgNwoaCb0ZrOBm3wi8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #iC1LJBWWNmzb2oK4MOboFAPxskNMVtNS { top:57.3125rem;left:0rem;width:37.5rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuxQxfp13xHUsnazrZoaqwhfTruZlZ9W { top:86.25rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#DuxQxfp13xHUsnazrZoaqwhfTruZlZ9W li:before{  }
 }@media only screen and (max-width: 763px) { #q8AlttdikZBfAlg1LiE8yAJ0ZShnmLsF { top:100.3125rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0vcCbItSTARLyTLu6FF7cvsDaLcMkGT { top:82rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#R0vcCbItSTARLyTLu6FF7cvsDaLcMkGT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #XpvwhfQbglIMvWOSI2nqlDbeKTfbh3Xy { top:77.3125rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBVkWPqLCupQxyg1E7wSIS8hqa6V2ecK { top:110.6875rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#tBVkWPqLCupQxyg1E7wSIS8hqa6V2ecK li:before{  }
 }@media only screen and (max-width: 763px) { #IIiyXvw4Rl8hx7IxN5HAw5SL96iXJ2BW { top:121.75rem;left:0rem;width:40.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEEQNFPBq5PMnau5uR9XIq9zU7VaCuN2 { top:107.5625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#fEEQNFPBq5PMnau5uR9XIq9zU7VaCuN2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #JNM31NDMsL74K1mVKMSCu5I6xgmZzqVi { top:103.375rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSHtB3p0iBtZprBCavLcSO1ZSp0OuFkc { top:131.3125rem;left:0rem;width:36.375rem;height:;font-size:1rem;display:block; }#KSHtB3p0iBtZprBCavLcSO1ZSp0OuFkc li:before{  }
 }@media only screen and (max-width: 763px) { #UkuK6VibHUHuXFDEQFr9xJxyv6ieCywD { top:128.4375rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#UkuK6VibHUHuXFDEQFr9xJxyv6ieCywD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #RI3aCyQ6bZWuNoTlMPTN10d4QieTbGsP { top:123.6875rem;left:0rem;width:39.6875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpG0mRM2ytAOx00HnxDBogvhhugP5EKT { top:12.125rem;left:16.5rem;width:31.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtnmrtICMT1TN00S84g1DNDkAT5EXOkd { top:36.25rem;left:16.5rem;width:31.25rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GneqhJmnmAGtkJBhCClG0FLgrPtiMuF6 { top:57.25rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VckfhQDztm0zfc1NUqsSH79EL0ATPfdg { top:80.0625rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs7zFnTFgsgRE5XPkLGgpM1eQINTP3Od { top:103.375rem;left:16.5rem;width:31.25rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guLA5iGQGSNZFntR43T1LW4eUioAiZ3t { top:123.6875rem;left:16.5rem;width:31.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXm3vCBpkXMm9SEungJIG9AQ3BNBFt9n { top:50rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#RXm3vCBpkXMm9SEungJIG9AQ3BNBFt9n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #BQhb7rzadqSWZwon8uTsUGSm6hxC73X8 { top:28.1875rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#BQhb7rzadqSWZwon8uTsUGSm6hxC73X8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #noUFtKfGF9PNb2AfJL9tDplK34vy7QWD { top:72.0625rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#noUFtKfGF9PNb2AfJL9tDplK34vy7QWD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Ac5MeTL26ge1pdRDHiPFyU1ZM0JCQ8vg { top:96.6875rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#Ac5MeTL26ge1pdRDHiPFyU1ZM0JCQ8vg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Lp2N6T4Q97oGE8tFL98kxgL5KW2LXqX3 { top:118.8125rem;left:0rem;width:23.625rem;height:1.6875rem;font-size:1rem;display:block; }#Lp2N6T4Q97oGE8tFL98kxgL5KW2LXqX3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #wnCOAkTKUWLiz5FVUygysMcGMbTUD1V7 { top:138.25rem;left:0rem;width:23.625rem;height:;font-size:1rem;display:block; }#wnCOAkTKUWLiz5FVUygysMcGMbTUD1V7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #isdmeQRuWGJamEESN21cumBF9LoKuI9J { top:145rem;left:34rem;width:13.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEnTZuXx0ZgadehpcQ9EW8iTvK3mg7Vv { top:152rem;left:34rem;width:13.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #np3FkvesnmgTTsgQdz2K9NFb0VRUdtNd { top:177.4375rem;left:0rem;width:36.3125rem;height:6.875rem;font-size:1rem;display:block; }#np3FkvesnmgTTsgQdz2K9NFb0VRUdtNd li:before{  }
 }@media only screen and (max-width: 763px) { #PNFqzA9lkT56yZmsHwyzQJKN7svZVMqC { top:171.9375rem;left:0rem;width:39.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhi9M7RADTsTJJTXmPMKNBpKtk4R88oX { top:143.4375rem;left:0rem;width:40.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3oWw6UGb664mrHLGCzwI1C2gyTyKfXz { top:167.5625rem;left:21.1875rem;width:26.5625rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh2iWcRi7bN3F2WtdEDvnAtxSRump86O { top:169.375rem;left:0rem;width:40.625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynwKrGz3sVVWA5d6mStuB0VLHwbbg3Tv { top:148.0625rem;left:0rem;width:39.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2NAErnxyn5ktwifa19Kg6ebnfg8ceoH { top:153.75rem;left:0rem;width:36.3125rem;height:8.6875rem;font-size:1rem;display:block; }#r2NAErnxyn5ktwifa19Kg6ebnfg8ceoH li:before{  }
 }@media only screen and (max-width: 763px) { #zCiJSLBS28pRBXa8D68bMgsq0L1d6XTK { top:146.125rem;left:25.375rem;width:15.125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2RSZ7Hs6xbfyJoURJAvba8Lc6XWNTPq { top:187.0625rem;left:30.060913085938rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDmCGoAvUUFqRlvAJA7poGAw1n5l7xA { 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) { #o26sXITABfNflLIFbW9bXCsxDnDVke7S { top:189rem;left:30.904296875rem;width:3.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKk0BuAUCVcNi5A7Mgo3d5oX0WCGeLEI { top:187.875rem;left:33.68701171875rem;width:10.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awpnt2EmQltVvfzn0c9IwBSIBX92Z3PG { top:159.5625rem;left:34rem;width:13.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOPggLxEut3hTb6ZB1l8hrR9cvueN95G { display:block; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcNovPz69bLI0x47rok1FTzUOGT3gsRp { top:1.375rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb8l25DsZuC4T9moZUEKRE4zXk3EBDiz { top:17.875rem;left:0rem;width:33.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRv2XoZ0VDMbV1AG1O7TMoOrAquxcrJF { top:13.125rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G73lAi6fweyL1kqb5SO710UzCyyo59Af { top:13rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQRcvsTTtbB0L2okCCS2XCZQwVzekMsU { top:39.25rem;left:0rem;width:33.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXfG6IAG1vVK9EsPymkMimNOLlBs5CFC { top:34.875rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WemvutJWe0SU4fdWH7E74nJm1uEOxnvQ { top:34.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPVZeghIPTVotATS4bIrZnUu5nrrmBtO { top:60.9375rem;left:0rem;width:33.75rem;height:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqn1lkBf4BNghknLCBXGubxz2QnRwNTG { top:57rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WImgfBSfVu5nEDHnZME9KQxlzxSy75N9 { top:56.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG0X3wbDdXwiDQo0CkiFL7nHzGry6wkI { top:108.5625rem;left:0rem;width:33.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSP55UuUrcoIzdIaAc3dCh0U5gobq9Ai { top:79.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXMzH4l29zV70zIzpx2cOKQ7pX5bLvvL { top:79.375rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx3EXOV3Poe3ZUgrfHaA7qyWvQkdNSXe { top:85.0625rem;left:0rem;width:33.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoTNll4VMVcm5fVRlTlWWJh8ekcTbdqZ { top:102.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu3gmETM4gWlSrwOCHGa3fkCXRxfR981 { top:102.375rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwgFCEzWMIToMNo89A7dPe1T8lz1vfzk { top:78.75rem;left:19.625rem;width:28.125rem;height:18.624875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkPq7LvuFfK4eOlVZsUbeUhCo5u4y5IV { top:98.3125rem;left:26.75rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsEMD95AaqDM4zfocMm5QfC7AMdqR00 { top:53.4375rem;left:24.9375rem;width:22.8125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThlSa7eN5UnhyqATEV8FeEEcwUGe46r { top:29.625rem;left:26.125rem;width:21.625rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIzei0dBlkon13R3iWXEQhpUy6WSvyTg { top:30.0625rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlhRdMAAZiiRnqRIFlhZE7GIsbHechp { top:54.4375rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1mxr89MxSuL4BQi4snlGQwFnnO0gdap { top:76.6875rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z4GV2Io4UW5T2IJpuM0gklr4iAaurG { top:99.1875rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgmNKRxNRqwKLmxOUKyl2KvcR3pzh4eo { top:8.8125rem;left:0rem;width:47.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diudpBoPBryDmtJP3HtIzTV8zKQq3MHq { top:8.375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #op6KIaiF05ExEQkI0znslDOhKNendlxH { top:121.0625rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXRLmDGMJVwRU39b82UVQcTknIcLI7zI { top:133.5625rem;left:0rem;width:33.75rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owcSWev1Eh10LBEptms8ynKfpc5lpHC3 { top:122rem;left:34.5625rem;width:13.1875rem;height:18.84875903336rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvV9LUkKQxwphi3E7gvvlTdFGI6uOFsQ { top:124.75rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDT6anrMoAAGDrgPxdns63UKvnw7PQmE { top:124.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgP5C0FhD7DuiRXDtpei7Qxwufm4NAhD { top:90.9375rem;left:14.625rem;width:6.4375rem;height:1.625rem;font-size:1rem;display:block; }#bgP5C0FhD7DuiRXDtpei7Qxwufm4NAhD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k { display:none; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vL9MxafJ5co858FTGb8S225zgi3TMNgy { top:3.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ZLBDLR5yt0Zwos6fklF6RVcVaxdNpT { top:9.0625rem;left:0rem;width:43.25rem;height:64rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5rKKkxnGyVXkoqTuxcuiL28aHnt0N7A { top:10.8125rem;left:0rem;width:39.375rem;height:;font-size:1rem;display:block; }#r5rKKkxnGyVXkoqTuxcuiL28aHnt0N7A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
 }@media only screen and (max-width: 763px) { #HQ97E2ykX4IBzo6OQ3eSA11CNULLBU0p { top:45.125rem;left:0rem;width:33.5rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELCUxvx6Dx588TzZI2dBtEXDnF5L83Lu { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Md2to27cUAsuR7TmZMqwXt77HZt0QS { display:block; }
 }@media only screen and (max-width: 763px) { #ZhfAoJfPzBWSFZ75oQsGMxLJ8qRF68TH { top:5.4375rem;left:1rem;width:46.75rem;height:57.860111028927rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdkfgV2ulg2AZn4z8USHyJIVoH6oeBEl { top:53.75rem;left:0rem;width:33.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EreDy2QDby1cm33iqc2TEnQg0PNK69kr { top:52.8125rem;left:0rem;width:32.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFG0N9S1PJ7WfK0ca84hgCNxSW0wEoyi { top:46.6875rem;left:18.897583007812rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP7t4aLZ4bAVWTn4F98p9suxfFXX8VWH { top:63.3125rem;left:0rem;width:21.6875rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J { display:block; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgS1T2EktvINSzff1Pfb3DXmzsq7KfoL { width:47.75rem;height:2.75rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMaT6gK6vT3DczR49v7yKFx9XhgL2vgF { width:47.75rem;height:;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr0GzQKcoSNOUFfUbfzVEQys1V7qX2To { top:11.1875rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqtfN3Nv4hPCqkTEBdIuOzP9QWG7EOrH { top:11.1875rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvLxoarPDInHL2y87ZmOr2UdTOCKkzG { top:44.9375rem;left:0rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVede057x2TWJNXHxP2cn37RoEKlWLIR { top:44.9375rem;left:19.125rem;width:28.125rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxZPAv0nTm0CMlBygvmodIUfZDJgQln { width:10.875rem;height:2.75rem;top:9.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhXTp62tQwvJ4aOF8TJKhwbgTJP5a0X5 { width:10.875rem;height:;top:9.875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vewd7mmA9Dys1N0860ECQxPLSGsZ2GpS { width:10.875rem;height:;top:43.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAiQTkrT67y8I1Ws94HHURwHEk7cC2zJ { width:10.875rem;height:;top:43.6875rem;left:24.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBJax1HvdEe6yxy2GKNLwOMz6zVdZuGL { top:43.5625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7QcQcGV0kphGxtkZRc379sa8oEupIkc { top:43.5rem;left:25.5rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyV8h9XuwWqCdcSXbTtx542K5E1q76A { top:9.625rem;left:25.5rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MycPROOnAmGOichapSc77AQbrlqz0Jrw { top:9.625rem;left:0rem;width:8.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7da4eO8zKlQZOLISPelcsNPFrMdUGQ { top:12.125rem;left:0rem;width:20.875rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQIhXJALaq1HgTGWQMEyfDTNQ3gARVzN { top:33.875rem;left:0rem;width:19.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPBoA9HUWPAJMPsOExNmSUyNAhtlgZIk { top:30.125rem;left:26.1875rem;width:21.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFG5akbdbQCsZPbTwbkf8D1Msm7TOO0 { top:52.125rem;left:3.7083330154419rem;width:13.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUVLyFS8I4CZT16RR8maRecxvRi4gx0C { top:69.875rem;left:38.625rem;width:8.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUXwiaeZyMkQbMNRhWBFQy4ZygKWrpkw { top:51.5rem;left:33.625000953674rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIE4MBiRBoXBTKWVsFDkHSgdM7gmmvDu { top:50.625rem;left:33.250000953674rem;width:11.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbFk20stdbrw6I9VwhT5TzbPSPRIpNb { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAzDbsq8FKKm49CKbDxMuEn0vyQ3oS8f { top:30.5625rem;left:25.500000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcCSr2TMRUK2HLRoico6fGPdRJOTseKf { top:70.5625rem;left:39.625004768372rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuUNMOwTcZRvTT8WVEqkwgVHoTIIkCtL { top:52.0625rem;left:17.604168891907rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1khNg1NtvvQMEvwytbzs1o2hSKHGi8 { top:53.8125rem;left:33.687500953674rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcp3pkpEA2STDRe5VXG7MmZsn8JHne0Q { top:16.0625rem;left:21.0625rem;width:26.6875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA1Ji0VIBx4CkO5lNoTVvNNfTRwxSUcU { top:48.0625rem;left:0rem;width:25.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9nQzlwbfNPrRx0TnE3xTO5e54o2K7Zi { top:48.9375rem;left:21.25rem;width:26.5rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL { display:block; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mml7U8BH5RJFnF3ZgT9BElZVmDPcHMJS { top:1.8125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZnn48qmF2P2tyfMKVKDJXTvWhAGOw6 { top:27.0625rem;left:0rem;width:47.75rem;height:10.018711656442rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnV4TUI6FCK4UNTCkwMMTQEtRnR4L27p { top:38.75rem;left:0rem;width:47.75rem;height:10.018711656442rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9cFaorFf7fVKrtek5ozxdZSR1HrzUd5 { top:50.4375rem;left:0rem;width:47.75rem;height:9.0226993865031rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEQs9B2s87NRZS6QGntnRlOFITfkNOma { top:60.75rem;left:0rem;width:47.75rem;height:9.7843558282206rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl9ILiCdFCiPcSbRcXSH01m8HSDPql0I { top:72.25rem;left:0rem;width:47.75rem;height:8.4953987730063rem;display:block; }
 }@media only screen and (max-width: 763px) { #WER7aBt8yASCsFxnt35mwmJ46OPWeByc { top:6.0625rem;left:0rem;width:17.1875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdyiFSbnRPXr9bFmJKyK0kHWXNFBL8OI { top:6rem;left:16.3125rem;width:13.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc2wQ6UhBCyyzGZOJm9Dv2ocL1FBwHKk { top:6.625rem;left:29.0625rem;width:18.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLunbic5CKVJzq9GMZEV8TUEExopJGxo { top:14.75rem;left:31.5625rem;width:16rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB5vSg7w28dPf13TeqJHSQWyuUWaNKWs { top:6.625rem;left:1.25rem;width:7.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb { display:block; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKdKp3te94XtZdWkDdOz9vgQvF2ecBe4 { top:2.25rem;left:0rem;width:47.75rem;height:21.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E27SScyVzoVMlzCiLPZ30ScMudwdvXhm { top:4.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu {  }
 }@media only screen and (max-width: 763px) { #IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr { display:block; }#IX7i0BJxQBiSoMAPdPAI7IuDOr1Kc7pr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7dWzN9T1Wl8T6TCLLyqgu92rEt0wbkK { top:2rem;left:0rem;width:36.75rem;height:7.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block; }
 }@media only screen and (max-width: 763px) { #vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp { display:block; }#vmMlNqg0IqmV0GzreaKqhIzQTfMDyAdp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tz6MT3x0i7zsNlvqhV7luQIbZHQDgXQ1 { top:4.75rem;left:12.3125rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTl4aGbsLMOS8DL9Ey52bDNfeU1pQTia { top:16.1875rem;left:0rem;width:24.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm { top:11.875rem;left:20.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#TwNIDvWCpZxLROeBfZz2QFPSGHpK7xPm > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI { top:11.875rem;left:23.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
#JPrOQAQCEN3LMASGCX3qmi3Bg68HRdBI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #qQkqnAspKyJClpT76DBcNvTq1QkVM4cb { top:11.875rem;left:26.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#qQkqnAspKyJClpT76DBcNvTq1QkVM4cb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XhLp9TSrcOTkD5DWBs0t5QiiyKO9KCuW { top:16.1875rem;left:28.6875rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0kSsxtMsxpSl2zUAcdaJ7KwBXtB4cFM { top:16.1875rem;left:35.0625rem;width:12.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaMCMm889Hg0CeOQSdTO9nOrGm2adXB6 { width:3.9375rem;height:3.9375rem;top:0.875rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC { top:11.875rem;left:18.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:18.8125rem;height:5.7744125rem;top:2.25rem;left:0rem;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:22.1875rem;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:17.875rem;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:9.0625rem;left:0rem;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:26.5625rem;left:0.5rem;width:19.0625rem;height:17.5rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z18iVTzCPyFM4B5S3NXR2trkPyWfQRZ7 { width:20rem;height:5.1875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:39.1875rem;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.4375rem;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:81.125rem;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.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHIofTiiqhTc7Kr03cI86N9fxcT4nIeI { width:17.9375rem;height:6.2988125rem;top:1.2500002384186rem;left:1.0312500596046rem;font-size:1.75rem;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zZns2ev3pcZRpQrGZcmZ5Hz6JyWDHHsH { width:20.1875rem;height:69.0625rem;top:8.1876125335694rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;border-top:0;border-left:0.1875rem solid #be97dd;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #BMoALqV0hWW0ua4ip1T1ncg1RIzWHQiR { width:18.25rem;height:31.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.8125rem;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.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQoR4eLy2yfuGbSRp91D0QyBG1XKfUc8 { width:19.0625rem;height:14.69725rem;top:1.25rem;left:0.46875005960464rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm { display:block; }#LVH6ZuU3CfwyzreRoPlpO3gev3RCULJm > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nu9NzeZFtbns5X8tofuFxqtxOdkGFs7J { width:18.625rem;height: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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxXVK8kvwisz7D98WXRQuaoT7rgBoAWN { width:18.5rem;height:2.0996125rem;top:1.3750209808349rem;left:0.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wuTmyoSMsdh09MbsuqToBBck00QyqLGr { display:flex;width:3.125rem;height:3.125rem;top:5.625rem;left:0.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #hyWDVNy6AbgA62sBrsvCQhIGyTZhclxh { width:4.6875rem;height:2.3999rem;top:5.4375002980232rem;left:1.8229168057442rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2KGPgTpDpvW1I5a0ENMvpUW4dZzz5Hn { width:18.8125rem;height:4.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.3999rem;top:27.625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBfVdvJrglvb8XCtb76TlMISw2tX0Z3r { width:18.875rem;height:4.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.3999rem;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:18.125rem;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.625rem;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:143.0625rem;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) { #HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL { display:block; }#HGkrvCcWFQuef9Dik8HkRwLUf6gTC9ZL > .row .container { width:20rem;height:298.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRKKb4hc6qzUGJ7ppT77TARgOk7RUihF { 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) { #dahCX6HwWkqeDWyzvwRNedwLaWnDvxDd { width:18.1245rem;height:11.125rem;top:15.5185546875rem;left:0.93603515625rem;font-size:1rem;display:block; }#dahCX6HwWkqeDWyzvwRNedwLaWnDvxDd li:before{  }
 }@media only screen and (max-width: 763px) { #QsTxZPrGMIgbJzX3Q2FtTg1q2wvJE0UT { width:20rem;height:0.1875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytkXFzrBeQQI9hA0QyWCgeTe5yzHH9FS { 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) { #Dp8dErZRLgiVlW3M5shbwwtoJgUFpveD { width:20rem;height:0.1875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPbvoCicfI8Ss5NW0Pm1tRdvGC2WEdva { width:13.1875rem;height:1.5rem;top:12.519531726837rem;left:1.0937500596046rem;font-size:1rem;display:block; }#fPbvoCicfI8Ss5NW0Pm1tRdvGC2WEdva li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #SBy26a4IlKSzPTB9zAQeX4ZtTqKWOH8g { width:17.87475rem;height:9.3125rem;top:50.4375rem;left:1.060546875rem;font-size:1rem;display:block; }#SBy26a4IlKSzPTB9zAQeX4ZtTqKWOH8g li:before{  }
 }@media only screen and (max-width: 763px) { #U9zK1CQEAiCN9DBvXtdH4H0QtqoeDo25 { width:20rem;height:0.1875rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKF81rzXWbDKpJAtFdOMktzi1Ah4o3rz { width:12.3125rem;height:1.5rem;top:47.1875rem;left:1.1875rem;font-size:1rem;display:block; }#bKF81rzXWbDKpJAtFdOMktzi1Ah4o3rz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_2b8dc47ab5aaf8896cbdcbda274475652b22a819.svg); }
 }@media only screen and (max-width: 763px) { #q3n193KJD8EzD224LOSwltghOllNTgPc { 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) { #xQds4tz19h0fMCqqcFllgsWOs2xnhwXO { width:18.62475rem;height:7.8125rem;top:85.06201171875rem;left:0.685546875rem;font-size:1rem;display:block; }#xQds4tz19h0fMCqqcFllgsWOs2xnhwXO li:before{  }
 }@media only screen and (max-width: 763px) { #b1Apg0TUVlObSER6mdWq98eqe7iIeh2N { width:20rem;height:0.1875rem;top:107.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4AraWcAMeNRTfzgNwoaCb0ZrOBm3wi8 { width:12.1245rem;height:1.5rem;top:82.3125rem;left:1.06201171875rem;font-size:1rem;display:block; }#H4AraWcAMeNRTfzgNwoaCb0ZrOBm3wi8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #iC1LJBWWNmzb2oK4MOboFAPxskNMVtNS { 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) { #DuxQxfp13xHUsnazrZoaqwhfTruZlZ9W { width:18.8745rem;height:16.25rem;top:116.25rem;left:0.5625rem;font-size:1rem;display:block; }#DuxQxfp13xHUsnazrZoaqwhfTruZlZ9W li:before{  }
 }@media only screen and (max-width: 763px) { #q8AlttdikZBfAlg1LiE8yAJ0ZShnmLsF { width:20rem;height:0.1875rem;top:146.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0vcCbItSTARLyTLu6FF7cvsDaLcMkGT { width:13.0625rem;height:1.5rem;top:113.0625rem;left:0.5rem;font-size:1rem;display:block; }#R0vcCbItSTARLyTLu6FF7cvsDaLcMkGT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #XpvwhfQbglIMvWOSI2nqlDbeKTfbh3Xy { 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) { #tBVkWPqLCupQxyg1E7wSIS8hqa6V2ecK { width:18.687rem;height:12.625rem;top:156.6240234375rem;left:0.655517578125rem;font-size:1rem;display:block; }#tBVkWPqLCupQxyg1E7wSIS8hqa6V2ecK li:before{  }
 }@media only screen and (max-width: 763px) { #IIiyXvw4Rl8hx7IxN5HAw5SL96iXJ2BW { width:20rem;height:0.1875rem;top:184.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEEQNFPBq5PMnau5uR9XIq9zU7VaCuN2 { width:13.125rem;height:1.5rem;top:153.9375rem;left:1.0625rem;font-size:1rem;display:block; }#fEEQNFPBq5PMnau5uR9XIq9zU7VaCuN2 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #JNM31NDMsL74K1mVKMSCu5I6xgmZzqVi { 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) { #KSHtB3p0iBtZprBCavLcSO1ZSp0OuFkc { width:17.4375rem;height:9.625rem;top:194.24926757812rem;left:1.2802734375rem;font-size:1rem;display:block; }#KSHtB3p0iBtZprBCavLcSO1ZSp0OuFkc li:before{  }
 }@media only screen and (max-width: 763px) { #UkuK6VibHUHuXFDEQFr9xJxyv6ieCywD { width:13.25rem;height:1.5rem;top:191.125rem;left:1.0625rem;font-size:1rem;display:block; }#UkuK6VibHUHuXFDEQFr9xJxyv6ieCywD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aab04ee624674dcde46d24bf427d87ba54b9bdcf.svg); }
 }@media only screen and (max-width: 763px) { #RI3aCyQ6bZWuNoTlMPTN10d4QieTbGsP { 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) { #KpG0mRM2ytAOx00HnxDBogvhhugP5EKT { width:19.9995rem;height:13.199rem;top:29.03466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtnmrtICMT1TN00S84g1DNDkAT5EXOkd { width:19.999375rem;height:13.479rem;top:57.559814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GneqhJmnmAGtkJBhCClG0FLgrPtiMuF6 { width:19.9995rem;height:13.5593125rem;top:94.86181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VckfhQDztm0zfc1NUqsSH79EL0ATPfdg { width:19.9995rem;height:13.5593125rem;top:133.99951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs7zFnTFgsgRE5XPkLGgpM1eQINTP3Od { width:19.9995rem;height:13.5593125rem;top:170.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guLA5iGQGSNZFntR43T1LW4eUioAiZ3t { width:19.9995rem;height:13.0393125rem;top:205.23999023438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXm3vCBpkXMm9SEungJIG9AQ3BNBFt9n { width:7.5rem;height:1.5rem;top:82.3125rem;left:11.23388671875rem;font-size:1rem;display:block; }#RXm3vCBpkXMm9SEungJIG9AQ3BNBFt9n li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #BQhb7rzadqSWZwon8uTsUGSm6hxC73X8 { width:5.5620125rem;height:1.5rem;top:12.519287109375rem;left:11.23388671875rem;font-size:1rem;display:block; }#BQhb7rzadqSWZwon8uTsUGSm6hxC73X8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #noUFtKfGF9PNb2AfJL9tDplK34vy7QWD { width:5.87475625rem;height:1.5rem;top:47.18701171875rem;left:11.734130859375rem;font-size:1rem;display:block; }#noUFtKfGF9PNb2AfJL9tDplK34vy7QWD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Ac5MeTL26ge1pdRDHiPFyU1ZM0JCQ8vg { width:5.31225625rem;height:1.5rem;top:113.0625rem;left:11.9375rem;font-size:1rem;display:block; }#Ac5MeTL26ge1pdRDHiPFyU1ZM0JCQ8vg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Lp2N6T4Q97oGE8tFL98kxgL5KW2LXqX3 { width:6.06225625rem;height:1.5rem;top:153.9375rem;left:12.545654296875rem;font-size:1rem;display:block; }#Lp2N6T4Q97oGE8tFL98kxgL5KW2LXqX3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #wnCOAkTKUWLiz5FVUygysMcGMbTUD1V7 { width:6.375rem;height:1.5rem;top:191.12475585938rem;left:12.23291015625rem;font-size:1rem;display:block; }#wnCOAkTKUWLiz5FVUygysMcGMbTUD1V7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #isdmeQRuWGJamEESN21cumBF9LoKuI9J { width:10rem;height:6.6875rem;top:242rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEnTZuXx0ZgadehpcQ9EW8iTvK3mg7Vv { width:10rem;height:6.3125rem;top:247.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #np3FkvesnmgTTsgQdz2K9NFb0VRUdtNd { width:18.4375rem;height:14.4375rem;top:260.06164550781rem;left:0.78125rem;font-size:1rem;display:block; }#np3FkvesnmgTTsgQdz2K9NFb0VRUdtNd li:before{  }
 }@media only screen and (max-width: 763px) { #PNFqzA9lkT56yZmsHwyzQJKN7svZVMqC { 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) { #nhi9M7RADTsTJJTXmPMKNBpKtk4R88oX { width:20rem;height:0.125rem;top:218.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3oWw6UGb664mrHLGCzwI1C2gyTyKfXz { width:20rem;height:20rem;top:272.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh2iWcRi7bN3F2WtdEDvnAtxSRump86O { width:20rem;height:0.125rem;top:254.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynwKrGz3sVVWA5d6mStuB0VLHwbbg3Tv { 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) { #r2NAErnxyn5ktwifa19Kg6ebnfg8ceoH { width:17.999875rem;height:10.25rem;top:224.62463378906rem;left:0.99853515625rem;font-size:1rem;display:block; }#r2NAErnxyn5ktwifa19Kg6ebnfg8ceoH li:before{  }
 }@media only screen and (max-width: 763px) { #zCiJSLBS28pRBXa8D68bMgsq0L1d6XTK { 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) { #s2RSZ7Hs6xbfyJoURJAvba8Lc6XWNTPq { width:5.1875rem;height:5.1875rem;top:286.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDmCGoAvUUFqRlvAJA7poGAw1n5l7xA { 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) { #o26sXITABfNflLIFbW9bXCsxDnDVke7S { 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) { #AKk0BuAUCVcNi5A7Mgo3d5oX0WCGeLEI { width:10.25rem;height:2.625rem;top:287.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awpnt2EmQltVvfzn0c9IwBSIBX92Z3PG { width:10rem;height:6.5rem;top:236.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOPggLxEut3hTb6ZB1l8hrR9cvueN95G { display:block; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { width:20rem;height:214.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcNovPz69bLI0x47rok1FTzUOGT3gsRp { 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) { #zb8l25DsZuC4T9moZUEKRE4zXk3EBDiz { 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) { #PRv2XoZ0VDMbV1AG1O7TMoOrAquxcrJF { 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) { #G73lAi6fweyL1kqb5SO710UzCyyo59Af { display:flex;width:2.5rem;height:2.5rem;top:52.28028125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQRcvsTTtbB0L2okCCS2XCZQwVzekMsU { 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) { #aXfG6IAG1vVK9EsPymkMimNOLlBs5CFC { 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) { #WemvutJWe0SU4fdWH7E74nJm1uEOxnvQ { display:flex;width:2.5rem;height:2.5rem;top:137.51953125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPVZeghIPTVotATS4bIrZnUu5nrrmBtO { 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) { #lqn1lkBf4BNghknLCBXGubxz2QnRwNTG { 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) { #WImgfBSfVu5nEDHnZME9KQxlzxSy75N9 { display:flex;width:2.5rem;height:2.5rem;top:173.11523125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG0X3wbDdXwiDQo0CkiFL7nHzGry6wkI { 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) { #SSP55UuUrcoIzdIaAc3dCh0U5gobq9Ai { display:flex;width:2.5rem;height:2.5rem;top:211.697915625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wXMzH4l29zV70zIzpx2cOKQ7pX5bLvvL { 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) { #Jx3EXOV3Poe3ZUgrfHaA7qyWvQkdNSXe { 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) { #QoTNll4VMVcm5fVRlTlWWJh8ekcTbdqZ { display:flex;width:2.5rem;height:2.5rem;top:606.63542236328rem;left:1.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fu3gmETM4gWlSrwOCHGa3fkCXRxfR981 { 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) { #LwgFCEzWMIToMNo89A7dPe1T8lz1vfzk { width:20rem;height:13.244125rem;top:141.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkPq7LvuFfK4eOlVZsUbeUhCo5u4y5IV { width:15.375rem;height:15.375rem;top:169.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEsEMD95AaqDM4zfocMm5QfC7AMdqR00 { width:16.749875rem;height:16.749875rem;top:102.81188964844rem;left:1.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThlSa7eN5UnhyqATEV8FeEEcwUGe46r { width:17.0625rem;height:17.0625rem;top:57.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIzei0dBlkon13R3iWXEQhpUy6WSvyTg { width:20rem;height:33.0625rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlhRdMAAZiiRnqRIFlhZE7GIsbHechp { width:20rem;height:43.9375rem;top:76.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1mxr89MxSuL4BQi4snlGQwFnnO0gdap { width:20rem;height:31.0625rem;top:122.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Z4GV2Io4UW5T2IJpuM0gklr4iAaurG { width:20rem;height:32.25rem;top:155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgmNKRxNRqwKLmxOUKyl2KvcR3pzh4eo { width:20rem;height:32.125rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diudpBoPBryDmtJP3HtIzTV8zKQq3MHq { width:18.75rem;height:18.75rem;top:21.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #op6KIaiF05ExEQkI0znslDOhKNendlxH { width:20rem;height:23.8125rem;top:188.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXRLmDGMJVwRU39b82UVQcTknIcLI7zI { 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) { #owcSWev1Eh10LBEptms8ynKfpc5lpHC3 { width:10.1875rem;height:14.5625rem;top:196.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvV9LUkKQxwphi3E7gvvlTdFGI6uOFsQ { 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) { #HDT6anrMoAAGDrgPxdns63UKvnw7PQmE { display:flex;width:2.5rem;height:2.5rem;top:477.04950543823rem;left:1.166015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgP5C0FhD7DuiRXDtpei7Qxwufm4NAhD { width:6.43725rem;height:1.5rem;top:138.6875rem;left:11.75rem;font-size:1rem;display:block; }#bgP5C0FhD7DuiRXDtpei7Qxwufm4NAhD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0f29d508b03abb36314ccc758ce283a370db2bc2.svg); }
 }@media only screen and (max-width: 763px) { #Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k { display:block; }#Z4vTD3L4RppEKuqR8pJeQJ97hgxJql8k > .row .container { width:20rem;height:101.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL9MxafJ5co858FTGb8S225zgi3TMNgy { 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) { #o9ZLBDLR5yt0Zwos6fklF6RVcVaxdNpT { 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) { #r5rKKkxnGyVXkoqTuxcuiL28aHnt0N7A { width:18.25rem;height:62.875rem;top:8.57869720459rem;left:0.87500005960463rem;font-size:1rem;display:block; }#r5rKKkxnGyVXkoqTuxcuiL28aHnt0N7A li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c56407a147bbc6b7c261fbef08b3e185ad38e88d.svg); }
 }@media only screen and (max-width: 763px) { #HQ97E2ykX4IBzo6OQ3eSA11CNULLBU0p { 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) { #ELCUxvx6Dx588TzZI2dBtEXDnF5L83Lu { width:19.812rem;height:3.4375rem;top:89.8125rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Md2to27cUAsuR7TmZMqwXt77HZt0QS { display:block; }
 }@media only screen and (max-width: 763px) { #ZhfAoJfPzBWSFZ75oQsGMxLJ8qRF68TH { width:20rem;height:24.752625rem;top:108.328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdkfgV2ulg2AZn4z8USHyJIVoH6oeBEl { 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) { #EreDy2QDby1cm33iqc2TEnQg0PNK69kr { width:19.5rem;height:3.5rem;top:84.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFG0N9S1PJ7WfK0ca84hgCNxSW0wEoyi { display:flex;width:12.625rem;height:12.625rem;top:77.1875rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #KP7t4aLZ4bAVWTn4F98p9suxfFXX8VWH { width:20rem;height:5.875rem;top:93.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J { display:block; }#wE3o6kHJkuxapo3QxHk9HE3peoG9bg0J > .row .container { width:20rem;height:110.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UgS1T2EktvINSzff1Pfb3DXmzsq7KfoL { 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) { #UMaT6gK6vT3DczR49v7yKFx9XhgL2vgF { 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) { #Pr0GzQKcoSNOUFfUbfzVEQys1V7qX2To { width:19.5rem;height:31rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqtfN3Nv4hPCqkTEBdIuOzP9QWG7EOrH { width:19.5rem;height:20rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCvLxoarPDInHL2y87ZmOr2UdTOCKkzG { width:19.5rem;height:18.9375rem;top:63.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVede057x2TWJNXHxP2cn37RoEKlWLIR { width:19.5rem;height:23rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOxZPAv0nTm0CMlBygvmodIUfZDJgQln { 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) { #DhXTp62tQwvJ4aOF8TJKhwbgTJP5a0X5 { 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) { #Vewd7mmA9Dys1N0860ECQxPLSGsZ2GpS { 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) { #uAiQTkrT67y8I1Ws94HHURwHEk7cC2zJ { 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) { #GBJax1HvdEe6yxy2GKNLwOMz6zVdZuGL { width:6.1875rem;height:3.1875rem;top:8.1874189376831rem;left:1.03125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #S7QcQcGV0kphGxtkZRc379sa8oEupIkc { width:6.25rem;height:3.1875rem;top:83.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyV8h9XuwWqCdcSXbTtx542K5E1q76A { width:6.375rem;height:3.1875rem;top:41.250082969666rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MycPROOnAmGOichapSc77AQbrlqz0Jrw { width:6rem;height:3.1875rem;top:62.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ7da4eO8zKlQZOLISPelcsNPFrMdUGQ { width:20rem;height:28.323353293413rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQIhXJALaq1HgTGWQMEyfDTNQ3gARVzN { width:14.5rem;height:2.4375rem;top:32.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPBoA9HUWPAJMPsOExNmSUyNAhtlgZIk { width:14.75rem;height:2.1875rem;top:54.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFG5akbdbQCsZPbTwbkf8D1Msm7TOO0 { width:11.0625rem;height:3.125rem;top:68.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUVLyFS8I4CZT16RR8maRecxvRi4gx0C { width:6.75rem;height:2.1875rem;top:103.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUXwiaeZyMkQbMNRhWBFQy4ZygKWrpkw { width:12.5rem;height:2.5996125rem;top:90.0625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIE4MBiRBoXBTKWVsFDkHSgdM7gmmvDu { width:11.625rem;height:3.75rem;top:89.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbFk20stdbrw6I9VwhT5TzbPSPRIpNb { display:flex;width:2.8125rem;height:2.8125rem;top:54.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZAzDbsq8FKKm49CKbDxMuEn0vyQ3oS8f { display:flex;width:3.125rem;height:3.125rem;top:104.0625rem;left:9.3541669845581rem; }
 }@media only screen and (max-width: 763px) { #pcCSr2TMRUK2HLRoico6fGPdRJOTseKf { display:flex;width:2.6875rem;height:2.6875rem;top:32.934245109558rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #xuUNMOwTcZRvTT8WVEqkwgVHoTIIkCtL { display:flex;width:3.125rem;height:3.125rem;top:68.916629791262rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #Ru1khNg1NtvvQMEvwytbzs1o2hSKHGi8 { display:flex;width:3.3125rem;height:3.3125rem;top:92.4375rem;left:5.9375rem; }
 }@media only screen and (max-width: 763px) { #bcp3pkpEA2STDRe5VXG7MmZsn8JHne0Q { width:20rem;height:17.142857142857rem;top:43.865194320679rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA1Ji0VIBx4CkO5lNoTVvNNfTRwxSUcU { width:20rem;height:16.811594202899rem;top:65.500041961669rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9nQzlwbfNPrRx0TnE3xTO5e54o2K7Zi { width:20rem;height:19.056603773585rem;top:88.187502861025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL { display:block; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mml7U8BH5RJFnF3ZgT9BElZVmDPcHMJS { width:17.875rem;height:4.79980625rem;top:1.56005859375rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThZnn48qmF2P2tyfMKVKDJXTvWhAGOw6 { width:20rem;height:4.1963190184049rem;top:58.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnV4TUI6FCK4UNTCkwMMTQEtRnR4L27p { width:20rem;height:4.1963190184049rem;top:63.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9cFaorFf7fVKrtek5ozxdZSR1HrzUd5 { width:20rem;height:3.7791411042945rem;top:69.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEQs9B2s87NRZS6QGntnRlOFITfkNOma { width:20rem;height:4.0981595092024rem;top:74.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rl9ILiCdFCiPcSbRcXSH01m8HSDPql0I { width:20rem;height:3.55761875rem;top:79.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WER7aBt8yASCsFxnt35mwmJ46OPWeByc { width:13.375rem;height:15.8125rem;top:6.9951171875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdyiFSbnRPXr9bFmJKyK0kHWXNFBL8OI { width:12.1875rem;height:18.6875rem;top:23.4951171875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc2wQ6UhBCyyzGZOJm9Dv2ocL1FBwHKk { width:13.9375rem;height:5.25rem;top:42.6875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLunbic5CKVJzq9GMZEV8TUEExopJGxo { width:12.4375rem;height:7.9375rem;top:48.875rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB5vSg7w28dPf13TeqJHSQWyuUWaNKWs { width:5.5rem;height:0.8125rem;top:7.5576171875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb { display:block; }#PdiAwJaFeJECbKDV9fGBkh7GxkZ2nkQb > .row .container { width:20rem;height:40.8125rem;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.3125rem;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:15.25rem;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.8125rem;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.40014375rem;top:18.6748046875rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0kSsxtMsxpSl2zUAcdaJ7KwBXtB4cFM { width:12.6875rem;height:1.40014375rem;top:20.67431640625rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaMCMm889Hg0CeOQSdTO9nOrGm2adXB6 { width:3.9375rem;height:3.9375rem;top:0.8623046875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC { width:2.1875rem;height:2.1875rem;top:11.9609375rem;left:3.78125rem;display:block; }
#MsKyg8uRd85c1aOR0FWi1BIgyi9D6maC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }