.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media (max-width: 763px) { [class*="col-"] {
  float: left;
  height: 100%;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5d04;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; }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row .container { background-color: transparent; background-image: none; }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row .container > .video-iframe-container { display: none; }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row > .video-iframe-container { display: none; }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .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); }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row .container { border-width: 0; border-radius: 0; }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCEEQOVIODRGhsxDadfZtX2HsWBoc90N > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#rvON3mLuCPGhwBzR5DACsqGSpnEZD38m { color:#ffffff;display:block;width:70rem;position:absolute;font-family:sharp;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:1.625rem;left:2.5rem;height:2.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 { 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; }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row .container { background-color: transparent; background-image: none; }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row .container > .video-iframe-container { display: none; }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row > .video-iframe-container { display: none; }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .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); }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row .container { border-width: 0; border-radius: 0; }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUDmcUqU8OSAoV33ZZtKzi5XNTaV0nQ8 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row .container { background-color: transparent; background-image: none; }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row .container > .video-iframe-container { display: none; }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row > .video-iframe-container { display: none; }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .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); }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row .container { border-width: 0; border-radius: 0; }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGkELBRRVrJI3za0u7JtRuKEEfHvgo9F > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#ADv9vEqFfRiMTSC2CxlJUhALJPlTrmxN { color:#1729ce;display:block;width:70.25rem;position:absolute;font-family:sharp;font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:2.375rem;height:3.4118625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row .container { background-color: transparent; background-image: none; }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row .container > .video-iframe-container { display: none; }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row > .video-iframe-container { display: none; }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .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); }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row .container { border-width: 0; border-radius: 0; }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S9SUlaK8ECzmqSNIP9rNbLV6GHbgCDLE > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#OWifySO0LgxIJPKZHT0DQaPawxGofLl0 { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.466796875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t7CNdehRrlXWBuPCmp3fxR8Xzpgt9wh1 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.562255859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNmeJq4V2bnmEniTNuQmWZNxAZVtDNfZ { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.484130859375rem;left:28.828125rem;display:block; }
