.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:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;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:5.3125rem;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.71875rem;left:0rem;overflow:hidden;display:block; }
#Zb2X799NsIOzmRBWWSkQ80W8BWRB0EBe { background-color:#0c2721;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:27.8125rem;display:block; }
#Z3ZXi2g32TN3z7HiDpdgOTSZsHFGOgtJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9MThiTa5rGKlNvdinq6x4Sb6BJeXU4i { 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:4.25rem;width:4.25rem;top:0.53125rem;left:69.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0.99);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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: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:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { box-sizing:content-box;height:30.3125rem;width:24.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(6,41,33,0.8);background-image:none;top:6.24951171875rem;left:48.99951171875rem;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(172,247,126,0.7);border-left:0.125rem solid rgba(172,247,126,0.7);border-right:0.125rem solid rgba(172,247,126,0.7);border-bottom:0.125rem solid rgba(172,247,126,0.7);display:block; }
#aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { position:absolute;display:block;z-index:15001;height:21.3125rem;width:23.5rem;top:10.8125rem;left:49.75rem;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:7.1875rem;left:49.5625rem;height:1.4625rem;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.923828125rem;left:50.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.5rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WSGTSztma7PyL1bFqdlvQAF17t8cIgot { color:#acf77e;display:block;width:36.4375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:20.1875rem;left:5.5rem;height:4.3125rem;display:block; }
#kM52ET7UMUAOqxoUxv6XxbnEbZhFNsVs { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:arial;font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:26.625rem;left:5.5rem;height:6.46875rem;display:block; }
#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { position:relative;display:block; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { background-color: transparent; background-image: none; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container > .video-iframe-container { display: none; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row > .video-iframe-container { display: none; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .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); }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { border-width: 0; border-radius: 0; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .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; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .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.625rem;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; }#QTgx3DEhW3H4hURG5neAo8FtdshQg301 { 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:1.3906254768372rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 { position:relative;display:block; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 { background-color: transparent; background-image: none; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .row .container > .video-iframe-container { display: none; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .row > .video-iframe-container { display: none; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .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); }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 { border-width: 0; border-radius: 0; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .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; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .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.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Se1DrVoiqQ0o26hHo2FkaP4VFwSId3TV { 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:4.4375rem;width:9.0625rem;top:2.0546875rem;left:2.4375rem;overflow:hidden;display:block; }
#GWpdke3uee5AqtnUNJ1dxA8VumaCGV7v { 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:4rem;width:10.125rem;top:2.2734375rem;left:62.437498092651rem;overflow:hidden;display:block; }
#WK9VgE8Jx3SKrPd8wLf1FHbwvKb1T8Py { position:absolute;display:block;z-index:15002;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.0625rem;width:7.6875rem;top:1.6984367370606rem;left:31.156251907349rem;overflow:hidden;display:block; }
#rk4HhdumvQ099hTiOIP7SP3Tcm6JTtoT { 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:2.875rem;width:12.4375rem;top:2.8359375rem;left:44.77499961853rem;overflow:hidden;display:block; }
#q0SI7R59849mfd47wEN06kT2dVZBKPQm { 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.3125rem;width:9.8125rem;top:2.1171875rem;left:15.6875rem;overflow:hidden;display:block; }
#raW1zBdWFwIr7QJDBwuKtaDrebwABpaw { 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:4.3125rem;width:8.8125rem;top:8.125rem;left:8.4375rem;overflow:hidden;display:block; }
#bLW4PmTK6XsDZ1btLUOPcXABPzdPwwgm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:11.25rem;top:8.25rem;left:23.250001907349rem;overflow:hidden;display:block; }
#e9KEbCE3gvvqPEllklFxJ4flBvLvU7DV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.75rem;top:8.96875rem;left:39.843751907349rem;overflow:hidden;display:block; }
#MkBEQMlyI5yM9eCJ4MfAXTWzoQiiZQbC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.8125rem;top:8.1875rem;left:55.64999961853rem;overflow:hidden;display:block; }
#CFLMnr4LV1TkSC6VQu3fbDsnA8wb11XJ { box-sizing:content-box;height:14.1875rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0.0625rem;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;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { position:relative;display:block; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { background-color: transparent; background-image: none; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container > .video-iframe-container { display: none; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row > .video-iframe-container { display: none; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .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); }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { border-width: 0; border-radius: 0; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .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; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .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:47.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; }#Ma4fTkkz7dORKinKS2lI3UzsAvnP1zTW { box-sizing:content-box;height:23.8125rem;width:23.8125rem;position:absolute;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:13.9375rem;left:25.5625rem;display:block; }
#N44maBGrITMNbKVcWx5wVh5zIahfMMxr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:21.9375rem;width:21.9375rem;top:15.0625rem;left:26.531251907349rem;overflow:hidden;display:block; }
#qVG8ePBWPks7DCe5ba7iXEf1bR597qBc { box-sizing:content-box;height:22.5625rem;width:22.5625rem;position:absolute;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:14.625rem;left:26.0625rem;border-top:0.125rem dashed #239d33;border-left:0.125rem dashed #239d33;border-right:0.125rem dashed #239d33;border-bottom:0.125rem dashed #239d33;display:block; }
#wzWvZTNsXQwzPvtIRCmFT8MfRSvW2rL7 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.943748474121rem;left:56.124998092651rem;height:1.54385625rem;font-style:normal;display:block; }
#reFO33i3bpkPMJTecIp57nq9ybumxIcD { color:#000000;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:23.812498092651rem;left:55.999998092651rem;height:3.0877125rem;font-style:normal;display:block; }
#mG1x2NteHxtaitR2MVCQ2ORiIuyNLO0b { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.1875rem;left:54.999998092651rem;height:1.54385625rem;font-style:normal;display:block; }
#rLo0oZm5C48cNSB7BrRtM47kO7WeTJTT { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.049999237061rem;left:2.03125rem;height:1.54385625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q0ToW624TiuwsLgJmFk5pFmov3Z86DQK { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.812503814698rem;left:5.8000001907349rem;height:3.0877125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LKCiNoqprBA1JBMvXWCHeMGGOsZn2z7w { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6117172241211rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8RyIF2M2sVrbHchTAQ3Swbq7ITzfPBn { background-color:#0c2721;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:44.312505722046rem;left:27.812501907349rem;display:block; }
#TXON4oageFQONRMyw3h2BsiiTqNo0wBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTDa7ArAvlRlXwucEgfL7lfSnAmT0xtN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:23.543754577637rem;left:19.77499961853rem; }
#fFucVyhM9cMwmVmN5LI5a7Mhfl1ID9Vv { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.375005722046rem;left:3.2687501907349rem;height:3.0877125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oU4izI0dUceHxknzhPlMJsHvrdPuf3dy { 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:15020;opacity:1;top:36.356254577637rem;left:20.625rem; }
#VQtpTpnpxTHX7o4VptxUkTZ7yxJoQXLc { box-sizing:content-box;height:3.6875rem;width:67.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:3.984375rem;left:3.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#WviWzQUz6USmTcZ3Xr1vqvTaxzl16HHm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:36.740623474121rem;left:51.625001907349rem; }
#k5Ue779tlXUG22HaaHC61WSxnAxFgh3i { 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:15022;opacity:1;top:23.793750762939rem;left:51.987501144409rem; }
#He4hU3k8Xk7dMqBKZy3Wt6Q5g5TWrmWa { 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:15023;opacity:1;top:12.259375214577rem;left:20.325000762939rem; }
#NH34vCvwbyaywmMdczRKx8reabArRmbs { 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:15024;opacity:1;top:12.259375572204rem;left:51.987501144409rem; }
#GoDIwQO9HQ3nKO8zFCek0RuNopLt3xwF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:39.4375rem;left:31.5625rem; }
#B7bKlMqX13btsbcFK3iJ1rXNAcIz0u09 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.9375rem;left:35rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE { position:relative;display:block; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE { background-color: transparent; background-image: none; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .row .container > .video-iframe-container { display: none; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .row > .video-iframe-container { display: none; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .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); }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE { border-width: 0; border-radius: 0; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .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; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .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.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; }#VgKs5NkFHW8JOMcqy13aiQNcJ0zJ8hHk { color:#ffffff;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UeuJhWsCdQunA2gecoJUzKIJd4ocGp17 { box-sizing:content-box;height:5.5rem;width:32.5625rem;position:absolute;display:block;z-index:15001;background-color:#0c2721;background-image:none;top:1.75rem;left:21.25rem;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; }
#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW { position:relative;display:block; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW { background-color: transparent; background-image: none; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .row .container > .video-iframe-container { display: none; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .row > .video-iframe-container { display: none; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .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); }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW { border-width: 0; border-radius: 0; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .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; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .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; }#QiBiyQFshscV7q1XViO2NxdBKyzA6F3T { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.78125rem;left:33.250001907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EvBcu6cJN7rSNqvCFDuziHMNOXxTUoFM { color:#000000;display:block;width:13.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.78125rem;left:8.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4OHMVOBOmUP1E70NHd2cMBsq6PX8Kuf { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:58.4375rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w78SGWx6JeROTlzJamwF9zkCRqxDaRA1 { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.125rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#rA9tlovO8keLZ3L233m7pmWRKzB3UTNJ { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.125rem;left:25rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#y7mKPkpsx84kQ0vI30IzWdH98Vh19PcP { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.125rem;left:50rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#hCNbfpXIuxWHKm0B9GADpTId7WkzMudB { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.25rem;left:1.125rem;overflow:hidden;display:block; }
#WIS8zktqqlc0RHLVEWZx5RCWqaIRFH41 { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:3.75rem;width:3.75rem;top:2.6875rem;left:51.625rem;overflow:hidden;display:block; }
#TTk7SOvevt7JDVCcUiArgVL1IRnFVVuH { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.3125rem;left:26.125rem;overflow:hidden;display:block; }
#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT { position:relative;display:block; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT { background-color: transparent; background-image: none; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .row .container > .video-iframe-container { display: none; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .row > .video-iframe-container { display: none; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .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); }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT { border-width: 0; border-radius: 0; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .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; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .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; }#eVBIOHEtWi46wU5T2StaCgSCc3vuzxiJ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.0625rem;left:33.25rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EFEruIy3D0u5T27Pb2Uo9QpETsSOo5IC { color:#000000;display:block;width:15.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C9l90a8cQ8WE2T7pLSH492nq2Ny3nQmF { color:#000000;display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:58.4375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eWPTDDsLcks3Rg1X5pdnM820tpEnVTIm { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.125rem;left:0rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#eJRedsDr69yVbGfJIUIP9Rrx7TP7LdCu { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.125rem;left:25rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#Cbw7lElN7a8cZBu3mf0wdWO8tMyuPrgf { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.125rem;left:50rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#FRAhlePtzmo7NPwMliO1tCk8OeLbEfp3 { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.25rem;left:1.125rem;overflow:hidden;display:block; }
#QIuQn2ckTmOCau73kGT7EmKisKhMLt1w { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.125rem;left:51.125rem;overflow:hidden;display:block; }
#ADf1mQFTWAzamTePO7Nb2fBMsbtxPwUg { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:2.25rem;left:26.125rem;overflow:hidden;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:6.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; }#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:1.5687503814698rem;left:0rem;height:2.925rem;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:12.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; }#fT5LiE1AQF0tgXTeS1FiyuUZBVUt2K1t { box-sizing:content-box;height:10.0625rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0.875rem;left:0rem;border-top:0;border-left:0.25rem solid #239d33;border-right:0;border-bottom:0;display:block; }
#TdT3G6rFcdy4p0TTLnt4FcRDwgwETuQm { box-sizing:content-box;height:10.0625rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0.875rem;left:25rem;border-top:0;border-left:0.25rem solid #239d33;border-right:0;border-bottom:0;display:block; }
#ehkAcqgunb2TCc3E1yHFsfM1dftwTbwt { box-sizing:content-box;height:10.0625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0.875rem;left:50rem;border-top:0;border-left:0.25rem solid #239d33;border-right:0;border-bottom:0;display:block; }
#IiAtRhCakGn0lETIsT7LsS5boadmeTo1 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.91796875rem;left:2.1875rem;height:8.2875rem;display:block; }
#VZqnXfPvLmcnC1uKTfQ74ax3SF4K8XW0 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.91796875rem;left:27.187501907349rem;height:8.2875rem;display:block; }
#hNzHxw5fQ2WyWyHZfywtpvPdSudvgv44 { color:#000000;display:block;width:20.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.91796875rem;left:52.187501907349rem;height:8.2875rem;display:block; }
#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 { position:relative;display:block; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 { background-color: transparent; background-image: none; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .row .container > .video-iframe-container { display: none; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .row > .video-iframe-container { display: none; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .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); }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 { border-width: 0; border-radius: 0; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .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; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .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.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FVnRmST7UpL99zl4usW6oNWLSQ0NGazy { box-sizing:content-box;height:10.0625rem;width:24.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:1.8125rem;left:44.0625rem;border-top:0;border-left:0.25rem solid #239d33;border-right:0;border-bottom:0;display:block; }
#HlH0ux7TaHkvvtB8Hu9auapU7Zyky5GC { color:#000000;display:block;width:21.5rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:45.5rem;height:8.2875rem;display:block; }
#UPKRyGMum10PQMJCBFWBgpInAqSgqpvH { box-sizing:content-box;height:10.0625rem;width:24.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.8125rem;left:6.5625rem;border-top:0;border-left:0.25rem solid #239d33;border-right:0;border-bottom:0;display:block; }
#r2THgg1ASZyh70b7Rrr2GwM3stCTCJPK { color:#000000;display:block;width:20.625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:8.4375rem;height:8.2875rem;display:block; }
#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { position:relative;display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { background-color: transparent; background-image: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container > .video-iframe-container { display: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row > .video-iframe-container { display: none; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .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); }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi { border-width: 0; border-radius: 0; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .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; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .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.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; }#hHBKtP4T9EXXryXNhiFf52zuwqA6Ukek { 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:1.1875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVB97WswxHRTtcXr05px7TEWRQoAumk0 { position:relative;display:block; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 { background-color: transparent; background-image: none; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container > .video-iframe-container { display: none; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row > .video-iframe-container { display: none; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .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); }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 { border-width: 0; border-radius: 0; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .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; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .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:7.625rem;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; }#QSp6NmfkdDMrKQTGnhOdMRV40TnJ7Dw1 { box-sizing:content-box;height:7.5rem;width:71.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:0rem;left:1.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #161616;border-left:0.0625rem solid #161616;border-right:0.0625rem solid #161616;border-bottom:0.0625rem solid #161616;display:block; }
#WJqteNdEliIu6V1trNBDcahWTreUy1ie { color:#ffffff;display:block;width:70.625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.78125rem;left:2.1875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:4.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; }#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:1.1875rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT { position:relative;display:block; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT { background-color: transparent; background-image: none; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .row .container > .video-iframe-container { display: none; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .row > .video-iframe-container { display: none; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .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); }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT { border-width: 0; border-radius: 0; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .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; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .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.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qkqF7pNVPOIye4X5mSCukDBbL5gcgFnZ { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8125rem;left:27.250001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#klJm3h6a5OTGJAHQTJFAaNlf4gFoPytd { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.811718940735rem;left:2.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PIevvPVeDSfwZocdJsU8iTK32xqwL52U { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:54.249998092651rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cl99PRU2npkL4fWQFVcgDTBsu9XQCRoP { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:1.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#wdKOZ7TT4ciTz2W5SP9bhvb0zgV9Hnx0 { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:26.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#tfsW4UNL5HbSa165PHJrOP8kNglRcMvf { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:51.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#cf2f6lnEc0ywpuyer0IvuzhGysgRray0 { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.3109374046326rem;left:10.15625rem;overflow:hidden;display:block; }
#ThLzvg0f4lF5n4MHsbULzWzBHRl1oNEE { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.3109374046326rem;left:60.156248092651rem;overflow:hidden;display:block; }
#kRxBxX3JTAU5WhOQPQShcTVgmFX3v70J { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.3109376430511rem;left:35.156251907349rem;overflow:hidden;display:block; }
#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG { position:relative;display:block; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG { background-color: transparent; background-image: none; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .row .container > .video-iframe-container { display: none; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .row > .video-iframe-container { display: none; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .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); }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG { border-width: 0; border-radius: 0; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .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; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .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.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s8ltib3T40MtJacZZKtd2So3Z7nrS18N { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.8125rem;left:27.250001907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XfrWGHUA1tOPCApVAtiq2OTQUIivlsG9 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.811718940735rem;left:2.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yukXott5OW7inZzA0q3HEsbJtwiGeE1R { color:#ffffff;display:block;width:20rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8125rem;left:52.562498092651rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfHfuprFweSFGLc6ow6UEzRhNE2tBc5X { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.3109378814698rem;left:35.156251907349rem;overflow:hidden;display:block; }
#wQ8Biw2TIFeqTfNbTb3O7TIdftn9ZrmE { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:1.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#v4GxPHnlvxGwUM7MvuQoNmRI4tQvwun7 { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:26.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#CRMCcZXTRaSA6zoQPP8RkBK96uWAaPck { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:51.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#hGQHZQd4OBT24yBw25JZw03vLTlTpLQM { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.3109378814698rem;left:60.156248092651rem;overflow:hidden;display:block; }
#rpunbNHcyZqb3OPOLKgeGCrb5TaqTB4Z { position:absolute;display:block;z-index:15005;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.3109378814698rem;left:10.15625rem;overflow:hidden;display:block; }
#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI { position:relative;display:block; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI { background-color: transparent; background-image: none; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .row .container > .video-iframe-container { display: none; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .row > .video-iframe-container { display: none; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .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); }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI { border-width: 0; border-radius: 0; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .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; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .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.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; }#CgFJy7chr5VDu3GTWh5oNS6ipWQkoLDk { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.73046875rem;left:29.562501907349rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQiFNTNOe23tdD35QgVn3XnkyX4WJDUB { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.7312507629394rem;left:2.90625rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BsHxlGiP2PGfO5sSOcdcoqx4WUDVKsBS { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.73046875rem;left:52.593751907349rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuLUrT43pfHpZITxgKMaiMzPd2kXTidI { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:1.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ps2QsgM3NDBxCNmbI43lhAZQgvXrvHtN { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:26.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#sq8OZR68vUCo1mHaXXt4DQHT6V0CSLDb { box-sizing:content-box;height:11.875rem;width:21.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:1.875rem;left:51.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QlokyyaAQRuUh5SLyxh9AU1zpQQpQril { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.6234378814698rem;left:60.156248092651rem;overflow:hidden;display:block; }
#mgWUi6Ty57e3gI4u5mt0wlUCkoQfmwLK { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.6234378814698rem;left:10.15625rem;overflow:hidden;display:block; }
#bmEO4LhfbF1V9CKkW5LytbFICI4XqVQx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:3.6859397888184rem;left:35.218751907349rem;overflow:hidden;display:block; }
#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 { position:relative;display:block; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 { background-color: transparent; background-image: none; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .row .container > .video-iframe-container { display: none; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .row > .video-iframe-container { display: none; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .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); }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 { border-width: 0; border-radius: 0; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .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; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .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:7.375rem;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; }#hWnWsdsopm3ffzOwm8Zk90LVJmcnCpZn { 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.8484344482422rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S87QxFCKHK2at8i9z39BvK3UNd5h706A { position:relative;display:block; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A { background-color: transparent; background-image: none; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .row .container > .video-iframe-container { display: none; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .row > .video-iframe-container { display: none; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .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); }#S87QxFCKHK2at8i9z39BvK3UNd5h706A { border-width: 0; border-radius: 0; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .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; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .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:7rem;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; }#FDOPn757SOTQriD2ipSBmqLVXUgs8r68 { 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.91796875rem;left:0rem;height:3.4125rem;text-align:center;text-align-last:center;display:block; }
#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn { position:relative;display:block; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn { background-color: transparent; background-image: none; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .row .container > .video-iframe-container { display: none; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .row > .video-iframe-container { display: none; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .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); }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn { border-width: 0; border-radius: 0; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .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; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#a6s4PcByJMRoBTAZ6cdy0z6sManUR2S7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:18.25rem;width:24.3125rem;top:1.125rem;left:8.78125rem;overflow:hidden;display:block; }
#UDgC0FUNfXC1qeWrCfvnI80oKVVH5B6t { box-sizing:content-box;height:20.75rem;width:59.6875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.0625rem;left:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#WpVdI5yyCVkqz4bO41tK4132DlwIgg2d { box-sizing:content-box;height:14.25rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:#8a8c8e;background-image:none;top:3.8437509536743rem;left:37.468751907349rem;display:block; }
#AegGTLFLiM7xmNNPzeVI11bPp8CvhRA9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:1.0625rem;left:40.18593788147rem;overflow:hidden;display:block; }
#dZ2kWwRbzGwpm2U5b0d5S8GrTuhspy1i { 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:7.875rem;width:11.8125rem;top:3.2992172241211rem;left:53.24843788147rem;overflow:hidden;display:block; }
#cAkXc4sJwHCt2ODWrdF2uDApWQtPgtDw { 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:1.75rem;width:10rem;top:13.125000953674rem;left:40.18593788147rem;overflow:hidden;display:block; }
#NSOFfUMCDsBcciZZLOKSw6289e2UmoXN { 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:4.5625rem;width:9.375rem;top:11.718750953674rem;left:54.467191696167rem;overflow:hidden;display:block; }
#BWfdPGkHmb8KsbgArUbGbbybtytBggc6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.46875rem;left:46.31093788147rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#zxixJAaKXMO2T8L50PlB2OedokR5JnPB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.59375rem;left:15.90625rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#kWnczWnawZtoZbobVnpppWrLXQyyHyTV { position:relative;display:block; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV { background-color: transparent; background-image: none; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .row .container > .video-iframe-container { display: none; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .row > .video-iframe-container { display: none; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .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); }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV { border-width: 0; border-radius: 0; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .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; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .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:38.25rem;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; }#DkyKtVBRhvMZa35qAwVvOC0l960dbLDh { box-sizing:content-box;height:29.8125rem;width:56.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:3.19921875rem;left:9.2625007629394rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.0625rem solid #161616;border-left:0.0625rem solid #161616;border-right:0.0625rem solid #161616;border-bottom:0.0625rem solid #161616;display:block; }
#oB8KMDrmIgMadkCyye1QRlZK2GTcI4rP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.875rem;width:38rem;top:4.7179689407349rem;left:18.5rem;overflow:hidden;display:block; }
#K7r1TqK5rX2EZuDBd4KH45rAC5ethTVU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:arial;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.1375rem;height:3.7rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.874993801117rem;left:9.38125038147rem;display:block; }
#SyboMc2ce7DAAGPX5AbxVrpP4kpT11zI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:5.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ffu691MBJeSy6NoaVNcvXE6pOBbbRQIX { color:#000000;display:block;width:75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma { position:relative;display:block; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma { background-color: transparent; background-image: none; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .row .container > .video-iframe-container { display: none; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .row > .video-iframe-container { display: none; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .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); }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma { border-width: 0; border-radius: 0; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .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; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .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:29rem;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; }#iNG7A5Mcf8Fc7krV2hKoSLEAbt3P8a5h { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:12.0625rem;width:24.375rem;top:3rem;left:6.5625rem;overflow:hidden;display:block; }
#zKKJpql8CeQ4DLCeQRN3crt58780LxZM { box-sizing:content-box;height:10.6875rem;width:24.375rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;top:15.0625rem;left:6.5625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oePKsRWEMzPCX8pzZi8f2DwLgSTrAfOE { color:#000000;display:block;width:23.5rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:15.581249237061rem;left:7rem;height:5.34375rem;display:block; }
#BcIHrWS9PJ7lF2es6eSGBU5pPiaTgGov { color:#000000;display:block;width:7.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.8;letter-spacing:0;top:21.125rem;left:10.1875rem;height:3.375rem;display:block; }
#Zrax4DWvsrT5AJnwta6iVrc4A0vMUPZg { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.8;letter-spacing:0;top:21.125rem;left:21.75rem;height:3.375rem;display:block; }
#llNGtvMEcinPSLy7EANaJV3qFT07B02S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:21.8125rem;left:19.125rem; }
#iIHnzAseCtLKgqTkO4gdcPPgwZTendy3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:21.893749475479rem;left:7.0625rem; }
#yyGZySuRTSkGaGy7PFUixU1iKz2KCEVF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;height:12.0625rem;width:24.375rem;top:3rem;left:44.0625rem;overflow:hidden;display:block; }
#UmDKXH43nLQpvzL5FBC1QCrBizDXk6nQ { box-sizing:content-box;height:10.6875rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:15.0625rem;left:44.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#tmIfXKTpfwBE7zeV584bIrJyKqwkCvEZ { color:#000000;display:block;width:23.5625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:15.5625rem;left:44.468751907349rem;height:3.5625rem;display:block; }
#TdBEqxmK3EUEZL24Q0B7kPZ6mxG3btni { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.812501907349rem;left:44.687501907349rem; }
#cHqLmn7TbLFTEFfvmZPUSzII6RWWoDaR { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:21.125001907349rem;left:47.750001907349rem;height:3.375rem;display:block; }
#K2yLlfqNRK0ofuFwtWqBEQkVWStqzCeG { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.8;letter-spacing:0;top:21.1875rem;left:59.374998092651rem;height:3.375rem;display:block; }
#x96WFXoz9a0bpS86RwTkgqaalnsiGKDF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.781250238419rem;left:56.812498092651rem; }
#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; }#lHJVeHSiKXJtGyMk9k31rl659eCw4Jmf { box-sizing:content-box;height:13.25rem;width:16.1875rem;position:absolute;display:block;z-index:15000;background-color:#0c2721;background-image:none;top:0rem;left:14.25rem;display:block; }
#Lby8sKFHdhT999xVTbHAH1HlfVNCDTuX { box-sizing:content-box;height:9.5rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:1.8125rem;left:16.125rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oG18ob0aCbMoH2IkiawrehtTfMzdHA2Q { box-sizing:content-box;height:13.25rem;width:46.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:14.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#d2vrbGhaqCI4cTNGWXuAv41yeVQ7SAco { color:#239d33;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.618757247925rem;left:18.78125rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pUEDnE5AIz8TonQGGzPkn4p7bm2DT13V { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:35.9375rem;height:7.3125rem;display:block; }
#LuAe3cgbkNTq8Ob6RP2JUOn3wuQOEqzH { color:#000000;display:block;width:8.625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:20.800000190735rem;height:1.95rem;font-style:normal;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:45.125rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3812561035156rem;left:2.8125rem;height:6.175rem;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.75rem;left:51.0625rem;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, #0c2721, #161616);background-image: -moz-linear-gradient(180deg, #0c2721, #161616);background-image: -ms-linear-gradient(180deg, #0c2721, #161616);background-image: -o-linear-gradient(180deg, #0c2721, #161616);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2721', endColorstr='#161616' );";background-image: linear-gradient(180deg, #0c2721, #161616);background-size:auto !important;top:2.375rem;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 #239d33;border-left:0.0625rem solid #239d33;border-right:0.0625rem solid #239d33;border-bottom:0.0625rem solid #239d33;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.3125rem;width:75rem;position:relative;display:block; }#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#161616;background-image:none;vertical-align:top; }
#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:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DrSgBysOr4I4C8d4u0XwBNAOXi9eUCQ7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kQBFwIP9OEdAwtk1exxkq80c0ThqHXo6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #r3682AiN92OJgrWKBfXFVexMiIg30QC1 { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yERlmDoQ9JwbK1JuXoS1LxnygwyUH7pD {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gDlA4Jo3b26PcWmMrbGlNmkGzlTqOZST {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SQOZO3JEmy10dW8tAFXITa5KXI1PomHk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #sBFOMyveUqJxfmOrrUTVPpQaXn0rTM0X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #rEWzoPASuXNwkPUX0JnwJNqHBFwLliLF { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #lTBvTeilNcLlxooK4CdGsCzox6PDATrx {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vzyHUWxEqzAqwuLbpE1mdSeGy2ygyJlz { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ebh4Wn53ZCcmHvySL8RSc26JZIJ3w3rX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #WBP0orspo1C9HDIkvAsRxEIM7q2AeivC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #smUKTevDGeIyh8uQuTAUSIyvG7d2TVIo { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dwIonNTN2y6uPgt7NWmETTTVXBtWv2FT {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tavJa77JGLbJpbmgAZWL8W8RC7XAKUiE { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #AWHnTh37zIn82C6xnmtqJnnG5QhS8T6P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ZXGHhHkf7s6T0QvTdZdRb57DSvOKrPVW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #a0M5KVHoJZWavXOtH2IJ1P4UQVs2rcXe { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dS4Z8ZeHhbAxnLadSqLGkdZphW2v6rK5 {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TwTbh4OB5dOU9ZepJ4Q2a4KnULpxqS20 { display:none; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #xXX9TxM4py1p9Hii9vyW03oyCiqHs30G { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #fbUzQHzRBQOLcWUTJf7b4c08AbVNCpQx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vtBsr10rw1k3GDaPy8aPP1HSXIpiecCt { display:block;position:relative; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nNvmk3alfP1n2bTRtQudaz8ZypGaiwH5 {  }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nfHs7f0zmhZLIhiQxOVDpTKcpU5HC1Hi { 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.6875rem;left:0rem;width:14.8125rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2X799NsIOzmRBWWSkQ80W8BWRB0EBe { width:19.375rem;height:3.4375rem;top:0.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZXi2g32TN3z7HiDpdgOTSZsHFGOgtJ { display:block; }
 }@media only screen and (max-width: 763px) { #t9MThiTa5rGKlNvdinq6x4Sb6BJeXU4i { top:0.5rem;left:43.5rem;width:4.25rem;height:4.25rem;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:6.1875rem;left:22.625rem;width:24.875rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { top:10.8125rem;left:24.25rem;width:23.5rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { top:7.1875rem;left:24rem;width:23.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { top:8.875rem;left:25.25rem;width:22.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { top:11.375rem;left:0rem;width:32.6875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSGTSztma7PyL1bFqdlvQAF17t8cIgot { top:20.1875rem;left:0rem;width:36.4375rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM52ET7UMUAOqxoUxv6XxbnEbZhFNsVs { top:26.625rem;left:0rem;width:36.4375rem;height:6.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { display:block; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTgx3DEhW3H4hURG5neAo8FtdshQg301 { top:1.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 { display:block; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Se1DrVoiqQ0o26hHo2FkaP4VFwSId3TV { top:2rem;left:0rem;width:9.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWpdke3uee5AqtnUNJ1dxA8VumaCGV7v { top:2.25rem;left:37.625rem;width:10.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK9VgE8Jx3SKrPd8wLf1FHbwvKb1T8Py { top:1.6875rem;left:17.531251907349rem;width:7.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk4HhdumvQ099hTiOIP7SP3Tcm6JTtoT { top:2.8125rem;left:31.14999961853rem;width:12.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0SI7R59849mfd47wEN06kT2dVZBKPQm { top:2.0625rem;left:2.0625rem;width:9.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raW1zBdWFwIr7QJDBwuKtaDrebwABpaw { top:8.125rem;left:0rem;width:8.8125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLW4PmTK6XsDZ1btLUOPcXABPzdPwwgm { top:8.25rem;left:9.6250019073488rem;width:11.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KEbCE3gvvqPEllklFxJ4flBvLvU7DV { top:8.9375rem;left:26.218751907349rem;width:10.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkBEQMlyI5yM9eCJ4MfAXTWzoQiiZQbC { top:8.1875rem;left:38.9375rem;width:8.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFLMnr4LV1TkSC6VQu3fbDsnA8wb11XJ { top:0.0625rem;left:0rem;width:47.75rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { display:block; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma4fTkkz7dORKinKS2lI3UzsAvnP1zTW { top:13.9375rem;left:11.9375rem;width:23.8125rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44maBGrITMNbKVcWx5wVh5zIahfMMxr { top:15.0625rem;left:12.906251907349rem;width:21.9375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVG8ePBWPks7DCe5ba7iXEf1bR597qBc { top:14.625rem;left:12.4375rem;width:22.5625rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzWvZTNsXQwzPvtIRCmFT8MfRSvW2rL7 { top:12.9375rem;left:32.125rem;width:15.625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFO33i3bpkPMJTecIp57nq9ybumxIcD { top:23.75rem;left:31.875rem;width:15.875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1x2NteHxtaitR2MVCQ2ORiIuyNLO0b { top:37.1875rem;left:30.9375rem;width:16.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLo0oZm5C48cNSB7BrRtM47kO7WeTJTT { top:13rem;left:0rem;width:17.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0ToW624TiuwsLgJmFk5pFmov3Z86DQK { top:23.8125rem;left:0rem;width:12.9375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKCiNoqprBA1JBMvXWCHeMGGOsZn2z7w { top:4.5625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RyIF2M2sVrbHchTAQ3Swbq7ITzfPBn { width:19.375rem;height:3.4375rem;top:44.3125rem;left:14.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXON4oageFQONRMyw3h2BsiiTqNo0wBJ { display:block; }
 }@media only screen and (max-width: 763px) { #kTDa7ArAvlRlXwucEgfL7lfSnAmT0xtN { top:23.5rem;left:6.1499996185303rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFucVyhM9cMwmVmN5LI5a7Mhfl1ID9Vv { top:36.375rem;left:0rem;width:16.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU4izI0dUceHxknzhPlMJsHvrdPuf3dy { top:36.3125rem;left:7rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQtpTpnpxTHX7o4VptxUkTZ7yxJoQXLc { top:3.9375rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WviWzQUz6USmTcZ3Xr1vqvTaxzl16HHm { top:36.6875rem;left:38.000001907349rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Ue779tlXUG22HaaHC61WSxnAxFgh3i { top:23.75rem;left:38.362501144409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He4hU3k8Xk7dMqBKZy3Wt6Q5g5TWrmWa { top:12.25rem;left:6.7000007629394rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH34vCvwbyaywmMdczRKx8reabArRmbs { top:12.25rem;left:38.362501144409rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoDIwQO9HQ3nKO8zFCek0RuNopLt3xwF { top:39.4375rem;left:17.9375rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7bKlMqX13btsbcFK3iJ1rXNAcIz0u09 { top:39.9375rem;left:21.375rem;width:8.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE { display:block; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgKs5NkFHW8JOMcqy13aiQNcJ0zJ8hHk { top:3.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuJhWsCdQunA2gecoJUzKIJd4ocGp17 { top:1.75rem;left:7.625rem;width:32.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0BDrpW1qRD22ClChnFpB83yLJEZVIAW { display:block; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiBiyQFshscV7q1XViO2NxdBKyzA6F3T { top:3.75rem;left:16.125rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvBcu6cJN7rSNqvCFDuziHMNOXxTUoFM { top:3.75rem;left:2.5rem;width:13.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OHMVOBOmUP1E70NHd2cMBsq6PX8Kuf { top:3.8125rem;left:32rem;width:15.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w78SGWx6JeROTlzJamwF9zkCRqxDaRA1 { top:1.125rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA9tlovO8keLZ3L233m7pmWRKzB3UTNJ { top:1.125rem;left:15.875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7mKPkpsx84kQ0vI30IzWdH98Vh19PcP { top:1.125rem;left:31.75rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCNbfpXIuxWHKm0B9GADpTId7WkzMudB { top:2.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIS8zktqqlc0RHLVEWZx5RCWqaIRFH41 { top:2.6875rem;left:31.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTk7SOvevt7JDVCcUiArgVL1IRnFVVuH { top:2.3125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT { display:block; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVBIOHEtWi46wU5T2StaCgSCc3vuzxiJ { top:4.0625rem;left:16.125rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFEruIy3D0u5T27Pb2Uo9QpETsSOo5IC { top:3.75rem;left:0.25rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9l90a8cQ8WE2T7pLSH492nq2Ny3nQmF { top:3.75rem;left:35.625rem;width:11.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWPTDDsLcks3Rg1X5pdnM820tpEnVTIm { top:1.125rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJRedsDr69yVbGfJIUIP9Rrx7TP7LdCu { top:1.125rem;left:15.875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbw7lElN7a8cZBu3mf0wdWO8tMyuPrgf { top:1.125rem;left:31.75rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRAhlePtzmo7NPwMliO1tCk8OeLbEfp3 { top:2.25rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIuQn2ckTmOCau73kGT7EmKisKhMLt1w { top:2.125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADf1mQFTWAzamTePO7Nb2fBMsbtxPwUg { top:2.25rem;left:15.875rem;width:4.6875rem;height:4.6875rem;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:1.5625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;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.875rem;left:0rem;width:24.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT3G6rFcdy4p0TTLnt4FcRDwgwETuQm { top:0.875rem;left:7.125rem;width:24.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehkAcqgunb2TCc3E1yHFsfM1dftwTbwt { top:0.875rem;left:23rem;width:24.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiAtRhCakGn0lETIsT7LsS5boadmeTo1 { top:1.875rem;left:0rem;width:20.625rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqnXfPvLmcnC1uKTfQ74ax3SF4K8XW0 { top:1.875rem;left:11.125rem;width:20.625rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNzHxw5fQ2WyWyHZfywtpvPdSudvgv44 { top:1.875rem;left:27rem;width:20.625rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 { display:block; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVnRmST7UpL99zl4usW6oNWLSQ0NGazy { top:1.8125rem;left:23.125rem;width:24.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlH0ux7TaHkvvtB8Hu9auapU7Zyky5GC { top:2.6875rem;left:25.0625rem;width:21.5rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPKRyGMum10PQMJCBFWBgpInAqSgqpvH { top:1.8125rem;left:0rem;width:24.375rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2THgg1ASZyh70b7Rrr2GwM3stCTCJPK { top:2.6875rem;left:1.625rem;width:20.625rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDrUNXCPflcg5siJtNgs96vaki9oRsi { display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHBKtP4T9EXXryXNhiFf52zuwqA6Ukek { top:1.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVB97WswxHRTtcXr05px7TEWRQoAumk0 { display:block; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSp6NmfkdDMrKQTGnhOdMRV40TnJ7Dw1 { top:0rem;left:0rem;width:47.625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJqteNdEliIu6V1trNBDcahWTreUy1ie { top:1.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:0.9375rem;display:block; }
 }@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:1.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT { display:block; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkqF7pNVPOIye4X5mSCukDBbL5gcgFnZ { top:9.8125rem;left:11.1875rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klJm3h6a5OTGJAHQTJFAaNlf4gFoPytd { top:9.75rem;left:0rem;width:19.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIevvPVeDSfwZocdJsU8iTK32xqwL52U { top:9.8125rem;left:31.125rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl99PRU2npkL4fWQFVcgDTBsu9XQCRoP { top:1.875rem;left:0rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKOZ7TT4ciTz2W5SP9bhvb0zgV9Hnx0 { top:1.875rem;left:10.3125rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfsW4UNL5HbSa165PHJrOP8kNglRcMvf { top:1.875rem;left:26.1875rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2f6lnEc0ywpuyer0IvuzhGysgRray0 { top:3.25rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLzvg0f4lF5n4MHsbULzWzBHRl1oNEE { top:3.25rem;left:37.343748092651rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRxBxX3JTAU5WhOQPQShcTVgmFX3v70J { top:3.25rem;left:21.468751907349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG { display:block; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8ltib3T40MtJacZZKtd2So3Z7nrS18N { top:9.8125rem;left:11.1875rem;width:20.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfrWGHUA1tOPCApVAtiq2OTQUIivlsG9 { top:9.75rem;left:0rem;width:19.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yukXott5OW7inZzA0q3HEsbJtwiGeE1R { top:9.8125rem;left:27.75rem;width:20rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfHfuprFweSFGLc6ow6UEzRhNE2tBc5X { top:3.25rem;left:21.468751907349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ8Biw2TIFeqTfNbTb3O7TIdftn9ZrmE { top:1.875rem;left:0rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4GxPHnlvxGwUM7MvuQoNmRI4tQvwun7 { top:1.875rem;left:10.3125rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRMCcZXTRaSA6zoQPP8RkBK96uWAaPck { top:1.875rem;left:26.1875rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGQHZQd4OBT24yBw25JZw03vLTlTpLQM { top:3.25rem;left:37.343748092651rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpunbNHcyZqb3OPOLKgeGCrb5TaqTB4Z { top:3.25rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcuweLSUHTNlZEHMwEhnSW6APkWxmukI { display:block; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgFJy7chr5VDu3GTWh5oNS6ipWQkoLDk { top:9.6875rem;left:15.875rem;width:15.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQiFNTNOe23tdD35QgVn3XnkyX4WJDUB { top:9.6875rem;left:0rem;width:19.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsHxlGiP2PGfO5sSOcdcoqx4WUDVKsBS { top:9.6875rem;left:27.8125rem;width:19.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuLUrT43pfHpZITxgKMaiMzPd2kXTidI { top:1.875rem;left:0rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps2QsgM3NDBxCNmbI43lhAZQgvXrvHtN { top:1.875rem;left:10.3125rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8OZR68vUCo1mHaXXt4DQHT6V0CSLDb { top:1.875rem;left:26.1875rem;width:21.4375rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlokyyaAQRuUh5SLyxh9AU1zpQQpQril { top:3.5625rem;left:37.343748092651rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgWUi6Ty57e3gI4u5mt0wlUCkoQfmwLK { top:3.5625rem;left:5.59375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmEO4LhfbF1V9CKkW5LytbFICI4XqVQx { top:3.625rem;left:21.531251907349rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 { display:block; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWnWsdsopm3ffzOwm8Zk90LVJmcnCpZn { top:2.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87QxFCKHK2at8i9z39BvK3UNd5h706A { display:block; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDOPn757SOTQriD2ipSBmqLVXUgs8r68 { top:0.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtf0oJG5oiiDqUEqNSnl4toandX2tEn { display:block; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6s4PcByJMRoBTAZ6cdy0z6sManUR2S7 { top:1.125rem;left:0rem;width:24.3125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDgC0FUNfXC1qeWrCfvnI80oKVVH5B6t { top:1.0625rem;left:0rem;width:47.75rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpVdI5yyCVkqz4bO41tK4132DlwIgg2d { top:3.8125rem;left:23.843751907349rem;width:0.0625rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AegGTLFLiM7xmNNPzeVI11bPp8CvhRA9 { top:1.0625rem;left:26.56093788147rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ2kWwRbzGwpm2U5b0d5S8GrTuhspy1i { top:3.25rem;left:35.9375rem;width:11.8125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAkXc4sJwHCt2ODWrdF2uDApWQtPgtDw { top:13.125rem;left:26.56093788147rem;width:10rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSOFfUMCDsBcciZZLOKSw6289e2UmoXN { top:11.6875rem;left:38.375rem;width:9.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWfdPGkHmb8KsbgArUbGbbybtytBggc6 { top:19.4375rem;left:32.68593788147rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxixJAaKXMO2T8L50PlB2OedokR5JnPB { top:19.5625rem;left:2.28125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnczWnawZtoZbobVnpppWrLXQyyHyTV { display:block; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkyKtVBRhvMZa35qAwVvOC0l960dbLDh { top:3.1875rem;left:0rem;width:47.625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB8KMDrmIgMadkCyye1QRlZK2GTcI4rP { top:4.6875rem;left:4.875rem;width:38rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7r1TqK5rX2EZuDBd4KH45rAC5ethTVU { width:46.625rem;height:3.6875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyboMc2ce7DAAGPX5AbxVrpP4kpT11zI { 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) { #ffu691MBJeSy6NoaVNcvXE6pOBbbRQIX { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpRxmrvVbAPdbwh87d2p5kdM6STkzBma { display:block; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNG7A5Mcf8Fc7krV2hKoSLEAbt3P8a5h { top:3rem;left:0rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKKJpql8CeQ4DLCeQRN3crt58780LxZM { top:15.0625rem;left:0rem;width:24.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oePKsRWEMzPCX8pzZi8f2DwLgSTrAfOE { top:15.5625rem;left:0.1875rem;width:23.5rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcIHrWS9PJ7lF2es6eSGBU5pPiaTgGov { top:21.125rem;left:3.375rem;width:7.375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrax4DWvsrT5AJnwta6iVrc4A0vMUPZg { top:21.125rem;left:14.9375rem;width:8.8125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llNGtvMEcinPSLy7EANaJV3qFT07B02S { top:21.8125rem;left:12.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIHnzAseCtLKgqTkO4gdcPPgwZTendy3 { top:21.875rem;left:0.25rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyGZySuRTSkGaGy7PFUixU1iKz2KCEVF { top:3rem;left:23.375rem;width:24.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmDKXH43nLQpvzL5FBC1QCrBizDXk6nQ { top:15.0625rem;left:23.375rem;width:24.375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmIfXKTpfwBE7zeV584bIrJyKqwkCvEZ { top:15.5625rem;left:24.0625rem;width:23.5625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBEqxmK3EUEZL24Q0B7kPZ6mxG3btni { top:21.8125rem;left:24.250001907349rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHqLmn7TbLFTEFfvmZPUSzII6RWWoDaR { top:21.125rem;left:27.312501907349rem;width:7.4375rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2yLlfqNRK0ofuFwtWqBEQkVWStqzCeG { top:21.1875rem;left:38.937498092651rem;width:8.8125rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x96WFXoz9a0bpS86RwTkgqaalnsiGKDF { top:21.75rem;left:36.374998092651rem;width:2.0625rem;height:2.0625rem;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) { #lHJVeHSiKXJtGyMk9k31rl659eCw4Jmf { top:0rem;left:0.625rem;width:16.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lby8sKFHdhT999xVTbHAH1HlfVNCDTuX { top:1.8125rem;left:2.5rem;width:17.8125rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG18ob0aCbMoH2IkiawrehtTfMzdHA2Q { top:0rem;left:0.625rem;width:46.5rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vrbGhaqCI4cTNGWXuAv41yeVQ7SAco { top:6.5625rem;left:5.15625rem;width:12.5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUEDnE5AIz8TonQGGzPkn4p7bm2DT13V { top:2.9375rem;left:22.3125rem;width:22.4375rem;height:7.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuAe3cgbkNTq8Ob6RP2JUOn3wuQOEqzH { top:4.125rem;left:7.175000190735rem;width:8.625rem;height:1.9375rem;font-size:1.5rem;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.375rem;left:0rem;width:45.125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTO06rB1QJ9NzoPtlZncXbiIKikBiNR7 { width:17.5rem;height:3.4375rem;top:6.75rem;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.375rem;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.875rem;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; }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DrSgBysOr4I4C8d4u0XwBNAOXi9eUCQ7 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kQBFwIP9OEdAwtk1exxkq80c0ThqHXo6 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #r3682AiN92OJgrWKBfXFVexMiIg30QC1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yERlmDoQ9JwbK1JuXoS1LxnygwyUH7pD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gDlA4Jo3b26PcWmMrbGlNmkGzlTqOZST {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SQOZO3JEmy10dW8tAFXITa5KXI1PomHk {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #sBFOMyveUqJxfmOrrUTVPpQaXn0rTM0X {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #rEWzoPASuXNwkPUX0JnwJNqHBFwLliLF {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #lTBvTeilNcLlxooK4CdGsCzox6PDATrx {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vzyHUWxEqzAqwuLbpE1mdSeGy2ygyJlz {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ebh4Wn53ZCcmHvySL8RSc26JZIJ3w3rX {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #WBP0orspo1C9HDIkvAsRxEIM7q2AeivC {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #smUKTevDGeIyh8uQuTAUSIyvG7d2TVIo {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dwIonNTN2y6uPgt7NWmETTTVXBtWv2FT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tavJa77JGLbJpbmgAZWL8W8RC7XAKUiE {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #AWHnTh37zIn82C6xnmtqJnnG5QhS8T6P {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ZXGHhHkf7s6T0QvTdZdRb57DSvOKrPVW {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #a0M5KVHoJZWavXOtH2IJ1P4UQVs2rcXe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dS4Z8ZeHhbAxnLadSqLGkdZphW2v6rK5 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TwTbh4OB5dOU9ZepJ4Q2a4KnULpxqS20 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #xXX9TxM4py1p9Hii9vyW03oyCiqHs30G {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #fbUzQHzRBQOLcWUTJf7b4c08AbVNCpQx {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vtBsr10rw1k3GDaPy8aPP1HSXIpiecCt {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nNvmk3alfP1n2bTRtQudaz8ZypGaiwH5 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nfHs7f0zmhZLIhiQxOVDpTKcpU5HC1Hi {  }
 }@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:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;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:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMlMhhHrUqRI05quh8dr6eqg50X0nBBw { width:11.125rem;height:2.8125rem;top:0.8125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb2X799NsIOzmRBWWSkQ80W8BWRB0EBe { width:17.4375rem;height:2.375rem;top:4.6796875rem;left:1.2812501192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3ZXi2g32TN3z7HiDpdgOTSZsHFGOgtJ { display:block; }
 }@media only screen and (max-width: 763px) { #t9MThiTa5rGKlNvdinq6x4Sb6BJeXU4i { width:3.1875rem;height:3.1875rem;top:0.625rem;left:15.59375rem;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:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwTNuPNlIhM9yPglaAsBCtt1xwoSvwB3 { width:19.8125rem;height:32.5rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aszM0biTTMw2aZ3B2sPMUFHMZFn6QwFq { width:18.625rem;height:22.625rem;top:33.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ8bT7xM6hWECPa5fd7iVlyE0ZkwUwq3 { width:18.75rem;height:2.925rem;top:27.75rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIX6ToxeNQ6lBhoLhhh3nIg1aHnwBbG7 { width:18.75rem;height:1.05625rem;top:31.5625rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOpBF20lNDxb86WLSy1EpOkSQ1AgxJhE { width:20rem;height:3.4125rem;top:10.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSGTSztma7PyL1bFqdlvQAF17t8cIgot { width:20rem;height:4.21875rem;top:14.8125rem;left:0rem;font-size:0.9375rem;color:#acf77e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kM52ET7UMUAOqxoUxv6XxbnEbZhFNsVs { width:20rem;height:5.625rem;top:20rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5pb0868hDuIh0qXJDAeZlghsHnMWci5 { display:block; }#C5pb0868hDuIh0qXJDAeZlghsHnMWci5 > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTgx3DEhW3H4hURG5neAo8FtdshQg301 { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 { display:block; }#O3zVEccq6VNfXm4wygufhL8XCQ4E8Xz5 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Se1DrVoiqQ0o26hHo2FkaP4VFwSId3TV { width:6.875rem;height:3.375rem;top:3.3750009536743rem;left:1.3000000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWpdke3uee5AqtnUNJ1dxA8VumaCGV7v { width:6.8125rem;height:2.6875rem;top:18.91171836853rem;left:1.3312500715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK9VgE8Jx3SKrPd8wLf1FHbwvKb1T8Py { width:6.125rem;height:3.25rem;top:13.780468940735rem;left:1.6750000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk4HhdumvQ099hTiOIP7SP3Tcm6JTtoT { width:8.75rem;height:1.9375rem;top:14.499217987061rem;left:10.224179380479rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0SI7R59849mfd47wEN06kT2dVZBKPQm { width:7.4375rem;height:3.25rem;top:3.4375009536743rem;left:10.675000548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #raW1zBdWFwIr7QJDBwuKtaDrebwABpaw { width:7.3125rem;height:3.625rem;top:8.5937509536744rem;left:0.74843752384188rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLW4PmTK6XsDZ1btLUOPcXABPzdPwwgm { width:8.5rem;height:3.125rem;top:8.8437509536744rem;left:10.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9KEbCE3gvvqPEllklFxJ4flBvLvU7DV { width:8.75rem;height:2.1875rem;top:23.63827753067rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkBEQMlyI5yM9eCJ4MfAXTWzoQiiZQbC { width:6.125rem;height:2.875rem;top:18.81796836853rem;left:12.081250548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFLMnr4LV1TkSC6VQu3fbDsnA8wb11XJ { width:20rem;height:25.5625rem;top:1.9820289611816rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm { display:block; }#e3SkqeImDKDnmQZuI6fwmwWLeUUkRMwm > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma4fTkkz7dORKinKS2lI3UzsAvnP1zTW { width:10.5625rem;height:9.875rem;top:7.8125rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #N44maBGrITMNbKVcWx5wVh5zIahfMMxr { width:10.0625rem;height:8.875rem;top:8.3125rem;left:5.0624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVG8ePBWPks7DCe5ba7iXEf1bR597qBc { width:11.375rem;height:11.375rem;top:6.9375rem;left:4.3124998807907rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #wzWvZTNsXQwzPvtIRCmFT8MfRSvW2rL7 { width:14.75rem;height:1.38125rem;top:21.875rem;left:4.6249998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFO33i3bpkPMJTecIp57nq9ybumxIcD { width:15.125rem;height:2.7625rem;top:26.056250572204rem;left:4.8124998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG1x2NteHxtaitR2MVCQ2ORiIuyNLO0b { width:15.125rem;height:1.38125rem;top:31.6875rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLo0oZm5C48cNSB7BrRtM47kO7WeTJTT { width:15.375rem;height:1.38125rem;top:36.875rem;left:4.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0ToW624TiuwsLgJmFk5pFmov3Z86DQK { width:14rem;height:2.7625rem;top:41.625rem;left:4.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LKCiNoqprBA1JBMvXWCHeMGGOsZn2z7w { width:20rem;height:2.6rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8RyIF2M2sVrbHchTAQ3Swbq7ITzfPBn { width:17.4375rem;height:2.375rem;top:55.655469894409rem;left:1.2812501192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXON4oageFQONRMyw3h2BsiiTqNo0wBJ { display:block; }
 }@media only screen and (max-width: 763px) { #kTDa7ArAvlRlXwucEgfL7lfSnAmT0xtN { display:flex;width:3.125rem;height:3.125rem;top:41.4375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #fFucVyhM9cMwmVmN5LI5a7Mhfl1ID9Vv { width:15.1875rem;height:2.7625rem;top:46.875rem;left:4.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oU4izI0dUceHxknzhPlMJsHvrdPuf3dy { display:flex;width:3.125rem;height:3.125rem;top:46.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VQtpTpnpxTHX7o4VptxUkTZ7yxJoQXLc { width:20rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WviWzQUz6USmTcZ3Xr1vqvTaxzl16HHm { display:flex;width:2.4375rem;height:2.4375rem;top:31.1875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #k5Ue779tlXUG22HaaHC61WSxnAxFgh3i { display:flex;width:3.125rem;height:3.125rem;top:25.875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #He4hU3k8Xk7dMqBKZy3Wt6Q5g5TWrmWa { display:flex;width:3.125rem;height:3.125rem;top:36rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #NH34vCvwbyaywmMdczRKx8reabArRmbs { display:flex;width:3.125rem;height:3.125rem;top:21.06875038147rem;left:0.26796871423721rem; }
 }@media only screen and (max-width: 763px) { #GoDIwQO9HQ3nKO8zFCek0RuNopLt3xwF { display:flex;width:2.875rem;height:2.875rem;top:51.25rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #B7bKlMqX13btsbcFK3iJ1rXNAcIz0u09 { width:8.5rem;height:1.38125rem;top:52rem;left:4.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE { display:block; }#yMtGQwdzSJKovFUxHic6BDRJCgMkyFBE > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgKs5NkFHW8JOMcqy13aiQNcJ0zJ8hHk { width:20rem;height:1.7875rem;top:0.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UeuJhWsCdQunA2gecoJUzKIJd4ocGp17 { width:20rem;height:2.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0BDrpW1qRD22ClChnFpB83yLJEZVIAW { display:block; }#J0BDrpW1qRD22ClChnFpB83yLJEZVIAW > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiBiyQFshscV7q1XViO2NxdBKyzA6F3T { width:20rem;height:1.625rem;top:18rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EvBcu6cJN7rSNqvCFDuziHMNOXxTUoFM { width:20rem;height:1.625rem;top:7.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #T4OHMVOBOmUP1E70NHd2cMBsq6PX8Kuf { width:20rem;height:1.375rem;top:28.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #w78SGWx6JeROTlzJamwF9zkCRqxDaRA1 { width:6.9375rem;height:6.9375rem;top:0.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA9tlovO8keLZ3L233m7pmWRKzB3UTNJ { width:6.9375rem;height:6.9375rem;top:10.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7mKPkpsx84kQ0vI30IzWdH98Vh19PcP { width:6.9375rem;height:6.9375rem;top:21.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCNbfpXIuxWHKm0B9GADpTId7WkzMudB { width:4.6875rem;height:4.6875rem;top:1.4375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIS8zktqqlc0RHLVEWZx5RCWqaIRFH41 { width:4.6875rem;height:4.6875rem;top:22.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTk7SOvevt7JDVCcUiArgVL1IRnFVVuH { width:4.6875rem;height:4.6875rem;top:11.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT { display:block; }#hBO2ZvRyqUClZMQHbxG6ZkRN1rnnkTTT > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVBIOHEtWi46wU5T2StaCgSCc3vuzxiJ { width:20rem;height:1.625rem;top:19.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EFEruIy3D0u5T27Pb2Uo9QpETsSOo5IC { width:20rem;height:1.625rem;top:9.0609397888181rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #C9l90a8cQ8WE2T7pLSH492nq2Ny3nQmF { width:20rem;height:1.375rem;top:30.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #eWPTDDsLcks3Rg1X5pdnM820tpEnVTIm { width:6.9375rem;height:6.9375rem;top:1.6210975646973rem;left:6.5312498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJRedsDr69yVbGfJIUIP9Rrx7TP7LdCu { width:6.9375rem;height:6.9375rem;top:12rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbw7lElN7a8cZBu3mf0wdWO8tMyuPrgf { width:6.9375rem;height:6.9375rem;top:22.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRAhlePtzmo7NPwMliO1tCk8OeLbEfp3 { width:4.6875rem;height:4.6875rem;top:2.74609375rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIuQn2ckTmOCau73kGT7EmKisKhMLt1w { width:4.6875rem;height:4.6875rem;top:23.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADf1mQFTWAzamTePO7Nb2fBMsbtxPwUg { width:4.6875rem;height:4.6875rem;top:13.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNfg0H72mbatpS3DlTshHlfLsDEuxcAd { display:block; }#oNfg0H72mbatpS3DlTshHlfLsDEuxcAd > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELnUbrM0XUv4tSXNV6fTBsbmIRZaahPX { width:20rem;height:5.3625rem;top:1.25rem;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:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT5LiE1AQF0tgXTeS1FiyuUZBVUt2K1t { width:19.75rem;height:10.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdT3G6rFcdy4p0TTLnt4FcRDwgwETuQm { width:19.75rem;height:10.0625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehkAcqgunb2TCc3E1yHFsfM1dftwTbwt { width:19.75rem;height:10.0625rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiAtRhCakGn0lETIsT7LsS5boadmeTo1 { width:19.1875rem;height:9.66875rem;top:1.4460849761963rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZqnXfPvLmcnC1uKTfQ74ax3SF4K8XW0 { width:19.1875rem;height:9.66875rem;top:12.759375572204rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNzHxw5fQ2WyWyHZfywtpvPdSudvgv44 { width:19.1875rem;height:8.2875rem;top:24.762497901916rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 { display:block; }#uhH8V0lqNQ9hRAQLKKVRpErGPF3Wnyz0 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVnRmST7UpL99zl4usW6oNWLSQ0NGazy { width:19.75rem;height:10.0625rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlH0ux7TaHkvvtB8Hu9auapU7Zyky5GC { width:19.1875rem;height:9.66875rem;top:12.9375rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPKRyGMum10PQMJCBFWBgpInAqSgqpvH { width:19.75rem;height:10.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2THgg1ASZyh70b7Rrr2GwM3stCTCJPK { width:19.1875rem;height:9.66875rem;top:1.4460926055908rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUDrUNXCPflcg5siJtNgs96vaki9oRsi { display:block; }#rUDrUNXCPflcg5siJtNgs96vaki9oRsi > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHBKtP4T9EXXryXNhiFf52zuwqA6Ukek { width:20rem;height:3.25rem;top:0.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVB97WswxHRTtcXr05px7TEWRQoAumk0 { display:block; }#AVB97WswxHRTtcXr05px7TEWRQoAumk0 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSp6NmfkdDMrKQTGnhOdMRV40TnJ7Dw1 { width:19.9375rem;height:8.5rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJqteNdEliIu6V1trNBDcahWTreUy1ie { width:19.5625rem;height:6.09375rem;top:1.8937454223632rem;left:0.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15013;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.7875rem;top:1.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT { display:block; }#Uq1N9RpomM9ymLPcNCnorTlRZRuOMWVT > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkqF7pNVPOIye4X5mSCukDBbL5gcgFnZ { width:20rem;height:1.625rem;top:22.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #klJm3h6a5OTGJAHQTJFAaNlf4gFoPytd { width:20rem;height:3.25rem;top:9.1867141723631rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #PIevvPVeDSfwZocdJsU8iTK32xqwL52U { width:20rem;height:1.375rem;top:36.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Cl99PRU2npkL4fWQFVcgDTBsu9XQCRoP { width:20rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKOZ7TT4ciTz2W5SP9bhvb0zgV9Hnx0 { width:20rem;height:12.3125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfsW4UNL5HbSa165PHJrOP8kNglRcMvf { width:20rem;height:12.3125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2f6lnEc0ywpuyer0IvuzhGysgRray0 { width:4.6875rem;height:4.6875rem;top:2.6851749420166rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThLzvg0f4lF5n4MHsbULzWzBHRl1oNEE { width:4.6875rem;height:4.6875rem;top:29.810924530029rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRxBxX3JTAU5WhOQPQShcTVgmFX3v70J { width:4.6875rem;height:4.6875rem;top:16.247656822204rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG { display:block; }#tVuBZf9hMkqkFahq7prtCU3Ps5inHWMG > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8ltib3T40MtJacZZKtd2So3Z7nrS18N { width:20rem;height:1.625rem;top:21.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XfrWGHUA1tOPCApVAtiq2OTQUIivlsG9 { width:20rem;height:1.625rem;top:7.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #yukXott5OW7inZzA0q3HEsbJtwiGeE1R { width:20rem;height:1.375rem;top:36.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vfHfuprFweSFGLc6ow6UEzRhNE2tBc5X { width:4.5625rem;height:4.5625rem;top:15.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ8Biw2TIFeqTfNbTb3O7TIdftn9ZrmE { width:20rem;height:12.3125rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4GxPHnlvxGwUM7MvuQoNmRI4tQvwun7 { width:20rem;height:12.3125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRMCcZXTRaSA6zoQPP8RkBK96uWAaPck { width:20rem;height:12.3125rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGQHZQd4OBT24yBw25JZw03vLTlTpLQM { width:4.5625rem;height:4.5625rem;top:29.812484741211rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpunbNHcyZqb3OPOLKgeGCrb5TaqTB4Z { width:4.6875rem;height:4.6875rem;top:1.7500066757202rem;left:7.6562503576281rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JcuweLSUHTNlZEHMwEhnSW6APkWxmukI { display:block; }#JcuweLSUHTNlZEHMwEhnSW6APkWxmukI > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgFJy7chr5VDu3GTWh5oNS6ipWQkoLDk { width:15.625rem;height:1.625rem;top:22.667189598084rem;left:2.1875001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #DQiFNTNOe23tdD35QgVn3XnkyX4WJDUB { width:20rem;height:1.625rem;top:9.1062545776369rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #BsHxlGiP2PGfO5sSOcdcoqx4WUDVKsBS { width:20rem;height:1.375rem;top:36.230476379394rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vuLUrT43pfHpZITxgKMaiMzPd2kXTidI { width:20rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps2QsgM3NDBxCNmbI43lhAZQgvXrvHtN { width:20rem;height:12.3125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq8OZR68vUCo1mHaXXt4DQHT6V0CSLDb { width:20rem;height:12.3125rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlokyyaAQRuUh5SLyxh9AU1zpQQpQril { width:4.6875rem;height:4.6875rem;top:30.123443603516rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgWUi6Ty57e3gI4u5mt0wlUCkoQfmwLK { width:4.6875rem;height:4.6875rem;top:2.9976568222046rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmEO4LhfbF1V9CKkW5LytbFICI4XqVQx { width:4.5625rem;height:4.5625rem;top:16.812496185302rem;left:7.7187503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 { display:block; }#FMynBSpfcOGSpzPe9JlFxcpCwhERDay2 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWnWsdsopm3ffzOwm8Zk90LVJmcnCpZn { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S87QxFCKHK2at8i9z39BvK3UNd5h706A { display:block; }#S87QxFCKHK2at8i9z39BvK3UNd5h706A > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDOPn757SOTQriD2ipSBmqLVXUgs8r68 { width:20rem;height:7.8rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOtf0oJG5oiiDqUEqNSnl4toandX2tEn { display:block; }#HOtf0oJG5oiiDqUEqNSnl4toandX2tEn > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6s4PcByJMRoBTAZ6cdy0z6sManUR2S7 { width:18.8125rem;height:14.0625rem;top:1.4992189407349rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDgC0FUNfXC1qeWrCfvnI80oKVVH5B6t { width:20rem;height:30.4375rem;top:1.1874876022339rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpVdI5yyCVkqz4bO41tK4132DlwIgg2d { width:0.0625rem;height:14.25rem;top:3rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AegGTLFLiM7xmNNPzeVI11bPp8CvhRA9 { width:9.875rem;height:9.875rem;top:15.123438358307rem;left:9.3625005483625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dZ2kWwRbzGwpm2U5b0d5S8GrTuhspy1i { width:9rem;height:5.9375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAkXc4sJwHCt2ODWrdF2uDApWQtPgtDw { width:9.625rem;height:1.75rem;top:24.093750476837rem;left:9.3625005483625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NSOFfUMCDsBcciZZLOKSw6289e2UmoXN { width:7.4375rem;height:3.5625rem;top:23.187500476837rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWfdPGkHmb8KsbgArUbGbbybtytBggc6 { width:20rem;height:1.7875rem;top:27.642959594726rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxixJAaKXMO2T8L50PlB2OedokR5JnPB { width:20rem;height:1.7875rem;top:15.512512683868rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnczWnawZtoZbobVnpppWrLXQyyHyTV { display:block; }#kWnczWnawZtoZbobVnpppWrLXQyyHyTV > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkyKtVBRhvMZa35qAwVvOC0l960dbLDh { width:20.0625rem;height:14.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB8KMDrmIgMadkCyye1QRlZK2GTcI4rP { width:18.0625rem;height:12.8125rem;top:1.4562501907349rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7r1TqK5rX2EZuDBd4KH45rAC5ethTVU { width:19.9rem;height:2.8625rem;top:16.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyboMc2ce7DAAGPX5AbxVrpP4kpT11zI { display:block; }
 }@media only screen and (max-width: 763px) { #W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe { display:block; }#W3AWRcuga4VVWsv2xnw1dZuxEaNTzxIe > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffu691MBJeSy6NoaVNcvXE6pOBbbRQIX { width:20rem;height:1.95rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpRxmrvVbAPdbwh87d2p5kdM6STkzBma { display:block; }#VpRxmrvVbAPdbwh87d2p5kdM6STkzBma > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNG7A5Mcf8Fc7krV2hKoSLEAbt3P8a5h { width:20rem;height:9.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKKJpql8CeQ4DLCeQRN3crt58780LxZM { width:20rem;height:10rem;top:11.124206542969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oePKsRWEMzPCX8pzZi8f2DwLgSTrAfOE { width:19.4375rem;height:5.0625rem;top:11.875rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcIHrWS9PJ7lF2es6eSGBU5pPiaTgGov { width:6.8125rem;height:2.6rem;top:17.75rem;left:2.6875001192093rem;font-size:0.8125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Zrax4DWvsrT5AJnwta6iVrc4A0vMUPZg { width:7.6875rem;height:2.925rem;top:17.625rem;left:12.125000357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llNGtvMEcinPSLy7EANaJV3qFT07B02S { display:flex;width:1.875rem;height:1.875rem;top:18.117950439453rem;left:9.8117192983625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #iIHnzAseCtLKgqTkO4gdcPPgwZTendy3 { display:flex;width:1.875rem;height:1.875rem;top:18.0625rem;left:0.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yyGZySuRTSkGaGy7PFUixU1iKz2KCEVF { width:20rem;height:9.875rem;top:23.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UmDKXH43nLQpvzL5FBC1QCrBizDXk6nQ { width:20rem;height:10rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmIfXKTpfwBE7zeV584bIrJyKqwkCvEZ { width:19.375rem;height:5.0625rem;top:33.625rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBEqxmK3EUEZL24Q0B7kPZ6mxG3btni { display:flex;width:1.875rem;height:1.875rem;top:40.125rem;left:0.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #cHqLmn7TbLFTEFfvmZPUSzII6RWWoDaR { width:6.75rem;height:2.925rem;top:39.625rem;left:2.5000001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2yLlfqNRK0ofuFwtWqBEQkVWStqzCeG { width:7.6875rem;height:2.925rem;top:39.6875rem;left:12.187500357628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x96WFXoz9a0bpS86RwTkgqaalnsiGKDF { display:flex;width:1.875rem;height:1.875rem;top:40.1875rem;left:9.8750003576281rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ { display:block; }#BQB37OxLLZkEDTbBSx5lKZBgsWgAqDNQ > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHJVeHSiKXJtGyMk9k31rl659eCw4Jmf { width:20rem;height:15.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lby8sKFHdhT999xVTbHAH1HlfVNCDTuX { width:17.8125rem;height:5.875rem;top:6.28125rem;left:1.0937499403954rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG18ob0aCbMoH2IkiawrehtTfMzdHA2Q { width:20rem;height:23.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2vrbGhaqCI4cTNGWXuAv41yeVQ7SAco { width:12.5rem;height:2.19375rem;top:9.0445318222044rem;left:3.7499998807907rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUEDnE5AIz8TonQGGzPkn4p7bm2DT13V { width:20rem;height:6.09375rem;top:17.079698562622rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuAe3cgbkNTq8Ob6RP2JUOn3wuQOEqzH { width:14.5rem;height:1.70625rem;top:7.339062690735rem;left:2.7500001192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;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:20rem;height:6.09375rem;top:1.625rem;left:0rem;font-size:1.5625rem;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.9rem;top:0.54145872592926rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq { display:block; }#xq5Cc35PLLDefxKBavVqcP9zCaFFbJXq > .row .container { width:20rem;height:44.125rem;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; }
#GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #DrSgBysOr4I4C8d4u0XwBNAOXi9eUCQ7 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #kQBFwIP9OEdAwtk1exxkq80c0ThqHXo6 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #r3682AiN92OJgrWKBfXFVexMiIg30QC1 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #yERlmDoQ9JwbK1JuXoS1LxnygwyUH7pD {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #gDlA4Jo3b26PcWmMrbGlNmkGzlTqOZST {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #SQOZO3JEmy10dW8tAFXITa5KXI1PomHk {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #sBFOMyveUqJxfmOrrUTVPpQaXn0rTM0X {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #rEWzoPASuXNwkPUX0JnwJNqHBFwLliLF {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #lTBvTeilNcLlxooK4CdGsCzox6PDATrx {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vzyHUWxEqzAqwuLbpE1mdSeGy2ygyJlz {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #Ebh4Wn53ZCcmHvySL8RSc26JZIJ3w3rX {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #WBP0orspo1C9HDIkvAsRxEIM7q2AeivC {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #smUKTevDGeIyh8uQuTAUSIyvG7d2TVIo {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dwIonNTN2y6uPgt7NWmETTTVXBtWv2FT {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #tavJa77JGLbJpbmgAZWL8W8RC7XAKUiE {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #AWHnTh37zIn82C6xnmtqJnnG5QhS8T6P {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #ZXGHhHkf7s6T0QvTdZdRb57DSvOKrPVW {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #a0M5KVHoJZWavXOtH2IJ1P4UQVs2rcXe {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #dS4Z8ZeHhbAxnLadSqLGkdZphW2v6rK5 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #TwTbh4OB5dOU9ZepJ4Q2a4KnULpxqS20 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #xXX9TxM4py1p9Hii9vyW03oyCiqHs30G {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #fbUzQHzRBQOLcWUTJf7b4c08AbVNCpQx {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #vtBsr10rw1k3GDaPy8aPP1HSXIpiecCt {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nNvmk3alfP1n2bTRtQudaz8ZypGaiwH5 {  }
 }@media only screen and (max-width: 763px) { #GZeP2q9iElsdrHD3W03FEnhtPzT5J8Nh #nfHs7f0zmhZLIhiQxOVDpTKcpU5HC1Hi {  }
 }