.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2619817-cb41-4ae0-b7d1-977582123c7e/screenshot20250508144454.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,27,72,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,27,72,0.78); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#z7GptznvOal06RoLxbGUxoPyOtSfVHzk { box-sizing:content-box;height:25.0625rem;width:23.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.1875rem;left:48.3125rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FxkU9KnFw4oMVI1TVNbUhQSaOCZNtKQq { position:absolute;display:block;z-index:15001;height:23.125rem;width:22.6875rem;top:3.875rem;left:48.75rem;display:block; }
#mlIbvO3Agy5tU9DWSPo95fL7Od2gVHO6 { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:3.40625rem;height:3.087025rem;font-style:normal;display:block; }
#fvGUsCLv25c9Tlc5L8fRcog6eSuQw9iE { color:#ffffff;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6484375rem;left:3.40625rem;height:2.76171875rem;font-style:normal;display:block; }
#fJwK3Xe13uvJ544phWkZy0TMRm7LZNK6 { box-sizing:content-box;height:8.1875rem;width:38rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:20.1875rem;left:3.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.4375rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#LvvErhaa5OPyvVltWBaegodsna9HHv04 { color:#000000;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:21.33984375rem;left:4.1875rem;height:;font-style:normal;display:block; }#LvvErhaa5OPyvVltWBaegodsna9HHv04 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LvvErhaa5OPyvVltWBaegodsna9HHv04 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41e52c34f6c887e15fee376d3793168fd2ec3d20.svg); }
#ft6cdQT1XXUbPL6nGQtFgoMGPBGydDvQ { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6484375rem;left:3.40625rem;height:2.76245rem;font-style:normal;display:none; }
#robyR4XQKKWu6FzOChOTmaUV3cwTucDo { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.625rem;left:3.4375rem;height:1.86889375rem;font-style:normal;display:none; }
#IAoX6uN3GNSCaMkOrsLS6m7aUKvuSTVE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:11.5rem;top:0rem;left:2.6875rem;overflow:hidden;display:block; }
#HORhIBSA3KQQWX8M2V7vBSr6w93o9HVd { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:8.375rem;height:2.76171875rem;font-style:normal;display:block; }
#te4B5s9qopxuqpTNxyGTUeVvPrKs7fTH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:8.1875rem;top:11.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#ohIW0FZfFrxJd6wVTU7rroKM8JFPmkk3 { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6484375rem;left:3.40625rem;height:2.76245rem;font-style:normal;display:none; }
#GEw5sGDaN2XKDalqvOSxGHkbcHfNAP81 { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6484375rem;left:3.40625rem;height:2.76245rem;font-style:normal;display:none; }
#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f671043-c7e9-4312-abca-bb20098cf4e1/certificate_bg.svg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4.adaptive-delivery-prevent-bg, #FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4.lazyload, #FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4.lazyloading { background-image: none; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row .container { background-color: transparent; background-image: none; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row .container > .video-iframe-container { display: none; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row > .video-iframe-container { display: none; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .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); }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row .container { border-width: 0; border-radius: 0; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#XlqHfbMQDCADT30rT9gxPD56ALO5FpTw { box-sizing:content-box;height:10.9375rem;width:63.375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.3125rem;left:5.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
#HJeEB0lSUrnu4u1J76XVBpPpqAvH370d { color:#000000;display:block;width:59.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:8rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha { 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; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row .container { background-color: transparent; background-image: none; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row .container > .video-iframe-container { display: none; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row > .video-iframe-container { display: none; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .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); }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row .container { border-width: 0; border-radius: 0; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#hXEq1FSSwCGtawmJrElsOfbzrfnTnh6W { color:#020101;display:block;width:29.3125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.4375rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nNxs4Q40k4qNnzGmxSZoh7l495ZHTTrg { color:#000000;display:block;width:35.999375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:2.3;letter-spacing:0;top:8.375rem;left:1.4375rem;height:17.973625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nNxs4Q40k4qNnzGmxSZoh7l495ZHTTrg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nNxs4Q40k4qNnzGmxSZoh7l495ZHTTrg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ffbdd26b4aa3fd7aaa50b497b4a93812d0aaaab.svg); }
#yM2wKhl6aTat1BiNqZ5OWZ5L1n2DeTM4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:22.3123125rem;width:40.9375rem;top:4.125rem;left:33.5625rem;overflow:hidden;display:block; }
#m3A2uGkxX1EtKP1gS1MnamShTuJVOL9k { box-sizing:content-box;height:23.25rem;width:42.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.625rem;left:33rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oNBzTpvWrTWMfWhR9HhKUW5AxSywEcTV { box-sizing:content-box;height:23.2498125rem;width:30.9375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:3.5210509300232rem;left:0.7400188446045rem;border-top:0.0625rem solid #020202;border-left:0.0625rem solid #020202;border-right:0.0625rem solid #020202;border-bottom:0.0625rem solid #020202;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#TJsgHwMW5LtTcISN9zc5ofl8SywILNif { 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; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row .container { background-color: transparent; background-image: none; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row .container > .video-iframe-container { display: none; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row > .video-iframe-container { display: none; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .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); }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row .container { border-width: 0; border-radius: 0; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row .container { font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;position:relative;display:block; }#rtkQlKuAwRwgURKLJM0oc5qAXQEygPu5 { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:49.187288284302rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sl3Jl62mlPgciTBRWPhsNmTtwETd36G0 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:2.8;letter-spacing:0;top:5.4991321563721rem;left:50.937067031861rem;height:15.249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Sl3Jl62mlPgciTBRWPhsNmTtwETd36G0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sl3Jl62mlPgciTBRWPhsNmTtwETd36G0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1bd4b0a18928d21b4760fac27b3f155c9b8745f2.svg); }
#hIWOb3Gsb3Iv7xuvVkfMyQVHnm7Bmp6H { box-sizing:content-box;height:28.3125rem;width:44.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.75rem;left:1.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#xAlRnnKdDSTw67mLz6ZMt3aegd5TLpJJ { 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:25.5620625rem;width:41.9998125rem;top:4.125rem;left:3.1875rem;overflow:hidden;display:block; }
#ATLWQpTewPAhTF4Plk1ntg7Q0k2h2G2b { box-sizing:content-box;height:18.6870625rem;width:25.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:2.7484812736511rem;left:47.710504531861rem;border-top:0.0625rem solid #020101;border-left:0.0625rem solid #020101;border-right:0.0625rem solid #020101;border-bottom:0.0625rem solid #020101;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#JEdLbyHmvw2TAhIbRPnzeDodbQ0c9ebr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68728125rem;width:1.18706875rem;top:6.25rem;left:49.374353408814rem;overflow:hidden;display:block; }
#O6keUskiO6f8zcPyLWADKSmNfupUcTM8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.68728125rem;top:9.3120670318606rem;left:49.249788284302rem;overflow:hidden;display:block; }
#w2IoBhB1TcCsWmm4GSEvLcdTDsUEVwTe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81206875rem;width:1.81206875rem;top:18.499350070953rem;left:49.249788284302rem;overflow:hidden;display:block; }
#TaHZ03WZOE99NbdoICFSphcmebv74RSr { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06163125rem;width:1.875rem;top:15.374350547791rem;left:49.249788284302rem;overflow:hidden;display:block; }
#ezipbe9ELxWZTxi6UDTO8NTvXV1kzBlH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68728125rem;width:1.68728125rem;top:12.312284469604rem;left:49.249788284302rem;overflow:hidden;display:block; }
#ouKBe10mMSA4slmQEA9r83fbRQsbBgTP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.625rem;left:48.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gN808o4DxuweLwBTlsbOxtgvuTGm89Jv { box-sizing:content-box;height:2.3125rem;width:6.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:22.375rem;left:51.25rem;border-top:0.0625rem solid #020304;border-left:0.0625rem solid #020304;border-right:0.0625rem solid #020304;border-bottom:0.0625rem solid #020304;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MgPCIQXk3aQTCaFmH2xPEZGEPTsSFPal { box-sizing:content-box;height:3.4375rem;width:25.4375rem;position:absolute;display:block;z-index:15019;background-color:#1ad079;background-image:none;top:24.375rem;left:47.8125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#VK3OI11aQTFNfpeFP3LLQp7aAtQhoDDR { box-sizing:content-box;height:3.375rem;width:12.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:24.4375rem;left:47.8125rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#CnTaMnEOx98TlNrLTHuWNv9pXy3FkCuC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:25.125rem;left:49.9375rem;overflow:hidden;display:block; }
#bm7zNiQIoolXWMVeFiBtOqgByz9QwsAs { color:#000000;display:block;width:9.8123125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:25.0625rem;left:52.0625rem;height:2.11263125rem;font-style:normal;display:block; }
#POgeVXzNV0VbSS8s4PU8fpCFANOwuesm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:25rem;left:60.9375rem;overflow:hidden;display:block; }
#F04xqePiqQdPImfo03NTF8lbyPTI8eOh { color:#000000;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6875rem;left:63.3125rem;height:2.92535rem;font-style:normal;display:block; }
#NGTflv1NKxxTEthTyEw0boMltksCnKy1 { box-sizing:content-box;height:2.75rem;width:12.9375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:28.4375rem;left:54.0625rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Gc4SG0ZOVsQpr58J3q0kTcFSrl1H9MaI { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.75rem;left:57.625rem;height:2.2744125rem;font-style:normal;display:block; }
#msF7Dm7XkQoTT2Jf1iIaNPwSzDWyW1Ea { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.24935rem;width:2.37413125rem;top:28.75rem;left:54.75rem;overflow:hidden;display:block; }
#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN { 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; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row .container { background-color: transparent; background-image: none; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row .container > .video-iframe-container { display: none; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row > .video-iframe-container { display: none; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .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); }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row .container { border-width: 0; border-radius: 0; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#flRnelASGlVoyOtVV6lxFrIcCAcgb4JC { box-sizing:content-box;height:3.75rem;width:45.9375rem;position:absolute;display:block;z-index:15004;background-color:#0d3b89;background-image:none;top:2rem;left:14.5rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#uDppDaypqtEOFLPTbgXDOfwhHce6d1AT { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:13.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T { 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; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row .container { background-color: transparent; background-image: none; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row .container > .video-iframe-container { display: none; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row > .video-iframe-container { display: none; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .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); }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row .container { border-width: 0; border-radius: 0; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#Qlt7pcClFmgcoiOrl7vcSrT4o6CoN5Z6 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:7.3125rem;width:14.3125rem;top:11.25rem;left:3.75rem;display:block; }
#K7uvMiGIAln0332BPvMJQyRnG1xFzSf4 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:7.3125rem;width:14.3125rem;top:11.375rem;left:20.6875rem;display:block; }
#iHTIVNTm7U0e6bMzKr2PBTCT9dXrDEFt { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:7.3125rem;width:14.3125rem;top:11.375rem;left:39.4375rem;display:block; }
#aaGsUuFqo13NhtHlawHEm0cXcQGc38IU { color:#000000;display:block;width:12.374rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:12.5rem;left:40.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPOp4uBXJS9idTtFI5xLARJhUfSxgzkG { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #005bf6);background-image: -moz-linear-gradient(180deg, #ffffff, #005bf6);background-image: -ms-linear-gradient(180deg, #ffffff, #005bf6);background-image: -o-linear-gradient(180deg, #ffffff, #005bf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#005bf6' );";background-image: linear-gradient(180deg, #ffffff, #005bf6);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.31) ;height:7.3125rem;width:14.3125rem;top:11.25rem;left:56.75rem;display:block; }
#nxh6xNAyWTPk6hJ5gttGiQJp9uWxroOb { color:#000000;display:block;width:14.1865rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.25rem;left:3.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sIAIf41VTvsztwPE61kk56XQbNbGZK34 { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:2.3125rem;left:56.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#l0G8VFeLhvLPMW9Fh2uqkUAH6s0Jxquy { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.3125rem;left:39.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#KWcGuiu1P7y18XygCJKHfeIPAIGH9KDd { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.3125rem;left:20.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#OLuv9kslTHP0cvI0WMF41gDP1ouxmg9X { box-sizing:content-box;height:9rem;width:14.3125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.3125rem;left:3.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#KChoGMIeHKRDr2LVa1byqlW2tJrpe85M { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:2.6875rem;left:59.75rem;overflow:hidden;display:block; }
#L9GiRWFmbNKE8mdwQPLq0OuortJ1oDIW { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:8.6875rem;top:4.0625rem;left:42.5rem;overflow:hidden;display:block; }
#eOX1nt49luTdW472iTCUTE651RPhf3HA { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:9.0625rem;top:2.5rem;left:23.3125rem;overflow:hidden;display:block; }
#IMz19MxNR1X8369gRxTFerMUA9Bp2fu7 { color:#000000;display:block;width:14.1855625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.25rem;left:20.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kRh4WPeB5nNGCgew86TrWfLAiUfXlGWq { color:#000000;display:block;width:14.1855625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:14.0625rem;left:39.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqVJwsXq8T1cvawLZBPn5y4wHvyBUfEM { color:#000000;display:block;width:14.1855625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.25rem;left:56.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIpFZvAOWAMttSeILpbCXrv7nLs6ISee { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.4375rem;width:14.3125rem;top:2.3125rem;left:20.742686170213rem;overflow:hidden;display:block; }
#JUnQ1bMJ3h7GqvPPN6oe36TOQTiADHC3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.375rem;width:14.3125rem;top:2.3125rem;left:39.4375rem;overflow:hidden;display:block; }
#oVtClpvG8FuZyllGBVudTBIVrTdtDMly { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.5rem;width:14.3125rem;top:2.3125rem;left:56.75rem;overflow:hidden;display:block; }
#LUxfm38qvCzzAQMBmTakJzkRI4XyhxlW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.4375rem;width:14.375rem;top:2.3125rem;left:3.75rem;overflow:hidden;display:block; }
#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff471a44-15e4-4d8a-a8a0-c2ac5c27709f/abstractblackwhitesmallgridboxpatternwithgraintexturebackground_325083171.format_auto.avif");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; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc.adaptive-delivery-prevent-bg, #uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc.lazyload, #uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc.lazyloading { background-image: none; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row .container { background-color: transparent; background-image: none; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,18,37,0.88); }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row .container > .video-iframe-container { display: none; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,18,37,0.88); }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row > .video-iframe-container { display: none; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .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); }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row .container { border-width: 0; border-radius: 0; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc::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; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#sp2yQwa1VicGqSEITTuVC8rElcd8DXF8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:43.625rem;width:61.5rem;top:11.5625rem;left:6.75rem;overflow:hidden;display:block; }
#w13K1XLWr0c3GHI8MMWBC4fezw1capKh { box-sizing:content-box;height:45.375rem;width:62.9375rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:10.6875rem;left:6.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Flz0DX3pmE008u7ETH8EwtF5ks70FEsQ { box-sizing:content-box;height:3.5rem;width:44.8125rem;position:absolute;display:block;z-index:15006;background-color:#0d3b89;background-image:none;top:3.75rem;left:15.125rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#ESCEVAH8TAnTF14EapcStsZOulnDDrbR { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.3125rem;left:15.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd { 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; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row .container { background-color: transparent; background-image: none; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row .container > .video-iframe-container { display: none; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row > .video-iframe-container { display: none; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .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); }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row .container { border-width: 0; border-radius: 0; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-element-container { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .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; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-heading-text { display:block;position:relative;width:100%;font-family:arial;font-weight:700;font-size:1.25rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:arial;line-height:1.4;overflow:hidden;height:auto; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .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; }#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-trigger.adaptive-delivery-prevent-bg, #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-trigger.lazyload, #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-trigger.lazyloading { background-image: none; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub { box-sizing:content-box;height:auto;width:66.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.0625rem;left:3rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #yii9Ar0kwQAg4e8rTAGuo6gKrllB4sAT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #QXzAoOz3s0097ZPzsF4RknV1B36pOfh7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #IkhXw5fXFIFCPMTAqlO1T7BIIfn8togd { display:block;position:relative; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #XhuwBgTuH9BgTkULPTxuX515BCOUXJXc {  }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #msayChRmtozLtc7EExaJIARg1Ol2y9oz {  }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #nG750wuTKCbFOlmbVJ0NbSvRWKDrEBOx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #KMg6KB7Ad9cEaFcpVUN1UEPiwoxOAUxe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #NZEGqRRHbqlMOtfw2iN2DTtDCm5QGzWF { display:block;position:relative; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #aLWBwczrraVICLqTezNHmFzUm3XAEnPZ {  }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #OtQxap5TGNdXdXJIg38dW6M5Q67280TO { display:none; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #NKX4LHCyT99hQoJmV9KtE148uZLTXgmP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #EGnIdUr8D1r88FPGb7TtZD0P6dLzacaI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #gd8dzrgHDzu6pwRaHa1Kci282XcTt6xH { display:block;position:relative; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #ln3GebJoVNIOpMthkq1bO6GRoCuszhIn {  }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #lwIdAIISwwSDf1UnWfd2eOJSXcykmMQA { display:none; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #TQXMlUooiyDRKdJl5eNWCe1xWAops1TO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #UUTd1PEqKO1Tp5vIidmSDsAfhIRyEtKW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #bsTWJqehV6um0O6FPSFcozN1hZg4MABx { display:block;position:relative; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #bTXJftxfnf3aWBWh0VR0vhugaqqWug2N {  }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #MSSyJDTDNdehJFepbtvzc0hhfEwxMyL2 { display:none; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #nkmM9JJMytJ7A2SIzaPRL4dnVDerWUNs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #q8JH0noAR0BGUCrJdeQLEmxJEnCUZ62v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #kuBRgyAGJFDtBGQR7Mey4PnDTFGPgL4M { display:block;position:relative; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #p0nCvz5Hmd4vdOWaZMeo5PHZTzukW6H0 {  }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #o9QbM3DLybXnWswQIotLRFSmd52gTJIb { display:none; }
#aRJ87ubSpJf1rJTuWJZJ1sodUhrEIsCb { box-sizing:content-box;height:3.1875rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:#0d3b89;background-image:none;top:2.375rem;left:28.3125rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;display:block; }
#vkNf54mTPzJxeJOKFPNf15gVk7M64Fa5 { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:24.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container { background-color: transparent; background-image: none; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container > .video-iframe-container { display: none; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row > .video-iframe-container { display: none; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .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); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container { border-width: 0; border-radius: 0; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#VOp3uc8VAVviHVd4ZxTc7Tf5nxPltOGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.4375rem;left:71.25rem; }
#Ob1DQl17bTAZOCOXBZMyNcsSSQx9qDeL { box-sizing:content-box;height:4.1875rem;width:4.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:14998;background-color:#000000;background-image:none;top:3.875rem;left:70.8125rem;display:block; }
#PunsPxqkl6iHf3rBpMaGSTcpefdw06kx { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:70.5rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#A7yszqwrIkEGzVl3AJq3QvUZoSLkJOCP { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:70.5rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#rGh9zk9mG8nKpyNhquLz8drA7LkTezoT { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:70.5rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#ztyX5qQuM2N94KmfguiTXSePsAc8c2fT { box-sizing:content-box;height:2.3125rem;width:8.4375rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:4.875rem;left:61.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#hXckHcLH2NUDoKpwDRv4vHhox7hRNQcX { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:62rem;height:1.54296875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7GptznvOal06RoLxbGUxoPyOtSfVHzk { top:3.1875rem;left:24.3125rem;width:23.4375rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxkU9KnFw4oMVI1TVNbUhQSaOCZNtKQq { top:3.875rem;left:25.0625rem;width:22.6875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlIbvO3Agy5tU9DWSPo95fL7Od2gVHO6 { top:7.3125rem;left:0rem;width:29.9375rem;height:3.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvGUsCLv25c9Tlc5L8fRcog6eSuQw9iE { top:10.625rem;left:0rem;width:25.0625rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJwK3Xe13uvJ544phWkZy0TMRm7LZNK6 { top:20.1875rem;left:0rem;width:38rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvvErhaa5OPyvVltWBaegodsna9HHv04 { top:21.3125rem;left:0rem;width:36.5rem;height:;font-size:0.9375rem;display:block; }#LvvErhaa5OPyvVltWBaegodsna9HHv04 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41e52c34f6c887e15fee376d3793168fd2ec3d20.svg); }
 }@media only screen and (max-width: 763px) { #ft6cdQT1XXUbPL6nGQtFgoMGPBGydDvQ { top:6.4375rem;left:0rem;width:13rem;height:1.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #robyR4XQKKWu6FzOChOTmaUV3cwTucDo { top:11.9375rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAoX6uN3GNSCaMkOrsLS6m7aUKvuSTVE { top:0rem;left:0rem;width:11.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HORhIBSA3KQQWX8M2V7vBSr6w93o9HVd { top:13.625rem;left:0rem;width:6.6875rem;height:2.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #te4B5s9qopxuqpTNxyGTUeVvPrKs7fTH { top:11.8125rem;left:0rem;width:8.125rem;height:5.1474315787465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohIW0FZfFrxJd6wVTU7rroKM8JFPmkk3 { top:5.75rem;left:0rem;width:20rem;height:1.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEw5sGDaN2XKDalqvOSxGHkbcHfNAP81 { top:5.0625rem;left:0rem;width:17.1875rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 { display:block; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlqHfbMQDCADT30rT9gxPD56ALO5FpTw { top:3.3125rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJeEB0lSUrnu4u1J76XVBpPpqAvH370d { top:4.6875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha { display:block; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXEq1FSSwCGtawmJrElsOfbzrfnTnh6W { top:4.5rem;left:0rem;width:29.25rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNxs4Q40k4qNnzGmxSZoh7l495ZHTTrg { top:8.375rem;left:0rem;width:35.9375rem;height:17.9375rem;font-size:1rem;display:block; }#nNxs4Q40k4qNnzGmxSZoh7l495ZHTTrg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ffbdd26b4aa3fd7aaa50b497b4a93812d0aaaab.svg); }
 }@media only screen and (max-width: 763px) { #yM2wKhl6aTat1BiNqZ5OWZ5L1n2DeTM4 { top:4.125rem;left:6.8125rem;width:40.9375rem;height:22.3123125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3A2uGkxX1EtKP1gS1MnamShTuJVOL9k { top:3.625rem;left:5.75rem;width:42rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNBzTpvWrTWMfWhR9HhKUW5AxSywEcTV { top:3.5rem;left:0rem;width:30.9375rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJsgHwMW5LtTcISN9zc5ofl8SywILNif { display:block; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtkQlKuAwRwgURKLJM0oc5qAXQEygPu5 { top:3.125rem;left:25.0625rem;width:22.6875rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl3Jl62mlPgciTBRWPhsNmTtwETd36G0 { top:5.4375rem;left:28.875rem;width:18.875rem;height:15.25rem;font-size:1rem;display:block; }#Sl3Jl62mlPgciTBRWPhsNmTtwETd36G0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1bd4b0a18928d21b4760fac27b3f155c9b8745f2.svg); }
 }@media only screen and (max-width: 763px) { #hIWOb3Gsb3Iv7xuvVkfMyQVHnm7Bmp6H { top:2.75rem;left:0rem;width:44.4375rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAlRnnKdDSTw67mLz6ZMt3aegd5TLpJJ { top:4.125rem;left:0rem;width:41.9375rem;height:25.524137663561rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATLWQpTewPAhTF4Plk1ntg7Q0k2h2G2b { top:2.6875rem;left:22.1875rem;width:25.4375rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdLbyHmvw2TAhIbRPnzeDodbQ0c9ebr { top:6.25rem;left:35.749353408814rem;width:1.125rem;height:1.598032969868rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6keUskiO6f8zcPyLWADKSmNfupUcTM8 { top:9.25rem;left:35.624788284302rem;width:1.625rem;height:1.5057896453564rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2IoBhB1TcCsWmm4GSEvLcdTDsUEVwTe { top:18.4375rem;left:35.624788284302rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaHZ03WZOE99NbdoICFSphcmebv74RSr { top:15.3125rem;left:35.624788284302rem;width:1.875rem;height:2.06055rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezipbe9ELxWZTxi6UDTO8NTvXV1kzBlH { top:12.25rem;left:35.624788284302rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouKBe10mMSA4slmQEA9r83fbRQsbBgTP { top:22.625rem;left:34.6875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN808o4DxuweLwBTlsbOxtgvuTGm89Jv { top:22.375rem;left:37.625rem;width:6.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgPCIQXk3aQTCaFmH2xPEZGEPTsSFPal { top:24.375rem;left:22.375rem;width:25.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3OI11aQTFNfpeFP3LLQp7aAtQhoDDR { top:24.4375rem;left:34.1875rem;width:12.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTaMnEOx98TlNrLTHuWNv9pXy3FkCuC { top:25.125rem;left:36.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7zNiQIoolXWMVeFiBtOqgByz9QwsAs { top:25.0625rem;left:38rem;width:9.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgeVXzNV0VbSS8s4PU8fpCFANOwuesm { top:25rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04xqePiqQdPImfo03NTF8lbyPTI8eOh { top:24.6875rem;left:38.3125rem;width:9.4375rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTflv1NKxxTEthTyEw0boMltksCnKy1 { top:28.4375rem;left:34.875rem;width:12.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4SG0ZOVsQpr58J3q0kTcFSrl1H9MaI { top:28.75rem;left:38.875rem;width:8.875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msF7Dm7XkQoTT2Jf1iIaNPwSzDWyW1Ea { top:28.75rem;left:41.125rem;width:2.3125rem;height:2.1919562904279rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN { display:block; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flRnelASGlVoyOtVV6lxFrIcCAcgb4JC { top:2rem;left:0.875rem;width:45.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDppDaypqtEOFLPTbgXDOfwhHce6d1AT { top:2.625rem;left:0.3125rem;width:47.125rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T { display:block; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qlt7pcClFmgcoiOrl7vcSrT4o6CoN5Z6 { top:11.25rem;left:0rem;width:14.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7uvMiGIAln0332BPvMJQyRnG1xFzSf4 { top:11.375rem;left:9.5625rem;width:14.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHTIVNTm7U0e6bMzKr2PBTCT9dXrDEFt { top:11.375rem;left:21.5rem;width:14.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaGsUuFqo13NhtHlawHEm0cXcQGc38IU { top:12.5rem;left:23.5rem;width:12.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOp4uBXJS9idTtFI5xLARJhUfSxgzkG { top:11.25rem;left:33.4375rem;width:14.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxh6xNAyWTPk6hJ5gttGiQJp9uWxroOb { top:13.25rem;left:0rem;width:14.125rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIAIf41VTvsztwPE61kk56XQbNbGZK34 { top:2.3125rem;left:33.4375rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0G8VFeLhvLPMW9Fh2uqkUAH6s0Jxquy { top:2.3125rem;left:21.5rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWcGuiu1P7y18XygCJKHfeIPAIGH9KDd { top:2.3125rem;left:9.5625rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLuv9kslTHP0cvI0WMF41gDP1ouxmg9X { top:2.3125rem;left:0rem;width:14.3125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChoGMIeHKRDr2LVa1byqlW2tJrpe85M { top:2.6875rem;left:35.90625rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9GiRWFmbNKE8mdwQPLq0OuortJ1oDIW { top:4.0625rem;left:25.46875rem;width:8.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOX1nt49luTdW472iTCUTE651RPhf3HA { top:2.5rem;left:13.09375rem;width:9.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMz19MxNR1X8369gRxTFerMUA9Bp2fu7 { top:13.25rem;left:9.75rem;width:14.125rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRh4WPeB5nNGCgew86TrWfLAiUfXlGWq { top:14.0625rem;left:21.6875rem;width:14.125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqVJwsXq8T1cvawLZBPn5y4wHvyBUfEM { top:13.25rem;left:33.625rem;width:14.125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIpFZvAOWAMttSeILpbCXrv7nLs6ISee { top:2.3125rem;left:9.5rem;width:14.3125rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUnQ1bMJ3h7GqvPPN6oe36TOQTiADHC3 { top:2.3125rem;left:21.5rem;width:14.3125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVtClpvG8FuZyllGBVudTBIVrTdtDMly { top:2.3125rem;left:33.4375rem;width:14.3125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUxfm38qvCzzAQMBmTakJzkRI4XyhxlW { top:2.3125rem;left:0rem;width:14.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc { display:block; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp2yQwa1VicGqSEITTuVC8rElcd8DXF8 { top:11.5625rem;left:0rem;width:47.75rem;height:33.871443089431rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13K1XLWr0c3GHI8MMWBC4fezw1capKh { top:10.6875rem;left:0rem;width:47.75rem;height:45.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flz0DX3pmE008u7ETH8EwtF5ks70FEsQ { top:3.75rem;left:1.5rem;width:44.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESCEVAH8TAnTF14EapcStsZOulnDDrbR { top:4.3125rem;left:1.6875rem;width:44.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd { display:block; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub { display:flex;height:auto;width:45.25rem;top:9.4375rem;left:0rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #yii9Ar0kwQAg4e8rTAGuo6gKrllB4sAT {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #QXzAoOz3s0097ZPzsF4RknV1B36pOfh7 {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #IkhXw5fXFIFCPMTAqlO1T7BIIfn8togd {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #XhuwBgTuH9BgTkULPTxuX515BCOUXJXc {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #msayChRmtozLtc7EExaJIARg1Ol2y9oz {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #nG750wuTKCbFOlmbVJ0NbSvRWKDrEBOx {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #KMg6KB7Ad9cEaFcpVUN1UEPiwoxOAUxe {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #NZEGqRRHbqlMOtfw2iN2DTtDCm5QGzWF {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #aLWBwczrraVICLqTezNHmFzUm3XAEnPZ {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #OtQxap5TGNdXdXJIg38dW6M5Q67280TO {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #NKX4LHCyT99hQoJmV9KtE148uZLTXgmP {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #EGnIdUr8D1r88FPGb7TtZD0P6dLzacaI {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #gd8dzrgHDzu6pwRaHa1Kci282XcTt6xH {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #ln3GebJoVNIOpMthkq1bO6GRoCuszhIn {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #lwIdAIISwwSDf1UnWfd2eOJSXcykmMQA {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #TQXMlUooiyDRKdJl5eNWCe1xWAops1TO {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #UUTd1PEqKO1Tp5vIidmSDsAfhIRyEtKW {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #bsTWJqehV6um0O6FPSFcozN1hZg4MABx {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #bTXJftxfnf3aWBWh0VR0vhugaqqWug2N {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #MSSyJDTDNdehJFepbtvzc0hhfEwxMyL2 {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #nkmM9JJMytJ7A2SIzaPRL4dnVDerWUNs {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #q8JH0noAR0BGUCrJdeQLEmxJEnCUZ62v {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #kuBRgyAGJFDtBGQR7Mey4PnDTFGPgL4M {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #p0nCvz5Hmd4vdOWaZMeo5PHZTzukW6H0 {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #o9QbM3DLybXnWswQIotLRFSmd52gTJIb {  }
 }@media only screen and (max-width: 763px) { #aRJ87ubSpJf1rJTuWJZJ1sodUhrEIsCb { top:2.375rem;left:14.6875rem;width:16.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNf54mTPzJxeJOKFPNf15gVk7M64Fa5 { top:2.75rem;left:10.75rem;width:24.375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4L2l0yqCTSTghP4135HMXrPbV7hLK6p { display:block; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOp3uc8VAVviHVd4ZxTc7Tf5nxPltOGA { top:4.4375rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob1DQl17bTAZOCOXBZMyNcsSSQx9qDeL { top:3.875rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunsPxqkl6iHf3rBpMaGSTcpefdw06kx { top:6.5rem;left:44.3125rem;width:3.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7yszqwrIkEGzVl3AJq3QvUZoSLkJOCP { top:5.4375rem;left:44.3125rem;width:3.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGh9zk9mG8nKpyNhquLz8drA7LkTezoT { top:4.4375rem;left:44.3125rem;width:3.4375rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztyX5qQuM2N94KmfguiTXSePsAc8c2fT { top:4.875rem;left:39.3125rem;width:8.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXckHcLH2NUDoKpwDRv4vHhox7hRNQcX { top:5.3125rem;left:40.0625rem;width:7.6875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7GptznvOal06RoLxbGUxoPyOtSfVHzk { width:20rem;height:26.125rem;top:22.061849594116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxkU9KnFw4oMVI1TVNbUhQSaOCZNtKQq { width:20rem;height:24.25rem;top:22.749784469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlIbvO3Agy5tU9DWSPo95fL7Od2gVHO6 { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fvGUsCLv25c9Tlc5L8fRcog6eSuQw9iE { width:20rem;height:4.38671875rem;top:3.63671875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fJwK3Xe13uvJ544phWkZy0TMRm7LZNK6 { width:20rem;height:10rem;top:10.01540851593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvvErhaa5OPyvVltWBaegodsna9HHv04 { width:17.8125rem;height:8.59375rem;top:10.71853351593rem;left:0.62500005960463rem;font-size:0.9375rem;display:block; }#LvvErhaa5OPyvVltWBaegodsna9HHv04 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_41e52c34f6c887e15fee376d3793168fd2ec3d20.svg); }
 }@media only screen and (max-width: 763px) { #ft6cdQT1XXUbPL6nGQtFgoMGPBGydDvQ { width:12.875rem;height:1.42480625rem;top:6.8734812736513rem;left:0.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15005;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #robyR4XQKKWu6FzOChOTmaUV3cwTucDo { width:20rem;height:2.76041875rem;top:9.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #IAoX6uN3GNSCaMkOrsLS6m7aUKvuSTVE { width:10.3125rem;height:4.3125rem;top:0rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HORhIBSA3KQQWX8M2V7vBSr6w93o9HVd { width:6.6875rem;height:auto;top:13.625rem;left:6.625rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #te4B5s9qopxuqpTNxyGTUeVvPrKs7fTH { width:5.3125rem;height:3.25rem;top:5.6868491172791rem;left:11.749783813953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohIW0FZfFrxJd6wVTU7rroKM8JFPmkk3 { width:3.75rem;height:1.54296875rem;top:6.7491321563719rem;left:16.25rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #GEw5sGDaN2XKDalqvOSxGHkbcHfNAP81 { width:15.999375rem;height:1.625rem;top:5.0043406486511rem;left:1.9997830986977rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 { display:block; }#FmbMrgvAb7NPgTIW1cPA6dAfGaahg5G4 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlqHfbMQDCADT30rT9gxPD56ALO5FpTw { width:20rem;height:11.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJeEB0lSUrnu4u1J76XVBpPpqAvH370d { width:19.0625rem;height:9.099375rem;top:2.5625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha { display:block; }#XnIbwHdQ1aWFqHlFiq4Wbh4FKfEgPtha > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXEq1FSSwCGtawmJrElsOfbzrfnTnh6W { width:17.374125rem;height:4.142575rem;top:3.0826797485351rem;left:0.68576389551162rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNxs4Q40k4qNnzGmxSZoh7l495ZHTTrg { width:18.6875rem;height:21.9921875rem;top:7.936195373535rem;left:0.68684905767444rem;font-size:0.875rem;display:block; }#nNxs4Q40k4qNnzGmxSZoh7l495ZHTTrg li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6ffbdd26b4aa3fd7aaa50b497b4a93812d0aaaab.svg); }
 }@media only screen and (max-width: 763px) { #yM2wKhl6aTat1BiNqZ5OWZ5L1n2DeTM4 { width:17.9373125rem;height:9.8123125rem;top:31.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3A2uGkxX1EtKP1gS1MnamShTuJVOL9k { width:19.125rem;height:11.5rem;top:31.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNBzTpvWrTWMfWhR9HhKUW5AxSywEcTV { width:19.875rem;height:42.25rem;top:1.9574661254882rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJsgHwMW5LtTcISN9zc5ofl8SywILNif { display:block; }#TJsgHwMW5LtTcISN9zc5ofl8SywILNif > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtkQlKuAwRwgURKLJM0oc5qAXQEygPu5 { width:18.6870625rem;height:1.94921875rem;top:1.4375rem;left:0.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl3Jl62mlPgciTBRWPhsNmTtwETd36G0 { width:18.125rem;height:16.25rem;top:4.125rem;left:1.6875rem;font-size:1rem;line-height:3;display:block; }#Sl3Jl62mlPgciTBRWPhsNmTtwETd36G0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1bd4b0a18928d21b4760fac27b3f155c9b8745f2.svg); }
 }@media only screen and (max-width: 763px) { #hIWOb3Gsb3Iv7xuvVkfMyQVHnm7Bmp6H { width:19.5rem;height:12.4375rem;top:31.062284469604rem;left:0.24956601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAlRnnKdDSTw67mLz6ZMt3aegd5TLpJJ { width:18.311625rem;height:11.124125rem;top:31.717666625976rem;left:0.84418410062787rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATLWQpTewPAhTF4Plk1ntg7Q0k2h2G2b { width:19.875rem;height:44.1875rem;top:0.68684959411619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEdLbyHmvw2TAhIbRPnzeDodbQ0c9ebr { width:1.3125rem;height:1.9375rem;top:4.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6keUskiO6f8zcPyLWADKSmNfupUcTM8 { width:2.1875rem;height:2rem;top:7.875rem;left:0.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w2IoBhB1TcCsWmm4GSEvLcdTDsUEVwTe { width:1.9375rem;height:1.9375rem;top:17.875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaHZ03WZOE99NbdoICFSphcmebv74RSr { width:2rem;height:2.1875rem;top:14.625rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ezipbe9ELxWZTxi6UDTO8NTvXV1kzBlH { width:2.1875rem;height:2.1875rem;top:11.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouKBe10mMSA4slmQEA9r83fbRQsbBgTP { width:4.74935rem;height:1.462675rem;top:21.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN808o4DxuweLwBTlsbOxtgvuTGm89Jv { width:6.4375rem;height:2.25rem;top:21.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgPCIQXk3aQTCaFmH2xPEZGEPTsSFPal { width:19.5rem;height:2.8125rem;top:23.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK3OI11aQTFNfpeFP3LLQp7aAtQhoDDR { width:9.6875rem;height:2.6875rem;top:23.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTaMnEOx98TlNrLTHuWNv9pXy3FkCuC { width:1.875rem;height:1.875rem;top:23.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm7zNiQIoolXWMVeFiBtOqgByz9QwsAs { width:6.25rem;height:1.7871125rem;top:23.8125rem;left:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POgeVXzNV0VbSS8s4PU8fpCFANOwuesm { width:2.24935rem;height:2.24935rem;top:23.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04xqePiqQdPImfo03NTF8lbyPTI8eOh { width:7.8125rem;height:2.2744125rem;top:23.6875rem;left:12.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTflv1NKxxTEthTyEw0boMltksCnKy1 { width:12.875rem;height:2.6875rem;top:26.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc4SG0ZOVsQpr58J3q0kTcFSrl1H9MaI { width:8.8748125rem;height:2.2744125rem;top:27rem;left:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msF7Dm7XkQoTT2Jf1iIaNPwSzDWyW1Ea { width:2.3125rem;height:2.1919562904279rem;top:27rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN { display:block; }#kVHfBrt8kT7dfUhHbT8Ot9cLQVt2RUyN > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flRnelASGlVoyOtVV6lxFrIcCAcgb4JC { width:19.625rem;height:4.125rem;top:1.2490234375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDppDaypqtEOFLPTbgXDOfwhHce6d1AT { width:18.3125rem;height:3.4121125rem;top:1.60546875rem;left:0.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T { display:block; }#OhfLnm1Gq9vDsvf5OATWmlZR31i72J6T > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qlt7pcClFmgcoiOrl7vcSrT4o6CoN5Z6 { width:16rem;height:7.875rem;top:11.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7uvMiGIAln0332BPvMJQyRnG1xFzSf4 { width:16rem;height:7.625rem;top:29.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHTIVNTm7U0e6bMzKr2PBTCT9dXrDEFt { width:16rem;height:7.75rem;top:48.3125rem;left:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #aaGsUuFqo13NhtHlawHEm0cXcQGc38IU { width:16rem;height:1.5rem;top:49.4375rem;left:2.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOp4uBXJS9idTtFI5xLARJhUfSxgzkG { width:16rem;height:7.6875rem;top:66.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxh6xNAyWTPk6hJ5gttGiQJp9uWxroOb { width:15rem;height:3.44921875rem;top:13.3125rem;left:2.4375rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sIAIf41VTvsztwPE61kk56XQbNbGZK34 { width:16rem;height:9rem;top:57.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0G8VFeLhvLPMW9Fh2uqkUAH6s0Jxquy { width:16rem;height:9rem;top:39.3125rem;left:2rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KWcGuiu1P7y18XygCJKHfeIPAIGH9KDd { width:16rem;height:9rem;top:20.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLuv9kslTHP0cvI0WMF41gDP1ouxmg9X { width:16rem;height:9.1875rem;top:1.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChoGMIeHKRDr2LVa1byqlW2tJrpe85M { width:7.6875rem;height:7.6875rem;top:58.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9GiRWFmbNKE8mdwQPLq0OuortJ1oDIW { width:8.6875rem;height:5.5625rem;top:41.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOX1nt49luTdW472iTCUTE651RPhf3HA { width:9.0625rem;height:7.5625rem;top:21.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMz19MxNR1X8369gRxTFerMUA9Bp2fu7 { width:14.125rem;height:3.44921875rem;top:31.875rem;left:2.9375rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kRh4WPeB5nNGCgew86TrWfLAiUfXlGWq { width:14.125rem;height:1.79980625rem;top:51.3125rem;left:3rem;font-size:1.5rem;line-height:1.2;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #LqVJwsXq8T1cvawLZBPn5y4wHvyBUfEM { width:14.125rem;height:3.5996125rem;top:68.9814453125rem;left:2.9375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bIpFZvAOWAMttSeILpbCXrv7nLs6ISee { width:16rem;height:10.5rem;top:20.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUnQ1bMJ3h7GqvPPN6oe36TOQTiADHC3 { width:16rem;height:10.4375rem;top:38.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVtClpvG8FuZyllGBVudTBIVrTdtDMly { width:16rem;height:10.5625rem;top:57.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUxfm38qvCzzAQMBmTakJzkRI4XyhxlW { width:16rem;height:10.3125rem;top:0.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc { display:block; }#uh3fbGtgmgaSm71QwJGS9z87uLlU1Uvc > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sp2yQwa1VicGqSEITTuVC8rElcd8DXF8 { width:18.3125rem;height:12.9375rem;top:8.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w13K1XLWr0c3GHI8MMWBC4fezw1capKh { width:19.4375rem;height:14.0625rem;top:7.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flz0DX3pmE008u7ETH8EwtF5ks70FEsQ { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESCEVAH8TAnTF14EapcStsZOulnDDrbR { width:20rem;height:3.0859375rem;top:2.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd { display:block; }#LkkM0TxATXKp2GIO68UtN5D3TWAUpxwd > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub { display:flex;height:auto;width:17.5rem;top:5.3125rem;left:0rem; }
#ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #yii9Ar0kwQAg4e8rTAGuo6gKrllB4sAT {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #QXzAoOz3s0097ZPzsF4RknV1B36pOfh7 {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #IkhXw5fXFIFCPMTAqlO1T7BIIfn8togd {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #XhuwBgTuH9BgTkULPTxuX515BCOUXJXc {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #msayChRmtozLtc7EExaJIARg1Ol2y9oz {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #nG750wuTKCbFOlmbVJ0NbSvRWKDrEBOx {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #KMg6KB7Ad9cEaFcpVUN1UEPiwoxOAUxe {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #NZEGqRRHbqlMOtfw2iN2DTtDCm5QGzWF {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #aLWBwczrraVICLqTezNHmFzUm3XAEnPZ {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #OtQxap5TGNdXdXJIg38dW6M5Q67280TO {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #NKX4LHCyT99hQoJmV9KtE148uZLTXgmP {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #EGnIdUr8D1r88FPGb7TtZD0P6dLzacaI {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #gd8dzrgHDzu6pwRaHa1Kci282XcTt6xH {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #ln3GebJoVNIOpMthkq1bO6GRoCuszhIn {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #lwIdAIISwwSDf1UnWfd2eOJSXcykmMQA {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #TQXMlUooiyDRKdJl5eNWCe1xWAops1TO {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #UUTd1PEqKO1Tp5vIidmSDsAfhIRyEtKW {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #bsTWJqehV6um0O6FPSFcozN1hZg4MABx {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #bTXJftxfnf3aWBWh0VR0vhugaqqWug2N {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #MSSyJDTDNdehJFepbtvzc0hhfEwxMyL2 {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #nkmM9JJMytJ7A2SIzaPRL4dnVDerWUNs {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #q8JH0noAR0BGUCrJdeQLEmxJEnCUZ62v {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #kuBRgyAGJFDtBGQR7Mey4PnDTFGPgL4M {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #p0nCvz5Hmd4vdOWaZMeo5PHZTzukW6H0 {  }
 }@media only screen and (max-width: 763px) { #ShtQfpE3wdKsRgqMt1x5pyW3tvqwrQub #o9QbM3DLybXnWswQIotLRFSmd52gTJIb {  }
 }@media only screen and (max-width: 763px) { #aRJ87ubSpJf1rJTuWJZJ1sodUhrEIsCb { width:16.8125rem;height:3.1875rem;top:0.875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNf54mTPzJxeJOKFPNf15gVk7M64Fa5 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4L2l0yqCTSTghP4135HMXrPbV7hLK6p { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container { background-color: transparent; background-image: none; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container > .video-iframe-container { display: none; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row > .video-iframe-container { display: none; }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .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); }#i4L2l0yqCTSTghP4135HMXrPbV7hLK6p > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOp3uc8VAVviHVd4ZxTc7Tf5nxPltOGA { display:flex;width:2.6875rem;height:2.6875rem;top:6.625rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #Ob1DQl17bTAZOCOXBZMyNcsSSQx9qDeL { width:3.625rem;height:3.625rem;top:6.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PunsPxqkl6iHf3rBpMaGSTcpefdw06kx { width:3.4375rem;height:1.0556625rem;top:6.1875rem;left:12.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7yszqwrIkEGzVl3AJq3QvUZoSLkJOCP { width:3.4375rem;height:1.13671875rem;top:7.3125rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGh9zk9mG8nKpyNhquLz8drA7LkTezoT { width:3.4375rem;height:1.3808625rem;top:8.3125rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztyX5qQuM2N94KmfguiTXSePsAc8c2fT { width:8.4375rem;height:2.125rem;top:6.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXckHcLH2NUDoKpwDRv4vHhox7hRNQcX { width:7.6875rem;height:1.54296875rem;top:7.25rem;left:4.375rem;font-size:1.1875rem;display:block; }
 }