#eJzrONUMN0ImzObsWmcAAaaatG2X8dmi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFHyW4JFlMBaKpEZ6QCwgnclSH1nVDQp { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:8.466796875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#PLuA0Fu8Zvq7WeDbGLh2LTcELcL1fVCR { 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.75rem;width:11.8125rem;top:2.218017578125rem;left:1.875rem;overflow:hidden;display:block; }
#m1b1CLLStE4axiAsT8APrukJcL2Orp0W { position:relative;display:block; }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W { background-color: transparent; background-image: none; }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W > .row .container > .video-iframe-container { display: none; }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W > .row > .video-iframe-container { display: none; }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W > .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); }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W { border-width: 0; border-radius: 0; }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1b1CLLStE4axiAsT8APrukJcL2Orp0W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row .container { background-color: transparent; background-image: none; }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row .container > .video-iframe-container { display: none; }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row > .video-iframe-container { display: none; }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .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); }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row .container { border-width: 0; border-radius: 0; }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aDcvGgVRFz5FxavkxTxX6MPQ3TFW9N7V > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#OBXGvAAFx10NPqQB92BCaCZAFtfQfn04 { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.529296875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q1eHDOWxw8A3i06JM4iubMLSwmSvww85 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.624755859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qzeaKks39Ry3cnoXlcD1oCJ45PIdTAlT { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.546630859375rem;left:28.828125rem;display:block; }
#VL6R7uwbVUKbIO3ST0vfcFsnly2uWGFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvBWecyNR7D6HEUdcLhLFgGxbi2a04cF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:7.529296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#PPqAe338bqbRNkWQtUrXNcOzacJtA7T0 { 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:2.5rem;width:18rem;top:2.218017578125rem;left:0.3125rem;overflow:hidden;display:block; }
#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 { 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; }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row .container { background-color: transparent; background-image: none; }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row .container > .video-iframe-container { display: none; }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row > .video-iframe-container { display: none; }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .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); }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row .container { border-width: 0; border-radius: 0; }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGXGnZkxcgberifn1Qm1rGtEVUMrSXV7 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row .container { background-color: transparent; background-image: none; }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row .container > .video-iframe-container { display: none; }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row > .video-iframe-container { display: none; }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .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); }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row .container { border-width: 0; border-radius: 0; }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0HlZCTl7ChZ2b0u5S0MLqsDbwIXibJA > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#VEXIZ4dJp4wLgdecEixerVbxfu6rDSA3 { color:#1729ce;display:block;width:70.25rem;position:absolute;font-family:sharp;font-size:2.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:2.375rem;height:3.08715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7TR5eLT6QkvvumZMPahve4QveTTgr8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row .container { background-color: transparent; background-image: none; }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row .container > .video-iframe-container { display: none; }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row > .video-iframe-container { display: none; }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .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); }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row .container { border-width: 0; border-radius: 0; }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7TR5eLT6QkvvumZMPahve4QveTTgr8T > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#PNa4krVQW5veG40p2dgDFheDFVbs9Tb3 { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.529296875rem;left:0rem;height:14.443375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZeN9xVBiNa0TTSPvXwvB5CI987oezTPT { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.546630859375rem;left:28.828125rem;display:block; }
#xLP6cTNa067lFOHohr9lxBTZVM7i23kF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHFIazQ8bzN8gdKNnsMbF98fVyUFVzk1 { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.624755859375rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rC9hKgQ5pZiOreNtnbOCvt0qKFgJRdgI { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#yJGddmSzH3TLhtSnDpeQthPIwsvdKs4U { box-sizing:content-box;height:19.125rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:40.9375rem;display:none; }
#ZzdQlQxFn078VGOz5XQcb81OTDcEwOGK { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#ZSED7L9LbRyRe3fThAXt7wWKHSlUCfNB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.3125rem;top:1.25rem;left:0.6474609375rem;overflow:hidden;display:block; }
#gq3hJu85NBpTJBsiTVyNyN7svMRUd3JF { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.0625rem;top:7.5rem;left:40.9375rem;display:block; }
#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk { position:relative;display:block; }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk { background-color: transparent; background-image: none; }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk > .row .container > .video-iframe-container { display: none; }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk > .row > .video-iframe-container { display: none; }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk > .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); }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk { border-width: 0; border-radius: 0; }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIZkvRHdaBT3KprL8rc1C7rX4RwIsGSk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TiBDgCANsDu5W1okompvsNQa53RdOEhC { position:relative;display:block; }#TiBDgCANsDu5W1okompvsNQa53RdOEhC { background-color: transparent; background-image: none; }#TiBDgCANsDu5W1okompvsNQa53RdOEhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiBDgCANsDu5W1okompvsNQa53RdOEhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiBDgCANsDu5W1okompvsNQa53RdOEhC > .row .container > .video-iframe-container { display: none; }#TiBDgCANsDu5W1okompvsNQa53RdOEhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiBDgCANsDu5W1okompvsNQa53RdOEhC > .row > .video-iframe-container { display: none; }#TiBDgCANsDu5W1okompvsNQa53RdOEhC > .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); }#TiBDgCANsDu5W1okompvsNQa53RdOEhC { border-width: 0; border-radius: 0; }#TiBDgCANsDu5W1okompvsNQa53RdOEhC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TiBDgCANsDu5W1okompvsNQa53RdOEhC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AWoRfLNmSXO67wT9Gh7amWDnvtfrwGM1 { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV { position:relative;display:block; }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV { background-color: transparent; background-image: none; }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV > .row .container > .video-iframe-container { display: none; }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV > .row > .video-iframe-container { display: none; }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV > .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); }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV { border-width: 0; border-radius: 0; }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSsvQVcbAk9bSvfui3RhHxhQKUuS1mhV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row .container { background-color: transparent; background-image: none; }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row .container > .video-iframe-container { display: none; }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row > .video-iframe-container { display: none; }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .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); }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row .container { border-width: 0; border-radius: 0; }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q66XxH8WzO9tMJa5RN0xZs1gCn7VthSH > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:block; }#UMphVq09uXNeTaQNT5sfhX2NIw7thwQS { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:11.279296875rem;left:0rem;height:12.6379375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C3LcXFNKD2SlVeT4VkKBvwPcThaMfTJp { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.296630859375rem;left:28.828125rem;display:block; }
#cbPXEVZti6ry8pBXmOUwF2Alfz2GJ88n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMBxmbwli47uHVlXUgy4zz43Lb5TpLOk { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:30.374755859375rem;left:0rem;height:8.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R6bC02gyo8LwaRDE8mQzxQO4zhF58MIz { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#xkJQ30k60D62mX1Sp1tQrFfc9Qxel0q6 { box-sizing:content-box;height:19.125rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:40.9375rem;display:none; }
#xEqWQQHKBdkHcFcwoHZT2O85OzqPEtLi { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#zRgSBtzAstQJRO5TMmwW2ze89bzHxT18 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.125rem;width:34.125rem;top:11.279296875rem;left:40.9375rem;overflow:hidden;display:block; }
#eRoua7B3XMem57M14gdE95TFhgsqxiJa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.5625rem;top:1.875rem;left:2.1875rem;overflow:hidden;display:block; }
#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu { position:relative;display:block; }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu { background-color: transparent; background-image: none; }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu > .row .container > .video-iframe-container { display: none; }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu > .row > .video-iframe-container { display: none; }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu > .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); }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu { border-width: 0; border-radius: 0; }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlqeCn9WnQyZdSs67CbXzw095S6JNuhu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row .container { background-color: transparent; background-image: none; }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row .container > .video-iframe-container { display: none; }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row > .video-iframe-container { display: none; }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .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); }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row .container { border-width: 0; border-radius: 0; }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAKvMdBmX9fFCFDy3m8yTKswhtRX7zd1 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#bns0Uwvv5N0faMxVVs7WSpiTLNsQDtDJ { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.029296875rem;left:0rem;height:16.24875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wC9bMWDNpRTDrM3HprkSoUdQiR3xX9K1 { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.046630859375rem;left:28.828125rem;display:block; }
#cE3oIZShk5bzIdrbKAXIE49snRE7XbOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wz3i1zGKbfhDKfuLfT9yJZnt0Fsk2r0H { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:29.124755859375rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PWK3IlnrMMZffXXSGDWMuTK1aZh1eHE9 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#NuSSnNGGduWPJ5Pf6wthJGuMSL1Dq9rB { box-sizing:content-box;height:19.125rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:40.9375rem;display:none; }
#KUAe0Mqfx4fV9Af1Qdt2cT4xET34gKo4 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#dfnNg0vWmioQZfGqVcApN95naQ03XqPA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:5.81176875rem;top:2.5rem;left:2.218505859375rem;overflow:hidden;display:block; }
#zfT1CCHe3FFKmeQlxOz9JXbUWR5TSglK { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.0625rem;top:10rem;left:40.9375rem;display:block; }
#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 { position:relative;display:block; }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 { background-color: transparent; background-image: none; }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 > .row .container > .video-iframe-container { display: none; }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 > .row > .video-iframe-container { display: none; }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 > .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); }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 { border-width: 0; border-radius: 0; }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g5vZbdUb2m5t5tn0If7O2T95P4IaB9R8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q { position:relative;display:block; }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q { background-color: transparent; background-image: none; }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q > .row .container > .video-iframe-container { display: none; }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q > .row > .video-iframe-container { display: none; }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q > .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); }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q { border-width: 0; border-radius: 0; }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yg8bTCDxeV437MbSXLc5oSBD2ptzLl9Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ifsw87eRJT2HNrTpWikllmtQbHFMP4yD { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T { 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; }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row .container { background-color: transparent; background-image: none; }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row .container > .video-iframe-container { display: none; }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row > .video-iframe-container { display: none; }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .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); }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row .container { border-width: 0; border-radius: 0; }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5yVKiQZyrgRtIGXSBPQoMI3cZGXgU4T > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row .container { background-color: transparent; background-image: none; }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row .container > .video-iframe-container { display: none; }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row > .video-iframe-container { display: none; }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .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); }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row .container { border-width: 0; border-radius: 0; }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEdfzIkKVns5NI949gg1vJBkDO5pta1J > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#CTQhWdCEVGZPLSfEc6drQIVStRxTPyys { color:#1729ce;display:block;width:70.25rem;position:absolute;font-family:sharp;font-size:2.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:2.375rem;height:2.76245rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row .container { background-color: transparent; background-image: none; }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row .container > .video-iframe-container { display: none; }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row > .video-iframe-container { display: none; }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .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); }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row .container { border-width: 0; border-radius: 0; }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJsfFK1LWZGZ4puTvFTRtDCapQwOhFid > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#CJKfVH3s4J44WScL5z4EaUXApyNNvczL { color:#000000;display:block;width:38.75rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.216796875rem;left:0rem;height:14.443375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LiIVO8VdW1kOcaCm8W1yRBIFciJ2Mdnh { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.312255859375rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rzbQTUC7a3AtvCNXFIuNHpyKSacBrzpg { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:8.125rem;top:2.8125rem;left:1.875rem;overflow:hidden;display:block; }
#leSS2ABycCUU2LBhnhaR2yRfEpnZHdeg { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.234130859375rem;left:28.828125rem;display:block; }
#KKXLMDaHhfJfgHZIrcTpe1scTyfsHiZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BK97raO4DX29z5q4goqD0IJstR5zVH3X { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:7.1875rem;left:40.9375rem;display:block; }
#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h { position:relative;display:block; }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h { background-color: transparent; background-image: none; }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h > .row .container > .video-iframe-container { display: none; }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h > .row > .video-iframe-container { display: none; }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h > .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); }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h { border-width: 0; border-radius: 0; }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Io8yuqTNJPtcsiLE2k8qynsCw1Z7Iu1h > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row .container { background-color: transparent; background-image: none; }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row .container > .video-iframe-container { display: none; }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row > .video-iframe-container { display: none; }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .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); }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row .container { border-width: 0; border-radius: 0; }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBbDnOzXmHeXkXN0bUHPgBCiTIRyXxky > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#XfIRHsnNL7TMCBEhL2ivnEquRGqybJC3 { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:9.404296875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kHTyvwquvPQTwnKPJuP6Bg2w4Lz1H3wM { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:28.499755859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IQwt47fMSNx9kSRvx0eZmZU5p9PLRbWQ { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.421630859375rem;left:28.828125rem;display:block; }
#EbvHbIuC1u7BIo1xrPrHgGTl5cZOHUiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QC21V4qQKFafLKFhFqaoZfHAsfngezCU { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:9.404296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#smaUAFKCaMvVIept8rr6HfVMDdOkUCCk { position:absolute;display:block;z-index:15041;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.75rem;width:11.75rem;top:2.8125rem;left:2.5rem;overflow:hidden;display:block; }
#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK { position:relative;display:block; }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK { background-color: transparent; background-image: none; }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK > .row .container > .video-iframe-container { display: none; }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK > .row > .video-iframe-container { display: none; }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK > .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); }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK { border-width: 0; border-radius: 0; }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFvEGU9A7nl8s3Lef63U9CwAbD7DtvHK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row .container { background-color: transparent; background-image: none; }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row .container > .video-iframe-container { display: none; }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row > .video-iframe-container { display: none; }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .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); }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row .container { border-width: 0; border-radius: 0; }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTRAAKnh84ROxpNuzwfcg0tgIiFkCZyO > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#ff9Tn1tw3fGwJpy1nNIsT9dChZNNi8vh { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.154296875rem;left:0rem;height:25.27585625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qdEkMEmf35BExXK5TLOk3cepTZQtT7C9 { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.170654296875rem;left:28.828125rem;display:block; }
#TQP3rcVo78bpFnOdZT9PxR9uz7FsZATu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvkRHfH1WXPTd75WwGgw5NIexXvfFS0x { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:14999;line-height:1.5;letter-spacing:0;top:36.248779296875rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zGVAOBsALQrTrJNcPMbIvtLRUmO2UAw7 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#kZkACmNNa3pqOHKDPzwQM0wuAGfHpQXg { box-sizing:content-box;height:19.125rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:40.9375rem;display:none; }
#XcA0lGXBJDirtnzrR34tgciQBwwJqgrV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.25rem;top:2.343017578125rem;left:1.875rem;overflow:hidden;display:block; }
#KEWLr1uzAPM8nfadL0xX9GgqGgOfUsLF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#Wg4LCilfS77tonXXiTtUqks8EUCakKeA { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:8.125rem;left:40.9375rem;display:block; }
#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE { position:relative;display:block; }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE { background-color: transparent; background-image: none; }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE > .row .container > .video-iframe-container { display: none; }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE > .row > .video-iframe-container { display: none; }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE > .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); }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE { border-width: 0; border-radius: 0; }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIMGMLAlmQg0FwqzqNVkuSlfpMVvPPlE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row .container { background-color: transparent; background-image: none; }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row .container > .video-iframe-container { display: none; }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row > .video-iframe-container { display: none; }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .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); }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row .container { border-width: 0; border-radius: 0; }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcVBoMxHE145LPJEWLVcMRLuSWx7bXJg > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#RxBby5ZJuBenwNfUrpxnhScvX7yQVkca { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:9.091796875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uE0kXxrtwSzNNnVxPqJSlaZMoR3TOCvb { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:28.187255859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wOipFirKtGMJuWHH138QqTzOnaCNPxSZ { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.109130859375rem;left:28.828125rem;display:block; }
#Wmnah4pJgNr3LSVUWVeKRSTcCV4LTHBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NBE4hCp8pqL68hbv0ibou3JTBCadBJ8m { 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.0625rem;width:11.6875rem;top:2.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#NNFrRVdA3BPxWutAk2iTscObNpMkqa79 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.1235625rem;top:9.0625rem;left:40.9375rem;overflow:hidden;display:block; }
#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu { position:relative;display:block; }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu { background-color: transparent; background-image: none; }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu > .row .container > .video-iframe-container { display: none; }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu > .row > .video-iframe-container { display: none; }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu > .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); }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu { border-width: 0; border-radius: 0; }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AA85cLSeTCC8nDE6sD5WCoqa0qv39hHu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row .container { background-color: transparent; background-image: none; }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row .container > .video-iframe-container { display: none; }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row > .video-iframe-container { display: none; }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .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); }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row .container { border-width: 0; border-radius: 0; }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQ2vux3cRkVsZlJLMr9M03e40Nn8EwDS > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#c7peFKRJv0wTNn22XI3eGHHDaxvB3dKA { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:9.716796875rem;left:0rem;height:16.24875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zBLS9Pz7A0NW6brKs2m4GNEDvRidEaFR { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.734130859375rem;left:28.828125rem;display:block; }
#rR8JCgk7Cn946elDrixelvWMTyAO2g6O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvaCzLNTFrnlgHrgGxQCsldkJqUzif4Z { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:28.812255859375rem;left:0rem;height:8.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NQNLFJ2zfgg8fFBlTKHmBKDozQDTFrE0 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#F7ZkmkR1TZgPHIK5t5t5UHZdGNmdIzfB { box-sizing:content-box;height:19.125rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:40.9375rem;display:none; }
#mvyQTRwDgf2fG4hwXiXmIr2KX6cUs9Hz { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#mKVXT30QER9ToMFcJ5NVxXgyfLrXDFfb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8.1875rem;top:1.875rem;left:1.24853515625rem;overflow:hidden;display:block; }
#VxwppAVouCX5ZVSnsZqnLcn8w7DbvtNF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:9.6875rem;left:40.9375rem;display:block; }
#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV { position:relative;display:block; }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV { background-color: transparent; background-image: none; }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV > .row .container > .video-iframe-container { display: none; }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV > .row > .video-iframe-container { display: none; }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV > .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); }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV { border-width: 0; border-radius: 0; }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVsuSTZueF9haIEoCctiOUKBvD2y0wOV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row .container { background-color: transparent; background-image: none; }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row .container > .video-iframe-container { display: none; }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row > .video-iframe-container { display: none; }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .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); }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row .container { border-width: 0; border-radius: 0; }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cqinredAG4nDCqzlcuEyek4ge5bSAtNV > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#mWU9ZqnsfUFFqU4rzNiXuzTeGXT1rgfZ { color:#000000;display:block;width:38.125rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.841796875rem;left:0rem;height:12.6379625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n4x57IVkg4KlefXVBwyhfNTD7swBunLE { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.859130859375rem;left:28.828125rem;display:block; }
#BEk7qTB5bZ8v5GlodO4t6OcNSKkuSvob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3bowr6sPwWfhi18QJkN18vCkQLQ94P1 { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.937255859375rem;left:0rem;height:8.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZDGQKTTzHHmA9LCPBpHJBt3aVnufAD7W { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#ftlmfUcKnDE5Pd95uQ6i9sX0J7UT8xfI { box-sizing:content-box;height:19.125rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:40.9375rem;display:none; }
#ifbBuD7i4AuKVBxOk2wCPe8i0CVczRqN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9995rem;width:14.87425rem;top:0rem;left:1.5625rem;overflow:hidden;display:block; }
#rtin0JbHAWsEZAM8h7MzS2ox9PeT3DXg { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#J0MPST7SVzpUZ5ywuRnOzV0OtHW0Oek8 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:7.8125rem;left:40.9375rem;display:block; }
#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG { position:relative;display:block; }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG { background-color: transparent; background-image: none; }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG > .row .container > .video-iframe-container { display: none; }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG > .row > .video-iframe-container { display: none; }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG > .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); }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG { border-width: 0; border-radius: 0; }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWn5IgJnLQ100wIKnKNs4fgCi0Ebx6vG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row .container { background-color: transparent; background-image: none; }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row .container > .video-iframe-container { display: none; }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row > .video-iframe-container { display: none; }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .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); }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row .container { border-width: 0; border-radius: 0; }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4JDemP0GTLn8VHMxqZlr12X91HnVvia > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#L0M3aTDS97K4ZTqeEhw50l1ZqklJMwUT { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.779296875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q8qXPwboMSKl7cm0fAuC2xdSqToiQS1G { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.874755859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#muaMi7PPi9iqyzT96NUzCxqoOWzQzVnA { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.796630859375rem;left:28.828125rem;display:block; }
#cgu0zFnsLeCHdwKU3iD3r8mcTuFyZ1F8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xqx6agzmV6vGssQuydSoFTH4TPRf6gTk { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:8.779296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#zP1tuoqPxblI3854a6FFcN6E7AeV28Fn { 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:4.37378125rem;width:11.8725625rem;top:1.89404296875rem;left:1.5625rem;overflow:hidden;display:block; }
#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT { position:relative;display:block; }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT { background-color: transparent; background-image: none; }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT > .row .container > .video-iframe-container { display: none; }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT > .row > .video-iframe-container { display: none; }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT > .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); }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT { border-width: 0; border-radius: 0; }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxAslzCNSexaOx8HVxFRsiQs9QqTZLBT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row .container { background-color: transparent; background-image: none; }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row .container > .video-iframe-container { display: none; }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row > .video-iframe-container { display: none; }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .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); }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row .container { border-width: 0; border-radius: 0; }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pe5AElSH8LK4fma6OZf34rVxuvFLI3Ht > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#lnXflOWcpbU15sqqtTaHiDxtIAWa3SJb { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.216796875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d9IAeFZLG3DeqNJ3krraN1xvNTRPS9gJ { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.312255859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qb7zUPxxVVAFgSdgB0GrhyizhI8ESJqu { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.234130859375rem;left:28.828125rem;display:block; }
#dIEaXMXDgLILWQggK3kvtC8ToBCXQ9QA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pt6zBA4o97RHf6DgSOKx7ZLXzLbsu0LU { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:7.216796875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#bLAzLnyEiOKOPD1us8qTRqk9Bl2zfgfy { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.5rem;top:2.8125rem;left:2.5rem;overflow:hidden;display:block; }
#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX { position:relative;display:block; }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX { background-color: transparent; background-image: none; }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX > .row .container > .video-iframe-container { display: none; }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX > .row > .video-iframe-container { display: none; }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX > .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); }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX { border-width: 0; border-radius: 0; }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATsMqwXUUzieQTfi6LG2WzBk41nQyUkX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row .container { background-color: transparent; background-image: none; }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row .container > .video-iframe-container { display: none; }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row > .video-iframe-container { display: none; }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .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); }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row .container { border-width: 0; border-radius: 0; }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRglDdTKcsTKPxP6xNL7p6WrGikXTQCX > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#qFBHzkoJx1qVGkmnE5vrq8vxckuLx1z0 { color:#000000;display:block;width:38.125rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.779296875rem;left:0rem;height:16.24875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GEGGG4wpTcSbyH4gIOno8KdhpVslyd44 { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.796630859375rem;left:28.828125rem;display:block; }
#f4hTnJ9T6LCROrg5aAZ86MGAUhsgc9DZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQhOG6BfgQKzV9lq7QSIeru5PokU4hBT { color:#000000;display:block;width:25.625rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.874755859375rem;left:0rem;height:8.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PrACMdCUTfSzpW83LrJ3wfTvrBIK982e { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#bxV3yXHsNquavnefIrToWuxlxTFFNdJT { box-sizing:content-box;height:19.125rem;width:34.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:40.9375rem;display:none; }
#v6831SNckclKwVEq9AraqJepDBkz7EBF { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#kQx553qVMS61tT0FgCokJsevs4azOKXg { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.125rem;width:34.125rem;top:8.779296875rem;left:40.9375rem;overflow:hidden;display:block; }
#sTGBP5ntvIhd53OpfXOApCIcy45cTddq { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:12rem;top:2.5rem;left:1.875rem;overflow:hidden;display:block; }
#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k { position:relative;display:block; }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k { background-color: transparent; background-image: none; }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k > .row .container > .video-iframe-container { display: none; }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k > .row > .video-iframe-container { display: none; }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k > .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); }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k { border-width: 0; border-radius: 0; }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BEei1DeTsKHOdw6ilNTzFow5ScLRna3k > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row .container { background-color: transparent; background-image: none; }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row .container > .video-iframe-container { display: none; }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row > .video-iframe-container { display: none; }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .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); }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row .container { border-width: 0; border-radius: 0; }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bh49QFDG03PbD4cGQcOdiHVrnET00H9B > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#bV52hwyKFVaTXVswHLA0LkAxFUaPqNu5 { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.029296875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zo6SDPtg0tXxw8OxoVyWLOVeECZskKtv { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:29.124755859375rem;left:0rem;height:8.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kK8fWaS8Q0bHxUJgiRbDDldlgU3Qvd94 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:12.4375rem;top:2.8125rem;left:1.8125rem;overflow:hidden;display:block; }
#AxQBXiOQ6vN741EnrC4KVqvyoPTE7owu { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.046630859375rem;left:28.828125rem;display:block; }
#rGr8w4esJRF01WcAvv4irOPzGuJ1dkIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyJrPTuZTnOr79OGoQzh9aqHTJzErAAF { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:10rem;left:40.9375rem;display:block; }
#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN { position:relative;display:block; }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN { background-color: transparent; background-image: none; }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN > .row .container > .video-iframe-container { display: none; }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN > .row > .video-iframe-container { display: none; }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN > .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); }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN { border-width: 0; border-radius: 0; }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2N0tTPGwFz57A8VoRCxsV9QSGvPohIN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row .container { background-color: transparent; background-image: none; }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row .container > .video-iframe-container { display: none; }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row > .video-iframe-container { display: none; }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .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); }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row .container { border-width: 0; border-radius: 0; }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9f8qTmtiitwzc7noNvmyTyWaMT5wR3l > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#gbRZVHOlwnCfO4Wfe5wcFv7cAi6Zehr0 { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:6.904296875rem;left:0rem;height:16.24879375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ySK9QWZs3yWPvS5TgvUnHTRbcoTRJAdN { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.999755859375rem;left:0rem;height:8.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JBLiLlLophZ8xsXCnwMXFnDJqX1U1Gv5 { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.921630859375rem;left:28.828125rem;display:block; }
#dWTdHz2DlKAUGiTUIi0xvuceH86690HB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTZVXRtT1pOrohrvpDqPcTFb3p1T7pzJ { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:7.5625rem;top:2.5rem;left:2.1875rem;overflow:hidden;display:block; }
#yLfK4zlGWGe1U0KAWrRmCHLeuo1waExm { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:6.875rem;left:40.9375rem;display:block; }
#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy { position:relative;display:block; }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy { background-color: transparent; background-image: none; }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy > .row .container > .video-iframe-container { display: none; }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy > .row > .video-iframe-container { display: none; }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy > .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); }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy { border-width: 0; border-radius: 0; }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rlr7yUdeML3bLmbZyME2Si56ATr8cNQy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p8m86AafianMveTXaCteFCDST5cf4pnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row .container { background-color: transparent; background-image: none; }#p8m86AafianMveTXaCteFCDST5cf4pnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row .container > .video-iframe-container { display: none; }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row > .video-iframe-container { display: none; }#p8m86AafianMveTXaCteFCDST5cf4pnR > .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); }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row .container { border-width: 0; border-radius: 0; }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8m86AafianMveTXaCteFCDST5cf4pnR > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#d5HRvraALZm9WwKnCqUaCCcU2AXqTO1i { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:6.904296875rem;left:0rem;height:19.85960625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aolb4nXwNQ7qcqfkJHxDVIiZalhXp3sD { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:30rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MAlbR5PHVXgQeIt99UH1RxpNucwr0RkN { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.9375rem;left:28.8125rem;display:block; }
#z46pSM9fago3hm4FJ8x6wFBrbWk1gwDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXN9PDnmkONzzyTe5wSsQofPo5TORtqZ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:6.904296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#FB700MwfnyKCQ1RzGintBWNDJCrpLDzL { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.4375rem;top:1.875rem;left:1.89697265625rem;overflow:hidden;display:block; }
#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok { position:relative;display:block; }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok { background-color: transparent; background-image: none; }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok > .row .container > .video-iframe-container { display: none; }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok > .row > .video-iframe-container { display: none; }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok > .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); }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok { border-width: 0; border-radius: 0; }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJWT2BreF3UTpnuk037Zu2Z6sH01n2Ok > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row .container { background-color: transparent; background-image: none; }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row .container > .video-iframe-container { display: none; }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row > .video-iframe-container { display: none; }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .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); }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row .container { border-width: 0; border-radius: 0; }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DeUII7IpTTol7MN9nCqdqdVs20mqsTzL > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#cuZAzKubBZ8kd7Jbg7ElSC5s2qXPFlyz { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.841796875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#usuZ12Sau6oZnfxvdKWI88bvzXtdptqy { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.937255859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kZibsppysBEdiENfmUw9nmvJmfkzGaNf { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.859130859375rem;left:28.828125rem;display:block; }
#U1TbrqbQkeZa651AW4lLAmKTuFkfau5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3NVzmcRDSOLyAeKdpM5u4SBz8UTWfdZ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:7.841796875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#WudVRm2RydmFkOqxkDJCvtbboph5PmFG { position:absolute;display:block;z-index:15093;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7.99925rem;top:1.54833984375rem;left:1.584716796875rem;overflow:hidden;display:block; }
#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ { position:relative;display:block; }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ { background-color: transparent; background-image: none; }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ > .row .container > .video-iframe-container { display: none; }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ > .row > .video-iframe-container { display: none; }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ > .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); }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ { border-width: 0; border-radius: 0; }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9iHvVaPReLh7cA6EDAhn24fGOTvVbJZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row .container { background-color: transparent; background-image: none; }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row .container > .video-iframe-container { display: none; }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row > .video-iframe-container { display: none; }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .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); }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row .container { border-width: 0; border-radius: 0; }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWVsv6OXHcxGrAvCHymmg109A1JyF1yW > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#RniIzFsXhz848dzcTrK9iWkumTs0PP24 { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.154296875rem;left:0rem;height:14.443375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MzaTns2VbsDGWq2N0HVoM4DxORoQlLi2 { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.249755859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rVA2PJTM06VEaM3gl4DqGQvvTsXTEuHU { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.171630859375rem;left:28.828125rem;display:block; }
#HPmA1rQQRFyeZmRygG4azyOFKTuN0x6Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWcCM7BasU0Pc6HAsbE4xhJLukCWiTTk { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:8.154296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#aQfUFLKpNE5IWqfSShTHQXlwiQFoCbp2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.875rem;top:2.1875rem;left:1.87353515625rem;overflow:hidden;display:block; }
#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ { position:relative;display:block; }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ { background-color: transparent; background-image: none; }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ > .row .container > .video-iframe-container { display: none; }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ > .row > .video-iframe-container { display: none; }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ > .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); }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ { border-width: 0; border-radius: 0; }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E0Bv1P1eONJfmwymQfovHyuF8KVnIGHJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row .container { background-color: transparent; background-image: none; }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row .container > .video-iframe-container { display: none; }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row > .video-iframe-container { display: none; }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .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); }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row .container { border-width: 0; border-radius: 0; }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKMHXIPo6156Jvyq8RlO5pXl0osiwngp > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#JWpoaekm9yP1fcHrUeeW2NEvbU7byQDc { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:6.904296875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GZn8wsOENm9fdW8oG6w2DEpTlzhkZWuo { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.5rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQcsrG0Kt0yF9nwePCosq0UrbyQfLtCa { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#mmN7IIQrZe6Z30Qf2k6Lba04lWHUo2RX { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13.125rem;top:2.46875rem;left:0.9375rem;overflow:hidden;display:none; }
#rVcBXZLCE0fi765R9XHPPM4CDIqfGZUo { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:11.25rem;top:3.125rem;left:0.9375rem;overflow:hidden;display:none; }
#ZPFfTRdRztbbEEVAChHTse1QDSH308Bb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:7.8125rem;top:2.1875rem;left:0.9375rem;overflow:hidden;display:none; }
#SWnGgdeyPBlh1mszlo2I5wdlXhbhtPRi { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.8125rem;top:2.1875rem;left:1.84375rem;overflow:hidden;display:none; }
#Mw2zG2Vst3JMdklLR5M2S3RaJrKakPvk { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:11.8125rem;top:2.8125rem;left:1.28076171875rem;overflow:hidden;display:block; }
#dAfXRmlU76biZeIPBTlrX9O2TWu6pbym { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.395832061767rem;left:28.802082061767rem;display:block; }
#IpmnaKVvBDxsN0RQUBgq0yWhS8WzwPWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzxkRs6bBuaT5w7o5GeTWAoJIDODcgVK { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.1235625rem;top:6.904296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ { position:relative;display:block; }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ { background-color: transparent; background-image: none; }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ > .row .container > .video-iframe-container { display: none; }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ > .row > .video-iframe-container { display: none; }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ > .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); }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ { border-width: 0; border-radius: 0; }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnAocDvGeV7J4rKgU7bNWAvqNaJ2RyWQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row .container { background-color: transparent; background-image: none; }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row .container > .video-iframe-container { display: none; }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row > .video-iframe-container { display: none; }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .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); }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row .container { border-width: 0; border-radius: 0; }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCVTpw3mkdII87mF7z5TeQxO5cTEJZlf > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#OWicVcM43w2ZlOgBTFXHdu7wxgAuyNFq { color:#000000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:9.091796875rem;left:0rem;height:16.24880625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ArWzbFAEeofHOeadOpTIox4IR2g7xaMA { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:28.187255859375rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k0oGSu02bHPWElmn9cyhPba04fTz8TS5 { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.109130859375rem;left:28.828125rem;display:block; }
#CvnWPGvJzb72qx21uL7V8E5hyuxZD927 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HpwWz3XS6cByzlRNLCKCvOi2UzqbskXN { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.12475rem;width:34.12475rem;top:9.091796875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#JQ0VxCLg0E1O6D5EW6aHTVtpgaAf3pg6 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.5625rem;top:2.200927734375rem;left:1.875rem;overflow:hidden;display:block; }
#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn { position:relative;display:block; }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn { background-color: transparent; background-image: none; }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn > .row .container > .video-iframe-container { display: none; }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn > .row > .video-iframe-container { display: none; }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn > .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); }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn { border-width: 0; border-radius: 0; }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SePVzWE2ONNmmScg2rbScQ9T6OFfNLxn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row .container { background-color: transparent; background-image: none; }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row .container > .video-iframe-container { display: none; }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row > .video-iframe-container { display: none; }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .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); }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row .container { border-width: 0; border-radius: 0; }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ovFmbkEBOFU0ZD0WHf32TvgFM3kQQcAN > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#BwH4uyXPRGcfR6Hst9ZshdWllocB2KM6 { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:6.904296875rem;left:0rem;height:14.443375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uQT6BkbaqZlUOTfDSlgQrpcEV7dSwrWG { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:25.999755859375rem;left:0rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OvRQ30BbE4ISAO3f03T6pCQlFng6JND3 { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.515380859375rem;left:28.828125rem;display:block; }
#NoI3LWfTNGk7AOMhQgqmtwtb9K3LzJvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TaBTP9qwi8iKVO9wpGqGxht59UWP2bx9 { 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:2.68676875rem;width:10.3125rem;top:2.1865234375rem;left:1.897216796875rem;overflow:hidden;display:block; }
#BDKZDNZ2h3WhvRQ1We7H7xC4xfXRTJL8 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:6.875rem;left:40.9375rem;display:block; }
#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz { position:relative;display:block; }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz { background-color: transparent; background-image: none; }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz > .row .container > .video-iframe-container { display: none; }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz > .row > .video-iframe-container { display: none; }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz > .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); }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz { border-width: 0; border-radius: 0; }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UskH7Vefwdz45eghU1W4XFl8LdOwmuJz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row .container { background-color: transparent; background-image: none; }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row .container > .video-iframe-container { display: none; }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row > .video-iframe-container { display: none; }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .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); }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row .container { border-width: 0; border-radius: 0; }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W0mItEeoE7W55x5S7ElXSq0EN2iAOz9N > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#uGGP2CFtvXCaObda8HPa34dIlwAKcig1 { color:#000000;display:block;width:39.0625rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.466796875rem;left:0rem;height:14.44336875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EVSgTUCfPzXtI3u8zrTnm7DaRia3Z6np { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.562255859375rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQoVqkULkC3U28TeGww2stgxoU2I8gzL { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.484130859375rem;left:28.828125rem;display:block; }
#Bp0zySp7mIei73U6xeQO08VTRpbTe9PH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ie6VByTOCKz8JFaDGX0JAacSzUDabzfq { position:absolute;display:block;z-index:15087;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:16.375rem;top:1.232421875rem;left:0.625rem;overflow:hidden;display:block; }
#le5vNSSIPb1Q8cWKp0IgxUqiHuyUKZiS { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.0625rem;top:8.4375rem;left:40.9375rem;display:block; }
#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed { position:relative;display:block; }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed { background-color: transparent; background-image: none; }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed > .row .container > .video-iframe-container { display: none; }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed > .row > .video-iframe-container { display: none; }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed > .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); }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed { border-width: 0; border-radius: 0; }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4ZICCCQw1VMmyP39Jd0OC0SrHSyWEed > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row .container { background-color: transparent; background-image: none; }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row .container > .video-iframe-container { display: none; }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row > .video-iframe-container { display: none; }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .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); }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row .container { border-width: 0; border-radius: 0; }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HApZrAAJ6fyTpAHKwzQHQRbtZTGkAIVy > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#RDCXwpAXFuVL4sGahO7e3AlSxToKGTZ3 { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.529296875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AcmMRvAgt1XUz1FVIQvL6hnOB1mJi1MF { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.625rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q4GdCn3dTiUaC9hoJBLPw2mt7yAQW7xZ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7rem;top:2.5625rem;left:1.25rem;overflow:hidden;display:none; }
#Oo6W88CUrexD6r212SKB7XdFcnBkmz7u { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.625rem;top:2.843017578125rem;left:2.1875rem;overflow:hidden;display:block; }
#abT8TUXOLy9rEXKJdkZPpx5DqpcIgq9T { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.53125rem;left:28.8125rem;display:block; }
#ddqL0mWMTN5QFdDktWeBcpyIc0iJKTAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhEMAsIrKd6ONUcLnV5uUMh9zvOLAK0c { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.1235625rem;top:7.529296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG { position:relative;display:block; }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG { background-color: transparent; background-image: none; }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG > .row .container > .video-iframe-container { display: none; }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG > .row > .video-iframe-container { display: none; }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG > .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); }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG { border-width: 0; border-radius: 0; }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ybyZcqbnzMbU3MH99TD3L9cRsX5dX2CG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row .container { background-color: transparent; background-image: none; }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row .container > .video-iframe-container { display: none; }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row > .video-iframe-container { display: none; }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .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); }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row .container { border-width: 0; border-radius: 0; }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Co8ohOG93ApkqnaxnvUy0k541sSV1RdI > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#HAHTaFa7CTbvE7qfyclmBFGTiRNCTPyC { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.529296875rem;left:0rem;height:1.80541875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L8LJ37MTa1hPOulQVlXUFUTMTer9CXqK { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"poppins extrabold";font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:26.625rem;left:0rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITb48Pi3ehBQcNGF2TW50crqVcGTH9fZ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7rem;top:2.5625rem;left:1.25rem;overflow:hidden;display:none; }
#zOAAhFg3kzWIrpgIIP7Er20PkCGRhkRV { background-color:#b9b6b6;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:31.53125rem;left:28.8125rem;display:block; }
#tThcbPshr3vHJnZUBqfWVNmTPMXfegK8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QKAtE0MmrcuxTkbJZi2PUwFuG7b1TNqg { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:19.1235625rem;width:34.1235625rem;top:7.529296875rem;left:40.875244140625rem;overflow:hidden;display:block; }
#Qfe5VRCHJWR3AiVx8nlC32lX8su6SfAm { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.8125rem;top:2.186767578125rem;left:1.5625rem;overflow:hidden;display:block; }
#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 { position:relative;display:block; }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 { background-color: transparent; background-image: none; }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 > .row .container > .video-iframe-container { display: none; }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 > .row > .video-iframe-container { display: none; }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 > .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); }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 { border-width: 0; border-radius: 0; }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LblUnsiw2bQBAdSNsW6cIR1hTrSzVSL1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr { position:relative;display:block; }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr { background-color: transparent; background-image: none; }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr > .row .container > .video-iframe-container { display: none; }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr > .row > .video-iframe-container { display: none; }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr > .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); }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr { border-width: 0; border-radius: 0; }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LAKlqvTm37AA4TKpEA4Zel9GPxDdDTtr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l6kHUuJ8c18V7tSTZU5aamyzddgX9vio { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp { position:relative;display:block; }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp { background-color: transparent; background-image: none; }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp > .row .container > .video-iframe-container { display: none; }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp > .row > .video-iframe-container { display: none; }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp > .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); }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp { border-width: 0; border-radius: 0; }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V5S7SoaNOOzB832RR5zppgZMm1m6zvSp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P { position:relative;display:block; }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P { background-color: transparent; background-image: none; }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P > .row .container > .video-iframe-container { display: none; }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P > .row > .video-iframe-container { display: none; }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P > .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); }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P { border-width: 0; border-radius: 0; }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WXPTZHIN3bPaP2MN8olEaeCqBsD6gU3P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L37LgZk9LfsZ2GnsLtriEKqMlUyVtwVs { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md { position:relative;display:block; }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md { background-color: transparent; background-image: none; }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md > .row .container > .video-iframe-container { display: none; }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md > .row > .video-iframe-container { display: none; }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md > .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); }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md { border-width: 0; border-radius: 0; }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vssEPAUBU8JfQhy5M56saB1Lpcomf6Md > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR { position:relative;display:block; }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR { background-color: transparent; background-image: none; }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR > .row .container > .video-iframe-container { display: none; }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR > .row > .video-iframe-container { display: none; }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR > .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); }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR { border-width: 0; border-radius: 0; }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GWd7Q2KviEQcIV9piB9kxHP30fLnSRTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZBKDqun58Bd9MOsR3thmTd745SyMKy6P { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk { position:relative;display:block; }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk { background-color: transparent; background-image: none; }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk > .row .container > .video-iframe-container { display: none; }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk > .row > .video-iframe-container { display: none; }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk > .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); }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk { border-width: 0; border-radius: 0; }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIE72EEqtvXqeGHAnhEErl4Lr4bs3Czk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy { position:relative;display:block; }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy { background-color: transparent; background-image: none; }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy > .row .container > .video-iframe-container { display: none; }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy > .row > .video-iframe-container { display: none; }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy > .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); }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy { border-width: 0; border-radius: 0; }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LLWSvMVdwz9CVGosH2XUIxuvJqHdzLAy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a4UmpbCxJ6idR1tf70Lp7TAed1A82zCU { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV { position:relative;display:block; }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV { background-color: transparent; background-image: none; }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV > .row .container > .video-iframe-container { display: none; }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV > .row > .video-iframe-container { display: none; }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV > .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); }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV { border-width: 0; border-radius: 0; }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2VFEf4gXytHxHSaEgKHKT4K0SuT3oUV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX { position:relative;display:block; }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX { background-color: transparent; background-image: none; }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX > .row .container > .video-iframe-container { display: none; }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX > .row > .video-iframe-container { display: none; }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX > .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); }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX { border-width: 0; border-radius: 0; }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p486SyW6QK1TGEFtlD7sQ2ON4iwMO4EX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Hamn4FHzIOMgcB9dhNcBps1cTES3tP4N { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 { position:relative;display:block; }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 { background-color: transparent; background-image: none; }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 > .row .container > .video-iframe-container { display: none; }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 > .row > .video-iframe-container { display: none; }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 > .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); }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 { border-width: 0; border-radius: 0; }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWHPqO6sxZtGPBlBl41k5h5LK9aAVLo2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 { position:relative;display:block; }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 { background-color: transparent; background-image: none; }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 > .row .container > .video-iframe-container { display: none; }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 > .row > .video-iframe-container { display: none; }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 > .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); }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 { border-width: 0; border-radius: 0; }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aWS3iklNSTyw8vZVvxSoO9FVmkPszL72 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TnRTmN1fFpfkHwVdTRsBDoB7TAtMIFkm { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF { 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; }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row .container { background-color: transparent; background-image: none; }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row .container > .video-iframe-container { display: none; }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row > .video-iframe-container { display: none; }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .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); }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row .container { border-width: 0; border-radius: 0; }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lrKNrFbkSvQXyvt7T1N4GZD5l0cSb6rF > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row .container { background-color: transparent; background-image: none; }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row .container > .video-iframe-container { display: none; }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row > .video-iframe-container { display: none; }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .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); }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row .container { border-width: 0; border-radius: 0; }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdxh0s53kX87FBlZU6K8pGxhGaesuIMl > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#sHZKPs3Tq1c0Z1Lna1DSPXyXbKGmwkhv { color:#1729ce;display:block;width:70.25rem;position:absolute;font-family:sharp;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.90625rem;left:2.375rem;height:2.598875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU { position:relative;display:block; }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU { background-color: transparent; background-image: none; }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU > .row .container > .video-iframe-container { display: none; }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU > .row > .video-iframe-container { display: none; }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU > .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); }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU { border-width: 0; border-radius: 0; }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x3pgyqmTO6NXVqlGo2BWpCycky81zdfU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JfnaUpLFsgSTVCwTw97yMQw6bv94TIht { color:#ff0000;display:block;width:39.375rem;position:absolute;font-family:"poppins extrabold";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:2.5029296875rem;left:2.52197265625rem;height:2.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI { 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; }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row .container { background-color: transparent; background-image: none; }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row .container > .video-iframe-container { display: none; }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row > .video-iframe-container { display: none; }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .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); }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row .container { border-width: 0; border-radius: 0; }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsguFIWbis1XW1hTiDEdhquiReyAxZoI > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 { position:relative;display:block; }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 { background-color: transparent; background-image: none; }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 > .row .container > .video-iframe-container { display: none; }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 > .row > .video-iframe-container { display: none; }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 > .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); }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 { border-width: 0; border-radius: 0; }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPl5Z61zier8AR8TO6R8KqCXFGnfLxo8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 { position:relative;display:block; }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 { background-color: transparent; background-image: none; }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 > .row .container > .video-iframe-container { display: none; }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 > .row > .video-iframe-container { display: none; }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 > .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); }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 { border-width: 0; border-radius: 0; }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9bFEgF7ucAmTbX9sAmTG1o7pb5Jc3D8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cecece;background-image:none;font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }