.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:14.8125rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f651e2f9-1984-40c9-9f5f-c82118651bd8/WhatsAppImage20250616at110944_7c75a564.jpg");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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,0,0,0.8); }#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,0,0,0.8); }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { box-sizing:content-box;height:32.0625rem;width:24.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(253,137,19,0.8);background-image:none;top:5.5625rem;left:49.000001907349rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.125rem solid rgba(245,135,32,0.7);border-left:0.125rem solid rgba(245,135,32,0.7);border-right:0.125rem solid rgba(245,135,32,0.7);border-bottom:0.125rem solid rgba(245,135,32,0.7);display:block; }
#aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { position:absolute;display:block;z-index:15001;height:21.3125rem;width:23.5rem;top:10.125rem;left:49.750001907349rem;display:block; }
#CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:49.562501907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.23671913147rem;left:50.187501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KVcdDbXUqGJq1OENX4rH65TqnVRyI2nT { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:0rem;height:5.19748125rem;font-style:normal;display:block; }
#nR7NyBeNIOI3J4W9gLMqUZtqB0ZV2MAz { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.490451812744rem;left:0rem;height:6.578775rem;font-style:normal;display:block; }
#dBrosqx9TCpp3CbLHQnBs82806bwhzXe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:34.9375rem;left:0rem; }
#DbUTDEmRg9crmlmJBG6V9OtbU6gZtAcI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.5rem;left:0rem; }
#mbW2R9VSqRGN5iVkzI4s4PoTtKAPS82B { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.9375rem;left:0rem; }
#Oq252FwmEPtfJpKprx62ts4wkEaaqTkH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.25rem;left:0rem; }
#R4TVDT7QdgG8ItZWKlBByAB0ZvyuVT3s { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.75rem;left:0rem; }
#RMTdsJ8KP7x1TRwC8Lx73hPTnX68T7zR { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15024;line-height:2.6;letter-spacing:0;top:24.0625rem;left:3rem;height:13.0045625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo { 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; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row .container { background-color: transparent; background-image: none; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row .container > .video-iframe-container { display: none; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row > .video-iframe-container { display: none; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .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); }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row .container { border-width: 0; border-radius: 0; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#kPQDKW3LfiH6P2OV2Sty39CD1iTifKO4 { box-sizing:content-box;height:7.0625rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.87109375rem;left:-0.0625rem;border-top:0.0625rem solid rgba(0,0,0,0.2);border-left:0.0625rem solid rgba(0,0,0,0.2);border-right:0.0625rem solid rgba(0,0,0,0.2);border-bottom:0.0625rem solid rgba(0,0,0,0.2);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.25) ;display:block; }
#GqXeSgJ44eXQFPyIdJ5Fk41IXUThxAkT { color:#000000;display:block;width:65.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.43359375rem;left:4.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z { position:relative;display:block; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z { background-color: transparent; background-image: none; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row .container > .video-iframe-container { display: none; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row > .video-iframe-container { display: none; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .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); }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z { border-width: 0; border-radius: 0; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#StIdtBhAQJIuPC28oN2pDooykbhCSgDT { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.234375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 { position:relative;display:block; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 { background-color: transparent; background-image: none; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row .container > .video-iframe-container { display: none; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row > .video-iframe-container { display: none; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .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); }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 { border-width: 0; border-radius: 0; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QoOTfpGbvUBHr5ADsQ2Ube9F6E0WX9BI { color:#f58720;display:block;width:27.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.75rem;height:1.21875rem;font-style:normal;display:block; }
#pPdCL8NfRsoBRLc9MT6lfn61iAZ9VbkN { color:#000000;display:block;width:23.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:23.75rem;height:2.599825rem;display:block; }
#nD7XVwu2eetAPwGXHGQ7SNJnXT0clMKL { color:#000000;display:block;width:23.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9375rem;left:23.6875rem;height:2.599825rem;display:block; }
#Z2qRpfy4yFRwZZNc2KGFR7VZU4dp3KNG { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5625rem;left:23.687067031861rem;height:1.2999125rem;display:block; }
#SdqSiPp8yTtLySo0wJXB5ZeF40x4taqr { box-sizing:content-box;height:2.0625rem;width:28.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;top:1.125rem;left:23.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#mR9q2p0tsP33JbKumWzmpzGoAnovubHK { box-sizing:content-box;height:3.25rem;width:28.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:3.25rem;left:23.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#KNtITWyVsCF0e3L2LVuRU4AQPTxfTGQi { box-sizing:content-box;height:3.25rem;width:28.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:6.5rem;left:23.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#vF7ZSBtIm6XHNXEgUBefzM2rDNU7Hxvx { box-sizing:content-box;height:2.0625rem;width:28.1875rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;top:12.062282562256rem;left:23.125001907349rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#uiTHJsEOQS9JaE5vmuKmfzvPqTRoO85L { box-sizing:content-box;height:3.25rem;width:28.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:14.186849594116rem;left:23.125001907349rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#tG5yPMS2ZtJqAchSu6ATkmLwTVecQOJJ { box-sizing:content-box;height:1.875rem;width:28.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:17.5625rem;left:23.125001907349rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#C00h9ZPnGM6Z2O5NFgMgyWltcgN9pAGW { box-sizing:content-box;height:1.875rem;width:28.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:19.562282562256rem;left:23.125001907349rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#m51mZCJ6fE7xPwZxnA7suJ8T6Dql6EE8 { box-sizing:content-box;height:1.875rem;width:28.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:21.437282562256rem;left:23.125001907349rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#baPOhJcIoUXc7CIp9DAmyn2eVcHm2bqM { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.124349594116rem;left:23.750001907349rem;height:1.2999125rem;display:block; }
#PkI2Ti3PtVDitt888cGnSiRZ5LXe2cRI { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.812067031861rem;left:23.750001907349rem;height:1.2999125rem;display:block; }
#gl3ibECM75su5bJGZ5k8qCF9D1FbImKw { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:23.750001907349rem;height:1.2999125rem;display:block; }
#iflwVRL4ued15fTfg8ROkJ29RZpls09o { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:23.750001907349rem;height:1.2999125rem;display:block; }
#QyZBtoE25R9eqfJOweEBEwwhoHe8Mlp8 { box-sizing:content-box;height:2.0625rem;width:28.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:9.875rem;left:23.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#CAfSTUoptT1QTK5J445ss3tyQ6IEDprI { color:#000000;display:block;width:30.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:23.6875rem;height:1.21853125rem;display:block; }
#kVct31pJtEwWWIdssJmb0hITEOGTXx5d { position:relative;display:block; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d { background-color: transparent; background-image: none; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row .container > .video-iframe-container { display: none; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row > .video-iframe-container { display: none; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .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); }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d { border-width: 0; border-radius: 0; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qOctdGWFDzqzIDBTet1c5icKI0zuXOz8 { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6095905303955rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c { position:relative;display:block; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c { background-color: transparent; background-image: none; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row .container > .video-iframe-container { display: none; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row > .video-iframe-container { display: none; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .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); }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c { border-width: 0; border-radius: 0; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mqyBuDyrUiAgI3shSl338DyWGRBouL5r { color:#000000;display:block;width:9.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:32.6875rem;height:2.7604125rem;text-align:center;text-align-last:center;display:block; }
#bTDDbLdUWZkd3TwTZg32UlF8XniJDF1y { color:#000000;display:block;width:6.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:43.625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#P2QZhHblTPe5aXhaU2boc4zIe17QseyT { color:#000000;display:block;width:8.125rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:41rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#L5Pk386Rt2dreWoSylll4KuKbWEHPP3L { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.75rem;left:23.3125rem;height:4.140625rem;text-align:center;text-align-last:center;display:block; }
#mNLGyghCIDVcKyym22TBlp1T7MLJLBBT { color:#000000;display:block;width:8.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.5rem;left:23.3125rem;height:2.76041875rem;text-align:center;text-align-last:center;display:block; }
#k048TKKvxdKbOvQKqGBLwuZ2ahGJkhMm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.75rem;left:35.8125rem; }
#pQX9FRVzsZflivMWpMiaNk7NTqOnpmnC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:10.4375rem;left:41.875rem; }
#os8NQfEw7Qf2tV3nzFqSVoIlh3UgwWT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.625rem;left:29.875rem; }
#TQwHWswwJx6oKiK4hG0EgDFkcKpTM02n { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15014;background-color:#ffffff;background-image:none;top:8.625rem;left:31.125rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
#QTlBOqUcX1gVIVvE4k7XgsWNLRDJ9UAr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:18.125rem;left:40.5625rem; }
#w64PoiUhCp7Xo2TkVLZfINuSzmGoXJDc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.8125rem;left:30.875rem; }
#fgZu7B17h1FO5WTthXaN7TLbDrt3WtA6 { color:#784000;display:block;width:10.0625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:14.125rem;left:32.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAV01h1TloGT0dVkOG6wuafTTpTTbIgP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.8578126430511rem;left:54.937500953674rem;display:none; }
#EOgXNPQiMamUPmkpJ1a03AmguNAh5xmu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:9.5499999523163rem;left:61.000000953674rem;display:none; }
#xtybhXb8OdwFHyGrHWnN4oqWs1E4HsQX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:17.237499952316rem;left:59.675004005432rem;display:none; }
#Rc6CgB0NvbwVCRhH25KfxWppzCxgFp1H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.925000190735rem;left:49.987500190735rem;display:none; }
#f3bckPHDz6pldWbHSDDoBKSlzZMl1HpS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.7374999523163rem;left:48.968750953674rem;display:none; }
#DaQ834b5UgF6EFdBHf6lQ6wJZ8RwInTX { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15001;background-color:#000000;background-image:none;top:7.75rem;left:50.25rem;display:none; }
#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { position:relative;display:block; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { background-color: transparent; background-image: none; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container > .video-iframe-container { display: none; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row > .video-iframe-container { display: none; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .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); }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { border-width: 0; border-radius: 0; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iSAVKu2nD5KpvK3vzAUG7e899EvJDkgW { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5672655105591rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu { position:relative;display:block; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu { background-color: transparent; background-image: none; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row .container > .video-iframe-container { display: none; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row > .video-iframe-container { display: none; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .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); }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu { border-width: 0; border-radius: 0; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GqImtT6nEmvEiRvF5H1R9BbPmOXBpvGq { box-sizing:content-box;height:11.5625rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -o-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );";background-image: linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-size:auto !important;top:1.4375rem;left:0.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HSFbslLeE3WoEvzZQKezFLBPzBzRfMy1 { box-sizing:content-box;height:11.5625rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -o-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );";background-image: linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-size:auto !important;top:1.4375rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g2niGHqfPD6nNBJxw1oJICFS0mSZKKDd { box-sizing:content-box;height:11.5625rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -o-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );";background-image: linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-size:auto !important;top:1.4375rem;left:50.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pnsR0hlObbTTlgfQuhE2kkixANNU3uzN { color:#000000;display:block;width:16.1870625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4058170318604rem;left:4.4053821563721rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9vqLhVIsGOK2hCTiEHRHKRyteESyxgK { color:#000000;display:block;width:20.186625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3446178436281rem;left:2.4055986404419rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3mE33JtGSrKdT3OXTX0Tw4kDKoedJ33 { color:#000000;display:block;width:20.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3437471389769rem;left:27.407032966614rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQ2AcTWTSRl7T0qoFV7Qo290i1mrnP4l { color:#000000;display:block;width:20.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.3437471389769rem;left:52.407032966614rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bv9bKufPBdGuqHm0fut2Toc2lIC3fLys { color:#000000;display:block;width:20.1859375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4054660797119rem;left:27.407032966614rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UzH4Lup6nqgRICz7i1A1nIP2zGJO6xFo { color:#000000;display:block;width:20.186625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.2174491882324rem;left:52.405602455139rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NH34vCvwbyaywmMdczRKx8reabArRmbs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.4375rem;left:10.561718940735rem; }
#bd8SoJyQMG18nZQkT3Xc57pNMPBKvt97 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.125rem;left:35.562500953674rem; }
#E2iQwDFoTpCxTf6SBiZaryoOlbTp1vOO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.95546913146975rem;left:60.250000953674rem; }
#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp { position:relative;display:block; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp { background-color: transparent; background-image: none; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row .container > .video-iframe-container { display: none; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row > .video-iframe-container { display: none; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .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); }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp { border-width: 0; border-radius: 0; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cUzzRKRhrpxhcxgem1GBgAPqTdGoEyRv { box-sizing:content-box;height:12.75rem;width:23.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -o-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );";background-image: linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-size:auto !important;top:1.4375rem;left:0.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#R2pQet7sE8qEPLfahi6pEtLE5IqclJIG { box-sizing:content-box;height:12.75rem;width:23.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -o-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );";background-image: linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-size:auto !important;top:1.4375rem;left:25.9375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#nmQCTwpbK3P0EnS1Szmh788PqE0QPvyk { box-sizing:content-box;height:12.75rem;width:23.125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-image: -o-linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8560433' );";background-image: linear-gradient(180deg, #ffffff, rgba(216,86,4,0.2));background-size:auto !important;top:1.4366302490234rem;left:50.937501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HTz6yvaoaFxzW0lyRU2ITKhq0E7z4xoL { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.40625rem;left:2.46875rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crfwSrDTVLPEVPzGm8lDo26fRLsDDHbt { color:#000000;display:block;width:20.186625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3446178436281rem;left:2.4055986404419rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LFOXFs8ydHUlEaKdpcLxTVZptbMtvH9O { color:#000000;display:block;width:20.1859375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.3437471389769rem;left:27.407032966614rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WEd7enX0q43xOTUuzz70esz6T4Ecp7H0 { color:#000000;display:block;width:18.499375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.1143655776975rem;left:53.249788284302rem;height:4.140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pg1ImyW8G2ypIJB0LC83HfNv6HzzXkxO { color:#000000;display:block;width:20.1859375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.4054660797119rem;left:27.407032966614rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHH2oUBrMFwCOGzT4TpEQRw3CGyCPCZC { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.59375rem;left:51.218750953674rem;height:3.2487rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKNPheetSFd6eTVwxDgLrQshTkBsCc0l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.0625rem;left:10.561718940735rem; }
#KNx5aWTlqNdvKbhKLhWFrl1nlv7RiJxb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:0.58125019073486rem;left:35.031250953674rem; }
#xFvuI9MW05eN3XKqKroZLZiRfBgbuBhV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:0.9375rem;left:60.437500953674rem; }
#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE { 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; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row .container { background-color: transparent; background-image: none; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row .container > .video-iframe-container { display: none; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row > .video-iframe-container { display: none; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .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); }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row .container { border-width: 0; border-radius: 0; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#lTaPMa1KN998kqhynMS1MOF7B4cQn4n5 { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.7541217803955rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 { 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; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row .container { background-color: transparent; background-image: none; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row .container > .video-iframe-container { display: none; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row > .video-iframe-container { display: none; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .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); }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row .container { border-width: 0; border-radius: 0; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#EeocDduM3kfzRTfTJQb9Kyr3fEL9qSMJ { color:#000000;display:block;width:73.99875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.50048828125rem;height:3.41363125rem;text-align:center;text-align-last:center;display:block; }
#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU { position:relative;display:block; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU { background-color: transparent; background-image: none; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row .container > .video-iframe-container { display: none; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row > .video-iframe-container { display: none; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .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); }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU { border-width: 0; border-radius: 0; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n3RM7vIneusg5vigO1esuLAc0C5ItI0w { color:#000000;display:block;width:39.5625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:2.96337890625rem;left:0.0625rem;height:15.0021875rem;display:block; }#n3RM7vIneusg5vigO1esuLAc0C5ItI0w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n3RM7vIneusg5vigO1esuLAc0C5ItI0w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33e11c4b730bdbfdbcce3358d40566e829d1dd11.svg); }
#Q8k8L54ivykA8bsqHchL7sIdwDghiVaA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:27.625rem;top:0.71875rem;left:42.4375rem;overflow:hidden;display:block; }
#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF { 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; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row .container { background-color: transparent; background-image: none; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row .container > .video-iframe-container { display: none; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row > .video-iframe-container { display: none; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .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); }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row .container { border-width: 0; border-radius: 0; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#r6iSwZKl52UNExnHdsSE9TmXTZvVkuFH { color:#000000;display:block;width:30.625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.18701171875rem;left:22.1875rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XfFMEMBMDLPbdQW5TbfCteptBdlQlZny { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:17.8125rem;top:12.0625rem;left:36.9375rem;overflow:hidden;display:block; }
#cEQAPDgAJSA9RELdeV8534Qbs4Ik4bmK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5rem;top:18.25rem;left:10rem;overflow:hidden;display:block; }
#x52ylcrBsFCWBXpLSOTTBRpC9TwXJFTM { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:16.1875rem;height:2.76236875rem;display:block; }
#dBpcJHhtiqM6Z9WaNhrKfT4axUrwT5Jr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:17.8125rem;top:12.0625rem;left:20.25rem;overflow:hidden;display:block; }
#LRBiS7S1LcAhgv9ux3JlG6VJBmacxXFV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:1.1875rem;top:6.0498046875rem;left:36.90625rem;overflow:hidden;display:block; }
#EHPymN9pIlmDUEBuwamGqJ2rgFZmQqEW { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.1875rem;left:54.4375rem;height:2.76236875rem;display:block; }
#qLcWnS5VQtx3aD7EWHT49iTpC89MPaQd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.0625rem;top:18.3125rem;left:44.4375rem;overflow:hidden;display:block; }
#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW { 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; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container { background-color: transparent; background-image: none; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container > .video-iframe-container { display: none; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row > .video-iframe-container { display: none; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .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); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container { border-width: 0; border-radius: 0; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#ZXlg0beRKHWWyfJC5U4pU8ya1gBnkezi { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6870660781861rem;left:2.3111972808838rem;height:9.75rem;display:block; }
#g7noLZkSmodL58rWQ9NEBoviodgh43Lu { 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:21.3125rem;width:21.3125rem;top:0.6875rem;left:50.75rem;overflow:hidden;display:block; }
#GmXnRVUCvmJbx04KhvZ9f5KowrhaOblx { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.091152191162rem;left:2.3101129531861rem;display:block; }
#qWbwURXyperutTvTTZkfqavOZlIDwWbc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd { position:relative;display:block; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd { background-color: transparent; background-image: none; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row .container > .video-iframe-container { display: none; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row > .video-iframe-container { display: none; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .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); }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd { border-width: 0; border-radius: 0; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ELnUbrM0XUv4tSXNV6fTBsbmIRZaahPX { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7853698730469rem;left:0rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K { position:relative;display:block; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K { background-color: transparent; background-image: none; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row .container > .video-iframe-container { display: none; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row > .video-iframe-container { display: none; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .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); }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K { border-width: 0; border-radius: 0; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fT5LiE1AQF0tgXTeS1FiyuUZBVUt2K1t { box-sizing:content-box;height:7.875rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.43672180175781rem;left:0rem;border-top:0;border-left:0.25rem solid #f58720;border-right:0;border-bottom:0;display:block; }
#IiAtRhCakGn0lETIsT7LsS5boadmeTo1 { color:#000000;display:block;width:20.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63359069824219rem;left:1.875rem;height:6.9010375rem;display:block; }
#VZqnXfPvLmcnC1uKTfQ74ax3SF4K8XW0 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63437175750731rem;left:26.875001907349rem;height:6.9010375rem;display:block; }
#hNzHxw5fQ2WyWyHZfywtpvPdSudvgv44 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63437175750731rem;left:51.875001907349rem;height:6.9010375rem;display:block; }
#pQrB828OUDTKlBdyvlnsSHMlaOvB8J7s { box-sizing:content-box;height:7.875rem;width:24.375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:0.43593788146973rem;left:25.000000953674rem;border-top:0;border-left:0.25rem solid #f58720;border-right:0;border-bottom:0;display:block; }
#tucUByKRB3ZvTm4NEpTfohRFTDGO5CCS { box-sizing:content-box;height:7.875rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.43593788146973rem;left:50.000000953674rem;border-top:0;border-left:0.25rem solid #f58720;border-right:0;border-bottom:0;display:block; }
#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV { position:relative;display:block; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV { background-color: transparent; background-image: none; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row .container > .video-iframe-container { display: none; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row > .video-iframe-container { display: none; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .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); }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV { border-width: 0; border-radius: 0; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TdNVLTWm7S0dSJiBrKF4pPhKKXhZstKN { color:#000000;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63437175750731rem;left:1.875rem;height:6.9010375rem;display:block; }
#JVyZH9II7t1BydmQplwnkJ58ZFVcDbLJ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63437175750731rem;left:26.875001907349rem;height:6.9010375rem;display:block; }
#Xse4Mh1kZFreZlJC1EPoB4ScoQEBHevf { color:#000000;display:block;width:22.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63359451293944rem;left:51.875001907349rem;height:6.9010375rem;display:block; }
#kSQOU4XoOG07AD83RA9qL55zQV4UqOmT { box-sizing:content-box;height:7.875rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.43593597412109rem;left:50.000000953674rem;border-top:0;border-left:0.25rem solid #f58720;border-right:0;border-bottom:0;display:block; }
#ymUqRWNoEupmuqaD7vb5XifzKR7yC1Uu { box-sizing:content-box;height:7.875rem;width:24.375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:0.43593597412109rem;left:25.000000953674rem;border-top:0;border-left:0.25rem solid #f58720;border-right:0;border-bottom:0;display:block; }
#i5guRS5QzBvpo9zTX3B9vV01knP6Skv1 { box-sizing:content-box;height:7.875rem;width:24.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.43515396118164rem;left:0rem;border-top:0;border-left:0.25rem solid #f58720;border-right:0;border-bottom:0;display:block; }
#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx { position:relative;display:block; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx { background-color: transparent; background-image: none; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row .container > .video-iframe-container { display: none; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row > .video-iframe-container { display: none; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .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); }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx { border-width: 0; border-radius: 0; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Byd8pLK4Isxe4zPDqrH8D7QBEMQSCypE { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31249856948853rem;left:0rem;height:1.7068125rem;text-align:center;text-align-last:center;display:block; }
#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe { position:relative;display:block; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe { background-color: transparent; background-image: none; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row .container > .video-iframe-container { display: none; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row > .video-iframe-container { display: none; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .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); }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe { border-width: 0; border-radius: 0; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ { position:relative;display:block; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ { background-color: transparent; background-image: none; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row .container > .video-iframe-container { display: none; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row > .video-iframe-container { display: none; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .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); }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ { border-width: 0; border-radius: 0; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u6REz8yH1xn15p8dZ0WWTlQPNT1ieNe4 { box-sizing:content-box;height:13.25rem;width:16.1875rem;position:absolute;display:block;z-index:15001;background-color:#532600;background-image:none;top:0rem;left:29.4375rem;display:block; }
#dnUGXtk7EoGnQBA0eWdLbIVPuWHVTMfq { box-sizing:content-box;height:9.5rem;width:17.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:2.9375rem;left:28.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Zv9JiWvE0Z9ilHh8ObWD6osXLTVkDTAS { color:#fd0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.4375rem;left:30.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWWfMS1vL7BDutDM9MVT6M8PhEOMRQZT { color:#f58720;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.625rem;left:30.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lteGOVzoNvVFcp0imLN9dMU7G9cilfux { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:31.25rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI { 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; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container { background-color: transparent; background-image: none; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container > .video-iframe-container { display: none; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row > .video-iframe-container { display: none; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .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); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container { border-width: 0; border-radius: 0; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#SaIXDskKFc1HxJRa5GWBPTGBfP2sb5UX { color:#fdfdfd;display:block;width:51.4375rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.1927084922791rem;left:1.6041667461395rem;height:5.39930625rem;font-style:normal;display:block; }
#lTO06rB1QJ9NzoPtlZncXbiIKikBiNR7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.1731777191162rem;left:53.562501192093rem;display:block; }
#NtwdgEoEV7zChtWEdkQJE7o8sxBcimKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nk9mPsGcfy7f3q4lPVRTSfBNWDbronRL { box-sizing:content-box;height:11.5625rem;width:75.0625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #532600, #161616);background-image: -moz-linear-gradient(180deg, #532600, #161616);background-image: -ms-linear-gradient(180deg, #532600, #161616);background-image: -o-linear-gradient(180deg, #532600, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#532600', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#532600', endColorstr='#161616' );";background-image: linear-gradient(180deg, #532600, #161616);background-size:auto !important;top:2.6874961853027rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #f58720;border-left:0.0625rem solid #f58720;border-right:0.0625rem solid #f58720;border-bottom:0.0625rem solid #f58720;display:block; }
#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#L28PMoIydedXztc0wXCT8lcFVmp7TtIT { color:#1f333b;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.55859375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161616;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; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { background-color: transparent; background-image: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { display: none; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .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); }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { border-width: 0; border-radius: 0; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:#161616;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .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; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#ffffff; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .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;color:#ffffff;line-height:1.9;overflow:hidden;height:auto; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .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_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.adaptive-delivery-prevent-bg, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyload, #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-trigger.lazyloading { background-image: none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#161616;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.0625rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #bD7AStvLDIt38mW5gWw6rDx0TKXkCUOK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BT9BBp92xoZS2Ut3fpXuaX72aJ7d7W4w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #AoZys4bxJXyektCInzdd1dt4ZReT0gfD { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dNWLGisP5SHCSShxIHObQ82ewWX19Z2s {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BVGZQWXwgfiav9nP8zyOiSTPFAVRxNKM {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #axAMyVb3g12nohb8eHuBMCIdL2upvnJv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nyoinWs9ZdtBXbgP11AlKJKvwRA0fBSQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HIKV1D5U8EN28GuoJg85QKBL4aWRr1lA { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #y8mRssFVf8FQKmht25ZtnxxQHyvEi3ha {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #RNT29NS1UH2WecpTfGmZocDdLDHxKAza { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BByGsTnvLLWKZfs5wqoBp1UwVGLeQyvu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #CmHQt9h46uhtF6TIv8HgHJ8GWxS2non8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #NPPD8Jt6IkvRDkagTolQ2TbNcMvytmcF { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #cVwz3WPVrIBAaqzVkoPLB82LqOu9dGcq {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #p3hwlWFfTM3xIKnlv4TBlsChrSyJVlKV { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #UmaqMruVOG2TRku3MwOqN0ZoMpzGB7Ow { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uNaJP0To0vh6BWgV7Wo74khAkcITbzDI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tiabzOzzen6lCEIelhzwqIpmncvVAT2q { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vDiesXwX1aTkUqhGSeOPrVUnR0RTTtgN {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gPrhZ9V3ueU7q2mEOm2G5Nk0kloR50qs { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #EmDsQMLlavAKfu0MpJZlIF8ni2zxsBg4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ehNWO7WxJTCiPk2Xs5QNOPncq2ITgxJ4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mSVdP0MRQsPm7NZVzKISU7MkU6RBRXfw { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #FCAOSsNH0t9LUfdZT3qaNBSI9hw3ThFB {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qMpeZf05qITrTlTBfIHxdIlhHSWxTAH0 { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DtqFT1EZucG5NccENoC2GQlfPqT7y3nB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #iKkIHCgBu2kqKmHuXb05zNZKfpE3krTo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #PGlmmlE3TFBTb6nFwLnLHhM2TistbQAu { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #OlXhDtFXkTudgtA06Bs8zzfKSTbhrPMT {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #L9umGMw5oTL3GKpRJC9RoVNh0Ko7CKNg { display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { top:0.375rem;left:0rem;width:14.8125rem;height:3.875rem;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) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { top:5.5625rem;left:22.625rem;width:24.875rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { top:10.125rem;left:24.25rem;width:23.5rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { top:6.5rem;left:24rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { top:8.1875rem;left:25.25rem;width:22.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVcdDbXUqGJq1OENX4rH65TqnVRyI2nT { top:10.125rem;left:0rem;width:44.25rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR7NyBeNIOI3J4W9gLMqUZtqB0ZV2MAz { top:17.4375rem;left:0rem;width:44.25rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBrosqx9TCpp3CbLHQnBs82806bwhzXe { top:34.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbUTDEmRg9crmlmJBG6V9OtbU6gZtAcI { top:32.5rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbW2R9VSqRGN5iVkzI4s4PoTtKAPS82B { top:29.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq252FwmEPtfJpKprx62ts4wkEaaqTkH { top:27.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4TVDT7QdgG8ItZWKlBByAB0ZvyuVT3s { top:24.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMTdsJ8KP7x1TRwC8Lx73hPTnX68T7zR { top:24.0625rem;left:0rem;width:37.0625rem;height:13rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo { display:block; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPQDKW3LfiH6P2OV2Sty39CD1iTifKO4 { top:1.8125rem;left:0rem;width:47.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXeSgJ44eXQFPyIdJ5Fk41IXUThxAkT { top:3.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z { display:block; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StIdtBhAQJIuPC28oN2pDooykbhCSgDT { top:1.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 { display:block; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoOTfpGbvUBHr5ADsQ2Ube9F6E0WX9BI { top:1.6875rem;left:0rem;width:27.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPdCL8NfRsoBRLc9MT6lfn61iAZ9VbkN { top:3.5625rem;left:0rem;width:23.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD7XVwu2eetAPwGXHGQ7SNJnXT0clMKL { top:6.9375rem;left:0rem;width:23.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qRpfy4yFRwZZNc2KGFR7VZU4dp3KNG { top:12.5625rem;left:0.375rem;width:23.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdqSiPp8yTtLySo0wJXB5ZeF40x4taqr { top:1.125rem;left:0rem;width:28.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR9q2p0tsP33JbKumWzmpzGoAnovubHK { top:3.25rem;left:0rem;width:28.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNtITWyVsCF0e3L2LVuRU4AQPTxfTGQi { top:6.5rem;left:0rem;width:28.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF7ZSBtIm6XHNXEgUBefzM2rDNU7Hxvx { top:12rem;left:0rem;width:28.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTHJsEOQS9JaE5vmuKmfzvPqTRoO85L { top:14.125rem;left:0rem;width:28.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG5yPMS2ZtJqAchSu6ATkmLwTVecQOJJ { top:17.5625rem;left:0rem;width:28.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00h9ZPnGM6Z2O5NFgMgyWltcgN9pAGW { top:19.5rem;left:0rem;width:28.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m51mZCJ6fE7xPwZxnA7suJ8T6Dql6EE8 { top:21.375rem;left:0rem;width:28.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baPOhJcIoUXc7CIp9DAmyn2eVcHm2bqM { top:15.0625rem;left:0.375rem;width:23.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkI2Ti3PtVDitt888cGnSiRZ5LXe2cRI { top:17.75rem;left:0.375rem;width:23.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl3ibECM75su5bJGZ5k8qCF9D1FbImKw { top:19.75rem;left:0.375rem;width:23.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iflwVRL4ued15fTfg8ROkJ29RZpls09o { top:21.625rem;left:1.3125rem;width:22.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZBtoE25R9eqfJOweEBEwwhoHe8Mlp8 { top:9.875rem;left:0rem;width:28.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAfSTUoptT1QTK5J445ss3tyQ6IEDprI { top:10.375rem;left:0rem;width:30.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVct31pJtEwWWIdssJmb0hITEOGTXx5d { display:block; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOctdGWFDzqzIDBTet1c5icKI0zuXOz8 { top:2.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c { display:block; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqyBuDyrUiAgI3shSl338DyWGRBouL5r { top:3.3125rem;left:14.375rem;width:9.5rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTDDbLdUWZkd3TwTZg32UlF8XniJDF1y { top:9.8125rem;left:23.875rem;width:6.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2QZhHblTPe5aXhaU2boc4zIe17QseyT { top:20.75rem;left:23.875rem;width:8.125rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Pk386Rt2dreWoSylll4KuKbWEHPP3L { top:20.75rem;left:12.3125rem;width:11.5625rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLGyghCIDVcKyym22TBlp1T7MLJLBBT { top:8.5rem;left:15.25rem;width:8.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k048TKKvxdKbOvQKqGBLwuZ2ahGJkhMm { top:6.75rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQX9FRVzsZflivMWpMiaNk7NTqOnpmnC { top:10.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os8NQfEw7Qf2tV3nzFqSVoIlh3UgwWT0 { top:10.625rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQwHWswwJx6oKiK4hG0EgDFkcKpTM02n { top:8.625rem;left:11.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTlBOqUcX1gVIVvE4k7XgsWNLRDJ9UAr { top:18.125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w64PoiUhCp7Xo2TkVLZfINuSzmGoXJDc { top:17.8125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgZu7B17h1FO5WTthXaN7TLbDrt3WtA6 { top:14.125rem;left:13.8125rem;width:10.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAV01h1TloGT0dVkOG6wuafTTpTTbIgP { top:5.8125rem;left:34.500000953674rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOgXNPQiMamUPmkpJ1a03AmguNAh5xmu { top:9.5rem;left:40.562500953674rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtybhXb8OdwFHyGrHWnN4oqWs1E4HsQX { top:17.1875rem;left:39.237504005432rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rc6CgB0NvbwVCRhH25KfxWppzCxgFp1H { top:16.875rem;left:29.550000190735rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3bckPHDz6pldWbHSDDoBKSlzZMl1HpS { top:9.6875rem;left:28.531250953674rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaQ834b5UgF6EFdBHf6lQ6wJZ8RwInTX { top:7.75rem;left:29.8125rem;width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { display:block; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSAVKu2nD5KpvK3vzAUG7e899EvJDkgW { top:2.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu { display:block; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqImtT6nEmvEiRvF5H1R9BbPmOXBpvGq { top:1.4375rem;left:0rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFbslLeE3WoEvzZQKezFLBPzBzRfMy1 { top:1.4375rem;left:8.625rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2niGHqfPD6nNBJxw1oJICFS0mSZKKDd { top:1.4375rem;left:24.5rem;width:23.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsR0hlObbTTlgfQuhE2kkixANNU3uzN { top:5.375rem;left:0rem;width:16.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9vqLhVIsGOK2hCTiEHRHKRyteESyxgK { top:9.3125rem;left:0rem;width:20.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3mE33JtGSrKdT3OXTX0Tw4kDKoedJ33 { top:9.3125rem;left:11.625rem;width:20.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2AcTWTSRl7T0qoFV7Qo290i1mrnP4l { top:9.3125rem;left:27.5rem;width:20.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9bKufPBdGuqHm0fut2Toc2lIC3fLys { top:5.375rem;left:11.625rem;width:20.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzH4Lup6nqgRICz7i1A1nIP2zGJO6xFo { top:6.1875rem;left:27.5rem;width:20.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH34vCvwbyaywmMdczRKx8reabArRmbs { top:1.4375rem;left:5.9992189407349rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8SoJyQMG18nZQkT3Xc57pNMPBKvt97 { top:1.125rem;left:21.875000953674rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2iQwDFoTpCxTf6SBiZaryoOlbTp1vOO { top:0.9375rem;left:37.437500953674rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp { display:block; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUzzRKRhrpxhcxgem1GBgAPqTdGoEyRv { top:1.4375rem;left:0rem;width:23.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2pQet7sE8qEPLfahi6pEtLE5IqclJIG { top:1.4375rem;left:8.625rem;width:23.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQCTwpbK3P0EnS1Szmh788PqE0QPvyk { top:1.375rem;left:24.5rem;width:23.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTz6yvaoaFxzW0lyRU2ITKhq0E7z4xoL { top:5.375rem;left:0rem;width:20.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crfwSrDTVLPEVPzGm8lDo26fRLsDDHbt { top:9.3125rem;left:0rem;width:20.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFOXFs8ydHUlEaKdpcLxTVZptbMtvH9O { top:9.3125rem;left:11.625rem;width:20.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEd7enX0q43xOTUuzz70esz6T4Ecp7H0 { top:9.0625rem;left:29.1875rem;width:18.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1ImyW8G2ypIJB0LC83HfNv6HzzXkxO { top:5.375rem;left:11.625rem;width:20.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHH2oUBrMFwCOGzT4TpEQRw3CGyCPCZC { top:5.5625rem;left:25.125rem;width:22.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKNPheetSFd6eTVwxDgLrQshTkBsCc0l { top:1.0625rem;left:5.9992189407349rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNx5aWTlqNdvKbhKLhWFrl1nlv7RiJxb { top:0.5625rem;left:21.343750953674rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFvuI9MW05eN3XKqKroZLZiRfBgbuBhV { top:0.9375rem;left:37.625000953674rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfbUD8aFXDw99blNId6qTS5K0r0t6rEE { display:block; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTaPMa1KN998kqhynMS1MOF7B4cQn4n5 { width:47.75rem;height:2.875rem;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 { display:block; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeocDduM3kfzRTfTJQb9Kyr3fEL9qSMJ { top:0.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU { display:block; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3RM7vIneusg5vigO1esuLAc0C5ItI0w { top:2.9375rem;left:0rem;width:39.5625rem;height:;font-size:1.5rem;display:block; }#n3RM7vIneusg5vigO1esuLAc0C5ItI0w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33e11c4b730bdbfdbcce3358d40566e829d1dd11.svg); }
 }@media only screen and (max-width: 763px) { #Q8k8L54ivykA8bsqHchL7sIdwDghiVaA { top:0.6875rem;left:20.125rem;width:27.625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF { display:block; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6iSwZKl52UNExnHdsSE9TmXTZvVkuFH { width:30.625rem;height:2.875rem;top:3.125rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFMEMBMDLPbdQW5TbfCteptBdlQlZny { top:12.0625rem;left:23.3125rem;width:17.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEQAPDgAJSA9RELdeV8534Qbs4Ik4bmK { top:18.25rem;left:0rem;width:5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x52ylcrBsFCWBXpLSOTTBRpC9TwXJFTM { top:19.1875rem;left:2.5625rem;width:15.5625rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpcJHhtiqM6Z9WaNhrKfT4axUrwT5Jr { top:12.0625rem;left:6.625rem;width:17.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRBiS7S1LcAhgv9ux3JlG6VJBmacxXFV { top:6rem;left:23.28125rem;width:1.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHPymN9pIlmDUEBuwamGqJ2rgFZmQqEW { top:19.1875rem;left:38.4375rem;width:9.3125rem;height:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcWnS5VQtx3aD7EWHT49iTpC89MPaQd { top:18.3125rem;left:30.8125rem;width:9.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW { display:block; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXlg0beRKHWWyfJC5U4pU8ya1gBnkezi { top:3.625rem;left:0rem;width:40.4375rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7noLZkSmodL58rWQ9NEBoviodgh43Lu { top:0.6875rem;left:26.4375rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmXnRVUCvmJbx04KhvZ9f5KowrhaOblx { width:24.375rem;height:3.4375rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbwURXyperutTvTTZkfqavOZlIDwWbc { display:block; }
 }@media only screen and (max-width: 763px) { #oNfg0H72mbatpS3DlTshHlfLsDEuxcAd { display:block; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELnUbrM0XUv4tSXNV6fTBsbmIRZaahPX { top:2.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K { display:block; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT5LiE1AQF0tgXTeS1FiyuUZBVUt2K1t { top:0.375rem;left:0rem;width:24.375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiAtRhCakGn0lETIsT7LsS5boadmeTo1 { top:0.625rem;left:0rem;width:20.375rem;height:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqnXfPvLmcnC1uKTfQ74ax3SF4K8XW0 { top:0.625rem;left:10.5rem;width:21.25rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNzHxw5fQ2WyWyHZfywtpvPdSudvgv44 { top:0.625rem;left:26.375rem;width:21.25rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQrB828OUDTKlBdyvlnsSHMlaOvB8J7s { top:0.375rem;left:7.125rem;width:24.375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tucUByKRB3ZvTm4NEpTfohRFTDGO5CCS { top:0.375rem;left:23rem;width:24.375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV { display:block; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdNVLTWm7S0dSJiBrKF4pPhKKXhZstKN { top:0.625rem;left:0rem;width:21.25rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVyZH9II7t1BydmQplwnkJ58ZFVcDbLJ { top:0.625rem;left:10.5rem;width:21.25rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xse4Mh1kZFreZlJC1EPoB4ScoQEBHevf { top:0.625rem;left:25.25rem;width:22.375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSQOU4XoOG07AD83RA9qL55zQV4UqOmT { top:0.375rem;left:23rem;width:24.375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUqRWNoEupmuqaD7vb5XifzKR7yC1Uu { top:0.375rem;left:7.125rem;width:24.375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5guRS5QzBvpo9zTX3B9vV01knP6Skv1 { top:0.375rem;left:0rem;width:24.375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx { display:block; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Byd8pLK4Isxe4zPDqrH8D7QBEMQSCypE { top:0.25rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe { display:block; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ { display:block; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6REz8yH1xn15p8dZ0WWTlQPNT1ieNe4 { top:0rem;left:15.8125rem;width:16.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnUGXtk7EoGnQBA0eWdLbIVPuWHVTMfq { top:2.9375rem;left:15rem;width:17.8125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv9JiWvE0Z9ilHh8ObWD6osXLTVkDTAS { top:4.4375rem;left:17rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWfMS1vL7BDutDM9MVT6M8PhEOMRQZT { top:7.625rem;left:17rem;width:12.5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lteGOVzoNvVFcp0imLN9dMU7G9cilfux { top:0.8125rem;left:17.625rem;width:12.5rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI { display:block; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIXDskKFc1HxJRa5GWBPTGBfP2sb5UX { top:5.1875rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTO06rB1QJ9NzoPtlZncXbiIKikBiNR7 { width:17.5rem;height:3.4375rem;top:6.125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtwdgEoEV7zChtWEdkQJE7o8sxBcimKT { display:block; }
 }@media only screen and (max-width: 763px) { #Nk9mPsGcfy7f3q4lPVRTSfBNWDbronRL { top:2.625rem;left:0rem;width:47.625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L28PMoIydedXztc0wXCT8lcFVmp7TtIT { width:47.75rem;height:2.4375rem;top:3.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #bD7AStvLDIt38mW5gWw6rDx0TKXkCUOK {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BT9BBp92xoZS2Ut3fpXuaX72aJ7d7W4w {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #AoZys4bxJXyektCInzdd1dt4ZReT0gfD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dNWLGisP5SHCSShxIHObQ82ewWX19Z2s {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BVGZQWXwgfiav9nP8zyOiSTPFAVRxNKM {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #axAMyVb3g12nohb8eHuBMCIdL2upvnJv {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nyoinWs9ZdtBXbgP11AlKJKvwRA0fBSQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HIKV1D5U8EN28GuoJg85QKBL4aWRr1lA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #y8mRssFVf8FQKmht25ZtnxxQHyvEi3ha {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #RNT29NS1UH2WecpTfGmZocDdLDHxKAza {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BByGsTnvLLWKZfs5wqoBp1UwVGLeQyvu {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #CmHQt9h46uhtF6TIv8HgHJ8GWxS2non8 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #NPPD8Jt6IkvRDkagTolQ2TbNcMvytmcF {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #cVwz3WPVrIBAaqzVkoPLB82LqOu9dGcq {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #p3hwlWFfTM3xIKnlv4TBlsChrSyJVlKV {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #UmaqMruVOG2TRku3MwOqN0ZoMpzGB7Ow {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uNaJP0To0vh6BWgV7Wo74khAkcITbzDI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tiabzOzzen6lCEIelhzwqIpmncvVAT2q {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vDiesXwX1aTkUqhGSeOPrVUnR0RTTtgN {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gPrhZ9V3ueU7q2mEOm2G5Nk0kloR50qs {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #EmDsQMLlavAKfu0MpJZlIF8ni2zxsBg4 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ehNWO7WxJTCiPk2Xs5QNOPncq2ITgxJ4 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mSVdP0MRQsPm7NZVzKISU7MkU6RBRXfw {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #FCAOSsNH0t9LUfdZT3qaNBSI9hw3ThFB {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qMpeZf05qITrTlTBfIHxdIlhHSWxTAH0 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DtqFT1EZucG5NccENoC2GQlfPqT7y3nB {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #iKkIHCgBu2kqKmHuXb05zNZKfpE3krTo {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #PGlmmlE3TFBTb6nFwLnLHhM2TistbQAu {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #OlXhDtFXkTudgtA06Bs8zzfKSTbhrPMT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #L9umGMw5oTL3GKpRJC9RoVNh0Ko7CKNg {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { background-color: transparent; background-image: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { display: none; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .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); }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { border-width: 0; border-radius: 0; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmzW9E0EZ4DIazHDyQZSTtLD25gI6C7A > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { width:11.125rem;height:2.8125rem;top:0.8125rem;left:4.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(12,39,33,0.96);background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#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,0,0,0); }#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,0,0,0); }#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 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { width:19.8125rem;height:32.875rem;top:22.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { width:19.6875rem;height:22.625rem;top:27.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { width:18.75rem;height:2.92535rem;top:23.0625rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { width:18.75rem;height:1.055775rem;top:26.25rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVcdDbXUqGJq1OENX4rH65TqnVRyI2nT { width:20rem;height:3.2487rem;top:1.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR7NyBeNIOI3J4W9gLMqUZtqB0ZV2MAz { width:20rem;height:10.964625rem;top:56.949872970581rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBrosqx9TCpp3CbLHQnBs82806bwhzXe { display:flex;width:1.43555rem;height:1.43555rem;top:18.875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #DbUTDEmRg9crmlmJBG6V9OtbU6gZtAcI { display:flex;width:1.62435rem;height:1.62435rem;top:16.375rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #mbW2R9VSqRGN5iVkzI4s4PoTtKAPS82B { display:flex;width:1.43555rem;height:1.43555rem;top:14.1875rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Oq252FwmEPtfJpKprx62ts4wkEaaqTkH { display:flex;width:1.43555rem;height:1.43555rem;top:11.625rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #R4TVDT7QdgG8ItZWKlBByAB0ZvyuVT3s { display:flex;width:1.5625rem;height:1.5625rem;top:6.75rem;left:0rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #RMTdsJ8KP7x1TRwC8Lx73hPTnX68T7zR { width:16.875rem;height:14.628875rem;top:6.1875rem;left:2.5rem;font-size:0.8125rem;color:#ffffff;text-align:left;text-align-last:left;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo { display:block; }#dp1zcaMLG7x62IzR2gK20MtMlQDd1Lmo > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPQDKW3LfiH6P2OV2Sty39CD1iTifKO4 { width:19.875rem;height:8rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXeSgJ44eXQFPyIdJ5Fk41IXUThxAkT { width:20rem;height:6.9010625rem;top:1.484375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z { display:block; }#NsCnSEsUQPHubQ1qsb6DLKX90sMiLR8z > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StIdtBhAQJIuPC28oN2pDooykbhCSgDT { width:20rem;height:2.11263125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 { display:block; }#OVLxMXC8eI68EZkUZCz53fo562s1ZJ40 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoOTfpGbvUBHr5ADsQ2Ube9F6E0WX9BI { width:18.375rem;height:2.599825rem;top:0.69184017181394rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPdCL8NfRsoBRLc9MT6lfn61iAZ9VbkN { width:20rem;height:3.8997375rem;top:3.4236087799073rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nD7XVwu2eetAPwGXHGQ7SNJnXT0clMKL { width:20rem;height:2.599825rem;top:7.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qRpfy4yFRwZZNc2KGFR7VZU4dp3KNG { width:20rem;height:1.2999125rem;top:14.562500953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdqSiPp8yTtLySo0wJXB5ZeF40x4taqr { width:19.9375rem;height:2.875rem;top:0.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR9q2p0tsP33JbKumWzmpzGoAnovubHK { width:19.875rem;height:3.25rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNtITWyVsCF0e3L2LVuRU4AQPTxfTGQi { width:19.9375rem;height:4.125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF7ZSBtIm6XHNXEgUBefzM2rDNU7Hxvx { width:19.875rem;height:2.0625rem;top:15.999132633209rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiTHJsEOQS9JaE5vmuKmfzvPqTRoO85L { width:19.875rem;height:3.25rem;top:18.061849594116rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG5yPMS2ZtJqAchSu6ATkmLwTVecQOJJ { width:19.875rem;height:1.875rem;top:14.09158039093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C00h9ZPnGM6Z2O5NFgMgyWltcgN9pAGW { width:19.9375rem;height:2.75rem;top:21.374567031861rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #m51mZCJ6fE7xPwZxnA7suJ8T6Dql6EE8 { width:19.875rem;height:1.875rem;top:24.187067151069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #baPOhJcIoUXc7CIp9DAmyn2eVcHm2bqM { width:20rem;height:1.2999125rem;top:16.437500953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkI2Ti3PtVDitt888cGnSiRZ5LXe2cRI { width:20rem;height:2.599825rem;top:18.562067031861rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl3ibECM75su5bJGZ5k8qCF9D1FbImKw { width:20rem;height:2.599825rem;top:21.562283992768rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iflwVRL4ued15fTfg8ROkJ29RZpls09o { width:20rem;height:1.2999125rem;top:24.436633110046rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QyZBtoE25R9eqfJOweEBEwwhoHe8Mlp8 { width:19.875rem;height:3.1875rem;top:10.8125rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #CAfSTUoptT1QTK5J445ss3tyQ6IEDprI { width:20rem;height:2.43706875rem;top:11.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVct31pJtEwWWIdssJmb0hITEOGTXx5d { display:block; }#kVct31pJtEwWWIdssJmb0hITEOGTXx5d > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOctdGWFDzqzIDBTet1c5icKI0zuXOz8 { width:20rem;height:4.2252625rem;top:1.63671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c { display:block; }#zKNEbtzLIDhTfS3TlJM8MKBzfCduk24c > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqyBuDyrUiAgI3shSl338DyWGRBouL5r { width:7.125rem;height:2.2721375rem;top:1.8117188811302rem;left:6.4375000596044rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTDDbLdUWZkd3TwTZg32UlF8XniJDF1y { width:4.3125rem;height:2.2721375rem;top:4.9617195129394rem;left:14.125000536442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2QZhHblTPe5aXhaU2boc4zIe17QseyT { width:4.25rem;height:3.4082rem;top:13.136720657349rem;left:14.156250536442rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Pk386Rt2dreWoSylll4KuKbWEHPP3L { width:8rem;height:3.4082rem;top:14.000001907349rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNLGyghCIDVcKyym22TBlp1T7MLJLBBT { width:4.6875rem;height:4.54426875rem;top:3.1484375rem;left:1.1125000119209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k048TKKvxdKbOvQKqGBLwuZ2ahGJkhMm { display:flex;width:3.125rem;height:3.125rem;top:39.225rem;left:8.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQX9FRVzsZflivMWpMiaNk7NTqOnpmnC { display:flex;width:3.125rem;height:3.125rem;top:42.9125rem;left:14.500001907349rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #os8NQfEw7Qf2tV3nzFqSVoIlh3UgwWT0 { display:flex;width:3.125rem;height:3.125rem;top:43.1rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQwHWswwJx6oKiK4hG0EgDFkcKpTM02n { width:12.5rem;height:12.5rem;top:41.1rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTlBOqUcX1gVIVvE4k7XgsWNLRDJ9UAr { display:flex;width:3.125rem;height:3.125rem;top:50.337505340576rem;left:12.986718714237rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #w64PoiUhCp7Xo2TkVLZfINuSzmGoXJDc { display:flex;width:3.125rem;height:3.125rem;top:50.2875rem;left:3.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgZu7B17h1FO5WTthXaN7TLbDrt3WtA6 { width:10.0625rem;height:1.21875rem;top:8.875rem;left:4.9687500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAV01h1TloGT0dVkOG6wuafTTpTTbIgP { display:flex;width:2.9375rem;height:2.9375rem;top:4.0625rem;left:8.5625rem;font-size:2rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #EOgXNPQiMamUPmkpJ1a03AmguNAh5xmu { display:flex;width:2.9375rem;height:2.9375rem;top:5.9375rem;left:12.3125rem;font-size:2rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #xtybhXb8OdwFHyGrHWnN4oqWs1E4HsQX { display:flex;width:2.9375rem;height:2.9375rem;top:11.0625rem;left:12.125rem;font-size:2rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #Rc6CgB0NvbwVCRhH25KfxWppzCxgFp1H { display:flex;width:2.9375rem;height:2.9375rem;top:11.0625rem;left:5rem;font-size:2rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #f3bckPHDz6pldWbHSDDoBKSlzZMl1HpS { display:flex;width:2.9375rem;height:2.9375rem;top:6.375rem;left:4.75rem;font-size:2rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #DaQ834b5UgF6EFdBHf6lQ6wJZ8RwInTX { width:8.3125rem;height:8.3125rem;top:5.625rem;left:5.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PA6bo2ACoNEB96tJBFO9pyzfgATNMErs { display:block; }#PA6bo2ACoNEB96tJBFO9pyzfgATNMErs > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSAVKu2nD5KpvK3vzAUG7e899EvJDkgW { width:20rem;height:1.7871125rem;top:1.1360664367676rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu { display:block; }#bkUUgSC4aD70qck6pnwl7sSBM0L1HEZu > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqImtT6nEmvEiRvF5H1R9BbPmOXBpvGq { width:20rem;height:11.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSFbslLeE3WoEvzZQKezFLBPzBzRfMy1 { width:20rem;height:11.5625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2niGHqfPD6nNBJxw1oJICFS0mSZKKDd { width:20rem;height:11.5625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnsR0hlObbTTlgfQuhE2kkixANNU3uzN { width:20rem;height:1.625rem;top:6.2179908752441rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9vqLhVIsGOK2hCTiEHRHKRyteESyxgK { width:20rem;height:2.76041875rem;top:8.6226568222044rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3mE33JtGSrKdT3OXTX0Tw4kDKoedJ33 { width:20rem;height:2.76041875rem;top:21.467968463897rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ2AcTWTSRl7T0qoFV7Qo290i1mrnP4l { width:20rem;height:2.76041875rem;top:34.061416625976rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv9bKufPBdGuqHm0fut2Toc2lIC3fLys { width:20rem;height:3.2487rem;top:18.218747138977rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzH4Lup6nqgRICz7i1A1nIP2zGJO6xFo { width:20rem;height:1.625rem;top:31.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH34vCvwbyaywmMdczRKx8reabArRmbs { display:flex;width:3.875rem;height:3.875rem;top:1.8789100646973rem;left:8.0625005364419rem; }
 }@media only screen and (max-width: 763px) { #bd8SoJyQMG18nZQkT3Xc57pNMPBKvt97 { display:flex;width:3.875rem;height:3.875rem;top:14.062507629394rem;left:8.0625005364419rem; }
 }@media only screen and (max-width: 763px) { #E2iQwDFoTpCxTf6SBiZaryoOlbTp1vOO { display:flex;width:4.5rem;height:4.5rem;top:27.300002098084rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp { display:block; }#NhpKshJRFTsWC8yXy0ZETNlqtuiedPZp > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUzzRKRhrpxhcxgem1GBgAPqTdGoEyRv { width:20rem;height:11.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2pQet7sE8qEPLfahi6pEtLE5IqclJIG { width:20rem;height:11.5625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQCTwpbK3P0EnS1Szmh788PqE0QPvyk { width:20rem;height:12.875rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTz6yvaoaFxzW0lyRU2ITKhq0E7z4xoL { width:20rem;height:3.2487rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #crfwSrDTVLPEVPzGm8lDo26fRLsDDHbt { width:20rem;height:2.76041875rem;top:9rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFOXFs8ydHUlEaKdpcLxTVZptbMtvH9O { width:20rem;height:2.76041875rem;top:21.311719894409rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEd7enX0q43xOTUuzz70esz6T4Ecp7H0 { width:20rem;height:4.140625rem;top:34.592880249024rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1ImyW8G2ypIJB0LC83HfNv6HzzXkxO { width:20rem;height:1.625rem;top:18.94970703125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHH2oUBrMFwCOGzT4TpEQRw3CGyCPCZC { width:20rem;height:3.2487rem;top:31.031263351441rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKNPheetSFd6eTVwxDgLrQshTkBsCc0l { display:flex;width:3.875rem;height:3.875rem;top:1.2500095367432rem;left:8.0625005364419rem; }
 }@media only screen and (max-width: 763px) { #KNx5aWTlqNdvKbhKLhWFrl1nlv7RiJxb { display:flex;width:4.9375rem;height:4.9375rem;top:14.0625rem;left:7.5312505364419rem; }
 }@media only screen and (max-width: 763px) { #xFvuI9MW05eN3XKqKroZLZiRfBgbuBhV { display:flex;width:4.125rem;height:4.125rem;top:26.124996185302rem;left:7.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #XfbUD8aFXDw99blNId6qTS5K0r0t6rEE { display:block; }#XfbUD8aFXDw99blNId6qTS5K0r0t6rEE > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTaPMa1KN998kqhynMS1MOF7B4cQn4n5 { width:20rem;height:3.2487rem;top:0.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 { display:block; }#oHEZstTzTvmRoi2eBzQeX6xNTI8aMJl0 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EeocDduM3kfzRTfTJQb9Kyr3fEL9qSMJ { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU { display:block; }#mPHM1rCKx5FfpEP4sZZIF3SCDk84QsoU > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3RM7vIneusg5vigO1esuLAc0C5ItI0w { width:20rem;height:13.691375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }#n3RM7vIneusg5vigO1esuLAc0C5ItI0w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_33e11c4b730bdbfdbcce3358d40566e829d1dd11.svg); }
 }@media only screen and (max-width: 763px) { #Q8k8L54ivykA8bsqHchL7sIdwDghiVaA { width:20rem;height:14.125rem;top:16.107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF { display:block; }#GBWRlsgxlXsw0Flc0vepGS6mPmcF6zCF > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6iSwZKl52UNExnHdsSE9TmXTZvVkuFH { width:20rem;height:1.625rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfFMEMBMDLPbdQW5TbfCteptBdlQlZny { width:8.8125rem;height:3.0625rem;top:6.6875rem;left:9.5000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEQAPDgAJSA9RELdeV8534Qbs4Ik4bmK { width:2.4375rem;height:2.25rem;top:9.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x52ylcrBsFCWBXpLSOTTBRpC9TwXJFTM { width:8.1875rem;height:1.54345625rem;top:10.125rem;left:2.8750001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBpcJHhtiqM6Z9WaNhrKfT4axUrwT5Jr { width:8.8125rem;height:2.9375rem;top:6.6875rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRBiS7S1LcAhgv9ux3JlG6VJBmacxXFV { width:0.6875rem;height:5.125rem;top:2.6875rem;left:9.4375001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHPymN9pIlmDUEBuwamGqJ2rgFZmQqEW { width:3.625rem;height:1.54345625rem;top:10.125rem;left:16.375001072884rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcWnS5VQtx3aD7EWHT49iTpC89MPaQd { width:4.375rem;height:1.875rem;top:9.875rem;left:11.718750119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW { display:block; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW { background-color: transparent; background-image: none; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container > .video-iframe-container { display: none; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row > .video-iframe-container { display: none; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .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); }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW { border-width: 0; border-radius: 0; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJwN9ndTLxnFbnC3f6f7aQrWadrgCUaW > .row .container { width:20rem;height:31.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXlg0beRKHWWyfJC5U4pU8ya1gBnkezi { width:20rem;height:4.87305rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7noLZkSmodL58rWQ9NEBoviodgh43Lu { width:20rem;height:20rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmXnRVUCvmJbx04KhvZ9f5KowrhaOblx { width:20rem;height:3.4375rem;top:26.373698234558rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWbwURXyperutTvTTZkfqavOZlIDwWbc { display:block; }
 }@media only screen and (max-width: 763px) { #oNfg0H72mbatpS3DlTshHlfLsDEuxcAd { display:block; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELnUbrM0XUv4tSXNV6fTBsbmIRZaahPX { width:20rem;height:3.57421875rem;top:0.86914253234863rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K { display:block; }#QaHVNK90lcxIryRyD8H1CUH2JCq0pX1K > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT5LiE1AQF0tgXTeS1FiyuUZBVUt2K1t { width:19.75rem;height:7.875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiAtRhCakGn0lETIsT7LsS5boadmeTo1 { width:19.1875rem;height:6.9010375rem;top:0.98438072204588rem;left:0.81249994039537rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqnXfPvLmcnC1uKTfQ74ax3SF4K8XW0 { width:19.1875rem;height:6.9010375rem;top:9.796875rem;left:0.81249994039537rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNzHxw5fQ2WyWyHZfywtpvPdSudvgv44 { width:19.1875rem;height:6.9010375rem;top:18.921875rem;left:0.81249994039537rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQrB828OUDTKlBdyvlnsSHMlaOvB8J7s { width:19.75rem;height:7.875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tucUByKRB3ZvTm4NEpTfohRFTDGO5CCS { width:19.75rem;height:7.875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV { display:block; }#u1AZCWcDgHsNtOeLShCtVmSAT8DQ3sdV > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdNVLTWm7S0dSJiBrKF4pPhKKXhZstKN { width:19.1875rem;height:6.9010375rem;top:1.0625rem;left:0.81249994039537rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVyZH9II7t1BydmQplwnkJ58ZFVcDbLJ { width:19.1875rem;height:6.9010375rem;top:10.171875rem;left:0.81249994039537rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xse4Mh1kZFreZlJC1EPoB4ScoQEBHevf { width:19.1875rem;height:6.9010375rem;top:19.296875rem;left:0.81249994039537rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSQOU4XoOG07AD83RA9qL55zQV4UqOmT { width:19.75rem;height:7.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUqRWNoEupmuqaD7vb5XifzKR7yC1Uu { width:19.75rem;height:7.875rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5guRS5QzBvpo9zTX3B9vV01knP6Skv1 { width:19.75rem;height:7.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx { display:block; }#Tzg0ww32ZmtwzJHr3ig9dFmKFTOp1fqx > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Byd8pLK4Isxe4zPDqrH8D7QBEMQSCypE { width:20rem;height:3.8997375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe { display:block; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ { display:block; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6REz8yH1xn15p8dZ0WWTlQPNT1ieNe4 { width:16.1875rem;height:13.25rem;top:2.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnUGXtk7EoGnQBA0eWdLbIVPuWHVTMfq { width:17.8125rem;height:9.5rem;top:4.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv9JiWvE0Z9ilHh8ObWD6osXLTVkDTAS { width:12.5rem;height:2.4375rem;top:7rem;left:3.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWWfMS1vL7BDutDM9MVT6M8PhEOMRQZT { width:12.5rem;height:2.76171875rem;top:9.4375rem;left:3.1875rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lteGOVzoNvVFcp0imLN9dMU7G9cilfux { width:12.5rem;height:1.54296875rem;top:3.375rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI { background-color:#161616;background-image:none;display:block; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container { background-color: transparent; background-image: none; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container > .video-iframe-container { display: none; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row > .video-iframe-container { display: none; }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .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); }#bDLze3vwLJ70gaWs2xBPW1y7xEHHVJGI > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SaIXDskKFc1HxJRa5GWBPTGBfP2sb5UX { width:19.375rem;height:5.17578125rem;top:1.25rem;left:0.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTO06rB1QJ9NzoPtlZncXbiIKikBiNR7 { width:17.4375rem;height:2.375rem;top:8.8375rem;left:1.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #NtwdgEoEV7zChtWEdkQJE7o8sxBcimKT { display:block; }
 }@media only screen and (max-width: 763px) { #Nk9mPsGcfy7f3q4lPVRTSfBNWDbronRL { width:19.875rem;height:11.5625rem;top:0.5250244140625rem;left:0.024218738079071rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK { background-color:#161616;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { background-color: transparent; background-image: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { display: none; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .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); }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { border-width: 0; border-radius: 0; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOT4NnV6k6TgI5rDMSeGq3fuX2n6PRnK > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L28PMoIydedXztc0wXCT8lcFVmp7TtIT { width:20rem;height:3.41363125rem;top:0.79296875rem;left:-0.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-heading-text { color:#ffffff;line-height:1.4;overflow:hidden;height:auto; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:20rem;top:0.31248283386231rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.5625rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #bD7AStvLDIt38mW5gWw6rDx0TKXkCUOK {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BT9BBp92xoZS2Ut3fpXuaX72aJ7d7W4w {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #AoZys4bxJXyektCInzdd1dt4ZReT0gfD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dNWLGisP5SHCSShxIHObQ82ewWX19Z2s {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BVGZQWXwgfiav9nP8zyOiSTPFAVRxNKM {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #axAMyVb3g12nohb8eHuBMCIdL2upvnJv {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nyoinWs9ZdtBXbgP11AlKJKvwRA0fBSQ {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #HIKV1D5U8EN28GuoJg85QKBL4aWRr1lA {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #y8mRssFVf8FQKmht25ZtnxxQHyvEi3ha {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #RNT29NS1UH2WecpTfGmZocDdLDHxKAza {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #BByGsTnvLLWKZfs5wqoBp1UwVGLeQyvu {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #CmHQt9h46uhtF6TIv8HgHJ8GWxS2non8 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #NPPD8Jt6IkvRDkagTolQ2TbNcMvytmcF {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #cVwz3WPVrIBAaqzVkoPLB82LqOu9dGcq {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #p3hwlWFfTM3xIKnlv4TBlsChrSyJVlKV {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #UmaqMruVOG2TRku3MwOqN0ZoMpzGB7Ow {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #uNaJP0To0vh6BWgV7Wo74khAkcITbzDI {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tiabzOzzen6lCEIelhzwqIpmncvVAT2q {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vDiesXwX1aTkUqhGSeOPrVUnR0RTTtgN {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gPrhZ9V3ueU7q2mEOm2G5Nk0kloR50qs {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #EmDsQMLlavAKfu0MpJZlIF8ni2zxsBg4 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ehNWO7WxJTCiPk2Xs5QNOPncq2ITgxJ4 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #mSVdP0MRQsPm7NZVzKISU7MkU6RBRXfw {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #FCAOSsNH0t9LUfdZT3qaNBSI9hw3ThFB {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #qMpeZf05qITrTlTBfIHxdIlhHSWxTAH0 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DtqFT1EZucG5NccENoC2GQlfPqT7y3nB {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #iKkIHCgBu2kqKmHuXb05zNZKfpE3krTo {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #PGlmmlE3TFBTb6nFwLnLHhM2TistbQAu {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #OlXhDtFXkTudgtA06Bs8zzfKSTbhrPMT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #L9umGMw5oTL3GKpRJC9RoVNh0Ko7CKNg {  }
 }