.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#FqSNaPka7wHSnvBhSFGfuIoTimpzUVCs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV { position:relative;display:block; }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV { background-color: transparent; background-image: none; }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV > .row .container > .video-iframe-container { display: none; }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV > .row > .video-iframe-container { display: none; }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV > .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); }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV { border-width: 0; border-radius: 0; }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV > .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; }#Vf9HdD0gTHF5sUkh09yAcsryXcOp0sgV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#ULslOQFAM0Xldr5ZAIVGxsHebenKI4lt { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Cyu9RHOPSk8oGJWF8V4RBr0aPekq4ObM { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.3125rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#oQgL73qzx3kGLwRttCLQtNUh3STsDn1S { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.3125rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#DbD6bUNJN028qrDTpOZVztv2ZZIcanAc { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:56.25rem;overflow:hidden;display:block; }
#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q { position:relative;display:block; }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q { background-color: transparent; background-image: none; }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q > .row .container > .video-iframe-container { display: none; }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q > .row > .video-iframe-container { display: none; }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q > .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); }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q { border-width: 0; border-radius: 0; }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q > .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; }#DvEIN4NQG6Te3Kvi9TVubsepiKrHTJ5q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#tEcNmU1ZphIRyBOCRrELhAXV5aMp4Ihu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:0.0625rem;overflow:hidden;display:block; }
#VxExdEFus9mEGkXDS8TlTDI2kvLmb2aK { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:18.75rem;overflow:hidden;display:block; }
#ynWVtHZBnvBQu67rDHTPoG5Py0Ftw8P9 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:37.5rem;overflow:hidden;display:block; }
#l2bxcdwIms9U6MrG2c2kVrcozPpp59Z8 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.375rem;left:56.25rem;overflow:hidden;display:block; }
#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q { position:relative;display:block; }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q { background-color: transparent; background-image: none; }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q > .row .container > .video-iframe-container { display: none; }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q > .row > .video-iframe-container { display: none; }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q > .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); }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q { border-width: 0; border-radius: 0; }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q > .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; }#A5s7kDWWl0uWzf5cr93SGsmO9Nbqw69Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#JHLSzhGWP96ScmSP7JJ6XBkLE3ybon2D { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#FraxsLafPPtHWk12SoCgInkHFcUHXD1n { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:18.75rem;overflow:hidden;display:block; }
#o8SGssJNzuFKF1h1Q3Q2OhuOgt76qraT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:37.5rem;overflow:hidden;display:block; }
#DnCD6ooibfheKGce3UZCyOD87Zdb1nSb { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:56.25rem;overflow:hidden;display:block; }
#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 { position:relative;display:block; }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 { background-color: transparent; background-image: none; }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 > .row .container > .video-iframe-container { display: none; }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 > .row > .video-iframe-container { display: none; }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 > .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); }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 { border-width: 0; border-radius: 0; }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 > .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; }#Ny10rWTqw1z9USzAcS3F2NVerWZF7om3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#kZ0guzzHz6CwcaWwgg566EdwIN6DcUnp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#MWT85IVCrlIFHoQymmTHXqwM47VyHVEM { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:18.75rem;overflow:hidden;display:block; }
#zMfT6WhZbJP91TvtZ6METb5HZVGl47Mc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.375rem;left:37.5rem;overflow:hidden;display:block; }
#IZnXITuWiXkAaAMgS58HTnm7DBTmUTIC { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:56.25rem;overflow:hidden;display:block; }
#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 { position:relative;display:block; }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 { background-color: transparent; background-image: none; }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 > .row .container > .video-iframe-container { display: none; }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 > .row > .video-iframe-container { display: none; }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 > .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); }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 { border-width: 0; border-radius: 0; }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 > .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; }#UphK5am7yTfCQcnqRGXrJKAhyWclFAc0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#eDf3I06hTHW2uwW1884cdQhxtDqJxM3H { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:15.625rem;top:0.15625rem;left:1.5625rem;overflow:hidden;display:block; }
#ecWMccrMVen5O0aOqLp4VPWxJS69hVmP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:15.625rem;top:0rem;left:20.3125rem;overflow:hidden;display:block; }
#I2hRfrCeCXGNTChT1bEESLfce7q65qgU { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:15.625rem;top:0rem;left:39.0625rem;overflow:hidden;display:block; }
#tTOXzh5rHng98drliyIQbval9ubp318n { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.3125rem;top:0rem;left:56.46875rem;overflow:hidden;display:block; }
#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB { position:relative;display:block; }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB { background-color: transparent; background-image: none; }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB > .row .container > .video-iframe-container { display: none; }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB > .row > .video-iframe-container { display: none; }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB > .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); }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB { border-width: 0; border-radius: 0; }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB > .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; }#h3yilb4h9UbOaWCOWoL2waHcHI9naxLB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Bf1QPQbPswItpH3HWiM3mZRhyHNWCoIr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.3125rem;top:0rem;left:0.21875rem;overflow:hidden;display:block; }
#cL3NXro5IX6gWZJ9aDKI18ZknTJ3PD2n { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.3125rem;top:0rem;left:18.96875rem;overflow:hidden;display:block; }
#npXKrVefkiMCuxbPPqKLUWHH2ARBBPcI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:18.0625rem;top:0rem;left:37.84375rem;overflow:hidden;display:block; }
#lTJahoTlHTMlpxvIAwoTqNRRnraPlzA0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:18.0625rem;top:0rem;left:56.59375rem;overflow:hidden;display:block; }
#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq { position:relative;display:block; }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq { background-color: transparent; background-image: none; }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq > .row .container > .video-iframe-container { display: none; }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq > .row > .video-iframe-container { display: none; }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq > .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); }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq { border-width: 0; border-radius: 0; }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq > .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; }#m93d32bz54N9ZONswxpR9LbgCVqUk9Jq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#yIqywLlEKWOVOVPC1SBQPHdS8obXfqSv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:11.25rem;top:0.3125rem;left:3.75rem;overflow:hidden;display:block; }
#AlplU0AylOEOTQTamaRaMotHUNQaVA5z { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:11.0625rem;top:0.3125rem;left:22.59375rem;overflow:hidden;display:block; }
#LHJmBgloNimtN2InmblT6gXpVmrnHtiq { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:15.0625rem;top:0rem;left:39.34375rem;overflow:hidden;display:block; }
#GrzQTdK2Rh9TRNb7RTwUkxoArpC0Dg5G { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:6.625rem;top:2.875rem;left:62.3125rem;overflow:hidden;display:block; }
#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx { position:relative;display:block; }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx { background-color: transparent; background-image: none; }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx > .row .container > .video-iframe-container { display: none; }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx > .row > .video-iframe-container { display: none; }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx > .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); }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx { border-width: 0; border-radius: 0; }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx > .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; }#Tb8Jq64zSQssUnJhgz7TqKpF8pAPzfwx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Hmex88VUOrmS2TB3VOQHWkD9kcptEdDg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:3.3125rem;top:4.875rem;left:26.46875rem;overflow:hidden;display:block; }
#ac3zXQeb8BowBgvJBDeJxFNhPWbHmKW3 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:7.9375rem;top:3.46875rem;left:42.90625rem;overflow:hidden;display:block; }
#AOPHd2ak9qFZL9krLw0RftKXZll7vCkN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:7.875rem;top:2.8125rem;left:61.6875rem;overflow:hidden;display:block; }
#BfXdkfheuE7teZga3UxoLDnw9TRO4KaA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:8.375rem;top:3.625rem;left:5.1875rem;overflow:hidden;display:block; }
#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu { position:relative;display:block; }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu { background-color: transparent; background-image: none; }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu > .row .container > .video-iframe-container { display: none; }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu > .row > .video-iframe-container { display: none; }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu > .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); }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu { border-width: 0; border-radius: 0; }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu > .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; }#TSpKH4Hgp6qtSA5oSnll14vfIh3Scfvu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#A3U7rVhf9bbvisdCDo88kgderG3ffKbH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:11.5rem;top:2.5625rem;left:3.625rem;overflow:hidden;display:block; }
#TvxdB0dWPNTSaKgKnOqk8q1oauFUcaJw { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:37.5rem;overflow:hidden;display:block; }
#km4SMiBBnW8bR4bmotv2eBn0xwCUrHIT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:5.3125rem;left:63.75rem;overflow:hidden;display:block; }
#JRCwkTDo8AsWbJa7DaJfV6XNFFzQm0xu { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:5.125rem;top:4.09375rem;left:25.5625rem;overflow:hidden;display:block; }
#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw { position:relative;display:block; }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw { background-color: transparent; background-image: none; }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw > .row .container > .video-iframe-container { display: none; }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw > .row > .video-iframe-container { display: none; }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw > .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); }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw { border-width: 0; border-radius: 0; }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw > .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; }#Z0b4Cg3Bpp1SJWd7HqsTbv59OCVZ1CWw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#z0CkWFe5KyyyUsOXzxl7JvUudmTX3Rxv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:5.3125rem;left:7.5rem;overflow:hidden;display:block; }
#uZ1yTrKFy6D7iCJSflRlFoepDPPqtkOi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:5.3125rem;left:26.25rem;overflow:hidden;display:block; }
#GaCTURDe6T7wn5TgMkKgtHyWrzsQPDft { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:5.6875rem;top:0rem;left:44.03125rem;overflow:hidden;display:block; }
#rAfdWqklsrvUDirLI9x8xR5miCS7xXGS { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:18.75rem;top:2.21875rem;left:56.25rem;overflow:hidden;display:block; }
#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt { position:relative;display:block; }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt { background-color: transparent; background-image: none; }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt > .row .container > .video-iframe-container { display: none; }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt > .row > .video-iframe-container { display: none; }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt > .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); }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt { border-width: 0; border-radius: 0; }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt > .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; }#doerTGSqbGyx8PZdgHSa60dZIJi3w4xt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#SQKsTBQ7s6onQpmHAZqzJrb9s1yxtAVP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1.0625rem;top:6.6875rem;left:8.84375rem;overflow:hidden;display:block; }
#RTG4SazUd8Eu83WfrIgzlysFPwHUtVsd { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:18.8125rem;overflow:hidden;display:block; }
#NV3dvbG6LlXXawbC60fcc4UcoPRPvMMX { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:37.5rem;overflow:hidden;display:block; }
#fkeQ0eAG92UMQP6aPUM53FGTfxZXfmvC { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:56.25rem;overflow:hidden;display:block; }
#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU { position:relative;display:block; }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU { background-color: transparent; background-image: none; }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU > .row .container > .video-iframe-container { display: none; }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU > .row > .video-iframe-container { display: none; }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU > .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); }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU { border-width: 0; border-radius: 0; }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU > .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; }#MIEUTVFHr8k5cugnks8RN5LrxsbCEXLU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#XGFnR31SbxCxJSVbPO9UkEKHq4Qz7g07 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#G223ZG0xGbFU5LeTO1eb6653XUUhJ9u1 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:18.75rem;overflow:hidden;display:block; }
#dhk6O6nAPJpow6Znhq7Jc9nwEECTvbiG { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:37.5rem;overflow:hidden;display:block; }
#oCWELKBFWM6cyZhgUk9EKwUhw4haypi2 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:56.25rem;overflow:hidden;display:block; }
#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI { position:relative;display:block; }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI { background-color: transparent; background-image: none; }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI > .row .container > .video-iframe-container { display: none; }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI > .row > .video-iframe-container { display: none; }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI > .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); }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI { border-width: 0; border-radius: 0; }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI > .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; }#kzDBoqLroqpfrgnzOIFJUdaqnN8rQdeI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#uJTEhSBpTdmxIBk8w9JyFNaev0cmbBrN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#sHHZ2z08zvmvuNkMpqe5LUSzpyCVttL2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.375rem;left:18.75rem;overflow:hidden;display:block; }
#dyXfBvKq0JmBzq97KkkO2Pk1v49NB4wv { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.3125rem;left:37.5rem;overflow:hidden;display:block; }
#shK6JrhpLrJqEITghw4wOb04aXIB5S74 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:18.75rem;top:1.375rem;left:56.25rem;overflow:hidden;display:block; }
#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X { position:relative;display:block; }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X { background-color: transparent; background-image: none; }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X > .row .container > .video-iframe-container { display: none; }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X > .row > .video-iframe-container { display: none; }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X > .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); }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X { border-width: 0; border-radius: 0; }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X > .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; }#XwKTrBKKOhdMsx6TRormft2GwW6OAC8X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#wL7eTOBvEfmZ5K23gZzmNatUPM1rpgIn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:18.0625rem;top:0rem;left:0.34375rem;overflow:hidden;display:block; }
#WhrDzEFM7MXZu6T7kmEEW4w8ED564XV4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:18.0625rem;top:0rem;left:19.09375rem;overflow:hidden;display:block; }
#a4ecToXNkLIdep9AfwDJiel2I25HxM4R { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:18.0625rem;top:0rem;left:37.84375rem;overflow:hidden;display:block; }
#B4X01qM4FyvZ40AQ4Im9SX1EVtfcJ3nT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:17.5625rem;top:0rem;left:56.84375rem;overflow:hidden;display:block; }
#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC { position:relative;display:block; }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC { background-color: transparent; background-image: none; }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC > .row .container > .video-iframe-container { display: none; }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC > .row > .video-iframe-container { display: none; }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC > .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); }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC { border-width: 0; border-radius: 0; }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC > .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; }#skNgIEwfinUK45mfQ7OUMCTpH6N3XyBC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#pq1Kdfkc8P30AqFh2ZM8xJA2P1zGoSJ6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:17.5625rem;top:0rem;left:0.59375rem;overflow:hidden;display:block; }
#fK2BVbRf3RcCtUIR74ahepxGtgfKdoPX { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:17.5625rem;top:0rem;left:19.34375rem;overflow:hidden;display:block; }
#yATZaTTpmbvORi5qurrRvZKSoT7WGCd3 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:17.5625rem;top:0rem;left:38.09375rem;overflow:hidden;display:block; }
#faLu9CZeaA70PhzIO2m6Lr4RrRmfBRJD { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.75rem;left:56.25rem;overflow:hidden;display:block; }
#mRixWFwEITvLhN2H0wpFxNTprkvwHFui { position:relative;display:block; }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui { background-color: transparent; background-image: none; }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui > .row .container > .video-iframe-container { display: none; }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui > .row > .video-iframe-container { display: none; }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui > .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); }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui { border-width: 0; border-radius: 0; }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui > .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; }#mRixWFwEITvLhN2H0wpFxNTprkvwHFui > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#dxWEpFVqiPOi4yXyhObfleOEVqJvMXEw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#hgf3ssBU5LWS82932aq9dEkbX8aiatTS { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:11.8125rem;top:5.65625rem;left:22.21875rem;overflow:hidden;display:block; }
#iP6HaxEgbJXJI0amPekQc2dJCCTaSSk3 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:5.3125rem;top:6.71875rem;left:44.21875rem;overflow:hidden;display:block; }
#RVqcP93WeV8fxLP68uVkVgXxv53eV1dB { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:56.25rem;overflow:hidden;display:block; }
#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h { position:relative;display:block; }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h { background-color: transparent; background-image: none; }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h > .row .container > .video-iframe-container { display: none; }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h > .row > .video-iframe-container { display: none; }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h > .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); }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h { border-width: 0; border-radius: 0; }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h > .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; }#QEvqrlv5hkagVxSsd6Da3bmLb8TKDO8h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#ZMnCNmD9cqO2mq8Tsw16NhBnsNXGHS76 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:18.75rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#HCFl74CMludTrWCaAKhybSnG4HureHAK { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.6875rem;left:25.625rem;overflow:hidden;display:block; }
#Qmcr8FiIGNdbfPGXF2EiV9HFbr7L5Ocu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0.15625rem;left:39.25rem;overflow:hidden;display:block; }
#QJF9u5ac0GIVgGgcTaFDznLh39Gwzx9X { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.75rem;top:4.6875rem;left:59.75rem;overflow:hidden;display:block; }
#hxhKSsef6KPaCC4385rVtIr7wFuHC7af { position:relative;display:block; }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af { background-color: transparent; background-image: none; }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af > .row .container > .video-iframe-container { display: none; }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af > .row > .video-iframe-container { display: none; }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af > .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); }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af { border-width: 0; border-radius: 0; }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af > .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; }#hxhKSsef6KPaCC4385rVtIr7wFuHC7af > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#ATHLtwktffDX9siMpoTotXQT9VdrA2Qc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#ggvkCkckcVFCDtXGUN3syBIF9oKmBprr { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:18.75rem;top:4.499267578125rem;left:18.75rem;overflow:hidden;display:block; }
#JFQNqOZ57f88VI9FTWmGCsRaDkTJgvng { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:37.5rem;overflow:hidden;display:block; }
#nVAxipg1VzqGURLksZc53wslDtLJT7w6 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:56.25rem;overflow:hidden;display:block; }
#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 { position:relative;display:block; }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 { background-color: transparent; background-image: none; }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 > .row .container > .video-iframe-container { display: none; }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 > .row > .video-iframe-container { display: none; }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 > .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); }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 { border-width: 0; border-radius: 0; }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 > .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; }#BW4Av13LxC9aVyT2OxXKDQ2gide0NuX3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#nucTaX7xtZUxWV55Za643bpEOGaCIsTW { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0rem;left:2.34375rem;overflow:hidden;display:block; }
#skVwsXOukD5vLIvsDRl5lLR9KbDpKLa8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.6875rem;top:4.53125rem;left:25.78125rem;overflow:hidden;display:block; }
#z2Z7QrQlzWd2Ra3ggNvNgD2RZKJIFH01 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:18.75rem;top:3.03125rem;left:37.5rem;overflow:hidden;display:block; }
#wLcfJigkXmO5bA4R5vuWKefX8Xw4FKNJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:56.25rem;overflow:hidden;display:block; }
#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW { position:relative;display:block; }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW { background-color: transparent; background-image: none; }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW > .row .container > .video-iframe-container { display: none; }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW > .row > .video-iframe-container { display: none; }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW > .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); }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW { border-width: 0; border-radius: 0; }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW > .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; }#HrdQqfuBWL1SZaiOl9xwwTVVuNSWl0nW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#mun69VD1MqwhAELhMfcww6dFBNe4QaRa { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:18.75rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#zX0RENN7Tkd6blI81fnzT70D9doPgs7H { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:18.75rem;top:1.34375rem;left:18.75rem;overflow:hidden;display:block; }
#NohTyfQ3UIES9rlCwJApJT2vdSzm7bOS { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:37.5rem;overflow:hidden;display:block; }
#bbHaoiXeKUwndfJgxoDmXcaqG3QEAhCM { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0.3125rem;left:58.59375rem;overflow:hidden;display:block; }
#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK { position:relative;display:block; }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK { background-color: transparent; background-image: none; }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK > .row .container > .video-iframe-container { display: none; }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK > .row > .video-iframe-container { display: none; }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK > .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); }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK { border-width: 0; border-radius: 0; }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK > .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; }#SEkDAahhgNJAQ2gdtsgZDlmLPHwlTpSK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Um3LCyVHyEfsRWnS4ok2daN82vvrVgvh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:4.65625rem;left:6.84375rem;overflow:hidden;display:block; }
#oeTEkoAZ0G5Hfehf1igEvlPt5H1lana7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:16.9375rem;top:0rem;left:19.65625rem;overflow:hidden;display:block; }
#wwxSic5fQ6d8oO712x2S04gaOZf8RgD0 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:37.5rem;overflow:hidden;display:block; }
#Rt6gTR80qIa04b3Gbq8tJrngrJwBXeHt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:13.6875rem;top:0rem;left:58.78125rem;overflow:hidden;display:block; }
#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn { position:relative;display:block; }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn { background-color: transparent; background-image: none; }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn > .row .container > .video-iframe-container { display: none; }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn > .row > .video-iframe-container { display: none; }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn > .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); }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn { border-width: 0; border-radius: 0; }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn > .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; }#IOVT8RlDzTFRfEiMoGLrTXJTILrnPggn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#p28hH8ca7doN0gRwhEvBE6RlyMmEGo5U { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:4.1875rem;left:25.125rem;overflow:hidden;display:block; }
#WMKiMVUTuW47cCSUeynwaXGryV2I8WqN { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:4.1875rem;left:43.875rem;overflow:hidden;display:block; }
#fnnTmRJUTVwiZtSgh4uW5QRaCkFrooL7 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:56.25rem;overflow:hidden;display:block; }
#U35DFcTrQ9AMbKdWGdy9UMZokrBMSJDX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:14.5rem;top:0rem;left:2.125rem;overflow:hidden;display:block; }
#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW { position:relative;display:block; }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW { background-color: transparent; background-image: none; }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW > .row .container > .video-iframe-container { display: none; }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW > .row > .video-iframe-container { display: none; }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW > .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); }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW { border-width: 0; border-radius: 0; }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW > .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; }#rJSUR25sNJl1b3AHCxmvpi4NmbUMkZTW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#kRdyXLKQQCsTJPKFPBhBuIXKGnB6r08k { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:18.75rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#T07KUDvJ6xx5HGsd8pANFKXM2NMw9bLZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:6.0625rem;left:27rem;overflow:hidden;display:block; }
#MzGgdBl4nFCVIbn8rz6liozm4zKIQNKI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:37.5rem;overflow:hidden;display:block; }
#urHXF4IOMKmw0pH2tkcIIABiTW7tzN7r { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:6.0625rem;left:64.5rem;overflow:hidden;display:block; }
#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG { position:relative;display:block; }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG { background-color: transparent; background-image: none; }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG > .row .container > .video-iframe-container { display: none; }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG > .row > .video-iframe-container { display: none; }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG > .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); }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG { border-width: 0; border-radius: 0; }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG > .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; }#zWPcC6taQ9A09JU7vzfwlRVZTq29TVSG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#lXhfhlHeoqqdXPrf4Gir3X74wTZuJiFO { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:18.75rem;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#UUh7PQVUzIT1IV8MkWTKz8StNXdE2TAs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:18.75rem;top:1.875rem;left:18.75rem;overflow:hidden;display:block; }
#M521bh7vimgRaLMl03C6aK0xVVge09wF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:37.5rem;overflow:hidden;display:block; }
#hI5qCCJaJEfTZWeaeXssOpgGTpxr2Zqb { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:2.0625rem;left:56.25rem;overflow:hidden;display:block; }
#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu { position:relative;display:block; }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu { background-color: transparent; background-image: none; }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu > .row .container > .video-iframe-container { display: none; }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu > .row > .video-iframe-container { display: none; }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu > .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); }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu { border-width: 0; border-radius: 0; }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu > .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; }#oLUlSv8wJqJ9ZqeaiUF62ZJU3J3A13Pu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#GiEsrhX4D6f6awnVGk9XSUooi4McZeot { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:14.0625rem;top:4.75rem;left:2.34375rem;overflow:hidden;display:block; }
#xsR7faGCCxSoB2GfOJqT9HN8KcEbCxHe { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:18.75rem;top:1.90625rem;left:18.75rem;overflow:hidden;display:block; }
#Db8lyC3sLnT1kq7PZNRTdqzoL3xI7Lom { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:37.5rem;overflow:hidden;display:block; }
#E8lTPwT98pFd1aymNkQ2QRmx8qt3W8GD { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:18.75rem;top:1.34375rem;left:56.25rem;overflow:hidden;display:block; }
#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO { position:relative;display:block; }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO { background-color: transparent; background-image: none; }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO > .row .container > .video-iframe-container { display: none; }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO > .row > .video-iframe-container { display: none; }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO > .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); }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO { border-width: 0; border-radius: 0; }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO > .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; }#JZfyeR9Fm9F6d9aW7xNRnqTgFoqzBqvO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#GLRyQDXqXngxaToJ82cyMBew1REMGBbM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:4.59375rem;left:6.78125rem;overflow:hidden;display:block; }
#qhpcuBhrEv6ZeA1NzP3bNQbLDp5OPeX9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:4.1875rem;left:25.125rem;overflow:hidden;display:block; }
#C072f4aN3K4PCSAz1pvooISXBk0TvXuS { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:37.5rem;overflow:hidden;display:block; }
#rNHnzI6dgxmW7qlbZKlPcSC3Xapgcmw0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:4.6875rem;left:63.125rem;overflow:hidden;display:block; }
#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg { position:relative;display:block; }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg { background-color: transparent; background-image: none; }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg > .row .container > .video-iframe-container { display: none; }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg > .row > .video-iframe-container { display: none; }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg > .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); }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg { border-width: 0; border-radius: 0; }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg > .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; }#sFQtpyHkMUiBorytB1KIxTlKmRT4JzXg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#lOaI33B1R24up9plyDqw4mDwlqQOrryU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:18.75rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#ODkMd47ibAPBPfNpFWbesdEqO7FmoHql { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:18.75rem;overflow:hidden;display:block; }
#Wk41J2AnhBFKLCE1V0Kq48zbKTdZyT79 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:37.5rem;overflow:hidden;display:block; }
#ZOGBK64SwNFCZuvMP27dsOzuAWw2PDtK { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:4.625rem;left:63.0625rem;overflow:hidden;display:block; }
#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK { position:relative;display:block; }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK { background-color: transparent; background-image: none; }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK > .row .container > .video-iframe-container { display: none; }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK > .row > .video-iframe-container { display: none; }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK > .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); }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK { border-width: 0; border-radius: 0; }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK > .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; }#p92NhzmhpD3VbaRtKehnPnW5prSgxRmK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#RfHrmIEwuCHQ9SnIKNV0QkQSZ291FwK0 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.5625rem;top:4.03125rem;left:6.09375rem;overflow:hidden;display:block; }
#qsudRkGQfNy92kC5yBf0OyZwzlWIhOv2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:8.625rem;top:3.71875rem;left:23.8125rem;overflow:hidden;display:block; }
#UfDTT8PPzMO5yOiGrGF8csCDv7owKqCd { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.8125rem;top:4.46875rem;left:43.96875rem;overflow:hidden;display:block; }
#Q44T5DucAv8LwsJrLNPKAykb8oCWq1ME { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.0625rem;top:4.3125rem;left:63.09375rem;overflow:hidden;display:block; }
#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn { position:relative;display:block; }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn { background-color: transparent; background-image: none; }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn > .row .container > .video-iframe-container { display: none; }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn > .row > .video-iframe-container { display: none; }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn > .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); }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn { border-width: 0; border-radius: 0; }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn > .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; }#UJT63rZqsQBeAmiiR8zDTZeOk1v7qbwn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#NWKFwVDczD8MUKFuWoaldclas5QHAoOT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:5.0625rem;top:4.03125rem;left:6.84375rem;overflow:hidden;display:block; }
#bg9to3FGDIre1CI5h0ilO2e2qI5UBBCs { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:13.125rem;top:0rem;left:21.5625rem;overflow:hidden;display:block; }
#Tcb123poKdSWHRcXgwgNlSEy8fAAHTfn { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0rem;left:39.84375rem;overflow:hidden;display:block; }
#zhxfQC6g2D8tQ0AXMLzfoPKVfwAcmgf2 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0rem;left:58.59375rem;overflow:hidden;display:block; }
#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A { position:relative;display:block; }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A { background-color: transparent; background-image: none; }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A > .row .container > .video-iframe-container { display: none; }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A > .row > .video-iframe-container { display: none; }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A > .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); }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A { border-width: 0; border-radius: 0; }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A > .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; }#nZ9XpRhsP8V96ebbdaOzNkoyVBV8fT4A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#TvEVP773nkiVFuLhH9Xt6POmgp6MGBVy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#b7xWgV7zup5U3ApcdTrz7TxhzAtb3Lan { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:18.75rem;top:3.21875rem;left:18.75rem;overflow:hidden;display:block; }
#gT1Zw9oQfZKkuXseWxm0rcaDGXeQAZv3 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0.15625rem;left:39.84375rem;overflow:hidden;display:block; }
#XcZB0Xf4MNxIxiPnV6lGBO7m2NHvxb2z { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0rem;left:58.59375rem;overflow:hidden;display:block; }
#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO { position:relative;display:block; }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO { background-color: transparent; background-image: none; }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO > .row .container > .video-iframe-container { display: none; }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO > .row > .video-iframe-container { display: none; }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO > .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); }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO { border-width: 0; border-radius: 0; }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO > .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; }#sTn1SrR0y85TDaf24Hl534J3e4tn1mBO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#GDaNTIJIIlXEKZaEJkGOLHZMeN2GRiMF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:4.125rem;top:3.9375rem;left:7.3125rem;overflow:hidden;display:block; }
#SIbuUbdh99bTvzT2ZagpPDqt2qCpG2vw { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:5.8125rem;top:3.90625rem;left:25.21875rem;overflow:hidden;display:block; }
#fP4Le5GyifdSNTy2vAtNpHliUQEPIG3q { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:3.375rem;top:4.3125rem;left:45.1875rem;overflow:hidden;display:block; }
#p1zVx7dkTMp4AsuhD4qZ5TTVuwH0pPXL { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:4.0625rem;top:4.59375rem;left:63.59375rem;overflow:hidden;display:block; }
#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs { position:relative;display:block; }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs { background-color: transparent; background-image: none; }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs > .row .container > .video-iframe-container { display: none; }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs > .row > .video-iframe-container { display: none; }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs > .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); }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs { border-width: 0; border-radius: 0; }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs > .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; }#TKLw5gda41N0EIy9b5AiKK87fUcOqFGs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#CmXkfTU8PsdrZi6825wdQtXbi669KOcd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5rem;top:4.03125rem;left:6.875rem;overflow:hidden;display:block; }
#U7pPZXOkNBbSDBX2uwynbkLk1tbTJyeP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.6875rem;top:4.5rem;left:25.78125rem;overflow:hidden;display:block; }
#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP { position:relative;display:block; }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP { background-color: transparent; background-image: none; }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP > .row .container > .video-iframe-container { display: none; }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP > .row > .video-iframe-container { display: none; }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP > .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); }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP { border-width: 0; border-radius: 0; }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP > .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; }#DPow99tPTo3sG6sz0BaZkTXVsgx9FdaP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#PlKQGZLy2wh4U176UwvWbR6UHgWd0PLN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QOZGiBv5TTi2PAUTg4izOELrAq0hTwyz { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#Zid0cwPNZdv1iHXr3CEsxaiSqLI3TNc6 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#nuGGi7lh1dZJnd8tizcmdSNc1fBheOkw { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T { position:relative;display:block; }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T { background-color: transparent; background-image: none; }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T > .row .container > .video-iframe-container { display: none; }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T > .row > .video-iframe-container { display: none; }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T > .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); }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T { border-width: 0; border-radius: 0; }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T > .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; }#vFRzhqLkfrIC8n16ch45khkBKa6nlH4T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#wg9kAmgT87lfgodvWQk2dpkFVbkDFlCW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XDDV6m5GUpXtooCPhouzzpdqnfbJ252s { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#awwhnfiixmXo547ZhslqWTswCb1Tl9SI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#CEBk1Swxxntp4bTEyygpaGLTTEZfMyQg { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN { position:relative;display:block; }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN { background-color: transparent; background-image: none; }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN > .row .container > .video-iframe-container { display: none; }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN > .row > .video-iframe-container { display: none; }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN > .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); }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN { border-width: 0; border-radius: 0; }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN > .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; }#G9uQnPTd87uR9Ver5bNEEv7X73Zgm6xN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#lpPARGFf7MV4WnmTBdwFEZ2r2RLq6IQy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fkvB4fqZ4vKxSfC7ixMWeSQ7mWFR5lWS { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#dD8eaX4oc1RQoepMeX8iu9PSiB7Fiy41 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0.15625rem;left:37.5rem;overflow:hidden;display:block; }
#fdoq1ttkD6VsIUnTEIxK60vh8ceiWKWM { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ { position:relative;display:block; }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ { background-color: transparent; background-image: none; }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ > .row .container > .video-iframe-container { display: none; }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ > .row > .video-iframe-container { display: none; }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ > .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); }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ { border-width: 0; border-radius: 0; }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ > .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; }#BzcvrWiKJoFI46MsMNw1bVlphgLaoaoQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#H0CdnIZ5ItcmaGAVUMpaO4QTTxThumxz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ankU5TAqN46KxBtqGg45eilr5VXaw6Tt { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#Fcrs9IDHT33ZcgbuHLXEh458xH98f9LU { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0.15625rem;left:37.5rem;overflow:hidden;display:block; }
#QUVqhdmJvdbwJXv90O9bqTXqVdEZli9b { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV { position:relative;display:block; }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV { background-color: transparent; background-image: none; }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV > .row .container > .video-iframe-container { display: none; }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV > .row > .video-iframe-container { display: none; }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV > .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); }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV { border-width: 0; border-radius: 0; }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV > .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; }#tlEMmH8rsihWJiC9yLxGDgQGHWobqglV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#xPKN79kgwXBslZ9HnxiRyXlmGGuJa1Ll { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DDMrm092gLSBpnKTZzL9ph7LZWCT2DuZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#orn2o19Q5Qm4Ub1zHlHlpT9qRGWXAxhH { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#QzcaaeXbEEGbtQdBUuydgTEKM2KElU86 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#tDUaTsaEO0uAttTThbGNEkuhoewemdiW { position:relative;display:block; }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW { background-color: transparent; background-image: none; }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW > .row .container > .video-iframe-container { display: none; }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW > .row > .video-iframe-container { display: none; }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW > .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); }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW { border-width: 0; border-radius: 0; }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW > .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; }#tDUaTsaEO0uAttTThbGNEkuhoewemdiW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#LPF3t1GSnAfxJp1axCfXV1EuVUlTxPvz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SfmPfT9TxapA5TbIuAELHT2hGv4b7WdS { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#qZC39X54W5LdmgWX3RTsrNA6d5Rr0p8D { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#AtU7Kh5qu2vwZ0hOHwtiJ0TMXiASPoJW { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh { position:relative;display:block; }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh { background-color: transparent; background-image: none; }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh > .row .container > .video-iframe-container { display: none; }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh > .row > .video-iframe-container { display: none; }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh > .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); }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh { border-width: 0; border-radius: 0; }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh > .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; }#IhXUzy5wWLvOhmWSnqzxxaHluie9pODh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#tEPEb4pOnd2upA62ldTZJ3ogJEzULrJ6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Mwtd0OFMavC9bQkwEvS4TttiTedEhkcR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#LlnhPmaPM9Wt8qGMyLrTbUX3IsXCoa6e { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#CoEEeobizOcepp700Qf5yMDvV4tJhCIg { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 { position:relative;display:block; }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 { background-color: transparent; background-image: none; }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 > .row .container > .video-iframe-container { display: none; }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 > .row > .video-iframe-container { display: none; }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 > .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); }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 { border-width: 0; border-radius: 0; }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 > .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; }#KzupbZlwi28QkHccpDfTBkFsBlFTVu43 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#z78l87fhTuciK0Ccs8BvkNIGvoOCXSaV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hefmypw7cXN6Iqcg4I1xPZnrLcwifPzh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#lVbJTgxBGVxQt7MRAflKrzc706ms8mQr { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#DT6MK63dAARrv5sVkWycPLemisy2DpAb { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe { position:relative;display:block; }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe { background-color: transparent; background-image: none; }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe > .row .container > .video-iframe-container { display: none; }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe > .row > .video-iframe-container { display: none; }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe > .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); }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe { border-width: 0; border-radius: 0; }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe > .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; }#AblPlUiCgvZBqXsRThpyrX0XnEs9ztbe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#d6TAUD9N15kvMe3SMNEfhGVFg5hoFdVM { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vFBg9ql8nHrphMO5QVG0gi04Re9d10rW { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0.15625rem;left:18.75rem;overflow:hidden;display:block; }
#XuwTE8PT2WEDD9M4k1ZogDRH1D4W4AhE { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#MEkvobBlkdxuVvaWT1vCQXKaSz3F8ouU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 { position:relative;display:block; }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 { background-color: transparent; background-image: none; }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 > .row .container > .video-iframe-container { display: none; }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 > .row > .video-iframe-container { display: none; }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 > .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); }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 { border-width: 0; border-radius: 0; }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 > .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; }#n2mdac6vGuwXybtdWxWZmdTGXlO0TwX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#xLHmgfebF6l5igoMlsHktKwRQIxHEUTH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SpaF1aTfAOn1PIRvnKq4aAK269CgJVOR { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#ONcZVWwNRIQ21i8HyxvFg810zsREciH0 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#WFXE9CluPzi8ZHI3Q25RxuQIxAlpWGFL { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP { position:relative;display:block; }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP { background-color: transparent; background-image: none; }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP > .row .container > .video-iframe-container { display: none; }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP > .row > .video-iframe-container { display: none; }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP > .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); }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP { border-width: 0; border-radius: 0; }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP > .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; }#HCTGWusbq9PCWnMbXHpLlPgxsrpiVIkP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#tFDQT2Gh2AM4pa68Vnm0q8dl8gCwwkRl { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Kai9ty2nmUMO2PUUnZ5fhpOcFXFsE3x5 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#yrrdt31vW2IN3sGVOy37CA3oUVx6kCyu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0.15625rem;left:37.5rem;overflow:hidden;display:block; }
#cMmGhPGZZS5dpKaUNwaBtRi7wsw4Fdln { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#kLS42Mftr5665WEddqs10xT0Lh2PoJuN { position:relative;display:block; }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN { background-color: transparent; background-image: none; }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN > .row .container > .video-iframe-container { display: none; }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN > .row > .video-iframe-container { display: none; }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN > .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); }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN { border-width: 0; border-radius: 0; }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN > .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; }#kLS42Mftr5665WEddqs10xT0Lh2PoJuN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#OaSue0XbK0GTScGv2cOSXonZRkNovcZq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TghEKn5osnsqTd6pOt3aRGBNratmewt7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#uZoJJkeTC4KUxARRMBv3bCrpVmfyEshF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#cXsEddOy4R4krXTuTMfVTM0UK00k9xVa { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q { position:relative;display:block; }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q { background-color: transparent; background-image: none; }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q > .row .container > .video-iframe-container { display: none; }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q > .row > .video-iframe-container { display: none; }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q > .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); }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q { border-width: 0; border-radius: 0; }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q > .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; }#ceoX9EcZkSIxssnGuCFFtDlBg19ray9Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#VdVD6LB8MJcpo306HKmIxvW2qppbaKKe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#axu88JkpfkLIwOoVHGkClRQdMkJzIBuF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#AoKI4AfFtpfQkz6H7UKHLLbob3qdRFKe { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#Ohn2M6XwFH7VzbnPTM3TAnpLOW5bwi1W { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:36.96875rem;overflow:hidden;display:block; }
#g8OMR4s8eMCCXKbo49lpqlglPyWAHVcG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0.15625rem;left:56.25rem;overflow:hidden;display:block; }
#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 { position:relative;display:block; }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 { background-color: transparent; background-image: none; }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 > .row .container > .video-iframe-container { display: none; }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 > .row > .video-iframe-container { display: none; }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 > .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); }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 { border-width: 0; border-radius: 0; }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 > .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; }#iTwKE9sacNEf6DwZu1N5JaGv6ysgf561 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#EehtLEdxLiQrJe0fHZC95v6qvX9IrVVW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VHKGC87CSBGOTFhX0pf6OEVM5UQMkrzP { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#wFROOnuUIFs3WLHxux5ZTohsDVTaVrSm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NgcTomkN1wWEcuxs9LBS1rkOWt9827AI { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw { position:relative;display:block; }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw { background-color: transparent; background-image: none; }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw > .row .container > .video-iframe-container { display: none; }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw > .row > .video-iframe-container { display: none; }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw > .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); }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw { border-width: 0; border-radius: 0; }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw > .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; }#WctAcgM7T2ttqiHkCzSLQAsTRQp3V9Gw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#ElBTk1zXNpBAP9H6RE4wKSWZ1N1o4q2a { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EAa6WnCRkPqTbHu15f379RQ0yblTW8Av { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#z0nzo58IzZfxbEcb49wiqzVQDoGzF3Tu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#FS03XMsxDI2T4szkabqEAohCoiT1MOQl { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#O8No3Brne29b0zGdwg0q2g9FROPJhOHk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:14.373779296875rem;left:0rem;overflow:hidden;display:block; }
#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E { position:relative;display:block; }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E { background-color: transparent; background-image: none; }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E > .row .container > .video-iframe-container { display: none; }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E > .row > .video-iframe-container { display: none; }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E > .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); }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E { border-width: 0; border-radius: 0; }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E > .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; }#GBKT1wa3zFMnqVMwqM1MmtOr1g1BhD7E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Fvt61ezux6Td15nPQcyDlCg3OtxkTATp { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#vmiVHQbUiMkvAJgSdR1igoMhUalQ2Qsn { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#LLTGNtMMbBH8imkgEtNJ4OTL6P4GlhL5 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#EyMEERc6QhpwVEuArQt825b4paVS2wmu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:14.373779296875rem;left:0rem;overflow:hidden;display:block; }
#HMdxmCDETERZsiPXArm79UsOVdR02a5M { position:relative;display:block; }#HMdxmCDETERZsiPXArm79UsOVdR02a5M { background-color: transparent; background-image: none; }#HMdxmCDETERZsiPXArm79UsOVdR02a5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMdxmCDETERZsiPXArm79UsOVdR02a5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMdxmCDETERZsiPXArm79UsOVdR02a5M > .row .container > .video-iframe-container { display: none; }#HMdxmCDETERZsiPXArm79UsOVdR02a5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMdxmCDETERZsiPXArm79UsOVdR02a5M > .row > .video-iframe-container { display: none; }#HMdxmCDETERZsiPXArm79UsOVdR02a5M > .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); }#HMdxmCDETERZsiPXArm79UsOVdR02a5M { border-width: 0; border-radius: 0; }#HMdxmCDETERZsiPXArm79UsOVdR02a5M > .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; }#HMdxmCDETERZsiPXArm79UsOVdR02a5M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#vMd0mFt7IOhEpSH00SK5W0sQy2CzeIRZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#wrsayQeV5VHpgdtTnTxKLnBDqCmBDAke { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#lzhgdoH3H8hPQkty9IFcUqw64HK4kv0l { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN { position:relative;display:block; }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN { background-color: transparent; background-image: none; }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN > .row .container > .video-iframe-container { display: none; }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN > .row > .video-iframe-container { display: none; }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN > .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); }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN { border-width: 0; border-radius: 0; }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN > .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; }#OskTHBJuxaTZ7IRqOhpE8TW2TU7vnXrN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#kWVtJ6tv3ionpHP0TTBDH5p14KSKvqF7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZRiiMWLei8PkRB4JrNE1nc4iizEAivtS { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#UEK9KrcALtnE39TmkaClpq0WxX4XvuGZ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#o47rxD7CVCaIZIiibxcQvItunw8NbsqW { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo { position:relative;display:block; }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo { background-color: transparent; background-image: none; }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo > .row .container > .video-iframe-container { display: none; }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo > .row > .video-iframe-container { display: none; }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo > .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); }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo { border-width: 0; border-radius: 0; }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo > .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; }#hlNxBRmXdSSkINPorGadiSJ3HRTzClIo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Ri8JR8m3720Jge0q5hHeeHPQ2eDMTDBz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0.1552734375rem;left:0rem;overflow:hidden;display:block; }
#BoLBuuLIu1OaQhk541SO3RJM0RBBbPrI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#sf4eZ75skEusvE38sA7OaT9nIG2PAuSk { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#byB3R8t5McTVHGKaLqR8bnW2KtqancAH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k { position:relative;display:block; }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k { background-color: transparent; background-image: none; }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k > .row .container > .video-iframe-container { display: none; }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k > .row > .video-iframe-container { display: none; }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k > .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); }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k { border-width: 0; border-radius: 0; }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k > .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; }#TB0sXFLX3nU56cqe5pkeTG1qcA9dkh1k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#qnL1Ug0E71gWiyGIC1TLNBBLxGKdefdG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0.1552734375rem;left:0rem;overflow:hidden;display:block; }
#TVHiLx0CyFwZCaSZtRvwaRI4Ia2XxHUw { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#DUIa4XXVUCqd66Q4cher0U5PqL343T45 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#NMvFbdZqqncbTzu5d03Wcin7tHdsfFod { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 { position:relative;display:block; }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 { background-color: transparent; background-image: none; }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 > .row .container > .video-iframe-container { display: none; }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 > .row > .video-iframe-container { display: none; }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 > .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); }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 { border-width: 0; border-radius: 0; }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 > .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; }#eJ2u2aA520tilKCg5C1XKqf3IX7ZHet7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#XETlTyHwwyPfxfiPdrCZMfdTxRsr72gQ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bV4zuhy8moS6NE8XilCW2PdznAoXpcIK { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#yXR7rgJUdXUQzGmM0nDwx3nHZyRaQT6e { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#wKDQQNTuD35Ii5xnho8TN6AcZqwn3bnf { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD { position:relative;display:block; }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD { background-color: transparent; background-image: none; }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD > .row .container > .video-iframe-container { display: none; }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD > .row > .video-iframe-container { display: none; }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD > .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); }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD { border-width: 0; border-radius: 0; }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD > .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; }#urSLAJR2ZPd5zHMzkTeNTZSi4CyKiRyD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#kiGzMSZT0b2PybSTfihWRQr9TRmLAISc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PtCt09TTU4ppbIozZtzzaSS4CI2Zvdhb { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#Ds3bSkB5xC6fNm2282AwteW815VUTcnR { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:0rem;left:37.5rem;overflow:hidden;display:block; }
#RCWLd4G8ltdbtvyPmGIZ97ABOCczH9Hp { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:9.375rem;top:0rem;left:60.9375rem;overflow:hidden;display:block; }
#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 { position:relative;display:block; }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 { background-color: transparent; background-image: none; }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 > .row .container > .video-iframe-container { display: none; }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 > .row > .video-iframe-container { display: none; }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 > .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); }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 { border-width: 0; border-radius: 0; }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 > .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; }#PzAfUz6cHKmC2UeHqhwWc8TEVwETTao2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#XgEimHHQTOdtedoQIDZ3To7uZLHo34tB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#OqwT6Oy9wmNXRlu43509VSleRS9xKSrf { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0rem;left:21.09375rem;overflow:hidden;display:block; }
