.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,246,246;--color-primary-1:247,225,225;--color-primary-2:239,195,195;--color-primary-3:120,98,98;--color-primary-4:36,29,29;--color-secondary-0:225,225,231;--color-secondary-1:224,203,253;--color-secondary-2:104,105,136;--color-secondary-3:62,63,82;--color-secondary-4:3,5,56;--color-tertiary-0:255,255,255;--color-tertiary-1:248,245,245;--color-tertiary-2:149,147,147;--color-tertiary-3:89,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(22,7,53,0.59);background-image:url("https://images.assets-landingi.com/uc/5dd2a4c3-db97-4068-8598-327360e16093/BannerSanyam16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.adaptive-delivery-prevent-bg, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyload, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyloading { background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { background-color: transparent; background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { border-width: 0; border-radius: 0; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:35.6875rem;left:22.75rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.8125rem;left:20.5625rem; }
#RoB7ELuOq4S7z6T7ET2TqfQrh22MIzpn { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:49.25rem;top:2.125rem;left:12.875rem;overflow:hidden;display:block; }
#tAX4487rXWaBAtMWxfbTIKUcSKRF3veA { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:rubik;font-size:2.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26.0625rem;left:23.625rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ibuP9aVQz8JrBQQeNSG1ULRc8LTxSz8r { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:32.0625rem;left:20.5rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8UolHCZD41JPNByyTgrwGivitkh7lPK { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:20.125rem;left:13.375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s1ec1r2fS0Ab3i4pGXXhgE5TdWEBWRmI { background-color:#e3c3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:27.5rem;display:block; }
#xe0BO3VtWGFRZtHRbbZRRU5i8pw3i0GS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qMARCuuQusFIWN2Geq7elohgp71pG7pM { box-sizing:content-box;height:4.5rem;width:37.6875rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0.48);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:25.3125rem;left:18.9375rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#X7oLR0Qg6dATNq7N9a1cGUM4vCDJ5Hx1 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:24.25rem;left:17rem;overflow:hidden;display:block; }
#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160735;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; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { background-color: transparent; background-image: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container > .video-iframe-container { display: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container { display: none; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .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); }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { border-width: 0; border-radius: 0; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.625rem;top:1.4375rem;left:62.5rem;overflow:hidden;display:block; }
#K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:7.5rem;top:1.75rem;left:51.1875rem;overflow:hidden;display:block; }
#Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { 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:4.4375rem;width:5.0625rem;top:1.375rem;left:69.9375rem;overflow:hidden;display:block; }
#PXudFB95N0pO4oSNlrweyugOniy1TNWT { 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:3.5625rem;width:7.5rem;top:1.8125rem;left:57.75rem;overflow:hidden;display:block; }
#WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:4.875rem;top:2.6875rem;left:31.5rem;overflow:hidden;display:block; }
#cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.9375rem;top:2.8125rem;left:37.125rem;overflow:hidden;display:block; }
#sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7rem;top:2.875rem;left:7.125rem;overflow:hidden;display:block; }
#uxr7Duxdv84BxgXkGuGAEcronkxORlNq { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:8.4375rem;top:2.4375rem;left:14.75rem;overflow:hidden;display:block; }
#fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.4375rem;top:2.4375rem;left:23.5rem;overflow:hidden;display:block; }
#Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.6875rem;top:2.375rem;left:44rem;overflow:hidden;display:block; }
#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c44ac31-99cf-4314-8ba8-c34eb3b812bf/BannerSanyam12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv.adaptive-delivery-prevent-bg, #XzDbSA28E74KCTwbQc0aaMdeTXIarKAv.lazyload, #XzDbSA28E74KCTwbQc0aaMdeTXIarKAv.lazyloading { background-image: none; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv > .row .container { border-width: 0; border-radius: 0; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:none; }#XCwokhI8Z4Fv6h9mKUM7OhCPgBsdvvuB { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.5rem;left:12.75rem;height:2.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PEIHvDSGAFIER862XSV3oMVs6faQlq0v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:36.625rem;left:10.5625rem; }
#WEfv94gJ0TAeyTQ0GGOIIVSCT23GSA7l { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:49.25rem;top:3.875rem;left:2.875rem;overflow:hidden;display:block; }
#ZtV1vEZqWTUZ0LucVfrR1i265KyGkumG { color:rgba(var(--color-tertiary-0),1);display:block;width:46.75rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26rem;left:3.375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SMxrLJmg5CnmpW4qSVqksvKeRxQcXLvy { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:rubik;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:31.875rem;left:10.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVQ72e9fP1iMaiL2SL64RQTW8GQF8oLM { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:21.4375rem;left:3.375rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CrfRkCfbBQERzbVdqRoHHX1X9oiXqi6O { background-color:#e3c3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.125rem;left:17.5rem;display:block; }
#Ogr6KKiiFAfAXSZKI5ryCkM9AcoEmPh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160735;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; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { background-color: transparent; background-image: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container > .video-iframe-container { display: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container { display: none; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .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); }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { border-width: 0; border-radius: 0; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { font-size:0.875rem;font-family:arial;height:51.25rem;width:75rem;position:relative;display:block; }#y2r05W3STOOTGgugWnHysIKqy4xcBIhu { color:#ffffff;display:block;width:55.9375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:7.9375rem;left:9.5rem;height:16.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { color:#ffffff;display:block;width:57.0625rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.625rem;left:9rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETJkp1dWE5QT2oKESaAPzOXKRKlAmOSs { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:29.1875rem;left:43.9375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QOTQq3nqu58WIRLWfQhNW7aH51GmsNaB { box-sizing:content-box;height:9.0625rem;width:22.9375rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:27.4375rem;left:42.5625rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#rsE9ahCUrQyxFnpHPma2TOJ7TX7wlnCV { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:"opinion pro";font-size:3.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:28.5rem;left:11rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2S39EGtOVBnryN6o2xUwF0erRCkzECM { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#f6cdb2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.375rem;left:59.5rem;display:block; }
#yTUKHq6218an7NhiX7axz9cmkWlQBpF7 { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f6cdb2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36rem;left:43.9375rem;display:block; }
#NvGXAXd0XpScnGsGXvJBcemsfiFq57bp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.125rem;width:9.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:29.8125rem;left:31.5625rem; }
#a8Be2PKTlqZT3lJe2u4fiHRZp6n6Zuo0 { background-color:#e3c3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.75rem;left:26.875rem;display:block; }
#W1D3bCz3NWEOrw6TwN8emvwIBXbZlG2K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { background-color: transparent; background-image: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .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); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { border-width: 0; border-radius: 0; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#Rut96hrS3N4BU8ENNeyziB0Pk3dSEfvX { box-sizing:content-box;height:57rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#160735;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.1875rem;left:0rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#azN1K5fPqHINIwaLBWTEysNDXBA3dung { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:41.0625rem;width:43rem;top:15.375rem;left:1.125rem;overflow:hidden;display:block; }
#zA23eu4fpyH5ZR4GQhuiQd8hFXmOm5k9 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7rem;left:16.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQIlnv4ify6uiwI3qNyZpOAPN0VwNcSZ { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.6875rem;left:19.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w07NKGvv7v69whzRzgfTgvgaxbWgfODk { box-sizing:content-box;height:12.1875rem;width:27.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:18rem;left:44.6875rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#ho42ko2Z8quDziOrCgVLy9WzDv2dwfSJ { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:22.25rem;left:46.875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WdzekF3QMzv9yqFXZRwLl6548QApTQXX { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:19.5625rem;left:46.875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w5nR6JJb4UxdBb6qGIynZz8pwcNOWpBF { box-sizing:content-box;height:12.1875rem;width:27.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:31.5625rem;left:44.75rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#Z3KQWmupgazk5GBL4f9dhWdhzUDnyJGl { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:35.8125rem;left:46.9375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTRHg71gMhC1TNaZTWXkEcZzraVwv4d0 { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:33.125rem;left:46.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZTpSuk9yfIiuJbmbhqFSeqNVlwqd18Z { box-sizing:content-box;height:11.0625rem;width:27.0625rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:45.1875rem;left:44.75rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#UitW5BycETs1gPXa5ImSei9Swby5fnU7 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:49.4375rem;left:46.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCyi95wQ6qFytwmlp0mDzDSgPnMe2wUN { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:46.75rem;left:46.9375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { background-color: transparent; background-image: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container > .video-iframe-container { display: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container { display: none; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .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); }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { border-width: 0; border-radius: 0; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#nrzH6H8wfC6iyKkPaOdRSXQ7mh8EihoF { color:#070707;display:block;width:55.625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:3.625rem;left:9.6875rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uS6thbIZLWe47qiZngzhbTaxJaGKt817 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:14.375rem;left:41.4375rem;height:24.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wVBHniFgKDPECMhboxyzSG6WQEQc2g3i { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:37.1875rem;width:31.75rem;top:11.0625rem;left:2.9375rem;overflow:hidden;display:block; }
#HnWrXOdbexoVRogJf36QPuHMnblQFaPv { background-color:#e3c3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:41.5rem;left:41.4375rem;display:block; }
#Cdg0GCHCXmPqSfyii7nUKCh0oiF4vuXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160735;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; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container { background-color: transparent; background-image: none; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container > .video-iframe-container { display: none; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row > .video-iframe-container { display: none; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .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); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container { border-width: 0; border-radius: 0; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:relative;display:block; }#ebitPsPJ7TXVznxeDEWLDVlgbMQTVRHp { box-sizing:content-box;height:0.125rem;width:18.25rem;position:absolute;display:block;z-index:15053;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:12.5rem;display:block; }
#tIR0uJbCMzSo67nhTVhOUgAdGUbOQuZE { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.8125rem;left:15.75rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKIuXx7OHIUDau23E3bxHs18GTEOaMqH { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16rem;left:15.8125rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FI44fd9KMXBP9zlkM7Fx93twqQdSI4pP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:16.375rem;left:13.125rem; }
#HButllRvNwp2dGxGk9zl4tS5P1o68G38 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.625rem;left:15.75rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yXLX8NfR36BHGLisBcwry0zeQ6yvcihz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:23.875rem;left:12.875rem; }
#tTD5GeCrPTntlPfMSXZe1ySJVCCesMnD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:30.5625rem;left:13rem; }
#LvG1tCkN28T0gsZzSn1UlIJJGbTyzWxz { color:#ffffff;display:block;width:48rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:9.25rem;left:13.5rem;height:3.375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Nm1JOvZSb5U4m6Q9269Tx2Hzqbltizda { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.5625rem;left:29.4375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nKmUPxOnlh0ygJVX43P9NAODA5S8aT39 { color:#f6cdb2;display:block;width:65.125rem;position:absolute;font-family:poppins;font-size:3.3125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:5rem;left:4.9375rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LQfWOeahQLfOTdUaIECT3Mpx4M4aVrcl { box-sizing:content-box;height:10.75rem;width:23.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:16rem;left:38.8125rem;border-top-right-radius:1.0625rem;border-bottom-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-top-left-radius:1.0625rem;display:block; }
#iVoHBRKXcGd7SZ5OJuqcddKT7FAMeG3T { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:20.25rem;left:40.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TlooXmBnlH2R192PwBDinwtBT25Jl9T4 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:17.5625rem;left:40.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wt3S2CM44LVT5vFuHJNUbLdOhgNHJxAo { box-sizing:content-box;height:0.125rem;width:18.25rem;position:absolute;display:block;z-index:15054;background-color:rgba(255,255,255,0.55);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.75rem;left:12.5rem;display:block; }
#AHD77VLWSTAScZbTAITswiNVd58aKd4C { background-color:#e3c3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:28.6875rem;left:38.8125rem;display:block; }
#yXo9aWtvHkNUwrOxSZdTW4VLMhJOFgZ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,205,178,0.38);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; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { background-color: transparent; background-image: none; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container > .video-iframe-container { display: none; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row > .video-iframe-container { display: none; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .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); }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { border-width: 0; border-radius: 0; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#sv83ROTMzBhmsB4z7EdoM9Sup8ff339r { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:5.125rem;left:11.75rem;height:6.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buo6riURCrkQakEX87lCkgPeCZbUt389 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,205,178,0.38);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; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { background-color: transparent; background-image: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container > .video-iframe-container { display: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container { display: none; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .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); }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { border-width: 0; border-radius: 0; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .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; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .accordion-heading-text { display:block;position:relative;width:100%;font-family:rubik;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .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:rubik;color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .accordion-trigger.adaptive-delivery-prevent-bg, #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .accordion-trigger.lazyload, #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .accordion-trigger.lazyloading { background-image: none; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP { box-sizing:content-box;height:auto;width:30.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15039;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.1875rem;left:37.5rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Q4ulB0l5qEZECxy7wtFlLTKECTXabveq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #vI0fMmUvckdbAl7DwK7oT6iMxbTvVWxD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #q7u8waWcsPazA6G6WBc1q5bPx6DyMds1 { display:block;position:relative; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #eIUhTvn7SV8n0Tuc83J52w1hzDKyoI1J {  }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #XiHDh5Lxaq3DsrdtFbronbmeCirv5ILG {  }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #yrTcc1EIeRHqcxEAprWFxN02OeClnfN6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #InsQyfWV6LdxTNQOF2DTlkLvnXzpRATz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #OBTtz3af2sF3f8AKI3vIydu8blcZwer6 { display:block;position:relative; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #HWpapK3KvB4EAAuxlSqvrE5RToapRsgK {  }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #kmNiWKXGBIDeLgaIPZIyQVslmAm10VNm { display:none; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #HtZWO0RomEvyJrosfntx2404FpGSkZFW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Hv5QyfQK1aQyuRmFPDTEfsSeixJmZSIT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Fodk1etFGeaTe7uVGaS63vGbEg26rJ0W { display:block;position:relative; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #pOC7HNboWLkdETlRqRNswNRrWI9JyfsK {  }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Axa57isX7m7IiJ8Oiug5ZRV3HLzt6xQf { display:none; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #uat5dBuJJMo79F5KPD68iFQyVD1ytad1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #TDWi2eIagynW4XPnHbfnSAvLuwZMsfrF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #e0BAQyWaVrB7EmSmSkq8zTKBnq68Up6T { display:block;position:relative; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #tWDWpEx9w10Bdg6JWoxULKWAu7uXP1p8 {  }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #ceLE7omTz5TkuoXyLESl8PKuJ7TTQ21o { display:none; }
#aHA27avwvOTgtAh2pWTNzdaaTMtRqM2z { color:#000000;display:block;width:53.25rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:1.375rem;left:10.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .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; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .accordion-heading-text { display:block;position:relative;width:100%;font-family:rubik;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .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:rubik;color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .accordion-trigger.adaptive-delivery-prevent-bg, #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .accordion-trigger.lazyload, #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .accordion-trigger.lazyloading { background-image: none; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK { box-sizing:content-box;height:auto;width:30.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15040;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.1875rem;left:4.4375rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #Ox9JdAIdJAcCK0c13nq19NLdaNTvGAED { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #oc9dp6EUdcVET7lHDPbKqtx6AzbkIT4a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #fVe2kmwbTp2a0BGVGw0o6kh0ZGUDNE5d { display:block;position:relative; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #SSiWer5q849GAQRwud7gu1VGuxxPFbhX {  }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #ybHasLZPaSpW33XErqhnKOwys3xgOH9s {  }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #g4dMi7AQgCZEpUiLoAnxlzVdF7vQwmhB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #cidUb9FyhvM1bG1VtZEPLzUdxbxtTTNq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #FeXaxKySkBfHlT6u94wNJqTEPGRGdghf { display:block;position:relative; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #eErBT4tp24NeADgQESNVLPqf5EAnVBTy {  }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #hSbIOxQyZffISEtpd5B8yMx7LpzhZoox { display:none; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #Nq6HrAWFqctQbSr89SCNJdVv8GAES5pe { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #pI42yRrirrWzhwsKvkQrw3lKXU2x9MnC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #GCykAgenN2VVyEdFS9SfW9WB0GyfhMcT { display:block;position:relative; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #SxTuL8RTFnx1xTN5yfcqIRHc8u9XP8cE {  }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #KoTwhqzJ0Q36pV139mpO3v4Hpa3QKUSU { display:none; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #WCQGs0wr0mTnNOrRld2lzxvkmT7EG2U7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #scKQe3Xxe15plh02PvKFHqsfOVUSeQt2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #FdPGpFLNlopNhJ0ryeFvzZnmg0zmLPzS { display:block;position:relative; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #fu6kpBd2tdmco5JzoMWI5f9cuGT9uweg {  }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #xGVi0zdAWFaxID3P6mKuqS4LXFb5Qndt { display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .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; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:rubik;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .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:rubik;color:rgba(var(--color-tertiary-4),1);line-height:1.4;overflow:hidden;height:auto; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .accordion-trigger.adaptive-delivery-prevent-bg, #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .accordion-trigger.lazyload, #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .accordion-trigger.lazyloading { background-image: none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ { box-sizing:content-box;height:auto;width:30.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15040;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.03125rem;left:39.625rem;display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #oHtlIuTa6lAXvW1IBDCdtPVtIykiizov { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Tvff0MxE18rr4Eln4tkdISW544NX3OwV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #za0vpZPZssqkK7eOcVGiVP0iqQvLdJQM { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #L3VbTyeCnLp3Fax3XrTxHxUAdNAfm7fk {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #mEy4tAmgkKzQAknheEtAvUlTcnz7tCW6 {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #HZZhVx13gMzSGHdJdhkfH3xo3iALfNJk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #QUxcKywrWQzOuM58SPcBCs6oVtnZK6bN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #rdP8fV5A6L8adU6bef2vSWDgAxMi8vAw { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qV7wRvtbeHrNDfaFVNxMTOvGmIhEkz38 {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #OtuTXwS7EL1wF2TqL7b0aNPx9KR4ZKV9 { display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XwEtmTRRticuc3rTnwNExORrtpc6Nqp4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #MRRneTplDOoWkDOXpzi6KohMnsFRFwq7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #JvQKO9kC6m3MerEoi6MufnVATV1shDFT { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #WtBfiqTMidrWeWWUT4nU4WfxmahLVuml {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #EBvaUPqIBHGbBl5MRV7nD7JxMJS4BqTo { display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #xchB4p1XR8foNHhApRHO4A7ZaBPZhCsl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nzc8OVHnpgv1m24JXQxPbiLPrgf0xycQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #ZdLxniHrDJaGEX8k6y8iQyPfuHD6y6PJ { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #iKFtTtNiED2MEAkZHcQd5nRq0GdXCxyR {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qOePTGdkERoOQxZpDLJi7VL5iIXiBRf5 { display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #JDpFBphJM3LNO7dD5KTG5622wJ1fFeMF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #ifE4EVkgQ8H8b5v1TcOEqKTATChxIt6Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #fQ3qwcXKtv9xTULT4HB2m4RfE9lMw5Am { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #B0t6mDWBAwv2ZRQFMrTybw2RBJm89lwl {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #udTaF18PQVGCy4Eclcq4NuDLMQoXL1NT { display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qc4MtFLyrDC2gl0atVJV6v0ooNEPsALl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #yQanuTqabNuAWEXGknzBvm8LHRf8Rt5E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #vhhBmMhenh4mVMEQQTdn3qWF4eRqaEdk { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #PzkM28KtlKIEsokT89yaXAMTh9KG3Txs {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Ho7yFdMenwxkn4QGcwVA2n4il60X8roH { display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #A54dCf9pLGRnzHdmmePOFNsA33FKGvtT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XOdBEhwaimd5ETLOZnd4dOaTQRvgl8TR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #guki2MVFQ32pHENMrmuOWwf9vZrFapsT { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nJTlloPIqP3MXEAix15iQQxsTPoulcdl {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Hl4HhCGgK7ulVTWv3FxE8vdaaqCiclOP { display:none; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #EPx2abpTfbVWmguJzC4A313aOkyoi5CD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XqQIzntPtHDXhA92Nzfwt8TFcq4OdKKN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nHkWC8iREk4k4RqQXcHbEwItZhl2gGZ5 { display:block;position:relative; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #euqrA7Tm82TdXSntH44LialEQdGPWTbp {  }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #VUQzVPxSFMO2UHQVzQ55tOhk3nG5dhJI { display:none; }
#kdblIG4kbays6XUIzfVeALeyhCqJ8KZl { background-color:#e3c3ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.1875rem;left:28.25rem;display:block; }
#WxzgpEPgB4w1Fz8ltxEiTKr2QWMH4mxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row .container { background-color: transparent; background-image: none; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row .container > .video-iframe-container { display: none; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row > .video-iframe-container { display: none; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .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); }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row .container { border-width: 0; border-radius: 0; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#AkCRaaHLSR85lnU6OAbLoyQ6ACVWdNMJ { color:#070707;display:block;width:55.625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.28125rem;left:9.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:3.125rem;left:2.375rem;height:23.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.25rem;left:4rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { 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:1.4375rem;width:6.25rem;top:29.6875rem;left:9.375rem;overflow:hidden;display:block; }
#QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#S9nuJpmoai1tDMTTbgME7T1TPayviP2O { box-sizing:content-box;height:31.4375rem;width:0.125rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:none;top:1.5rem;left:25rem;display:block; }
#pRK9yB7h6my1gvQs8ocJnus4nEd8Gb53 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:3.125rem;left:27.375rem;height:15.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hckx7MX608BCVU2y0kJMkQCoEibTsuA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:21.6875rem;left:29rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmzcAffSle7724yZKpPTJyAHNLTAhB5n { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:23.125rem;left:34.375rem;overflow:hidden;display:block; }
#tX9Rod31k162GH6RyDhaSgJHr2lzdiVe { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:23.9375rem;left:54rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RK7OQ3WFgNETiTKRUCDD7XR2LkVCi2as { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:6.25rem;top:25.375rem;left:59.375rem;overflow:hidden;display:block; }
#in2K8WREHl0WpsT7xT7J47Oy4WFdaIhy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:3.125rem;left:52.375rem;height:18.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QP5wJylQV3agMcbVXae9QmsXII0ysqQf { box-sizing:content-box;height:31.4375rem;width:0.125rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:1.5rem;left:49.9375rem;display:block; }
#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { background-color: transparent; background-image: none; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container > .video-iframe-container { display: none; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row > .video-iframe-container { display: none; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .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); }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { border-width: 0; border-radius: 0; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#ZXa4TKQ3xwofSPRlcyLdgyqdXRGPHXkI { color:#ffffff;display:block;width:61.4375rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:3.5625rem;left:6.8125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TOQgNFsNVlzabhOJQqpq69anE6VBa6X3 { box-sizing:content-box;height:9.1875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(327deg, #8b6ad8, #160735);background-image: -moz-linear-gradient(327deg, #8b6ad8, #160735);background-image: -ms-linear-gradient(327deg, #8b6ad8, #160735);background-image: -o-linear-gradient(327deg, #8b6ad8, #160735);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6ad8', endColorstr='#160735' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b6ad8', endColorstr='#160735' );";background-image: linear-gradient(327deg, #8b6ad8, #160735);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:0rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container { background-color: transparent; background-image: none; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container > .video-iframe-container { display: none; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row > .video-iframe-container { display: none; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .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); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container { border-width: 0; border-radius: 0; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#TxLblR54KbtnhF8yZ4bA9Kn2wUA7DPll { color:#000000;display:block;width:30.25rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.625rem;left:37.5rem;height:2.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xWct5vlWKFm5UVaGg13HxQxsHbTlRCpa { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6875rem;left:37.4375rem;height:23rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vHlkKMBypUdpffvtTFUQSfTxe5wf7JNk { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.125rem;width:14.8125rem;top:24.875rem;left:3.4375rem;overflow:hidden;display:block; }
#Xrqrbxiq0n9SW5XeaDqIFi90zTmwnkBm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.2) ;height:18.9375rem;width:14.6875rem;top:5.3125rem;left:3.4375rem;overflow:hidden;display:block; }
#e1k6v1F5zZJpmcztz7TcCIzBa6Vnm25H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.9375rem;width:14.6875rem;top:24.875rem;left:19rem;overflow:hidden;display:block; }
#w08TdzCVf5CPHgTTyf3ExiIKWhSpmXwL { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.5rem;width:14.6875rem;top:14.625rem;left:19rem;overflow:hidden;display:block; }
#ng4Wkt0PHZr7s2igLQucHJhK4OPCtF4P { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:8.4375rem;width:14.625rem;top:5.5rem;left:19.0625rem;overflow:hidden;display:block; }
#OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K > .row .container { border-width: 0; border-radius: 0; }#OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:none; }#lTxTOlmT2NB6MzR6CNBlbfNXklIhFecb { color:#2f2f2f;display:block;width:12.25rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:4rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#i6zTOs2OfAKiPAbTe2aPZBtGbRl47XDV { color:#2f2f2f;display:block;width:12.5625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:4rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#z80THdSeAEvcKmbdNH6wxodl7ZXrIigK { color:#2f2f2f;display:block;width:11.75rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:19.9375rem;left:4.0625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#bdGHIwH6Sd8vpOUPVs9afCO8bsohtcUT { color:#2f2f2f;display:block;width:10.625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.125rem;left:4.0625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#O6gSbud2l91NXbQUItpLcpTTcg4GXGne { color:#2f2f2f;display:block;width:13.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:18.75rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#QUVeEgUMQQR12Me01Zy3oNm05C5ooiZh { color:#2f2f2f;display:block;width:12.5625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:18.6875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#pWCOf0wfIPyvxygqKOopp5MGwVGdcAvT { color:#2f2f2f;display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:18.8125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#oLJUPhePCJv28JPfRwOHrKOf8dcMIyRt { color:#2f2f2f;display:block;width:14.5rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:18.8125rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#b29NhKFGaK39VwHNk2K4eVZTC43li8LZ { color:#2f2f2f;display:block;width:15.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:18.5625rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#LEbOHf8dASy0ObTUu1stiD8d1JLGlTum { color:#2f2f2f;display:block;width:13.1875rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:20rem;left:18.5625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#HPqnOtRfnalkTqPoBJ71G5u8ATx3oweW { color:#160735;display:block;width:9.9375rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:3.3125rem;left:37.375rem;height:4.125rem;text-align:left;text-align-last:left;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; }
#Ms8WNZvz3O3bLygW5QI3KeJN0AcCx3JW { color:#2f2f2f;display:block;width:8.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.5625rem;left:37.5625rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#viXyS1RT66HvUDuwOhL79XipuqussT06 { color:#2f2f2f;display:block;width:10.5625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.4375rem;left:37.5625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#Sek8ZwUDl8ncBFNqFEIJuhXtGXeM0Mys { color:#2f2f2f;display:block;width:21.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:50.0625rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#Rv7HCbsuJQG9ZxH3yhELeSWbA27UgNdp { color:#2f2f2f;display:block;width:9.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5625rem;left:49.75rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#JKcCiUCUwlIxVgJbMPmbCh8A1epZ1KIk { color:#2f2f2f;display:block;width:10.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:10.8125rem;left:49.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#lCLNbNnchkQmBbW7xGDPxU1waAAAMSQD { color:#2f2f2f;display:block;width:12.9375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.6875rem;left:49.6875rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#fTaL0cDpWGSr0RrDzSxnNlQOXfKdGIQX { color:#2f2f2f;display:block;width:11.875rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:49.75rem;height:3.625rem;text-align:left;text-align-last:left;display:block; }
#dfOMQzMOg4UVZ55oAXEhQKVc0MyQhsoy { color:#2f2f2f;display:block;width:8.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.8125rem;left:37.3125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#xtzmbI5X2gWf2VkohLiR7OfUQ0SW1XqO { color:#2f2f2f;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:19.75rem;left:37.3125rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#FfatEdLfE12onsBNtbIcJLAka9kNauq2 { color:#2f2f2f;display:block;width:10.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.8125rem;left:61.8125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#wORh7aSrRzcL6P2mJisoTQZfHPhK0gDS { color:#2f2f2f;display:block;width:10.25rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:10.875rem;left:61.9375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#nRDCkqXnIhvLu8olUGbkiskqhRze8M73 { color:#2f2f2f;display:block;width:7.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.5625rem;left:64.3125rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#WvqkXsHCyPRJBhAR3Vr9k4D1XXbnVoJM { color:#2f2f2f;display:block;width:8.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.75rem;left:64.3125rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#IiluC6yhMGHOxAl2bLhRsNm3ykcLfxgJ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.0625rem;width:16.1875rem;top:24.9375rem;left:21.1875rem;overflow:hidden;display:none; }
#OLn2k2ebHqdTI6zvsduFDzOrnwioKaH1 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:9.3125rem;width:14.625rem;top:77.375rem;left:58.1875rem;overflow:hidden;display:none; }
#c0NdZqwSl435TdlsHM3IPx6noH9Vp7bS { box-sizing:content-box;height:10.5rem;width:14.1875rem;position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:7.375rem;left:2.4375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#n2FqwsPybJZ3Qcfbr9z6G1M93ZHlZOtd { box-sizing:content-box;height:10.0625rem;width:13.9375rem;position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:18.6875rem;left:2.5625rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#ukKLF6CkRAlg4irqCuvp5tl28v0t1om0 { box-sizing:content-box;height:15.875rem;width:17.5625rem;position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:2.0625rem;left:17.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#bpqtUlM49KLRNZxwr1RTx60knu5Q1pB2 { box-sizing:content-box;height:10.0625rem;width:17.5625rem;position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:18.6875rem;left:17.4375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#BT0cBWwm65dmpIkIIuxQTSQry9Ozn25i { box-sizing:content-box;height:8.3125rem;width:11.875rem;position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:9.6875rem;left:36.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#uF7ZwOWxyImczRSd2ubrToIAS0cG3sm3 { box-sizing:content-box;height:6.75rem;width:23.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:2.125rem;left:49rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#vRqtWgC65ToUGH3daRh8kfy8XpV7kgyG { box-sizing:content-box;height:9.1875rem;width:11.4375rem;position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:9.6875rem;left:48.9375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#hDq0FysPG242adKIuGkGBDOGe0QwAk1k { box-sizing:content-box;height:9rem;width:14rem;position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:19.6875rem;left:49rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#uvgOB3xgX5qZlGQXTNxD7VnhDWS8ZmGi { box-sizing:content-box;height:10rem;width:11.8125rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:18.75rem;left:36.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#HJIBZvGvJuysnLMRN4PFcrqWiTwgI0eC { box-sizing:content-box;height:9rem;width:9.125rem;position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:19.6875rem;left:63.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#dtyDXnnX0It8zagot2LPnoGfnk6VR8I1 { box-sizing:content-box;height:9.3125rem;width:11.75rem;position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #2484bc;border-left:0.0625rem solid #2484bc;border-right:0.0625rem solid #2484bc;border-bottom:0.0625rem solid #2484bc;top:9.5625rem;left:60.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#RLS8aEE01JcXZbin9SyIlhtAff37DG3r { box-sizing:content-box;height:4.6875rem;width:14.1875rem;position:absolute;display:block;z-index:14999;background-color:#160735;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.0625rem;left:2.5rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#o3OXa9K9tndhxP8g01x6wvBkThHIdGmh { color:#f6cdb2;display:block;width:12.5625rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.625rem;height:3rem;text-align:left;text-align-last:left;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; }
#pK6h5IVGFNIcWSaI0kkqMRTEE7fO2chR { box-sizing:content-box;height:7rem;width:12rem;position:absolute;display:block;z-index:14998;background-color:#f6cdb2;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.0625rem;left:36.375rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#eWxmTChqXtTGslMxzK5Wr8bf7d7urTTs { color:#9a83ca;display:block;width:19rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:3.6875rem;left:50.0625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie > .row .container { border-width: 0; border-radius: 0; }#KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:none; }#vb5xb18hqPWQB2yP1Sf5T2dNABxipz13 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:19.90625rem;height:1.9375rem;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; }
#A2XWIw4CsMJHE1rNl9BVXTMAxrOqE0MU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.9375rem;left:58.78125rem;height:3.875rem;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; }
#wXWy5AcodhzMylB7kxZGAC7wHszQcUd0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:7.3125rem;left:58.78125rem;height:4.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:center;text-align-last:center;display:block; }
#O9rHuWOhCWtMoxsqbf58WEh5uZ1JV2dJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.53125rem;height:7.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;text-align:center;text-align-last:center;display:block; }
#rsBKDPRxS6RohfzNgWFEftUhEcN7P8IE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.3125rem;left:40.03125rem;height:4.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:center;text-align-last:center;display:block; }
#vqTHFLwHtMlJCvGui3maPcNcgSTTNTgq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.9375rem;left:0.1875rem;height:5.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F9KGJrKdJfnn9wyzlZSkKR76ny6VSytI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:7.25rem;left:0.5rem;height:4.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:center;text-align-last:center;display:block; }
#dPa2MiEU2icci1r0XxM0sbMDFHWZvbLi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.4375rem;left:63.5625rem; }
#iVq6huST5w0A88JfyOXl06QaldgDHhAc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.4375rem;left:44.75rem; }
#t7mz1wLhhHUBHQTVudyowaKEvQ0y2OMd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.8125rem;left:7.625rem; }
#GKdXW7Q0wqm5gEGSSTyFJruuJIdawNIU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:7.25rem;left:21.28125rem;height:4.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:center;text-align-last:center;display:block; }
#rr2gtdf4fPJOEVRIQmDyQ2JkCnwCbgSB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.4375rem;left:26.0625rem; }
#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#160735;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; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { background-color: transparent; background-image: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { display: none; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .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); }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:11.75rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:8.25rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { 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:3.1875rem;width:6.5rem;top:2.625rem;left:0.875rem;overflow:hidden;display:block; }
#T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:5.125rem;left:44.25rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:5.125rem;left:56.625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:56.0625rem;display:block; }
#dGuoFimiptmLB24bqAbkOwLUUNMAvceL { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.75rem;left:67.3125rem;display:block; }
#t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.9375rem;left:67.4375rem;height:0;text-align:center;text-align-last:center;display:block; }
#FWqVKTnxbqZyJRhrnxtDcazir044A2AN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:47.1875rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.9375rem;left:15.0625rem; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { top:35.6875rem;left:9.125rem;width:30.25rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { top:35.8125rem;left:6.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoB7ELuOq4S7z6T7ET2TqfQrh22MIzpn { top:2.125rem;left:0rem;width:47.75rem;height:17.93654822335rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAX4487rXWaBAtMWxfbTIKUcSKRF3veA { top:26.0625rem;left:10rem;width:32rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibuP9aVQz8JrBQQeNSG1ULRc8LTxSz8r { top:32.0625rem;left:6.875rem;width:32.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8UolHCZD41JPNByyTgrwGivitkh7lPK { top:20.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ec1r2fS0Ab3i4pGXXhgE5TdWEBWRmI { width:18.5rem;height:3.4375rem;top:40.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe0BO3VtWGFRZtHRbbZRRU5i8pw3i0GS { display:block; }
 }@media only screen and (max-width: 763px) { #qMARCuuQusFIWN2Geq7elohgp71pG7pM { top:25.3125rem;left:5.3125rem;width:37.6875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7oLR0Qg6dATNq7N9a1cGUM4vCDJ5Hx1 { top:24.25rem;left:3.375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { display:block; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { top:1.4375rem;left:39.125rem;width:8.625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { top:1.75rem;left:37.5625rem;width:7.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { top:1.375rem;left:42.6875rem;width:5.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXudFB95N0pO4oSNlrweyugOniy1TNWT { top:1.8125rem;left:40.25rem;width:7.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { top:2.8125rem;left:0rem;width:6.375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { top:2.6875rem;left:17.875rem;width:4.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { top:2.8125rem;left:23.5rem;width:5.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { top:2.875rem;left:0rem;width:7rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr7Duxdv84BxgXkGuGAEcronkxORlNq { top:2.4375rem;left:1.125rem;width:8.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { top:2.4375rem;left:9.875rem;width:7.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { top:2.375rem;left:30.375rem;width:6.6875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzDbSA28E74KCTwbQc0aaMdeTXIarKAv { display:block; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCwokhI8Z4Fv6h9mKUM7OhCPgBsdvvuB { top:36.5rem;left:0rem;width:30.25rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEIHvDSGAFIER862XSV3oMVs6faQlq0v { top:36.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEfv94gJ0TAeyTQ0GGOIIVSCT23GSA7l { top:3.875rem;left:0rem;width:47.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtV1vEZqWTUZ0LucVfrR1i265KyGkumG { top:26rem;left:0rem;width:46.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMxrLJmg5CnmpW4qSVqksvKeRxQcXLvy { top:31.875rem;left:0rem;width:32.5625rem;height:4.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVQ72e9fP1iMaiL2SL64RQTW8GQF8oLM { top:21.4375rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrfRkCfbBQERzbVdqRoHHX1X9oiXqi6O { width:18.5rem;height:3.4375rem;top:40.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ogr6KKiiFAfAXSZKI5ryCkM9AcoEmPh6 { display:block; }
 }@media only screen and (max-width: 763px) { #TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { display:block; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2r05W3STOOTGgugWnHysIKqy4xcBIhu { top:7.9375rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { top:2.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETJkp1dWE5QT2oKESaAPzOXKRKlAmOSs { top:29.1875rem;left:27.4375rem;width:20.3125rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOTQq3nqu58WIRLWfQhNW7aH51GmsNaB { top:27.4375rem;left:24.6875rem;width:22.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsE9ahCUrQyxFnpHPma2TOJ7TX7wlnCV { top:28.5rem;left:0rem;width:23.6875rem;height:7rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2S39EGtOVBnryN6o2xUwF0erRCkzECM { top:26.375rem;left:45.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUKHq6218an7NhiX7axz9cmkWlQBpF7 { top:36rem;left:30.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGXAXd0XpScnGsGXvJBcemsfiFq57bp { top:29.8125rem;left:17.9375rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Be2PKTlqZT3lJe2u4fiHRZp6n6Zuo0 { width:18.5rem;height:3.4375rem;top:41.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1D3bCz3NWEOrw6TwN8emvwIBXbZlG2K { display:block; }
 }@media only screen and (max-width: 763px) { #B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo { display:block; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rut96hrS3N4BU8ENNeyziB0Pk3dSEfvX { top:4.1875rem;left:0rem;width:47.75rem;height:57rem;display:block; }
 }@media only screen and (max-width: 763px) { #azN1K5fPqHINIwaLBWTEysNDXBA3dung { top:15.375rem;left:0rem;width:43rem;height:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA23eu4fpyH5ZR4GQhuiQd8hFXmOm5k9 { top:7rem;left:2.9375rem;width:41.9375rem;height:4.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQIlnv4ify6uiwI3qNyZpOAPN0VwNcSZ { top:11.6875rem;left:5.4375rem;width:36.875rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w07NKGvv7v69whzRzgfTgvgaxbWgfODk { top:18rem;left:20.5625rem;width:27.0625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho42ko2Z8quDziOrCgVLy9WzDv2dwfSJ { top:22.25rem;left:24.625rem;width:23.125rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzekF3QMzv9yqFXZRwLl6548QApTQXX { top:19.5625rem;left:24.875rem;width:22.875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5nR6JJb4UxdBb6qGIynZz8pwcNOWpBF { top:31.5625rem;left:20.5625rem;width:27.0625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3KQWmupgazk5GBL4f9dhWdhzUDnyJGl { top:35.8125rem;left:24.625rem;width:23.125rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTRHg71gMhC1TNaZTWXkEcZzraVwv4d0 { top:33.125rem;left:24.875rem;width:22.875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZTpSuk9yfIiuJbmbhqFSeqNVlwqd18Z { top:45.1875rem;left:20.5625rem;width:27.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitW5BycETs1gPXa5ImSei9Swby5fnU7 { top:49.4375rem;left:24.625rem;width:23.125rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCyi95wQ6qFytwmlp0mDzDSgPnMe2wUN { top:46.75rem;left:24.875rem;width:22.875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { display:block; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzH6H8wfC6iyKkPaOdRSXQ7mh8EihoF { top:3.625rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS6thbIZLWe47qiZngzhbTaxJaGKt817 { top:14.375rem;left:18.3125rem;width:29.4375rem;height:24.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVBHniFgKDPECMhboxyzSG6WQEQc2g3i { top:11.0625rem;left:0rem;width:31.75rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnWrXOdbexoVRogJf36QPuHMnblQFaPv { width:18.5rem;height:3.4375rem;top:41.5rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdg0GCHCXmPqSfyii7nUKCh0oiF4vuXR { display:block; }
 }@media only screen and (max-width: 763px) { #W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 { display:block; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebitPsPJ7TXVznxeDEWLDVlgbMQTVRHp { top:22.0625rem;left:0rem;width:18.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIR0uJbCMzSo67nhTVhOUgAdGUbOQuZE { top:23.8125rem;left:2.125rem;width:14.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKIuXx7OHIUDau23E3bxHs18GTEOaMqH { top:16rem;left:2.1875rem;width:19.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI44fd9KMXBP9zlkM7Fx93twqQdSI4pP { top:16.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HButllRvNwp2dGxGk9zl4tS5P1o68G38 { top:30.625rem;left:2.125rem;width:14.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXLX8NfR36BHGLisBcwry0zeQ6yvcihz { top:23.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTD5GeCrPTntlPfMSXZe1ySJVCCesMnD { top:30.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvG1tCkN28T0gsZzSn1UlIJJGbTyzWxz { top:9.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm1JOvZSb5U4m6Q9269Tx2Hzqbltizda { top:15.5625rem;left:15.8125rem;width:15.375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nKmUPxOnlh0ygJVX43P9NAODA5S8aT39 { top:5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQfWOeahQLfOTdUaIECT3Mpx4M4aVrcl { top:16rem;left:23.875rem;width:23.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVoHBRKXcGd7SZ5OJuqcddKT7FAMeG3T { top:20.25rem;left:27.125rem;width:20.625rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlooXmBnlH2R192PwBDinwtBT25Jl9T4 { top:17.5625rem;left:27.125rem;width:19.375rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3S2CM44LVT5vFuHJNUbLdOhgNHJxAo { top:28.75rem;left:0rem;width:18.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHD77VLWSTAScZbTAITswiNVd58aKd4C { width:18.5rem;height:3.4375rem;top:28.6875rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXo9aWtvHkNUwrOxSZdTW4VLMhJOFgZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi { display:block; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sv83ROTMzBhmsB4z7EdoM9Sup8ff339r { top:5.125rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buo6riURCrkQakEX87lCkgPeCZbUt389 { display:block; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP { display:flex;height:auto;width:29.1875rem;top:2.375rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Q4ulB0l5qEZECxy7wtFlLTKECTXabveq {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #vI0fMmUvckdbAl7DwK7oT6iMxbTvVWxD {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #q7u8waWcsPazA6G6WBc1q5bPx6DyMds1 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #eIUhTvn7SV8n0Tuc83J52w1hzDKyoI1J {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #XiHDh5Lxaq3DsrdtFbronbmeCirv5ILG {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #yrTcc1EIeRHqcxEAprWFxN02OeClnfN6 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #InsQyfWV6LdxTNQOF2DTlkLvnXzpRATz {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #OBTtz3af2sF3f8AKI3vIydu8blcZwer6 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #HWpapK3KvB4EAAuxlSqvrE5RToapRsgK {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #kmNiWKXGBIDeLgaIPZIyQVslmAm10VNm {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #HtZWO0RomEvyJrosfntx2404FpGSkZFW {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Hv5QyfQK1aQyuRmFPDTEfsSeixJmZSIT {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Fodk1etFGeaTe7uVGaS63vGbEg26rJ0W {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #pOC7HNboWLkdETlRqRNswNRrWI9JyfsK {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Axa57isX7m7IiJ8Oiug5ZRV3HLzt6xQf {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #uat5dBuJJMo79F5KPD68iFQyVD1ytad1 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #TDWi2eIagynW4XPnHbfnSAvLuwZMsfrF {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #e0BAQyWaVrB7EmSmSkq8zTKBnq68Up6T {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #tWDWpEx9w10Bdg6JWoxULKWAu7uXP1p8 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #ceLE7omTz5TkuoXyLESl8PKuJ7TTQ21o {  }
 }@media only screen and (max-width: 763px) { #aHA27avwvOTgtAh2pWTNzdaaTMtRqM2z { top:1.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK { display:flex;height:auto;width:29.1875rem;top:2.375rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #Ox9JdAIdJAcCK0c13nq19NLdaNTvGAED {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #oc9dp6EUdcVET7lHDPbKqtx6AzbkIT4a {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #fVe2kmwbTp2a0BGVGw0o6kh0ZGUDNE5d {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #SSiWer5q849GAQRwud7gu1VGuxxPFbhX {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #ybHasLZPaSpW33XErqhnKOwys3xgOH9s {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #g4dMi7AQgCZEpUiLoAnxlzVdF7vQwmhB {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #cidUb9FyhvM1bG1VtZEPLzUdxbxtTTNq {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #FeXaxKySkBfHlT6u94wNJqTEPGRGdghf {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #eErBT4tp24NeADgQESNVLPqf5EAnVBTy {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #hSbIOxQyZffISEtpd5B8yMx7LpzhZoox {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #Nq6HrAWFqctQbSr89SCNJdVv8GAES5pe {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #pI42yRrirrWzhwsKvkQrw3lKXU2x9MnC {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #GCykAgenN2VVyEdFS9SfW9WB0GyfhMcT {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #SxTuL8RTFnx1xTN5yfcqIRHc8u9XP8cE {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #KoTwhqzJ0Q36pV139mpO3v4Hpa3QKUSU {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #WCQGs0wr0mTnNOrRld2lzxvkmT7EG2U7 {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #scKQe3Xxe15plh02PvKFHqsfOVUSeQt2 {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #FdPGpFLNlopNhJ0ryeFvzZnmg0zmLPzS {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #fu6kpBd2tdmco5JzoMWI5f9cuGT9uweg {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #xGVi0zdAWFaxID3P6mKuqS4LXFb5Qndt {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ { display:flex;height:auto;width:29.1875rem;top:2.375rem;left:16.0625rem; }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #oHtlIuTa6lAXvW1IBDCdtPVtIykiizov {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Tvff0MxE18rr4Eln4tkdISW544NX3OwV {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #za0vpZPZssqkK7eOcVGiVP0iqQvLdJQM {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #L3VbTyeCnLp3Fax3XrTxHxUAdNAfm7fk {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #mEy4tAmgkKzQAknheEtAvUlTcnz7tCW6 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #HZZhVx13gMzSGHdJdhkfH3xo3iALfNJk {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #QUxcKywrWQzOuM58SPcBCs6oVtnZK6bN {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #rdP8fV5A6L8adU6bef2vSWDgAxMi8vAw {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qV7wRvtbeHrNDfaFVNxMTOvGmIhEkz38 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #OtuTXwS7EL1wF2TqL7b0aNPx9KR4ZKV9 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XwEtmTRRticuc3rTnwNExORrtpc6Nqp4 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #MRRneTplDOoWkDOXpzi6KohMnsFRFwq7 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #JvQKO9kC6m3MerEoi6MufnVATV1shDFT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #WtBfiqTMidrWeWWUT4nU4WfxmahLVuml {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #EBvaUPqIBHGbBl5MRV7nD7JxMJS4BqTo {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #xchB4p1XR8foNHhApRHO4A7ZaBPZhCsl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nzc8OVHnpgv1m24JXQxPbiLPrgf0xycQ {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #ZdLxniHrDJaGEX8k6y8iQyPfuHD6y6PJ {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #iKFtTtNiED2MEAkZHcQd5nRq0GdXCxyR {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qOePTGdkERoOQxZpDLJi7VL5iIXiBRf5 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #JDpFBphJM3LNO7dD5KTG5622wJ1fFeMF {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #ifE4EVkgQ8H8b5v1TcOEqKTATChxIt6Q {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #fQ3qwcXKtv9xTULT4HB2m4RfE9lMw5Am {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #B0t6mDWBAwv2ZRQFMrTybw2RBJm89lwl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #udTaF18PQVGCy4Eclcq4NuDLMQoXL1NT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qc4MtFLyrDC2gl0atVJV6v0ooNEPsALl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #yQanuTqabNuAWEXGknzBvm8LHRf8Rt5E {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #vhhBmMhenh4mVMEQQTdn3qWF4eRqaEdk {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #PzkM28KtlKIEsokT89yaXAMTh9KG3Txs {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Ho7yFdMenwxkn4QGcwVA2n4il60X8roH {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #A54dCf9pLGRnzHdmmePOFNsA33FKGvtT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XOdBEhwaimd5ETLOZnd4dOaTQRvgl8TR {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #guki2MVFQ32pHENMrmuOWwf9vZrFapsT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nJTlloPIqP3MXEAix15iQQxsTPoulcdl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Hl4HhCGgK7ulVTWv3FxE8vdaaqCiclOP {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #EPx2abpTfbVWmguJzC4A313aOkyoi5CD {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XqQIzntPtHDXhA92Nzfwt8TFcq4OdKKN {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nHkWC8iREk4k4RqQXcHbEwItZhl2gGZ5 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #euqrA7Tm82TdXSntH44LialEQdGPWTbp {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #VUQzVPxSFMO2UHQVzQ55tOhk3nG5dhJI {  }
 }@media only screen and (max-width: 763px) { #kdblIG4kbays6XUIzfVeALeyhCqJ8KZl { width:18.5rem;height:3.4375rem;top:33.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxzgpEPgB4w1Fz8ltxEiTKr2QWMH4mxp { display:block; }
 }@media only screen and (max-width: 763px) { #uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y { display:block; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkCRaaHLSR85lnU6OAbLoyQ6ACVWdNMJ { top:3.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { display:block; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:20.25rem;height:23.625rem;top:3.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:28.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { top:29.6875rem;left:4.8125rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { display:none; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { display:none; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { top:1.5rem;left:15.875rem;width:0.125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRK9yB7h6my1gvQs8ocJnus4nEd8Gb53 { width:20.25rem;height:15.1875rem;top:3.125rem;left:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hckx7MX608BCVU2y0kJMkQCoEibTsuA4 { width:17rem;height:1.3125rem;top:21.6875rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmzcAffSle7724yZKpPTJyAHNLTAhB5n { top:23.125rem;left:20.6875rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX9Rod31k162GH6RyDhaSgJHr2lzdiVe { width:17rem;height:1.3125rem;top:23.9375rem;left:30.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK7OQ3WFgNETiTKRUCDD7XR2LkVCi2as { top:25.375rem;left:36.5625rem;width:6.25rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2K8WREHl0WpsT7xT7J47Oy4WFdaIhy { width:20.25rem;height:18.5625rem;top:3.125rem;left:27.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5wJylQV3agMcbVXae9QmsXII0ysqQf { top:1.5rem;left:31.625rem;width:0.125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf { display:block; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXa4TKQ3xwofSPRlcyLdgyqdXRGPHXkI { top:3.5625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOQgNFsNVlzabhOJQqpq69anE6VBa6X3 { top:1.5rem;left:0rem;width:47.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRrM9xJOoSeA479R3fWWfWrr8ezNpGK { display:block; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxLblR54KbtnhF8yZ4bA9Kn2wUA7DPll { width:30.25rem;height:2.3125rem;top:5.625rem;left:17.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWct5vlWKFm5UVaGg13HxQxsHbTlRCpa { top:9.6875rem;left:13.625rem;width:34.125rem;height:23rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHlkKMBypUdpffvtTFUQSfTxe5wf7JNk { top:24.875rem;left:0rem;width:14.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrqrbxiq0n9SW5XeaDqIFi90zTmwnkBm { top:5.3125rem;left:0rem;width:14.6875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1k6v1F5zZJpmcztz7TcCIzBa6Vnm25H { top:24.875rem;left:5.375rem;width:14.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08TdzCVf5CPHgTTyf3ExiIKWhSpmXwL { top:14.625rem;left:5.375rem;width:14.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng4Wkt0PHZr7s2igLQucHJhK4OPCtF4P { top:5.5rem;left:5.4375rem;width:14.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K { display:block; }#OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTxTOlmT2NB6MzR6CNBlbfNXklIhFecb { top:10.5625rem;left:0rem;width:12.25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zTOs2OfAKiPAbTe2aPZBtGbRl47XDV { top:8.0625rem;left:0rem;width:12.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80THdSeAEvcKmbdNH6wxodl7ZXrIigK { top:19.9375rem;left:0rem;width:11.75rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdGHIwH6Sd8vpOUPVs9afCO8bsohtcUT { top:24.125rem;left:0rem;width:10.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6gSbud2l91NXbQUItpLcpTTcg4GXGne { top:5.3125rem;left:5.125rem;width:13.875rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUVeEgUMQQR12Me01Zy3oNm05C5ooiZh { top:2.9375rem;left:5.0625rem;width:12.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCOf0wfIPyvxygqKOopp5MGwVGdcAvT { top:14.1875rem;left:5.1875rem;width:15.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLJUPhePCJv28JPfRwOHrKOf8dcMIyRt { top:11.6875rem;left:5.1875rem;width:14.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b29NhKFGaK39VwHNk2K4eVZTC43li8LZ { top:22.3125rem;left:4.9375rem;width:15.8125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEbOHf8dASy0ObTUu1stiD8d1JLGlTum { top:20rem;left:4.9375rem;width:13.1875rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPqnOtRfnalkTqPoBJ71G5u8ATx3oweW { top:3.3125rem;left:23.75rem;width:9.9375rem;height:4.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms8WNZvz3O3bLygW5QI3KeJN0AcCx3JW { top:14.5625rem;left:23.9375rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #viXyS1RT66HvUDuwOhL79XipuqussT06 { top:10.4375rem;left:23.9375rem;width:10.5625rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sek8ZwUDl8ncBFNqFEIJuhXtGXeM0Mys { top:5.6875rem;left:25.9375rem;width:21.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7HCbsuJQG9ZxH3yhELeSWbA27UgNdp { top:14.5625rem;left:36.125rem;width:9.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKcCiUCUwlIxVgJbMPmbCh8A1epZ1KIk { top:10.8125rem;left:36.125rem;width:10.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLNbNnchkQmBbW7xGDPxU1waAAAMSQD { top:24.6875rem;left:34.25rem;width:12.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaL0cDpWGSr0RrDzSxnNlQOXfKdGIQX { top:20.8125rem;left:35.875rem;width:11.875rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfOMQzMOg4UVZ55oAXEhQKVc0MyQhsoy { top:23.8125rem;left:23.6875rem;width:8.875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtzmbI5X2gWf2VkohLiR7OfUQ0SW1XqO { top:19.75rem;left:23.6875rem;width:10.8125rem;height:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfatEdLfE12onsBNtbIcJLAka9kNauq2 { top:14.8125rem;left:37.3125rem;width:10.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORh7aSrRzcL6P2mJisoTQZfHPhK0gDS { top:10.875rem;left:37.5rem;width:10.25rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRDCkqXnIhvLu8olUGbkiskqhRze8M73 { top:24.5625rem;left:40.5625rem;width:7.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvqkXsHCyPRJBhAR3Vr9k4D1XXbnVoJM { top:20.75rem;left:39.625rem;width:8.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiluC6yhMGHOxAl2bLhRsNm3ykcLfxgJ { top:24.9375rem;left:7.5625rem;width:16.1875rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLn2k2ebHqdTI6zvsduFDzOrnwioKaH1 { top:77.375rem;left:33.125rem;width:14.625rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0NdZqwSl435TdlsHM3IPx6noH9Vp7bS { top:7.375rem;left:0rem;width:14.1875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2FqwsPybJZ3Qcfbr9z6G1M93ZHlZOtd { top:18.6875rem;left:0rem;width:13.9375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukKLF6CkRAlg4irqCuvp5tl28v0t1om0 { top:2.0625rem;left:3.75rem;width:17.5625rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpqtUlM49KLRNZxwr1RTx60knu5Q1pB2 { top:18.6875rem;left:3.8125rem;width:17.5625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT0cBWwm65dmpIkIIuxQTSQry9Ozn25i { top:9.6875rem;left:22.75rem;width:11.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF7ZwOWxyImczRSd2ubrToIAS0cG3sm3 { top:2.125rem;left:24rem;width:23.625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRqtWgC65ToUGH3daRh8kfy8XpV7kgyG { top:9.6875rem;left:35.3125rem;width:11.4375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDq0FysPG242adKIuGkGBDOGe0QwAk1k { top:19.6875rem;left:33.625rem;width:14rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvgOB3xgX5qZlGQXTNxD7VnhDWS8ZmGi { top:18.75rem;left:22.75rem;width:11.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJIBZvGvJuysnLMRN4PFcrqWiTwgI0eC { top:19.6875rem;left:38.5rem;width:9.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtyDXnnX0It8zagot2LPnoGfnk6VR8I1 { top:9.5625rem;left:35.875rem;width:11.75rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLS8aEE01JcXZbin9SyIlhtAff37DG3r { top:2.0625rem;left:0rem;width:14.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3OXa9K9tndhxP8g01x6wvBkThHIdGmh { top:2.75rem;left:0rem;width:12.5625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK6h5IVGFNIcWSaI0kkqMRTEE7fO2chR { top:2.0625rem;left:22.75rem;width:12rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWxmTChqXtTGslMxzK5Wr8bf7d7urTTs { top:3.6875rem;left:28.75rem;width:19rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie { display:block; }#KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb5xb18hqPWQB2yP1Sf5T2dNABxipz13 { top:11.9375rem;left:7.4375rem;width:16.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2XWIw4CsMJHE1rNl9BVXTMAxrOqE0MU { top:11.9375rem;left:34.0625rem;width:13.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWy5AcodhzMylB7kxZGAC7wHszQcUd0 { top:7.3125rem;left:34.0625rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9rHuWOhCWtMoxsqbf58WEh5uZ1JV2dJ { top:11.9375rem;left:17.4375rem;width:18.6875rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsBKDPRxS6RohfzNgWFEftUhEcN7P8IE { top:7.3125rem;left:22.125rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqTHFLwHtMlJCvGui3maPcNcgSTTNTgq { top:11.9375rem;left:0rem;width:18.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9KGJrKdJfnn9wyzlZSkKR76ny6VSytI { top:7.25rem;left:0rem;width:17.75rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPa2MiEU2icci1r0XxM0sbMDFHWZvbLi { top:2.4375rem;left:39.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVq6huST5w0A88JfyOXl06QaldgDHhAc { top:2.4375rem;left:27.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7mz1wLhhHUBHQTVudyowaKEvQ0y2OMd { top:2.8125rem;left:4.21875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKdXW7Q0wqm5gEGSSTyFJruuJIdawNIU { top:7.25rem;left:10.1875rem;width:13.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr2gtdf4fPJOEVRIQmDyQ2JkCnwCbgSB { top:2.4375rem;left:15.84375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { top:2.625rem;left:0rem;width:6.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { top:5.125rem;left:30.625rem;width:12.0625rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { top:5.125rem;left:37.5625rem;width:10.1875rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { top:5.75rem;left:42.4375rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { top:5.75rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { top:4.9375rem;left:40.1875rem;width:7.5625rem;height:0;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { top:3rem;left:21.25rem;width:26.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { top:6.4375rem;left:0rem;width:22.4375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2E99g1g1utIMGXiPP4URHnqKzx6yVLr { top:2.9375rem;left:1.4375rem;width:2.6875rem;height:2.6875rem;display:block; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c0007cc-151c-4f8f-85c4-46aecd71e960/noroot.crop_1073x1556_0,0");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;display:block; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.adaptive-delivery-prevent-bg, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyload, #meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg.lazyloading { background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { background-color: transparent; background-image: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,7,53,0.26); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,7,53,0.26); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { display: none; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .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); }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { border-width: 0; border-radius: 0; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meiEOR3sqZJZkqg1pxz6ri4owRXz1nqg > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JybHEr9mFhfnlkOKCn50gwKBk7CfERSz { width:11.4375rem;height:3.375rem;top:26.3125rem;left:5.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #GfXhgcSK7bs4TGl7C1k4X5h3y0mF5xx7 { display:flex;width:2rem;height:2rem;top:26.4375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #RoB7ELuOq4S7z6T7ET2TqfQrh22MIzpn { width:20rem;height:7.4375rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tAX4487rXWaBAtMWxfbTIKUcSKRF3veA { width:10.8125rem;height:3.25rem;top:16.5rem;left:7.4375rem;font-size:1.5rem;text-align:left;text-align-last:left;font-family:rubik;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ibuP9aVQz8JrBQQeNSG1ULRc8LTxSz8r { width:20rem;height:2.3125rem;top:23.6875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #A8UolHCZD41JPNByyTgrwGivitkh7lPK { width:19.75rem;height:3rem;top:10.375rem;left:0.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s1ec1r2fS0Ab3i4pGXXhgE5TdWEBWRmI { width:15.8125rem;height:3.4375rem;top:31.6875rem;left:2.125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xe0BO3VtWGFRZtHRbbZRRU5i8pw3i0GS { display:block; }
 }@media only screen and (max-width: 763px) { #qMARCuuQusFIWN2Geq7elohgp71pG7pM { width:16.75rem;height:4.4375rem;top:16rem;left:2.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #X7oLR0Qg6dATNq7N9a1cGUM4vCDJ5Hx1 { width:6.3125rem;height:6.3125rem;top:15rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL { display:block; }#uet1zWZs9Ba7ZlKmzdJZt1vI5UAiHmHL > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSHeip8QmmGLH2Woz0v1x0OT2FMx89Ts { width:4.1875rem;height:1.8125rem;top:9.5rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1yZI5gKFbA9ZLT9baHT9VQmJWoeloX7 { width:5.9375rem;height:2.75rem;top:4.875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im23M59BzsnJdwwuSoVEQAGel6DnyOFD { width:3.125rem;height:2.75rem;top:9rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXudFB95N0pO4oSNlrweyugOniy1TNWT { width:4.375rem;height:1.9375rem;top:5.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrX6BFH2VfhNys9xRa7ioXOc5yNmbFqI { width:5.25rem;height:1.4375rem;top:1.125rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKs7WrcDnTRCSVAlSKuN1AEgFoHWb3RA { width:3.375rem;height:1.5625rem;top:3.625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNFQCOKP7EBsrKsvnRH48HPhv4gNw0Ju { width:4.375rem;height:1.3125rem;top:5.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKwnnUofISoSIXi7MrwgLqxvQJmMuoEE { width:4.5rem;height:1.125rem;top:3.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxr7Duxdv84BxgXkGuGAEcronkxORlNq { width:5.375rem;height:1.5625rem;top:3.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGvF0syfAo4sxocJ1SsWpFQ5J65aEiNs { width:3.9375rem;height:1.375rem;top:3.4375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lynrox2NdF5ze3k8tkP5ROpXNrbxyI2I { width:4.625rem;height:1.5625rem;top:5.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzDbSA28E74KCTwbQc0aaMdeTXIarKAv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60ab93c5-1540-432e-8e10-6cc7fd510d41/BannerSanyam13.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;display:none; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv.adaptive-delivery-prevent-bg, #XzDbSA28E74KCTwbQc0aaMdeTXIarKAv.lazyload, #XzDbSA28E74KCTwbQc0aaMdeTXIarKAv.lazyloading { background-image: none; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv > .row .container { border-width: 0; border-radius: 0; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XzDbSA28E74KCTwbQc0aaMdeTXIarKAv > .row .container { width:20rem;height:64.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCwokhI8Z4Fv6h9mKUM7OhCPgBsdvvuB { width:11.4375rem;height:3.375rem;top:54.8125rem;left:5.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #PEIHvDSGAFIER862XSV3oMVs6faQlq0v { display:flex;width:2rem;height:2rem;top:54.9375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #WEfv94gJ0TAeyTQ0GGOIIVSCT23GSA7l { width:20rem;height:7.4375rem;top:35.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZtV1vEZqWTUZ0LucVfrR1i265KyGkumG { width:19.625rem;height:1.9375rem;top:48.0625rem;left:0.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #SMxrLJmg5CnmpW4qSVqksvKeRxQcXLvy { width:20rem;height:2.3125rem;top:52.1875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #QVQ72e9fP1iMaiL2SL64RQTW8GQF8oLM { width:19.75rem;height:2.875rem;top:42.875rem;left:0.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:rubik;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CrfRkCfbBQERzbVdqRoHHX1X9oiXqi6O { width:15.8125rem;height:3.4375rem;top:59.3125rem;left:2.125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ogr6KKiiFAfAXSZKI5ryCkM9AcoEmPh6 { display:block; }
 }@media only screen and (max-width: 763px) { #TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd { display:block; }#TeqGJQAvS5t7BTctEtg6gwzOZ4vVRhyd > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2r05W3STOOTGgugWnHysIKqy4xcBIhu { width:20rem;height:35.9375rem;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9UA4cMzUTFDrogZD9cTFJyEcLOmFahT { width:20rem;height:5rem;top:1.5rem;left:0rem;font-size:1.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETJkp1dWE5QT2oKESaAPzOXKRKlAmOSs { width:20rem;height:5.625rem;top:53.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOTQq3nqu58WIRLWfQhNW7aH51GmsNaB { width:19.875rem;height:9.0625rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsE9ahCUrQyxFnpHPma2TOJ7TX7wlnCV { width:15.625rem;height:4.375rem;top:45.4375rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I2S39EGtOVBnryN6o2xUwF0erRCkzECM { width:1.9375rem;height:1.9375rem;top:50.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUKHq6218an7NhiX7axz9cmkWlQBpF7 { width:1.1875rem;height:1.1875rem;top:60.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvGXAXd0XpScnGsGXvJBcemsfiFq57bp { display:flex;width:9.125rem;height:9.125rem;top:52.875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8Be2PKTlqZT3lJe2u4fiHRZp6n6Zuo0 { width:18.5rem;height:3.4375rem;top:64.125rem;left:0.75rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #W1D3bCz3NWEOrw6TwN8emvwIBXbZlG2K { display:block; }
 }@media only screen and (max-width: 763px) { #B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo { background-color:#ffffff;background-image:none;display:block; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { background-color: transparent; background-image: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row > .video-iframe-container { display: none; }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .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); }#B0tfZZx8v4Dpui7sHLC5bUD4qs7i5aNo > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rut96hrS3N4BU8ENNeyziB0Pk3dSEfvX { width:20rem;height:76.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azN1K5fPqHINIwaLBWTEysNDXBA3dung { width:20rem;height:19.0986328125rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA23eu4fpyH5ZR4GQhuiQd8hFXmOm5k9 { width:20rem;height:4.25rem;top:4.125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;font-family:"work sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wQIlnv4ify6uiwI3qNyZpOAPN0VwNcSZ { width:16.3125rem;height:7.8125rem;top:9.1875rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w07NKGvv7v69whzRzgfTgvgaxbWgfODk { width:18.375rem;height:13.0625rem;top:37.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho42ko2Z8quDziOrCgVLy9WzDv2dwfSJ { width:17rem;height:7.1875rem;top:42.25rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WdzekF3QMzv9yqFXZRwLl6548QApTQXX { width:16.5625rem;height:3rem;top:38.5625rem;left:2rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w5nR6JJb4UxdBb6qGIynZz8pwcNOWpBF { width:18.375rem;height:12.25rem;top:51.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3KQWmupgazk5GBL4f9dhWdhzUDnyJGl { width:15.1875rem;height:7.8125rem;top:54.75rem;left:2.0625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTRHg71gMhC1TNaZTWXkEcZzraVwv4d0 { width:16.75rem;height:1.875rem;top:52.5625rem;left:2.0625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZTpSuk9yfIiuJbmbhqFSeqNVlwqd18Z { width:18.3125rem;height:12.375rem;top:64.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UitW5BycETs1gPXa5ImSei9Swby5fnU7 { width:15.4375rem;height:7.8125rem;top:68.125rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCyi95wQ6qFytwmlp0mDzDSgPnMe2wUN { width:15.375rem;height:1.875rem;top:65.875rem;left:2.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts { display:block; }#nOsEzoeWkv1V8fs9CkaKfTXIFIUxxFts > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrzH6H8wfC6iyKkPaOdRSXQ7mh8EihoF { width:20rem;height:5.8125rem;top:2rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #uS6thbIZLWe47qiZngzhbTaxJaGKt817 { width:20rem;height:28.125rem;top:29.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVBHniFgKDPECMhboxyzSG6WQEQc2g3i { width:20rem;height:23.4375rem;top:7.8125rem;left:0rem;overflow:hidden;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #HnWrXOdbexoVRogJf36QPuHMnblQFaPv { width:16.375rem;height:3.4375rem;top:60.75rem;left:1.8125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Cdg0GCHCXmPqSfyii7nUKCh0oiF4vuXR { display:block; }
 }@media only screen and (max-width: 763px) { #W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 { background-color:#030538;background-image:none;display:block; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container { background-color: transparent; background-image: none; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container > .video-iframe-container { display: none; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row > .video-iframe-container { display: none; }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .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); }#W8mZINWTCG6ZpruiQPhKuT4OGrEfgxX0 > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ebitPsPJ7TXVznxeDEWLDVlgbMQTVRHp { width:18.5rem;height:0.125rem;top:19.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIR0uJbCMzSo67nhTVhOUgAdGUbOQuZE { width:13.5rem;height:2.875rem;top:21.0625rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #MKIuXx7OHIUDau23E3bxHs18GTEOaMqH { width:15.25rem;height:4.3125rem;top:14rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #FI44fd9KMXBP9zlkM7Fx93twqQdSI4pP { display:flex;width:1.5625rem;height:1.5625rem;top:14.1875rem;left:1.3125rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #HButllRvNwp2dGxGk9zl4tS5P1o68G38 { width:8.8125rem;height:1.4375rem;top:26.625rem;left:4.125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #yXLX8NfR36BHGLisBcwry0zeQ6yvcihz { display:flex;width:1.875rem;height:1.875rem;top:21.0625rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #tTD5GeCrPTntlPfMSXZe1ySJVCCesMnD { display:flex;width:1.4375rem;height:1.4375rem;top:26.625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #LvG1tCkN28T0gsZzSn1UlIJJGbTyzWxz { width:20rem;height:3.75rem;top:8.125rem;left:0rem;font-size:1.375rem;line-height:1.4;z-index:15044;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Nm1JOvZSb5U4m6Q9269Tx2Hzqbltizda { width:15.375rem;height:2.875rem;top:22.4375rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;font-weight:700;font-style:normal;font-family:var(--headlines-font-family);z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #nKmUPxOnlh0ygJVX43P9NAODA5S8aT39 { width:20rem;height:3.625rem;top:4.1875rem;left:0rem;font-size:1.8125rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQfWOeahQLfOTdUaIECT3Mpx4M4aVrcl { width:19.3125rem;height:11.125rem;top:30.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVoHBRKXcGd7SZ5OJuqcddKT7FAMeG3T { width:15.9375rem;height:6.25rem;top:33.75rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlooXmBnlH2R192PwBDinwtBT25Jl9T4 { width:19.375rem;height:1.875rem;top:31.5rem;left:0.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wt3S2CM44LVT5vFuHJNUbLdOhgNHJxAo { width:18.375rem;height:0.125rem;top:25.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHD77VLWSTAScZbTAITswiNVd58aKd4C { width:16.8125rem;height:3.4375rem;top:43.625rem;left:1.59375rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yXo9aWtvHkNUwrOxSZdTW4VLMhJOFgZ8 { display:block; }
 }@media only screen and (max-width: 763px) { #rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi { display:block; }#rKdR8TKDQJ9xdgpb9Zv0Mn6zTalHrSKi > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sv83ROTMzBhmsB4z7EdoM9Sup8ff339r { width:20rem;height:5.4375rem;top:3.375rem;left:0.0625rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:"work sans";display:block; }
 }@media only screen and (max-width: 763px) { #buo6riURCrkQakEX87lCkgPeCZbUt389 { display:block; }#buo6riURCrkQakEX87lCkgPeCZbUt389 > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Q4ulB0l5qEZECxy7wtFlLTKECTXabveq {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #vI0fMmUvckdbAl7DwK7oT6iMxbTvVWxD {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #q7u8waWcsPazA6G6WBc1q5bPx6DyMds1 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #eIUhTvn7SV8n0Tuc83J52w1hzDKyoI1J {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #XiHDh5Lxaq3DsrdtFbronbmeCirv5ILG {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #yrTcc1EIeRHqcxEAprWFxN02OeClnfN6 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #InsQyfWV6LdxTNQOF2DTlkLvnXzpRATz {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #OBTtz3af2sF3f8AKI3vIydu8blcZwer6 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #HWpapK3KvB4EAAuxlSqvrE5RToapRsgK {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #kmNiWKXGBIDeLgaIPZIyQVslmAm10VNm {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #HtZWO0RomEvyJrosfntx2404FpGSkZFW {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Hv5QyfQK1aQyuRmFPDTEfsSeixJmZSIT {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Fodk1etFGeaTe7uVGaS63vGbEg26rJ0W {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #pOC7HNboWLkdETlRqRNswNRrWI9JyfsK {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #Axa57isX7m7IiJ8Oiug5ZRV3HLzt6xQf {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #uat5dBuJJMo79F5KPD68iFQyVD1ytad1 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #TDWi2eIagynW4XPnHbfnSAvLuwZMsfrF {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #e0BAQyWaVrB7EmSmSkq8zTKBnq68Up6T {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #tWDWpEx9w10Bdg6JWoxULKWAu7uXP1p8 {  }
 }@media only screen and (max-width: 763px) { #S2K8DIHJ7GUzSU0NgBkUSUgRf1taF4iP #ceLE7omTz5TkuoXyLESl8PKuJ7TTQ21o {  }
 }@media only screen and (max-width: 763px) { #aHA27avwvOTgtAh2pWTNzdaaTMtRqM2z { width:20rem;height:12.5rem;top:1rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK { display:flex;height:auto;width:17.5rem;top:38.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #Ox9JdAIdJAcCK0c13nq19NLdaNTvGAED {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #oc9dp6EUdcVET7lHDPbKqtx6AzbkIT4a {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #fVe2kmwbTp2a0BGVGw0o6kh0ZGUDNE5d {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #SSiWer5q849GAQRwud7gu1VGuxxPFbhX {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #ybHasLZPaSpW33XErqhnKOwys3xgOH9s {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #g4dMi7AQgCZEpUiLoAnxlzVdF7vQwmhB {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #cidUb9FyhvM1bG1VtZEPLzUdxbxtTTNq {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #FeXaxKySkBfHlT6u94wNJqTEPGRGdghf {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #eErBT4tp24NeADgQESNVLPqf5EAnVBTy {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #hSbIOxQyZffISEtpd5B8yMx7LpzhZoox {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #Nq6HrAWFqctQbSr89SCNJdVv8GAES5pe {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #pI42yRrirrWzhwsKvkQrw3lKXU2x9MnC {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #GCykAgenN2VVyEdFS9SfW9WB0GyfhMcT {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #SxTuL8RTFnx1xTN5yfcqIRHc8u9XP8cE {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #KoTwhqzJ0Q36pV139mpO3v4Hpa3QKUSU {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #WCQGs0wr0mTnNOrRld2lzxvkmT7EG2U7 {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #scKQe3Xxe15plh02PvKFHqsfOVUSeQt2 {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #FdPGpFLNlopNhJ0ryeFvzZnmg0zmLPzS {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #fu6kpBd2tdmco5JzoMWI5f9cuGT9uweg {  }
 }@media only screen and (max-width: 763px) { #mWPopwd7N2GPTV9ifBBRuxp2VFxh3qUK #xGVi0zdAWFaxID3P6mKuqS4LXFb5Qndt {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l4M3pbCL4rchdCk5OdpIV41pwx56zetJ { display:flex;height:auto;width:17.5rem;top:14.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #oHtlIuTa6lAXvW1IBDCdtPVtIykiizov {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Tvff0MxE18rr4Eln4tkdISW544NX3OwV {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #za0vpZPZssqkK7eOcVGiVP0iqQvLdJQM {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #L3VbTyeCnLp3Fax3XrTxHxUAdNAfm7fk {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #mEy4tAmgkKzQAknheEtAvUlTcnz7tCW6 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #HZZhVx13gMzSGHdJdhkfH3xo3iALfNJk {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #QUxcKywrWQzOuM58SPcBCs6oVtnZK6bN {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #rdP8fV5A6L8adU6bef2vSWDgAxMi8vAw {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qV7wRvtbeHrNDfaFVNxMTOvGmIhEkz38 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #OtuTXwS7EL1wF2TqL7b0aNPx9KR4ZKV9 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XwEtmTRRticuc3rTnwNExORrtpc6Nqp4 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #MRRneTplDOoWkDOXpzi6KohMnsFRFwq7 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #JvQKO9kC6m3MerEoi6MufnVATV1shDFT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #WtBfiqTMidrWeWWUT4nU4WfxmahLVuml {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #EBvaUPqIBHGbBl5MRV7nD7JxMJS4BqTo {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #xchB4p1XR8foNHhApRHO4A7ZaBPZhCsl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nzc8OVHnpgv1m24JXQxPbiLPrgf0xycQ {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #ZdLxniHrDJaGEX8k6y8iQyPfuHD6y6PJ {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #iKFtTtNiED2MEAkZHcQd5nRq0GdXCxyR {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qOePTGdkERoOQxZpDLJi7VL5iIXiBRf5 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #JDpFBphJM3LNO7dD5KTG5622wJ1fFeMF {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #ifE4EVkgQ8H8b5v1TcOEqKTATChxIt6Q {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #fQ3qwcXKtv9xTULT4HB2m4RfE9lMw5Am {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #B0t6mDWBAwv2ZRQFMrTybw2RBJm89lwl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #udTaF18PQVGCy4Eclcq4NuDLMQoXL1NT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #qc4MtFLyrDC2gl0atVJV6v0ooNEPsALl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #yQanuTqabNuAWEXGknzBvm8LHRf8Rt5E {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #vhhBmMhenh4mVMEQQTdn3qWF4eRqaEdk {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #PzkM28KtlKIEsokT89yaXAMTh9KG3Txs {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Ho7yFdMenwxkn4QGcwVA2n4il60X8roH {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #A54dCf9pLGRnzHdmmePOFNsA33FKGvtT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XOdBEhwaimd5ETLOZnd4dOaTQRvgl8TR {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #guki2MVFQ32pHENMrmuOWwf9vZrFapsT {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nJTlloPIqP3MXEAix15iQQxsTPoulcdl {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #Hl4HhCGgK7ulVTWv3FxE8vdaaqCiclOP {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #EPx2abpTfbVWmguJzC4A313aOkyoi5CD {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #XqQIzntPtHDXhA92Nzfwt8TFcq4OdKKN {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #nHkWC8iREk4k4RqQXcHbEwItZhl2gGZ5 {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #euqrA7Tm82TdXSntH44LialEQdGPWTbp {  }
 }@media only screen and (max-width: 763px) { #l4M3pbCL4rchdCk5OdpIV41pwx56zetJ #VUQzVPxSFMO2UHQVzQ55tOhk3nG5dhJI {  }
 }@media only screen and (max-width: 763px) { #kdblIG4kbays6XUIzfVeALeyhCqJ8KZl { width:15.75rem;height:3.4375rem;top:58.4375rem;left:2.125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WxzgpEPgB4w1Fz8ltxEiTKr2QWMH4mxp { display:block; }
 }@media only screen and (max-width: 763px) { #uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y { display:block; }#uJTsdOamXaJCbDNhGAlM0C6WgXEb7H2y > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkCRaaHLSR85lnU6OAbLoyQ6ACVWdNMJ { width:16.25rem;height:4.375rem;top:2.9375rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"work sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { background-color: transparent; background-image: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { display: none; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .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); }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { border-width: 0; border-radius: 0; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BceKWlFcDHoIr1XZWy33RXnFl8GEUcqg > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1FMsCWb59IP6qHOeb40LAFuvQztoCA { width:20rem;height:18rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #wMgTGAz0wM6J3tvFe0KxZwpAmyIdcaqe { width:17rem;height:1.3125rem;top:20.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #J7BDZp07mIlzwZZmVyTpXtvfAmK6GRm0 { width:6.25rem;height:1.4375rem;top:21.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsZTT37L3fuKyCyXLz6KL2J1eXo5u3nw { top:25.3125rem;left:-0.125rem;width:20rem;height:0.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #amFNA0bUedoek4wrmIMTCn2JBcTdqTr9 { top:48.4375rem;left:0rem;width:20rem;height:0.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #S9nuJpmoai1tDMTTbgME7T1TPayviP2O { width:0.125rem;height:31.4375rem;top:1.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRK9yB7h6my1gvQs8ocJnus4nEd8Gb53 { width:19.5rem;height:13.5rem;top:27.4375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Hckx7MX608BCVU2y0kJMkQCoEibTsuA4 { width:17rem;height:1.3125rem;top:42.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #qmzcAffSle7724yZKpPTJyAHNLTAhB5n { width:6.25rem;height:1.4375rem;top:45.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tX9Rod31k162GH6RyDhaSgJHr2lzdiVe { width:17rem;height:1.3125rem;top:66.6875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #RK7OQ3WFgNETiTKRUCDD7XR2LkVCi2as { width:6.25rem;height:1.4375rem;top:69.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2K8WREHl0WpsT7xT7J47Oy4WFdaIhy { width:20rem;height:15rem;top:50.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QP5wJylQV3agMcbVXae9QmsXII0ysqQf { width:0.125rem;height:31.4375rem;top:1.5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf { display:block; }#svD4Qha1lhgtCVXlfTmAK37JDPzdnzwf > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXa4TKQ3xwofSPRlcyLdgyqdXRGPHXkI { width:18.125rem;height:10rem;top:4.25rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOQgNFsNVlzabhOJQqpq69anE6VBa6X3 { width:20rem;height:13.875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prRrM9xJOoSeA479R3fWWfWrr8ezNpGK { background-color:#f8f8f8;background-image:none;display:block; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container { background-color: transparent; background-image: none; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container > .video-iframe-container { display: none; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row > .video-iframe-container { display: none; }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .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); }#prRrM9xJOoSeA479R3fWWfWrr8ezNpGK > .row .container { width:20rem;height:132.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxLblR54KbtnhF8yZ4bA9Kn2wUA7DPll { width:18.8125rem;height:4.5rem;top:3.9375rem;left:0.125rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xWct5vlWKFm5UVaGg13HxQxsHbTlRCpa { width:20rem;height:38.8125rem;top:10.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHlkKMBypUdpffvtTFUQSfTxe5wf7JNk { width:20rem;height:10.875rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrqrbxiq0n9SW5XeaDqIFi90zTmwnkBm { width:20rem;height:25.8125rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1k6v1F5zZJpmcztz7TcCIzBa6Vnm25H { width:20rem;height:10.9375rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w08TdzCVf5CPHgTTyf3ExiIKWhSpmXwL { width:20rem;height:12.875rem;top:103rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ng4Wkt0PHZr7s2igLQucHJhK4OPCtF4P { width:20rem;height:11.8125rem;top:90.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K { display:none; }#OuN6mBg5TIdZ38tfdce7PgMUgRgHWT6K > .row .container { width:20rem;height:369.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lTxTOlmT2NB6MzR6CNBlbfNXklIhFecb { width:17.625rem;height:3.75rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6zTOs2OfAKiPAbTe2aPZBtGbRl47XDV { width:12.5625rem;height:1.75rem;top:18.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80THdSeAEvcKmbdNH6wxodl7ZXrIigK { width:19.0625rem;height:1.5rem;top:39.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdGHIwH6Sd8vpOUPVs9afCO8bsohtcUT { width:15.125rem;height:2.5rem;top:41.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6gSbud2l91NXbQUItpLcpTTcg4GXGne { width:16.5rem;height:3.75rem;top:60.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUVeEgUMQQR12Me01Zy3oNm05C5ooiZh { width:9.625rem;height:1.75rem;top:58.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pWCOf0wfIPyvxygqKOopp5MGwVGdcAvT { width:14.8125rem;height:2.5rem;top:67.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oLJUPhePCJv28JPfRwOHrKOf8dcMIyRt { width:14.5rem;height:1.75rem;top:65.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b29NhKFGaK39VwHNk2K4eVZTC43li8LZ { width:8.625rem;height:10rem;top:76.375rem;left:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEbOHf8dASy0ObTUu1stiD8d1JLGlTum { width:8.875rem;height:3rem;top:72.875rem;left:11.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPqnOtRfnalkTqPoBJ71G5u8ATx3oweW { width:19.4375rem;height:2rem;top:90.3125rem;left:0rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ms8WNZvz3O3bLygW5QI3KeJN0AcCx3JW { width:14.8125rem;height:1.25rem;top:109.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #viXyS1RT66HvUDuwOhL79XipuqussT06 { width:13.625rem;height:1.5rem;top:107.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sek8ZwUDl8ncBFNqFEIJuhXtGXeM0Mys { width:15.375rem;height:2.5rem;top:126.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv7HCbsuJQG9ZxH3yhELeSWbA27UgNdp { width:17.8125rem;height:1.25rem;top:146.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKcCiUCUwlIxVgJbMPmbCh8A1epZ1KIk { width:17.75rem;height:1.5rem;top:144.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLNbNnchkQmBbW7xGDPxU1waAAAMSQD { width:19.875rem;height:2.5rem;top:165.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaL0cDpWGSr0RrDzSxnNlQOXfKdGIQX { width:20rem;height:1.5rem;top:163.875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dfOMQzMOg4UVZ55oAXEhQKVc0MyQhsoy { width:15.375rem;height:2.5rem;top:186.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtzmbI5X2gWf2VkohLiR7OfUQ0SW1XqO { width:16.9375rem;height:1.5rem;top:184.875rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FfatEdLfE12onsBNtbIcJLAka9kNauq2 { width:18.6875rem;height:1.25rem;top:207.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORh7aSrRzcL6P2mJisoTQZfHPhK0gDS { width:13.0625rem;height:1.5rem;top:205.75rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRDCkqXnIhvLu8olUGbkiskqhRze8M73 { width:13.3125rem;height:1.25rem;top:226.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvqkXsHCyPRJBhAR3Vr9k4D1XXbnVoJM { width:17.6875rem;height:1.75rem;top:224.5rem;left:0.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiluC6yhMGHOxAl2bLhRsNm3ykcLfxgJ { width:20rem;height:11.1875rem;top:46.1875rem;left:0rem;overflow:hidden;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #OLn2k2ebHqdTI6zvsduFDzOrnwioKaH1 { width:20rem;height:12.625rem;top:211rem;left:0rem;overflow:hidden;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #c0NdZqwSl435TdlsHM3IPx6noH9Vp7bS { width:14.1875rem;height:10.5rem;top:235.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2FqwsPybJZ3Qcfbr9z6G1M93ZHlZOtd { width:13.9375rem;height:10.0625rem;top:290.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukKLF6CkRAlg4irqCuvp5tl28v0t1om0 { width:17.5625rem;height:15.875rem;top:247rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpqtUlM49KLRNZxwr1RTx60knu5Q1pB2 { width:17.5625rem;height:10.0625rem;top:301.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT0cBWwm65dmpIkIIuxQTSQry9Ozn25i { width:11.875rem;height:8.3125rem;top:280.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF7ZwOWxyImczRSd2ubrToIAS0cG3sm3 { width:19.875rem;height:6.75rem;top:272.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRqtWgC65ToUGH3daRh8kfy8XpV7kgyG { width:11.4375rem;height:9.1875rem;top:324.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDq0FysPG242adKIuGkGBDOGe0QwAk1k { width:14rem;height:9rem;top:345.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvgOB3xgX5qZlGQXTNxD7VnhDWS8ZmGi { width:11.8125rem;height:10rem;top:313.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJIBZvGvJuysnLMRN4PFcrqWiTwgI0eC { width:9.125rem;height:8.9375rem;top:356.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtyDXnnX0It8zagot2LPnoGfnk6VR8I1 { width:11.75rem;height:9.3125rem;top:335.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLS8aEE01JcXZbin9SyIlhtAff37DG3r { width:14.1875rem;height:4.6875rem;top:229.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3OXa9K9tndhxP8g01x6wvBkThHIdGmh { width:12.5625rem;height:2rem;top:229.875rem;left:4rem;font-size:2rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pK6h5IVGFNIcWSaI0kkqMRTEE7fO2chR { width:12rem;height:7rem;top:264.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWxmTChqXtTGslMxzK5Wr8bf7d7urTTs { width:19rem;height:0;top:366.375rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie { display:none; }#KzUDJvgoT4Ontq2AtqQZ26PvkK6ts9ie > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vb5xb18hqPWQB2yP1Sf5T2dNABxipz13 { width:7.8125rem;height:2.5rem;top:9rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2XWIw4CsMJHE1rNl9BVXTMAxrOqE0MU { width:8.9375rem;height:2.5rem;top:8.875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXWy5AcodhzMylB7kxZGAC7wHszQcUd0 { width:8.1875rem;height:2.5rem;top:6.1875rem;left:1.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #O9rHuWOhCWtMoxsqbf58WEh5uZ1JV2dJ { width:9.9375rem;height:6.25rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsBKDPRxS6RohfzNgWFEftUhEcN7P8IE { width:8.6875rem;height:2.5rem;top:18.1875rem;left:0.5625rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vqTHFLwHtMlJCvGui3maPcNcgSTTNTgq { width:8.1875rem;height:5rem;top:21.125rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9KGJrKdJfnn9wyzlZSkKR76ny6VSytI { width:10.25rem;height:2.5rem;top:18.1875rem;left:9.75rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dPa2MiEU2icci1r0XxM0sbMDFHWZvbLi { display:flex;width:3.25rem;height:3.25rem;top:2.3125rem;left:3.875rem; }
 }@media only screen and (max-width: 763px) { #iVq6huST5w0A88JfyOXl06QaldgDHhAc { display:flex;width:3.4375rem;height:3.4375rem;top:14rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #t7mz1wLhhHUBHQTVudyowaKEvQ0y2OMd { display:flex;width:3.125rem;height:3.125rem;top:14.125rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #GKdXW7Q0wqm5gEGSSTyFJruuJIdawNIU { width:7.5rem;height:2.5rem;top:6.1875rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr2gtdf4fPJOEVRIQmDyQ2JkCnwCbgSB { display:flex;width:3.625rem;height:3.625rem;top:2.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { display:block; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI { border-width: 0; border-radius: 0; }#Jnl5n47QoQae2ZkD1hxgBM1WLncdzWiI > .row .container { width:20rem;height:16.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b { display:flex;width:2.625rem;height:2.625rem;top:3.5rem;left:11.8125rem; }
#I6Jp6ac6WIKfuNANkJ4w7OXIvHGXUb3b > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk { display:flex;width:2.625rem;height:2.625rem;top:3.5rem;left:8.625rem; }
#Kmyy5fEKygP2WqA9rw04koZXrXZtKQLk > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #LPnnGoi4guaHOtOtKXvqDlH8D0gETRtV { width:5.5625rem;height:2.6875rem;top:3.5rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2WgVyLX1khMfBWQLS7cKrTTF6BUGxm5 { width:6.75rem;height:1.625rem;top:11.8125rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ4kSSOiTNTMMspVynFlFMwag2SqprTt { width:6.375rem;height:1.625rem;top:11.875rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8uHCvkaoE79ipuLVre1UT4gb0rGrFOA { width:0.125rem;height:1.25rem;top:12.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuoFimiptmLB24bqAbkOwLUUNMAvceL { width:0.125rem;height:1.25rem;top:12.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8AlZzTKEiaxPWvFqvrnTCUl76TutGA1 { width:4.5625rem;height:0;top:11.875rem;left:14.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWqVKTnxbqZyJRhrnxtDcazir044A2AN { width:18.9375rem;height:1rem;top:10.0625rem;left:0.5625rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lxs85AC5nHVhucuSuAlIh1WH9rtFTbTk { width:18rem;height:1rem;top:7.0625rem;left:1rem;font-size:0.8125rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2E99g1g1utIMGXiPP4URHnqKzx6yVLr { display:flex;width:2.6875rem;height:2.6875rem;top:3.5rem;left:14.875rem; }
#b2E99g1g1utIMGXiPP4URHnqKzx6yVLr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }