.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:245,246,248;--color-primary-1:219,226,235;--color-primary-2:203,210,222;--color-primary-3:27,87,199;--color-primary-4:74,92,118;--color-secondary-0:223,240,228;--color-secondary-1:147,205,164;--color-secondary-2:39,155,72;--color-secondary-3:20,78,36;--color-secondary-4:6,23,11;--color-tertiary-0:255,255,255;--color-tertiary-1:187,191,199;--color-tertiary-2:141,149,162;--color-tertiary-3:112,123,139;--color-tertiary-4:0,8,20;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/8fbccefa-c584-4bc1-9323-7905b64ba945/background.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla.adaptive-delivery-prevent-bg, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyload, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyloading { background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:60rem;height:24rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.687rem;position:absolute;font-family:"open sans";font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:5.6875rem;font-style:normal;display:block; }
#bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:25rem;top:2.125rem;left:35rem;display:block; }
#BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6858125rem;position:absolute;font-family:"open sans";font-size:4.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0rem;height:5.36230625rem;font-style:normal;display:block; }
#p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7rem;left:40.6865234375rem;height:1.7871125rem;font-style:normal;display:block; }
#yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { color:rgba(var(--color-secondary-2),1);display:block;width:18.562rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:9.8740234375rem;left:40.5615234375rem;height:1.92480625rem;font-style:normal;display:block; }
#pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:20.875rem;left:28.4375rem;display:block; }
#S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:7.0615234375rem;left:36.9365234375rem; }
#WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:9.8740234375rem;left:36.8115234375rem; }
#eIy67pMV5Ts27LmwKUGymtRptKdxQ0kr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#ZdanhthOVBpokWrqWu5WQCQvMC08hilM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { background-color: transparent; background-image: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .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); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { border-width: 0; border-radius: 0; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:6.375rem;left:29.0625rem;display:block; }
#q53O4oxsTyLSzFhQkUzU89TE0LTZ34MV { color:#383838;display:block;width:47.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:8.1875rem;left:6.25rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row .container { background-color: transparent; background-image: none; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row .container > .video-iframe-container { display: none; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row > .video-iframe-container { display: none; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .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); }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row .container { border-width: 0; border-radius: 0; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#me1z2OwPGAL7VM872bkTz0OTw0QZ5T0T { 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.5rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#MxOi85gynet7EN1xdR8rEs8N8d64TZiv { 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:9.5rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#fvXP23HuVzZyzFqDnw4oZcbECAU3Kliv { 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:9.5rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#kwvKT1RwEEptcDqAItHtqaWpdXODStlU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row .container { background-color: transparent; background-image: none; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row .container > .video-iframe-container { display: none; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row > .video-iframe-container { display: none; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .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); }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row .container { border-width: 0; border-radius: 0; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#DftxSvfMmzewoUH8vD0FPmfdF8JGQcbX { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#rqM1xnfdMgAxU4nPVcFQhgO4FlHuMBff { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#oo3WyxCuHDMoiKFutdv8qkcGPQ2oTd4v { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row .container { background-color: transparent; background-image: none; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row .container > .video-iframe-container { display: none; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row > .video-iframe-container { display: none; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .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); }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row .container { border-width: 0; border-radius: 0; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#xwoTrshKgl7RtIxezZyEIheTnqIhrgQz { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#NWvchGXIDzo972hNOxbyRMBvPgTQDDIl { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#TwOBg4NuwbWyEvUCXvcdlBBDtILzgI5s { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row .container { background-color: transparent; background-image: none; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row .container > .video-iframe-container { display: none; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row > .video-iframe-container { display: none; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .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); }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row .container { border-width: 0; border-radius: 0; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#MDHIizKkUpnpGlaguCdXNisOmunzoDVh { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#Dyio11o1oda8k2dRpXSevtCHiIrA7VOR { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#hk1Kklp8vHJE4cbfEhImQ6ge9UKhc3N5 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row .container { background-color: transparent; background-image: none; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row .container > .video-iframe-container { display: none; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row > .video-iframe-container { display: none; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .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); }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row .container { border-width: 0; border-radius: 0; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#R0qFJwlq42z98bmdpOm9sAO7lQVzTpwP { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#KvIWtBDcuHFQC0r2tQHT5bovqZtTJh1c { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#B9VKW0HSxL1rS3DtOnuHSVbxkmxcxCU5 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row .container { background-color: transparent; background-image: none; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row .container > .video-iframe-container { display: none; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row > .video-iframe-container { display: none; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .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); }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row .container { border-width: 0; border-radius: 0; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#qXaPhxsGbEHReqc55IQxyHVlp2tJ8U5C { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#HKSUhbp9CQEddTDXCCtJGzuJWTGGP4fs { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#XVVfoz7LC2BOhnQ3B1Kbh7LnHIU1LzCd { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row .container { background-color: transparent; background-image: none; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row .container > .video-iframe-container { display: none; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row > .video-iframe-container { display: none; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .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); }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row .container { border-width: 0; border-radius: 0; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#Hvvg5atW2M6Co9X8oQW3pLxrVLzEU3K4 { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#zc7ksr5AHtfs8sG5a91ab2SVmL3cnRT5 { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#KiguLgRpeziRqVncwV8awQbZxLZ8Uxo3 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row .container { background-color: transparent; background-image: none; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row .container > .video-iframe-container { display: none; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row > .video-iframe-container { display: none; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .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); }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row .container { border-width: 0; border-radius: 0; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#U7qMBCwKnGrDdBxwCAv8zH0t1tRPKWMr { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#RTdbQB16yQdv72phGKrBe7L9hVK745mM { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#eVpD3iQw23Gu92fPR9q820q2A90kpw7w { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row .container { background-color: transparent; background-image: none; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row .container > .video-iframe-container { display: none; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row > .video-iframe-container { display: none; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .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); }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row .container { border-width: 0; border-radius: 0; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#lNbZIy4x9FKFXqg5VxhrrlHrU3us1pdM { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#J8BoA9FTasRQypQm7ymN46ITO0lTkfWp { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#HU2pmAVS6J7MgSc8QfHObbFF1akrcgiZ { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row .container { background-color: transparent; background-image: none; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row .container > .video-iframe-container { display: none; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row > .video-iframe-container { display: none; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .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); }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row .container { border-width: 0; border-radius: 0; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#fGdc6Wtzy9JhpPZdDcVA749GFBX1ckU8 { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#M3Ue8hgaie87iQ4SWNmdnTeTiLAgNeTq { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#RKTb13cFlTgIuGRWT8L9KRuN4bVS8zGA { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#ubOibcLBBJILewti1LEtEhc8MxSo1etw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row .container { background-color: transparent; background-image: none; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row .container > .video-iframe-container { display: none; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row > .video-iframe-container { display: none; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .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); }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row .container { border-width: 0; border-radius: 0; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#uOG8l7Fo71y2rkCyHBh7qFZJfQLK2r7s { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#Pb5NJh9sllLvZ91bzFe4IOhJV8nDxPl2 { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#ogNpyX4C4PHCkngrHXcGoIVZ7C4ps2Nl { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row .container { background-color: transparent; background-image: none; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row .container > .video-iframe-container { display: none; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row > .video-iframe-container { display: none; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .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); }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row .container { border-width: 0; border-radius: 0; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#LN8kPHuol3yVTMwMinMdgsmvWym8AoCv { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#azP0VuabNeQkBrT6b4SqvAPmzwtkpbXo { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#w8PgicDVGEDz3SLLEAcWJmMiLf2LCaPf { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row .container { background-color: transparent; background-image: none; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row .container > .video-iframe-container { display: none; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row > .video-iframe-container { display: none; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .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); }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row .container { border-width: 0; border-radius: 0; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#wyJo5UA9rE7w7TeDzxEItliDGgH7chkt { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#UUeDZVuTV7nBvuJEddFXfmffysksVfo4 { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#yh9XvTArqVhUtX8AC5KXvMHTHhZbJ1MH { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#IimxRVZ92HVROmfyDa75L2befJDBBVyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row .container { background-color: transparent; background-image: none; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row .container > .video-iframe-container { display: none; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row > .video-iframe-container { display: none; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .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); }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row .container { border-width: 0; border-radius: 0; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#kNZovnHpzX4PM9iiQMRoF4TePok55Cz8 { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#XppAPNmUJGGZWKXQbghf9i6Tzl704ib8 { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#xslLpq39ZyiXtfBnTBm7xmJwBBszZi0a { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row .container { background-color: transparent; background-image: none; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row .container > .video-iframe-container { display: none; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row > .video-iframe-container { display: none; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .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); }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row .container { border-width: 0; border-radius: 0; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#poITfr6Kn8AnSqDJXM7TCWfwyHBbGQaB { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#zHdkeIHdNseIzwadwLsnXbtrpHm4pSRB { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#breRBKRmJmApMRRul8cloQwh9DP914f3 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#vxHc07QA7PiyN1p47EGnfm7waLRETTNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row .container { background-color: transparent; background-image: none; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row .container > .video-iframe-container { display: none; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row > .video-iframe-container { display: none; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .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); }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row .container { border-width: 0; border-radius: 0; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#QUT2MRHhr4DdQGEdhXTWhWCXGXHQLyix { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#Q1tP7aFNa2UhW0AD3J3cty47ebiTpfAs { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#vNvrZupi3vJB2uDhPriAPcaRqf68PM6F { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row .container { background-color: transparent; background-image: none; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row .container > .video-iframe-container { display: none; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row > .video-iframe-container { display: none; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .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); }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row .container { border-width: 0; border-radius: 0; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#vQH3UIAdPScVEWcavg7T3ofUPZvpHSCU { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#eVBoXtQUJfMm9TuTTS3xTEyJHgpcErSg { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#gqnrdOAq52m3nFRHCWSFKiN0Q4m2ziIZ { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#f18DhvPTlH48d1KxwmETU4rA152NT8nz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row .container { background-color: transparent; background-image: none; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row .container > .video-iframe-container { display: none; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row > .video-iframe-container { display: none; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .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); }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row .container { border-width: 0; border-radius: 0; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#TUpd1yewoJfvxtRy463KVToxCf82TTIL { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#SS6EFkvUXE6h9ORsZD4W4wSA4mv1Tk7J { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#Sr6amBkwJdXvtOE3Wx4d1mEatTGQxoCc { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row .container { background-color: transparent; background-image: none; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row .container > .video-iframe-container { display: none; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row > .video-iframe-container { display: none; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .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); }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row .container { border-width: 0; border-radius: 0; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#WOBXEUb1D13blpemmCOrfw1TUQ9xvguz { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#nSi7dykTM4TOGiOoGReZPEs2ZXwBHmkg { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#HNNWvlCnWWLt1fwdF3dfDeQ2JZMqSC8y { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row .container { background-color: transparent; background-image: none; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row .container > .video-iframe-container { display: none; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row > .video-iframe-container { display: none; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .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); }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row .container { border-width: 0; border-radius: 0; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#Jc62NwnUJKrv1VBiKp3abxmE2OVqEVNL { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#LNEhOG72tT0SDrCge4sqMtD9dmFv4AdJ { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#TmuGkRmcLMT02G7PLx0BgMqm8CuBLhb5 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row .container { background-color: transparent; background-image: none; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row .container > .video-iframe-container { display: none; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row > .video-iframe-container { display: none; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .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); }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row .container { border-width: 0; border-radius: 0; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#n8HOsiDoaBTA2LXDkMEm61Ct5Tgyh38r { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#mRRevZfIuZm31zgM1RsRJtw7CR5S5vQr { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#JTQ6A5q1ES4MpcdcQL8H20fLbrvsPsB4 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row .container { background-color: transparent; background-image: none; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row .container > .video-iframe-container { display: none; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row > .video-iframe-container { display: none; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .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); }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row .container { border-width: 0; border-radius: 0; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#zZtSvFDD4msyyMLEPITvVW81mNlc8RNW { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#qQ8FnxL7eyNS17fNUBgnaqbSvdDB0vzQ { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#WCUmQbZo9oZnU1Xr4tJgF9qor0BIEQza { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row .container { background-color: transparent; background-image: none; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row .container > .video-iframe-container { display: none; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row > .video-iframe-container { display: none; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .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); }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row .container { border-width: 0; border-radius: 0; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#MCmtpkTRmygVLgMPRiq8B3TNWHn5tVX3 { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#tCpAUpfDpflTFUhfNPTlrTW5EvganFha { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#urkdgbmb3m4MtSvAVhtMOqLcEUSoAQoa { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row .container { background-color: transparent; background-image: none; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row .container > .video-iframe-container { display: none; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row > .video-iframe-container { display: none; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .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); }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row .container { border-width: 0; border-radius: 0; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#hbXSntaELKVO8RgssopxdU3L72XGEWdT { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#CoCJFALkfiO874Pd2DM8TFFKP3Ptb9Tx { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#ws9QStB7n0yslicZDleWE8y9RTkTMIG4 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row .container { background-color: transparent; background-image: none; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row .container > .video-iframe-container { display: none; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row > .video-iframe-container { display: none; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .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); }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row .container { border-width: 0; border-radius: 0; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#Fzfeqi6dsXN3ADwvgIXx4Rhe0UHCk2le { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#zbeuQKFlEkmUfTzpF1ZXifrX9rn30smN { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#eUorr3Izk9iIc9rG8nOlEToI0luhNOa7 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#NNySIGZX20WJ5TggBXsAcSLlru5cATqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row .container { background-color: transparent; background-image: none; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row .container > .video-iframe-container { display: none; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row > .video-iframe-container { display: none; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .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); }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row .container { border-width: 0; border-radius: 0; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#QNOueN1Bbff6GTw4aVOz8tb1qN8SnJPR { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#Sbc6IyaJX2l6r53QPqS9levCUAmQnOz7 { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#HrbaoscQK4ep0GdrZTKODpMPFUZ6GXvt { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row .container { background-color: transparent; background-image: none; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row .container > .video-iframe-container { display: none; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row > .video-iframe-container { display: none; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .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); }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row .container { border-width: 0; border-radius: 0; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#QeWVp8DNc3xky6FKcPumefabzlu46Su1 { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#yHn7KbH5UHongyyAUlXA7TUuDRVAugAg { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#XDRPAuERab8cffoJ553kb7IVrG1mWup3 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row .container { background-color: transparent; background-image: none; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row .container > .video-iframe-container { display: none; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row > .video-iframe-container { display: none; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .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); }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row .container { border-width: 0; border-radius: 0; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#w1HT1UzLZi4FHtVEtsNxwKL1OwGbfpBU { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#nM0TckR2pbKnCeRpTMfQJcv3eNMLBocW { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#dI0bTmd6S26xzlrsRiIGNsBtgyA7TrUz { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row .container { background-color: transparent; background-image: none; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row .container > .video-iframe-container { display: none; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row > .video-iframe-container { display: none; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .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); }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row .container { border-width: 0; border-radius: 0; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#tn12NNLIkXTmTe7B1B6rn9GZLPv3GNQJ { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#EBXO29Xc0Fa2t2kUfutIQbu3VdyKvMsC { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#a8MKn3mwzsh1uGMJSN8KXsTUfzDd6A4Z { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#XOVA43ItTAqVenZKWKZTtbqgNl120VNh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row .container { background-color: transparent; background-image: none; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row .container > .video-iframe-container { display: none; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row > .video-iframe-container { display: none; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .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); }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row .container { border-width: 0; border-radius: 0; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#goCiWV1o2bU9fQ7t1tVq5hBbQDG208vq { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#iHJZ1bD3t8sZSnmgCa80Bax4TaulyNBs { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#VR4Eg09rGd2sUK64wC9ciHEtKQAqwk0F { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row .container { background-color: transparent; background-image: none; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row .container > .video-iframe-container { display: none; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row > .video-iframe-container { display: none; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .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); }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row .container { border-width: 0; border-radius: 0; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#mZ37wSywAzLD9Mtgt4t97VLnymtARmGm { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#SMpxllrCTzuVyFw6Bmeh9o0FVX8Gn70C { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#zzecVR7AS5h9EbN5VrlbOy9RDT9a0FTt { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row .container { background-color: transparent; background-image: none; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row .container > .video-iframe-container { display: none; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row > .video-iframe-container { display: none; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .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); }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row .container { border-width: 0; border-radius: 0; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#BX31aa1CSkMCG2RotGZOmgZ7FQ01wyUB { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#PHTRZg7ciKWcvdDKFK101fPLAq6cFH8w { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#kMzRsnVeuwJsFlhgxo348P9vTWX3HEph { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row .container { background-color: transparent; background-image: none; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row .container > .video-iframe-container { display: none; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row > .video-iframe-container { display: none; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .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); }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row .container { border-width: 0; border-radius: 0; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#DpbqeTdGRmKkBOyRUSfJ7DPVH9KzR6fF { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#AmHbsAybMfs0ToDJiUrxcRVyClG2pF7M { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#OGMfJw3ZGi1z4evnVoCgW2EAfzEH0HE9 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#cluHpIm110SD01a0kMHOno4HpN8w5uRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row .container { background-color: transparent; background-image: none; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row .container > .video-iframe-container { display: none; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row > .video-iframe-container { display: none; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .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); }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row .container { border-width: 0; border-radius: 0; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#tNobP1JrXoddC3TVRaJJVsS8ONrLE9On { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#mZv5TkskWSHUtfxuTqGwhaHM0TfuNCTQ { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#r5997SuH9Gf4FVBTHd4GFaGSewLOkda4 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row .container { background-color: transparent; background-image: none; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row .container > .video-iframe-container { display: none; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row > .video-iframe-container { display: none; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .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); }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row .container { border-width: 0; border-radius: 0; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#b107bGceDtISstuQ7CPdtn9VaUsPwioh { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#E26bbrgfTCTo3T9LkG19yaSW82JeyRLh { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#r6L5h3mRky0KhE3CbgpQCWOiA9q7xOw5 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row .container { background-color: transparent; background-image: none; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row .container > .video-iframe-container { display: none; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row > .video-iframe-container { display: none; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .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); }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row .container { border-width: 0; border-radius: 0; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#GXvPUf1CewC84xJw57Fy2UHEBa5SA0Wb { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#KsG32G07tM6hQFQAoML6K49ITEasPrG1 { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#wz9JL2la8NofFoBPCrskL0HAixmeOCJX { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row .container { background-color: transparent; background-image: none; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row .container > .video-iframe-container { display: none; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row > .video-iframe-container { display: none; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .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); }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row .container { border-width: 0; border-radius: 0; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#OJxh9pGJzy3lTK0ST7JZEJ2mreCqRi6G { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#VJUSTbTskC2IBvO4Wk74BQOPRInW8BwT { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#U8rGWWTXBaItpM47dCK4PT558srb4gPz { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row .container { background-color: transparent; background-image: none; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row .container > .video-iframe-container { display: none; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row > .video-iframe-container { display: none; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .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); }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row .container { border-width: 0; border-radius: 0; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#F5dwowSGPUWH3ctlGXAAhF2RqWPsi5MQ { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#eVIby2ULgf07KzX4Xl3BeDrvKHbwdSS0 { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#WzT2OFzXNfmBmnTL2UzNs73zxxyyfxx1 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row .container { background-color: transparent; background-image: none; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row .container > .video-iframe-container { display: none; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row > .video-iframe-container { display: none; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .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); }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row .container { border-width: 0; border-radius: 0; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#ApJFg9nV5sVP1DZsWWQr5Ieq095OLPQV { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#V79Hbo73F108uJ8QFrE6m8yRhCQ1u58w { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#fTLJvRv2zI8a2NDFBTxTE1LyDnHMguZG { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row .container { background-color: transparent; background-image: none; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row .container > .video-iframe-container { display: none; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row > .video-iframe-container { display: none; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .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); }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row .container { border-width: 0; border-radius: 0; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#EJf4ZfWpfTdS7XtWeXAW2AuyqAIPcLVO { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#d5WnNAVz86ps4NmrT7BgEo9HcEFv9BbP { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#CtS34n5Wmu7wRJXfsg9VH5ThL01NHXvI { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#BgFsGaa31yoOaBuVwNcvEPuorispIpLq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row .container { background-color: transparent; background-image: none; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row .container > .video-iframe-container { display: none; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row > .video-iframe-container { display: none; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .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); }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row .container { border-width: 0; border-radius: 0; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#BwckHg8GSTd93491QnwEeWiBSrbeQMCT { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#iT2y3zdMAnIKF6HQihKkPF77HcKTVLeW { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#P4g6yHhHo7mVECWURTJzAo8iMNluOd2p { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#mmkmFprb8a8q13uEagwh5bW2EuosMfcG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row .container { background-color: transparent; background-image: none; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row .container > .video-iframe-container { display: none; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row > .video-iframe-container { display: none; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .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); }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row .container { border-width: 0; border-radius: 0; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#tWo1rgmwqXw5yhLZUCNThA1B16TvPayT { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#LwbnbDqiNVxFC7Z6C5tpr8fQDM03AKDb { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#gegVwfKwGHE1LOILVUKTub01yKxKRsR3 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#oD2FEmurw7mgof6KiCvHL7VzdLttcegm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row .container { background-color: transparent; background-image: none; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row .container > .video-iframe-container { display: none; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row > .video-iframe-container { display: none; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .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); }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row .container { border-width: 0; border-radius: 0; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#aqyE0NvmbpZ61RAwzMfktp9RMU0oGI1C { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#NsUR9yHcAwa9dWR4nup0yGc14pWtFLSs { 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:9.4375rem;width:14.25rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#tgeMLWfHIhDQdcM5EKLP5obgZQRPrfl4 { 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:9.4375rem;width:14.25rem;top:3rem;left:41.0625rem;overflow:hidden;display:block; }
#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row .container { background-color: transparent; background-image: none; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row .container > .video-iframe-container { display: none; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row > .video-iframe-container { display: none; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .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); }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row .container { border-width: 0; border-radius: 0; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#mfGUzWJD3O4rBdWN5ia1RSeczcJwqlba { 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.4375rem;width:14.25rem;top:3rem;left:2.4375rem;overflow:hidden;display:block; }
#Eqbpouen641RbXD21fR2DRaiImGoRXTH { 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:9.375rem;width:12.5625rem;top:3rem;left:21.875rem;overflow:hidden;display:block; }
#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { background-color: transparent; background-image: none; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container > .video-iframe-container { display: none; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row > .video-iframe-container { display: none; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .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); }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { border-width: 0; border-radius: 0; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#Nb2U1d187Q5SvrBBfUVTvlDKxiGBeUKX { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mzq5NwZPZpw947sbqkFEp7UHnudVcRTT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:1.875rem;top:9.625rem;left:29.0625rem;display:block; }
#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row .container { background-color: transparent; background-image: none; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row .container > .video-iframe-container { display: none; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row > .video-iframe-container { display: none; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .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); }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row .container { border-width: 0; border-radius: 0; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#FWN0PdpamUpIhoVhuO3Dmb9Inl6CnVb1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:25.4375rem;top:0rem;left:17.28125rem;overflow:hidden;display:block; }
#SH9obq1ahmJNwp6T102IHZDS5nTdCCTw { color:#b4b1b2;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.623046875rem;left:1.75rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row .container { background-color: transparent; background-image: none; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row .container > .video-iframe-container { display: none; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row > .video-iframe-container { display: none; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .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); }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row .container { border-width: 0; border-radius: 0; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#SLaJq3od1VQ6TXztMS4r4S0Q52uUwIs3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:14.25rem;top:2.810546875rem;left:9.748046875rem;overflow:hidden;display:block; }
#ra6mXM0pHxCRKXCQ6DgiOVTJAHVpvTUd { color:#b4b1b2;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.623046875rem;left:1.75rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJK7eXV41TnfwC5TnoQ53qtExDmurGMR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8745125rem;width:27.937rem;top:2.625rem;left:27.5rem;overflow:hidden;display:block; }
#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row .container { background-color: transparent; background-image: none; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row .container > .video-iframe-container { display: none; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row > .video-iframe-container { display: none; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .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); }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row .container { border-width: 0; border-radius: 0; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#FOHgAhy7IVFfiuhAHugUEEVS8EolQPfq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.3115rem;top:3.125rem;left:33.875rem;overflow:hidden;display:block; }
#uLBz3goT8QpeZ0LNvuaxXVd0NtlvnJPo { color:#b4b1b2;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.109375rem;left:1.75rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbWU0ZUAX1rzxr9oAXxrp7zTD1iCuJo0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.8125rem;top:3.25rem;left:14.4375rem;overflow:hidden;display:block; }
#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row .container { background-color: transparent; background-image: none; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row .container > .video-iframe-container { display: none; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row > .video-iframe-container { display: none; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .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); }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row .container { border-width: 0; border-radius: 0; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#Am1rS25nTQtUXPzS5N3X7f2tQQh90Qpc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:9.12475rem;top:2.4375rem;left:19.625rem;overflow:hidden;display:block; }
#rKm4Wm4aadC9q5d6vfGVeTTH0ZG2dePc { color:#b4b1b2;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8583984375rem;left:1.75rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBGTzbuTNoelfLML4KcTuslzIDTUQyOq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:9.0625rem;top:3.75rem;left:31rem;overflow:hidden;display:block; }
#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row .container { background-color: transparent; background-image: none; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row .container > .video-iframe-container { display: none; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row > .video-iframe-container { display: none; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .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); }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row .container { border-width: 0; border-radius: 0; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row .container { background-color: transparent; background-image: none; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row .container > .video-iframe-container { display: none; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row > .video-iframe-container { display: none; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .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); }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row .container { border-width: 0; border-radius: 0; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#a0tCe2iT5ew3cqmOxTFIh5apwsiisEg5 { color:#1f333b;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:10.748291015625rem;left:2.8125rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#uDy2qND5LaVeBLQg6kg80GmULxyuKq3t { color:#1f333b;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:6.4990234375rem;left:23.75rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#uRK7QVHhCMXDfIOsvJuWzPoDTWMbIs0b { color:rgba(31,51,59,0.6);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:23.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xQWLFBNqVl15zxbTKz9QebdLyJ7OuCpB { color:#1f333b;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.4990234375rem;left:43.5625rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#pqEc6Gfbsoy4N1IO3rqlNUPMaQPn3ShF { color:rgba(31,51,59,0.6);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:43.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ghP9DmtexMqidRnLULi01i3baqkpv1IA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.31225rem;width:10.1245rem;top:3.3740234375rem;left:2.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:23.375rem;height:8.375rem;top:6.375rem;left:0.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:24.0625rem;height:42.5rem;top:0rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { width:22.75rem;height:4.5rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:19.5rem;height:2.25rem;top:25.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:36.0625rem;left:0.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { width:1.75rem;height:1.75rem;top:7rem;left:30.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { width:1.8125rem;height:1.8125rem;top:9.8125rem;left:30.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIy67pMV5Ts27LmwKUGymtRptKdxQ0kr { top:0.8125rem;left:0rem;width:18.1875rem;height:12.394248815036rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:47.75rem;height:2.875rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53O4oxsTyLSzFhQkUzU89TE0LTZ34MV { width:47.5rem;height:2rem;top:8.1875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU { display:block; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me1z2OwPGAL7VM872bkTz0OTw0QZ5T0T { top:3rem;left:0rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxOi85gynet7EN1xdR8rEs8N8d64TZiv { top:3rem;left:0rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvXP23HuVzZyzFqDnw4oZcbECAU3Kliv { top:3rem;left:0rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwvKT1RwEEptcDqAItHtqaWpdXODStlU { display:block; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DftxSvfMmzewoUH8vD0FPmfdF8JGQcbX { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqM1xnfdMgAxU4nPVcFQhgO4FlHuMBff { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo3WyxCuHDMoiKFutdv8qkcGPQ2oTd4v { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U { display:block; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwoTrshKgl7RtIxezZyEIheTnqIhrgQz { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvchGXIDzo972hNOxbyRMBvPgTQDDIl { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwOBg4NuwbWyEvUCXvcdlBBDtILzgI5s { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU { display:block; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDHIizKkUpnpGlaguCdXNisOmunzoDVh { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyio11o1oda8k2dRpXSevtCHiIrA7VOR { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk1Kklp8vHJE4cbfEhImQ6ge9UKhc3N5 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e { display:block; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0qFJwlq42z98bmdpOm9sAO7lQVzTpwP { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvIWtBDcuHFQC0r2tQHT5bovqZtTJh1c { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9VKW0HSxL1rS3DtOnuHSVbxkmxcxCU5 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz { display:block; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXaPhxsGbEHReqc55IQxyHVlp2tJ8U5C { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKSUhbp9CQEddTDXCCtJGzuJWTGGP4fs { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVVfoz7LC2BOhnQ3B1Kbh7LnHIU1LzCd { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc { display:block; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvvg5atW2M6Co9X8oQW3pLxrVLzEU3K4 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc7ksr5AHtfs8sG5a91ab2SVmL3cnRT5 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiguLgRpeziRqVncwV8awQbZxLZ8Uxo3 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ { display:block; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7qMBCwKnGrDdBxwCAv8zH0t1tRPKWMr { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdbQB16yQdv72phGKrBe7L9hVK745mM { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVpD3iQw23Gu92fPR9q820q2A90kpw7w { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm { display:block; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNbZIy4x9FKFXqg5VxhrrlHrU3us1pdM { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8BoA9FTasRQypQm7ymN46ITO0lTkfWp { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU2pmAVS6J7MgSc8QfHObbFF1akrcgiZ { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 { display:block; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGdc6Wtzy9JhpPZdDcVA749GFBX1ckU8 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Ue8hgaie87iQ4SWNmdnTeTiLAgNeTq { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTb13cFlTgIuGRWT8L9KRuN4bVS8zGA { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOibcLBBJILewti1LEtEhc8MxSo1etw { display:block; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOG8l7Fo71y2rkCyHBh7qFZJfQLK2r7s { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5NJh9sllLvZ91bzFe4IOhJV8nDxPl2 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogNpyX4C4PHCkngrHXcGoIVZ7C4ps2Nl { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ { display:block; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LN8kPHuol3yVTMwMinMdgsmvWym8AoCv { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azP0VuabNeQkBrT6b4SqvAPmzwtkpbXo { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PgicDVGEDz3SLLEAcWJmMiLf2LCaPf { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 { display:block; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyJo5UA9rE7w7TeDzxEItliDGgH7chkt { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeDZVuTV7nBvuJEddFXfmffysksVfo4 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh9XvTArqVhUtX8AC5KXvMHTHhZbJ1MH { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IimxRVZ92HVROmfyDa75L2befJDBBVyZ { display:block; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNZovnHpzX4PM9iiQMRoF4TePok55Cz8 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppAPNmUJGGZWKXQbghf9i6Tzl704ib8 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xslLpq39ZyiXtfBnTBm7xmJwBBszZi0a { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6azSCG2xz36ypmsHKCHOaZUf78JFvVh { display:block; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poITfr6Kn8AnSqDJXM7TCWfwyHBbGQaB { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHdkeIHdNseIzwadwLsnXbtrpHm4pSRB { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #breRBKRmJmApMRRul8cloQwh9DP914f3 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxHc07QA7PiyN1p47EGnfm7waLRETTNG { display:block; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUT2MRHhr4DdQGEdhXTWhWCXGXHQLyix { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1tP7aFNa2UhW0AD3J3cty47ebiTpfAs { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNvrZupi3vJB2uDhPriAPcaRqf68PM6F { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN7qRw3VFI3FMVk817cgKxJzURTKcFlT { display:block; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQH3UIAdPScVEWcavg7T3ofUPZvpHSCU { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVBoXtQUJfMm9TuTTS3xTEyJHgpcErSg { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqnrdOAq52m3nFRHCWSFKiN0Q4m2ziIZ { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18DhvPTlH48d1KxwmETU4rA152NT8nz { display:block; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUpd1yewoJfvxtRy463KVToxCf82TTIL { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS6EFkvUXE6h9ORsZD4W4wSA4mv1Tk7J { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6amBkwJdXvtOE3Wx4d1mEatTGQxoCc { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe { display:block; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOBXEUb1D13blpemmCOrfw1TUQ9xvguz { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSi7dykTM4TOGiOoGReZPEs2ZXwBHmkg { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNNWvlCnWWLt1fwdF3dfDeQ2JZMqSC8y { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B01uCntNH1tUSTkK2CSfCTS405J6ZvGG { display:block; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc62NwnUJKrv1VBiKp3abxmE2OVqEVNL { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNEhOG72tT0SDrCge4sqMtD9dmFv4AdJ { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmuGkRmcLMT02G7PLx0BgMqm8CuBLhb5 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs { display:block; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8HOsiDoaBTA2LXDkMEm61Ct5Tgyh38r { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRevZfIuZm31zgM1RsRJtw7CR5S5vQr { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ6A5q1ES4MpcdcQL8H20fLbrvsPsB4 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL { display:block; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZtSvFDD4msyyMLEPITvVW81mNlc8RNW { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ8FnxL7eyNS17fNUBgnaqbSvdDB0vzQ { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUmQbZo9oZnU1Xr4tJgF9qor0BIEQza { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp07AKClCNW2bF3kHZad1lWITi9lfzkx { display:block; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCmtpkTRmygVLgMPRiq8B3TNWHn5tVX3 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCpAUpfDpflTFUhfNPTlrTW5EvganFha { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urkdgbmb3m4MtSvAVhtMOqLcEUSoAQoa { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ { display:block; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbXSntaELKVO8RgssopxdU3L72XGEWdT { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoCJFALkfiO874Pd2DM8TFFKP3Ptb9Tx { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9QStB7n0yslicZDleWE8y9RTkTMIG4 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEacxSIq09UuvZwwH8gG1rST1MpSO4vz { display:block; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzfeqi6dsXN3ADwvgIXx4Rhe0UHCk2le { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbeuQKFlEkmUfTzpF1ZXifrX9rn30smN { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUorr3Izk9iIc9rG8nOlEToI0luhNOa7 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNySIGZX20WJ5TggBXsAcSLlru5cATqp { display:block; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNOueN1Bbff6GTw4aVOz8tb1qN8SnJPR { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc6IyaJX2l6r53QPqS9levCUAmQnOz7 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbaoscQK4ep0GdrZTKODpMPFUZ6GXvt { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngzwGO97qP7qiA8EFkWFIa77mUavptP6 { display:block; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeWVp8DNc3xky6FKcPumefabzlu46Su1 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHn7KbH5UHongyyAUlXA7TUuDRVAugAg { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDRPAuERab8cffoJ553kb7IVrG1mWup3 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQdQ56LtONusGLZdm7dobX2sayhTW5Ea { display:block; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1HT1UzLZi4FHtVEtsNxwKL1OwGbfpBU { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM0TckR2pbKnCeRpTMfQJcv3eNMLBocW { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI0bTmd6S26xzlrsRiIGNsBtgyA7TrUz { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLLIwVT6XwSTqTpTDALd7725QFiMyMUA { display:block; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn12NNLIkXTmTe7B1B6rn9GZLPv3GNQJ { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXO29Xc0Fa2t2kUfutIQbu3VdyKvMsC { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8MKn3mwzsh1uGMJSN8KXsTUfzDd6A4Z { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVA43ItTAqVenZKWKZTtbqgNl120VNh { display:block; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goCiWV1o2bU9fQ7t1tVq5hBbQDG208vq { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHJZ1bD3t8sZSnmgCa80Bax4TaulyNBs { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR4Eg09rGd2sUK64wC9ciHEtKQAqwk0F { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze { display:block; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZ37wSywAzLD9Mtgt4t97VLnymtARmGm { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMpxllrCTzuVyFw6Bmeh9o0FVX8Gn70C { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzecVR7AS5h9EbN5VrlbOy9RDT9a0FTt { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S { display:block; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BX31aa1CSkMCG2RotGZOmgZ7FQ01wyUB { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHTRZg7ciKWcvdDKFK101fPLAq6cFH8w { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMzRsnVeuwJsFlhgxo348P9vTWX3HEph { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XW9MUIHZAssEeeQJImuyFk6uKCINLy { display:block; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpbqeTdGRmKkBOyRUSfJ7DPVH9KzR6fF { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmHbsAybMfs0ToDJiUrxcRVyClG2pF7M { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGMfJw3ZGi1z4evnVoCgW2EAfzEH0HE9 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cluHpIm110SD01a0kMHOno4HpN8w5uRo { display:block; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNobP1JrXoddC3TVRaJJVsS8ONrLE9On { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZv5TkskWSHUtfxuTqGwhaHM0TfuNCTQ { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5997SuH9Gf4FVBTHd4GFaGSewLOkda4 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp { display:block; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b107bGceDtISstuQ7CPdtn9VaUsPwioh { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E26bbrgfTCTo3T9LkG19yaSW82JeyRLh { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6L5h3mRky0KhE3CbgpQCWOiA9q7xOw5 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX { display:block; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXvPUf1CewC84xJw57Fy2UHEBa5SA0Wb { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsG32G07tM6hQFQAoML6K49ITEasPrG1 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9JL2la8NofFoBPCrskL0HAixmeOCJX { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 { display:block; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJxh9pGJzy3lTK0ST7JZEJ2mreCqRi6G { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJUSTbTskC2IBvO4Wk74BQOPRInW8BwT { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8rGWWTXBaItpM47dCK4PT558srb4gPz { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LziwblQtbsvbhNdP4d2H2FxeerF0xHZn { display:block; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5dwowSGPUWH3ctlGXAAhF2RqWPsi5MQ { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIby2ULgf07KzX4Xl3BeDrvKHbwdSS0 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzT2OFzXNfmBmnTL2UzNs73zxxyyfxx1 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt { display:block; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApJFg9nV5sVP1DZsWWQr5Ieq095OLPQV { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V79Hbo73F108uJ8QFrE6m8yRhCQ1u58w { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLJvRv2zI8a2NDFBTxTE1LyDnHMguZG { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC { display:block; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJf4ZfWpfTdS7XtWeXAW2AuyqAIPcLVO { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5WnNAVz86ps4NmrT7BgEo9HcEFv9BbP { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtS34n5Wmu7wRJXfsg9VH5ThL01NHXvI { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgFsGaa31yoOaBuVwNcvEPuorispIpLq { display:block; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwckHg8GSTd93491QnwEeWiBSrbeQMCT { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2y3zdMAnIKF6HQihKkPF77HcKTVLeW { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4g6yHhHo7mVECWURTJzAo8iMNluOd2p { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmkmFprb8a8q13uEagwh5bW2EuosMfcG { display:block; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWo1rgmwqXw5yhLZUCNThA1B16TvPayT { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwbnbDqiNVxFC7Z6C5tpr8fQDM03AKDb { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gegVwfKwGHE1LOILVUKTub01yKxKRsR3 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD2FEmurw7mgof6KiCvHL7VzdLttcegm { display:block; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqyE0NvmbpZ61RAwzMfktp9RMU0oGI1C { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUR9yHcAwa9dWR4nup0yGc14pWtFLSs { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgeMLWfHIhDQdcM5EKLP5obgZQRPrfl4 { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn { display:block; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfGUzWJD3O4rBdWN5ia1RSeczcJwqlba { top:3rem;left:0rem;width:14.25rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqbpouen641RbXD21fR2DRaiImGoRXTH { top:3rem;left:0rem;width:12.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq { display:block; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb2U1d187Q5SvrBBfUVTvlDKxiGBeUKX { width:47.75rem;height:2.875rem;top:5.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzq5NwZPZpw947sbqkFEp7UHnudVcRTT { width:1.875rem;height:0.125rem;top:9.5rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMamimSXTp8H2FTJFfXiLIWGZpTF3yym { display:block; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWN0PdpamUpIhoVhuO3Dmb9Inl6CnVb1 { top:0rem;left:11.15625rem;width:25.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH9obq1ahmJNwp6T102IHZDS5nTdCCTw { width:23.125rem;height:1.4375rem;top:30.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn { display:block; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLaJq3od1VQ6TXztMS4r4S0Q52uUwIs3 { top:2.75rem;left:3.623046875rem;width:14.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra6mXM0pHxCRKXCQ6DgiOVTJAHVpvTUd { width:23.125rem;height:1.4375rem;top:30.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJK7eXV41TnfwC5TnoQ53qtExDmurGMR { top:2.625rem;left:19.875rem;width:27.875rem;height:3.8654966397007rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRycPppBTCmEa8GJMoNLTmxExoUh1hUR { display:block; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOHgAhy7IVFfiuhAHugUEEVS8EolQPfq { top:3.125rem;left:27.75rem;width:13.25rem;height:3.4218595194606rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLBz3goT8QpeZ0LNvuaxXVd0NtlvnJPo { width:23.125rem;height:1.4375rem;top:30.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWU0ZUAX1rzxr9oAXxrp7zTD1iCuJo0 { top:3.25rem;left:8.3125rem;width:15.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd { display:block; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Am1rS25nTQtUXPzS5N3X7f2tQQh90Qpc { top:2.4375rem;left:13.5rem;width:9.0625rem;height:6.2689575569925rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKm4Wm4aadC9q5d6vfGVeTTH0ZG2dePc { width:23.125rem;height:1.4375rem;top:30.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBGTzbuTNoelfLML4KcTuslzIDTUQyOq { top:3.75rem;left:24.875rem;width:9.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 { display:block; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT { display:block; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0tCe2iT5ew3cqmOxTFIh5apwsiisEg5 { width:15.125rem;height:3.625rem;top:10.6875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDy2qND5LaVeBLQg6kg80GmULxyuKq3t { width:14.25rem;height:3.625rem;top:6.4375rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRK7QVHhCMXDfIOsvJuWzPoDTWMbIs0b { width:14.1875rem;height:1.3125rem;top:3.3125rem;left:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQWLFBNqVl15zxbTKz9QebdLyJ7OuCpB { width:14.5rem;height:1.8125rem;top:6.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqEc6Gfbsoy4N1IO3rqlNUPMaQPn3ShF { width:14.5625rem;height:1.3125rem;top:3.3125rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghP9DmtexMqidRnLULi01i3baqkpv1IA { top:3.3125rem;left:0.3125rem;width:10.0625rem;height:6.2731508492156rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:18.75rem;height:2.25rem;top:14.8095703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:20rem;height:9.75rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBzqqRpTD9eGuAiNCB4hvUkSsOl3w8Tf { width:18.75rem;height:1.9494625rem;top:17.935791015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:14.3115rem;height:1.625rem;top:24.875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { width:15.37475rem;height:1.75rem;top:28.0625rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:34.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { width:2.124025rem;height:2.124025rem;top:24.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { width:2.124025rem;height:2.124025rem;top:27.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIy67pMV5Ts27LmwKUGymtRptKdxQ0kr { width:18.2495rem;height:12.4365rem;top:2.374267578125rem;left:0.875244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:18.75rem;height:1.8681625rem;top:1.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:1.875rem;height:0.124511875rem;top:4.625244140625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53O4oxsTyLSzFhQkUzU89TE0LTZ34MV { width:20rem;height:3.5996125rem;top:5.99902375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU { display:block; }#yRBKOiZRKmqzp6u6EVdnba31t9z9RUwU > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me1z2OwPGAL7VM872bkTz0OTw0QZ5T0T { width:14.25rem;height:9.5rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxOi85gynet7EN1xdR8rEs8N8d64TZiv { width:14.25rem;height:9.5rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvXP23HuVzZyzFqDnw4oZcbECAU3Kliv { width:14.25rem;height:9.5rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwvKT1RwEEptcDqAItHtqaWpdXODStlU { display:block; }#kwvKT1RwEEptcDqAItHtqaWpdXODStlU > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DftxSvfMmzewoUH8vD0FPmfdF8JGQcbX { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqM1xnfdMgAxU4nPVcFQhgO4FlHuMBff { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo3WyxCuHDMoiKFutdv8qkcGPQ2oTd4v { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U { display:block; }#aORfHmC1MIFMZeyWBFHzLQwIHxRVnc9U > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwoTrshKgl7RtIxezZyEIheTnqIhrgQz { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWvchGXIDzo972hNOxbyRMBvPgTQDDIl { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwOBg4NuwbWyEvUCXvcdlBBDtILzgI5s { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU { display:block; }#PtPT5SuJAr2NWx9GT7S4cT26cKf4ZnzU > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDHIizKkUpnpGlaguCdXNisOmunzoDVh { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyio11o1oda8k2dRpXSevtCHiIrA7VOR { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk1Kklp8vHJE4cbfEhImQ6ge9UKhc3N5 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e { display:block; }#hvBdZGrUTB3TMgf1nBhZmbXu0QVbiA4e > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R0qFJwlq42z98bmdpOm9sAO7lQVzTpwP { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvIWtBDcuHFQC0r2tQHT5bovqZtTJh1c { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9VKW0HSxL1rS3DtOnuHSVbxkmxcxCU5 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz { display:block; }#bbogfLUs2EtkoT3GMMd9UtDSHfT01TAz > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXaPhxsGbEHReqc55IQxyHVlp2tJ8U5C { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKSUhbp9CQEddTDXCCtJGzuJWTGGP4fs { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVVfoz7LC2BOhnQ3B1Kbh7LnHIU1LzCd { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc { display:block; }#TPLdaaVC9K8ImLJKdLS99mTStmqQ7wxc > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hvvg5atW2M6Co9X8oQW3pLxrVLzEU3K4 { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc7ksr5AHtfs8sG5a91ab2SVmL3cnRT5 { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiguLgRpeziRqVncwV8awQbZxLZ8Uxo3 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ { display:block; }#Prv3wP3Uy2H0XcOp4pIiWUqgXtWzQ3QQ > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U7qMBCwKnGrDdBxwCAv8zH0t1tRPKWMr { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTdbQB16yQdv72phGKrBe7L9hVK745mM { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVpD3iQw23Gu92fPR9q820q2A90kpw7w { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm { display:block; }#xUG6uf9BtA9IH7W04Ty7FvDhSSqSHEGm > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNbZIy4x9FKFXqg5VxhrrlHrU3us1pdM { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8BoA9FTasRQypQm7ymN46ITO0lTkfWp { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU2pmAVS6J7MgSc8QfHObbFF1akrcgiZ { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 { display:block; }#mul81wuk2ZlaRqQmdthyZVO3W0p0LQZ1 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGdc6Wtzy9JhpPZdDcVA749GFBX1ckU8 { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Ue8hgaie87iQ4SWNmdnTeTiLAgNeTq { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTb13cFlTgIuGRWT8L9KRuN4bVS8zGA { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOibcLBBJILewti1LEtEhc8MxSo1etw { display:block; }#ubOibcLBBJILewti1LEtEhc8MxSo1etw > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOG8l7Fo71y2rkCyHBh7qFZJfQLK2r7s { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5NJh9sllLvZ91bzFe4IOhJV8nDxPl2 { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogNpyX4C4PHCkngrHXcGoIVZ7C4ps2Nl { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ { display:block; }#vAhJ4RgTgusiLIpbJUS3CuyDETEIw3HZ > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LN8kPHuol3yVTMwMinMdgsmvWym8AoCv { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azP0VuabNeQkBrT6b4SqvAPmzwtkpbXo { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8PgicDVGEDz3SLLEAcWJmMiLf2LCaPf { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 { display:block; }#idfbR2TpwMXFm8M8cfG30rQu0vSN9T19 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyJo5UA9rE7w7TeDzxEItliDGgH7chkt { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeDZVuTV7nBvuJEddFXfmffysksVfo4 { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh9XvTArqVhUtX8AC5KXvMHTHhZbJ1MH { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IimxRVZ92HVROmfyDa75L2befJDBBVyZ { display:block; }#IimxRVZ92HVROmfyDa75L2befJDBBVyZ > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNZovnHpzX4PM9iiQMRoF4TePok55Cz8 { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XppAPNmUJGGZWKXQbghf9i6Tzl704ib8 { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xslLpq39ZyiXtfBnTBm7xmJwBBszZi0a { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6azSCG2xz36ypmsHKCHOaZUf78JFvVh { display:block; }#k6azSCG2xz36ypmsHKCHOaZUf78JFvVh > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #poITfr6Kn8AnSqDJXM7TCWfwyHBbGQaB { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHdkeIHdNseIzwadwLsnXbtrpHm4pSRB { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #breRBKRmJmApMRRul8cloQwh9DP914f3 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxHc07QA7PiyN1p47EGnfm7waLRETTNG { display:block; }#vxHc07QA7PiyN1p47EGnfm7waLRETTNG > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUT2MRHhr4DdQGEdhXTWhWCXGXHQLyix { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1tP7aFNa2UhW0AD3J3cty47ebiTpfAs { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNvrZupi3vJB2uDhPriAPcaRqf68PM6F { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN7qRw3VFI3FMVk817cgKxJzURTKcFlT { display:block; }#MN7qRw3VFI3FMVk817cgKxJzURTKcFlT > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQH3UIAdPScVEWcavg7T3ofUPZvpHSCU { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVBoXtQUJfMm9TuTTS3xTEyJHgpcErSg { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqnrdOAq52m3nFRHCWSFKiN0Q4m2ziIZ { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18DhvPTlH48d1KxwmETU4rA152NT8nz { display:block; }#f18DhvPTlH48d1KxwmETU4rA152NT8nz > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUpd1yewoJfvxtRy463KVToxCf82TTIL { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS6EFkvUXE6h9ORsZD4W4wSA4mv1Tk7J { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr6amBkwJdXvtOE3Wx4d1mEatTGQxoCc { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe { display:block; }#Ek7X4UZ1dMQXMzAXFsrPelO0LhaE8uSe > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOBXEUb1D13blpemmCOrfw1TUQ9xvguz { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSi7dykTM4TOGiOoGReZPEs2ZXwBHmkg { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNNWvlCnWWLt1fwdF3dfDeQ2JZMqSC8y { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B01uCntNH1tUSTkK2CSfCTS405J6ZvGG { display:block; }#B01uCntNH1tUSTkK2CSfCTS405J6ZvGG > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc62NwnUJKrv1VBiKp3abxmE2OVqEVNL { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNEhOG72tT0SDrCge4sqMtD9dmFv4AdJ { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmuGkRmcLMT02G7PLx0BgMqm8CuBLhb5 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs { display:block; }#CpuamWIacvFVPcS2Z1GtLsTNwBl8dJMs > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8HOsiDoaBTA2LXDkMEm61Ct5Tgyh38r { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRRevZfIuZm31zgM1RsRJtw7CR5S5vQr { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ6A5q1ES4MpcdcQL8H20fLbrvsPsB4 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL { display:block; }#pUrekZJtGiVT1C5OIqCC57GHlnTzXnUL > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZtSvFDD4msyyMLEPITvVW81mNlc8RNW { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ8FnxL7eyNS17fNUBgnaqbSvdDB0vzQ { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUmQbZo9oZnU1Xr4tJgF9qor0BIEQza { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp07AKClCNW2bF3kHZad1lWITi9lfzkx { display:block; }#Vp07AKClCNW2bF3kHZad1lWITi9lfzkx > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCmtpkTRmygVLgMPRiq8B3TNWHn5tVX3 { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCpAUpfDpflTFUhfNPTlrTW5EvganFha { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urkdgbmb3m4MtSvAVhtMOqLcEUSoAQoa { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ { display:block; }#AyK2pX7qwuVtVnANeMkeK7PkrCvTGhXQ > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbXSntaELKVO8RgssopxdU3L72XGEWdT { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoCJFALkfiO874Pd2DM8TFFKP3Ptb9Tx { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws9QStB7n0yslicZDleWE8y9RTkTMIG4 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEacxSIq09UuvZwwH8gG1rST1MpSO4vz { display:block; }#IEacxSIq09UuvZwwH8gG1rST1MpSO4vz > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzfeqi6dsXN3ADwvgIXx4Rhe0UHCk2le { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbeuQKFlEkmUfTzpF1ZXifrX9rn30smN { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUorr3Izk9iIc9rG8nOlEToI0luhNOa7 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNySIGZX20WJ5TggBXsAcSLlru5cATqp { display:block; }#NNySIGZX20WJ5TggBXsAcSLlru5cATqp > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNOueN1Bbff6GTw4aVOz8tb1qN8SnJPR { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbc6IyaJX2l6r53QPqS9levCUAmQnOz7 { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbaoscQK4ep0GdrZTKODpMPFUZ6GXvt { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngzwGO97qP7qiA8EFkWFIa77mUavptP6 { display:block; }#ngzwGO97qP7qiA8EFkWFIa77mUavptP6 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeWVp8DNc3xky6FKcPumefabzlu46Su1 { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHn7KbH5UHongyyAUlXA7TUuDRVAugAg { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDRPAuERab8cffoJ553kb7IVrG1mWup3 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQdQ56LtONusGLZdm7dobX2sayhTW5Ea { display:block; }#EQdQ56LtONusGLZdm7dobX2sayhTW5Ea > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1HT1UzLZi4FHtVEtsNxwKL1OwGbfpBU { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM0TckR2pbKnCeRpTMfQJcv3eNMLBocW { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI0bTmd6S26xzlrsRiIGNsBtgyA7TrUz { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLLIwVT6XwSTqTpTDALd7725QFiMyMUA { display:block; }#WLLIwVT6XwSTqTpTDALd7725QFiMyMUA > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn12NNLIkXTmTe7B1B6rn9GZLPv3GNQJ { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXO29Xc0Fa2t2kUfutIQbu3VdyKvMsC { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8MKn3mwzsh1uGMJSN8KXsTUfzDd6A4Z { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVA43ItTAqVenZKWKZTtbqgNl120VNh { display:block; }#XOVA43ItTAqVenZKWKZTtbqgNl120VNh > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goCiWV1o2bU9fQ7t1tVq5hBbQDG208vq { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHJZ1bD3t8sZSnmgCa80Bax4TaulyNBs { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR4Eg09rGd2sUK64wC9ciHEtKQAqwk0F { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze { display:block; }#tGmWB6xqXAbVJ5NFUGutW67hEyWCfZze > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZ37wSywAzLD9Mtgt4t97VLnymtARmGm { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMpxllrCTzuVyFw6Bmeh9o0FVX8Gn70C { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzecVR7AS5h9EbN5VrlbOy9RDT9a0FTt { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S { display:block; }#DozXKAPIZ60y8d7ShKhPwS9yzIt5eE9S > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BX31aa1CSkMCG2RotGZOmgZ7FQ01wyUB { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHTRZg7ciKWcvdDKFK101fPLAq6cFH8w { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMzRsnVeuwJsFlhgxo348P9vTWX3HEph { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1XW9MUIHZAssEeeQJImuyFk6uKCINLy { display:block; }#l1XW9MUIHZAssEeeQJImuyFk6uKCINLy > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DpbqeTdGRmKkBOyRUSfJ7DPVH9KzR6fF { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmHbsAybMfs0ToDJiUrxcRVyClG2pF7M { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGMfJw3ZGi1z4evnVoCgW2EAfzEH0HE9 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cluHpIm110SD01a0kMHOno4HpN8w5uRo { display:block; }#cluHpIm110SD01a0kMHOno4HpN8w5uRo > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNobP1JrXoddC3TVRaJJVsS8ONrLE9On { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZv5TkskWSHUtfxuTqGwhaHM0TfuNCTQ { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5997SuH9Gf4FVBTHd4GFaGSewLOkda4 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp { display:block; }#PMbsMyNcUlyqCKePGm3a1EvyZ3pvUvIp > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b107bGceDtISstuQ7CPdtn9VaUsPwioh { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E26bbrgfTCTo3T9LkG19yaSW82JeyRLh { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6L5h3mRky0KhE3CbgpQCWOiA9q7xOw5 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX { display:block; }#DKUvIvsfg4VQiH9UkJ9JSkzBEBmXtfGX > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXvPUf1CewC84xJw57Fy2UHEBa5SA0Wb { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsG32G07tM6hQFQAoML6K49ITEasPrG1 { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9JL2la8NofFoBPCrskL0HAixmeOCJX { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 { display:block; }#e5f9xXUkSHr3ErOyToTXmi5bT6v5CtP5 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJxh9pGJzy3lTK0ST7JZEJ2mreCqRi6G { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJUSTbTskC2IBvO4Wk74BQOPRInW8BwT { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8rGWWTXBaItpM47dCK4PT558srb4gPz { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LziwblQtbsvbhNdP4d2H2FxeerF0xHZn { display:block; }#LziwblQtbsvbhNdP4d2H2FxeerF0xHZn > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5dwowSGPUWH3ctlGXAAhF2RqWPsi5MQ { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIby2ULgf07KzX4Xl3BeDrvKHbwdSS0 { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzT2OFzXNfmBmnTL2UzNs73zxxyyfxx1 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt { display:block; }#kadgoLEEv9ScTroFE0RQXHKCuZhX3Ttt > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApJFg9nV5sVP1DZsWWQr5Ieq095OLPQV { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V79Hbo73F108uJ8QFrE6m8yRhCQ1u58w { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLJvRv2zI8a2NDFBTxTE1LyDnHMguZG { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC { display:block; }#Eew6Uf87Zpxw5HShA0UE7i2ZQVTsyUXC > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJf4ZfWpfTdS7XtWeXAW2AuyqAIPcLVO { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5WnNAVz86ps4NmrT7BgEo9HcEFv9BbP { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtS34n5Wmu7wRJXfsg9VH5ThL01NHXvI { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgFsGaa31yoOaBuVwNcvEPuorispIpLq { display:block; }#BgFsGaa31yoOaBuVwNcvEPuorispIpLq > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwckHg8GSTd93491QnwEeWiBSrbeQMCT { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT2y3zdMAnIKF6HQihKkPF77HcKTVLeW { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4g6yHhHo7mVECWURTJzAo8iMNluOd2p { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmkmFprb8a8q13uEagwh5bW2EuosMfcG { display:block; }#mmkmFprb8a8q13uEagwh5bW2EuosMfcG > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWo1rgmwqXw5yhLZUCNThA1B16TvPayT { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwbnbDqiNVxFC7Z6C5tpr8fQDM03AKDb { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gegVwfKwGHE1LOILVUKTub01yKxKRsR3 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD2FEmurw7mgof6KiCvHL7VzdLttcegm { display:block; }#oD2FEmurw7mgof6KiCvHL7VzdLttcegm > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqyE0NvmbpZ61RAwzMfktp9RMU0oGI1C { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUR9yHcAwa9dWR4nup0yGc14pWtFLSs { width:14.25rem;height:9.4375rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgeMLWfHIhDQdcM5EKLP5obgZQRPrfl4 { width:14.25rem;height:9.4375rem;top:22.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn { display:block; }#CFzihmKuwcqZ3rntIezxl8L6ApfdgoGn > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfGUzWJD3O4rBdWN5ia1RSeczcJwqlba { width:14.25rem;height:9.4375rem;top:1.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eqbpouen641RbXD21fR2DRaiImGoRXTH { width:14.125rem;height:10.5rem;top:12rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq { display:block; }#y4IDbIw2iLp5m0yt8MsVtdiIfrURWIxq > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb2U1d187Q5SvrBBfUVTvlDKxiGBeUKX { width:18.75rem;height:1.86889375rem;top:0.6494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzq5NwZPZpw947sbqkFEp7UHnudVcRTT { width:1.875rem;height:0.124511875rem;top:4.185791015625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMamimSXTp8H2FTJFfXiLIWGZpTF3yym { display:block; }#TMamimSXTp8H2FTJFfXiLIWGZpTF3yym > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWN0PdpamUpIhoVhuO3Dmb9Inl6CnVb1 { width:19.8125rem;height:8.4375rem;top:4.6875rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH9obq1ahmJNwp6T102IHZDS5nTdCCTw { width:9.0625rem;height:1.29980625rem;top:1.25rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn { display:block; }#VCMqafx1vpPs6L1WSv8u3eaHC7fwZOFn > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLaJq3od1VQ6TXztMS4r4S0Q52uUwIs3 { width:8.93675rem;height:2.1875rem;top:5.54443359375rem;left:5.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra6mXM0pHxCRKXCQ6DgiOVTJAHVpvTUd { width:9.0625rem;height:1.29980625rem;top:1.25rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJK7eXV41TnfwC5TnoQ53qtExDmurGMR { width:20rem;height:2.5rem;top:11.54541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRycPppBTCmEa8GJMoNLTmxExoUh1hUR { display:block; }#fRycPppBTCmEa8GJMoNLTmxExoUh1hUR > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOHgAhy7IVFfiuhAHugUEEVS8EolQPfq { width:13.25rem;height:3.4209rem;top:11.578125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLBz3goT8QpeZ0LNvuaxXVd0NtlvnJPo { width:9.0625rem;height:1.29980625rem;top:1.5625rem;left:5.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbWU0ZUAX1rzxr9oAXxrp7zTD1iCuJo0 { width:15.8125rem;height:3.125rem;top:5.4677734375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd { display:block; }#sONMXMvxcH3DmAXZswwb8J5ieZwxKwXd > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Am1rS25nTQtUXPzS5N3X7f2tQQh90Qpc { width:9.0625rem;height:6.2688235989231rem;top:3.79760625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKm4Wm4aadC9q5d6vfGVeTTH0ZG2dePc { width:9.0625rem;height:1.29980625rem;top:1.25rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBGTzbuTNoelfLML4KcTuslzIDTUQyOq { width:9.0625rem;height:3.6875rem;top:13.0654296875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 { display:block; }#gaba7eVBCKtkrOC8KIkkfDUsQucRnQS7 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT { display:block; }#U25IZCik9ePkxyFdZ3O1ce3pWs9CO7hT > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0tCe2iT5ew3cqmOxTFIh5apwsiisEg5 { width:18.125rem;height:3.5996125rem;top:11.5625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDy2qND5LaVeBLQg6kg80GmULxyuKq3t { width:16.75rem;height:3.5996125rem;top:20.375rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRK7QVHhCMXDfIOsvJuWzPoDTWMbIs0b { width:18.125rem;height:1.29980625rem;top:17.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQWLFBNqVl15zxbTKz9QebdLyJ7OuCpB { width:18.125rem;height:1.79980625rem;top:29.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqEc6Gfbsoy4N1IO3rqlNUPMaQPn3ShF { width:18.125rem;height:1.29980625rem;top:26.75rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ghP9DmtexMqidRnLULi01i3baqkpv1IA { width:8.374rem;height:5.18676875rem;top:4.18701171875rem;left:5.811767578125rem;display:block; }
 }