.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { position:relative;display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { background-color: transparent; background-image: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .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); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { border-width: 0; border-radius: 0; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container > .video-iframe-container {  }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10.1875rem;top:1.624755859375rem;left:32.1875rem;overflow:hidden;display:block; }
#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn { z-index:auto;position:relative;display:block; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn { background-color: transparent; background-image: none; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container > .video-iframe-container { display: none; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row > .video-iframe-container { display: none; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .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); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn { border-width: 0; border-radius: 0; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container { background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#ydEG9qr7T80qIQuJdDZVHoKT57MVG9Ox { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:75rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#KTdeeiTqzMvtmyzCoWfQRwOQqof8ikhK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#qvI5OshTTPEoSNuwmHJERJTCdWbKufTT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OyROJSw2RupSBHe80Icy6RIcFLNHqTXL { display:block;width:27.123625rem;position:absolute;font-family:"sofia pro";font-size:2.9375rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.4);top:19.99863243103rem;left:3.3339862823486rem;height:;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;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#o8dE30ZULRMFslJtzCwC1BwGNdZRXlX0 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.35) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1rem;font-weight:400;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:14.7480625rem;height:2.74921875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.935935974121rem;left:3.3333988189698rem;display:block; }
#gWf2rn0lXtSc4GflbZnCov4cwDuoTpcG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FhocTyMkLJM9JOD1Dks9U658JT3UhXU0 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wsF5LbwyJ4uBA6bWTzqR4slvmv4VyLBB { color:#000000;display:block;width:55.562125rem;position:absolute;font-family:"sofia pro";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:36.029286861419rem;left:8.8417987823488rem;height:3.25019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS { position:relative;display:block; }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS { background-color: transparent; background-image: none; }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row .container > .video-iframe-container { display: none; }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row > .video-iframe-container { display: none; }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .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); }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS { border-width: 0; border-radius: 0; }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row .container > .video-iframe-container {  }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#BUMQCxQJPmzw9TAMGpwITG04rzHx4iGk { color:#000000;display:block;width:57.812125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:3.5812430381775rem;left:8.5927753448488rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { position:relative;display:block; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { background-color: transparent; background-image: none; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container > .video-iframe-container { display: none; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row > .video-iframe-container { display: none; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .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); }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { border-width: 0; border-radius: 0; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container > .video-iframe-container {  }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#gsFPks1cBy7mw5S9Ho0OJ44uTLXrche7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.562125rem;width:24.9375rem;top:1.25rem;left:41.4375rem;overflow:hidden;display:block; }
#TT2FifpT5pMuxbK2C2hiSAQXP1I68QD5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.6248125rem;width:25.0623125rem;top:1.1875rem;left:9rem;overflow:hidden;display:block; }
#rMBfX0N5ZJSOaIiecUp4GWzhEIMTK1t1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12480625rem;width:3.12480625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.9375rem;left:36.25rem; }
#C0nsOyXxd01nRyWMznHgBNaxPZt3EuqN { color:#000000;display:block;width:23.3748125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.9375rem;left:9rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2I4xfV9pedZXtvuKoWzmtMH65J8IZH4 { color:#000000;display:block;width:23.3748125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:18.9375rem;left:42.25rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI { position:relative;display:block; }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI { background-color: transparent; background-image: none; }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row .container > .video-iframe-container { display: none; }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row > .video-iframe-container { display: none; }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .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); }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI { border-width: 0; border-radius: 0; }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row .container > .video-iframe-container {  }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#q1P7ilbZLCHOC8fvRyzF84xAvqxrbq3M { display:block;width:64.5rem;position:absolute;font-family:"sofia pro";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:2.3730449676514rem;left:5.2494144439697rem;height:;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;color:#393939;text-align:center;text-align-last:center;display:block; }
#X50m8EI747WaW7TokWJVKqOrIhrtcxHF { color:#000000;display:block;width:23.3748125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:10rem;left:26.375rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rex26ebi0wHKOZExd4yzpz4Pnp9lsSBw { color:#000000;display:block;width:68rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:6.0625rem;left:3.5rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5WodSDTZuoZnLQJvRr3kdaAKf5ZexPD { color:#000000;display:block;width:33.437125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:5.375rem;left:20.8125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x { position:relative;display:block; }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x { background-color: transparent; background-image: none; }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row .container > .video-iframe-container { display: none; }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row > .video-iframe-container { display: none; }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .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); }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x { border-width: 0; border-radius: 0; }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row .container > .video-iframe-container {  }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#v64yDUCnxbTeyT8IDqVKhcJO6rJHBzcJ { color:#000000;display:block;width:28.3119375rem;position:absolute;font-family:"sofia pro";font-size:2.5rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:1.5615234375rem;left:23.34316444397rem;height:5.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCBOhUUMKWakJCnTSZNKAtcvXrNw6eC6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3109375rem;width:75rem;top:21.563082695007rem;left:0rem;overflow:hidden;display:block; }
#b1GTD2wqLlPXgNNgaz6EXzNEQKyEKido { color:#000000;display:block;width:35.124625rem;position:absolute;font-family:"sofia pro";font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:9.2302703857425rem;left:20.77968788147rem;height:5.5371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCr7riT6WmnnX16p23VWSpwUIhtR5gCF { color:#000000;display:block;width:33.437125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:19.391600608826rem;left:20.780271530151rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeXABJcHkhobMseJIc6HAQkTvPvVvZ3w { background-color:transparent;background-image:none;border-top:0.0625rem solid #393939;border-left:0.0625rem solid #393939;border-right:0.0625rem solid #393939;border-bottom:0.0625rem solid #393939;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-sizing:border-box;color:#393939;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:12.87653125rem;height:2.0630875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.141991615296rem;left:31.903123855591rem;display:block; }
#yG2ysZD0wck1Dg8g1zRFfS3BmI001kZE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I24MtBUte98tiPvfGg6DAIzoe6fHQMPd { position:relative;display:none; }#I24MtBUte98tiPvfGg6DAIzoe6fHQMPd { border-width: 0; border-radius: 0; }#I24MtBUte98tiPvfGg6DAIzoe6fHQMPd > .row .container > .video-iframe-container {  }#I24MtBUte98tiPvfGg6DAIzoe6fHQMPd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:none; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 { position:relative;display:block; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 { background-color: transparent; background-image: none; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row .container > .video-iframe-container { display: none; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row > .video-iframe-container { display: none; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .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); }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 { border-width: 0; border-radius: 0; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row .container > .video-iframe-container {  }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#Xf67gnKus3IboVdlOdxaLZQsccMJvgax { color:#393939;display:block;width:59.3741875rem;position:absolute;font-family:"sofia pro";font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:6.2906227111819rem;left:9.1351585388181rem;height:6.075rem;text-align:center;text-align-last:center;display:block; }
#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt { position:relative;display:block; }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt { background-color: transparent; background-image: none; }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row .container > .video-iframe-container { display: none; }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row > .video-iframe-container { display: none; }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .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); }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt { border-width: 0; border-radius: 0; }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row .container > .video-iframe-container {  }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#mF3mx62xPvU5xaZZyohcBvsDgdHJp4mk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:72.9375rem;top:3.814697265625E-6rem;left:0rem;overflow:hidden;display:block; }
#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { position:relative;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { border-width: 0; border-radius: 0; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container {  }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:75rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:25rem;top:2.3125rem;left:24.999564170837rem;overflow:hidden;display:block; }
#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T { position:relative;display:block; }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T { background-color: transparent; background-image: none; }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row .container > .video-iframe-container { display: none; }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row > .video-iframe-container { display: none; }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .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); }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T { border-width: 0; border-radius: 0; }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row .container > .video-iframe-container {  }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#393939;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#hRTJzdKRG0FpRuTaBxncMtSTPWklBmt8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.25rem;height:0.89296875rem;text-align:center;text-align-last:center;display:block; }
#GSBFRVtq0rKVodChRRME34v4PSXkHlWk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:31.250001907349rem;height:0.89296875rem;text-align:center;text-align-last:center;display:block; }
#o5mLIZKSJTbIqQSkFvVCrrmKXQzR9Lb8 { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"sofia pro";font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625495910644rem;left:24.562501907349rem;height:0.89296875rem;text-align:center;text-align-last:center;display:block; }
#EmPd4ZgVf6qzkrnC5iFWRtqUDnDAb9AB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.0625rem;left:35.000001907349rem;overflow:hidden;display:block; }
#B72rbdTqUme3Aisr1lkE54AWTHAz0iCc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.0625rem;left:37.875001907349rem;overflow:hidden;display:block; }
#TwOfp3xO8EWWc3hVm13Nis6d6Vzx9HrE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.0625rem;left:40.875001907349rem;overflow:hidden;display:block; }
#PFeaQ25Ss6qEhizgIN1CqoeC4rQciBnv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:7rem;left:31.937499046326rem;overflow:hidden;display:block; }
#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { background-color: transparent; background-image: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .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); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { border-width: 0; border-radius: 0; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container > .video-iframe-container {  }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:1.125rem;top:3.6242656707764rem;left:36.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { top:1.5625rem;left:18.5625rem;width:10.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn { display:block; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container { height:41.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydEG9qr7T80qIQuJdDZVHoKT57MVG9Ox { top:1rem;left:0rem;width:47.75rem;height:0.4775rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdeeiTqzMvtmyzCoWfQRwOQqof8ikhK { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #qvI5OshTTPEoSNuwmHJERJTCdWbKufTT { top:0rem;left:0rem;width:47.75rem;height:0.63666666666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyROJSw2RupSBHe80Icy6RIcFLNHqTXL { width:27.0625rem;height:;top:19.9375rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8dE30ZULRMFslJtzCwC1BwGNdZRXlX0 { width:14.6875rem;height:2.6875rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWf2rn0lXtSc4GflbZnCov4cwDuoTpcG { display:block; }
 }@media only screen and (max-width: 763px) { #FhocTyMkLJM9JOD1Dks9U658JT3UhXU0 { top:0rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsF5LbwyJ4uBA6bWTzqR4slvmv4VyLBB { top:36rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS { display:block; }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUMQCxQJPmzw9TAMGpwITG04rzHx4iGk { top:3.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { display:block; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsFPks1cBy7mw5S9Ho0OJ44uTLXrche7 { top:1.25rem;left:22.8125rem;width:24.9375rem;height:16.562125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2FifpT5pMuxbK2C2hiSAQXP1I68QD5 { top:1.1875rem;left:0rem;width:25rem;height:16.583478180635rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBfX0N5ZJSOaIiecUp4GWzhEIMTK1t1 { top:7.9375rem;left:20.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0nsOyXxd01nRyWMznHgBNaxPZt3EuqN { top:18.9375rem;left:0.5625rem;width:23.3125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2I4xfV9pedZXtvuKoWzmtMH65J8IZH4 { top:18.9375rem;left:23.875rem;width:23.3125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI { display:block; }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1P7ilbZLCHOC8fvRyzF84xAvqxrbq3M { width:47.75rem;height:3rem;top:2.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50m8EI747WaW7TokWJVKqOrIhrtcxHF { top:10rem;left:12.75rem;width:23.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rex26ebi0wHKOZExd4yzpz4Pnp9lsSBw { top:6.0625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WodSDTZuoZnLQJvRr3kdaAKf5ZexPD { top:5.375rem;left:7.1875rem;width:33.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x { display:block; }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v64yDUCnxbTeyT8IDqVKhcJO6rJHBzcJ { top:1.5rem;left:9.71816444397rem;width:28.25rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCBOhUUMKWakJCnTSZNKAtcvXrNw6eC6 { top:21.5625rem;left:0rem;width:47.75rem;height:9.111296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1GTD2wqLlPXgNNgaz6EXzNEQKyEKido { top:9.1875rem;left:7.15468788147rem;width:35.0625rem;height:5.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCr7riT6WmnnX16p23VWSpwUIhtR5gCF { top:19.375rem;left:7.1552715301512rem;width:33.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeXABJcHkhobMseJIc6HAQkTvPvVvZ3w { width:12.875rem;height:2.0625rem;top:16.125rem;left:18.278123855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG2ysZD0wck1Dg8g1zRFfS3BmI001kZE { display:block; }
 }@media only screen and (max-width: 763px) { #I24MtBUte98tiPvfGg6DAIzoe6fHQMPd { display:none; }#I24MtBUte98tiPvfGg6DAIzoe6fHQMPd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 { display:block; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xf67gnKus3IboVdlOdxaLZQsccMJvgax { top:6.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt { display:block; }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF3mx62xPvU5xaZZyohcBvsDgdHJp4mk { top:0rem;left:0rem;width:47.75rem;height:12.315981148243rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { top:10.875rem;left:0rem;width:47.75rem;height:0.4775rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { top:2.3125rem;left:11.374564170838rem;width:25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T { display:block; }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRTJzdKRG0FpRuTaBxncMtSTPWklBmt8 { top:5.3125rem;left:17.625003814698rem;width:12.5rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSBFRVtq0rKVodChRRME34v4PSXkHlWk { top:3.6875rem;left:17.625001907349rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mLIZKSJTbIqQSkFvVCrrmKXQzR9Lb8 { top:1.5625rem;left:10.937501907349rem;width:25.875rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmPd4ZgVf6qzkrnC5iFWRtqUDnDAb9AB { top:7.0625rem;left:21.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B72rbdTqUme3Aisr1lkE54AWTHAz0iCc { top:7.0625rem;left:24.250001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwOfp3xO8EWWc3hVm13Nis6d6Vzx9HrE { top:7.0625rem;left:27.250001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFeaQ25Ss6qEhizgIN1CqoeC4rQciBnv { top:7rem;left:18.312499046326rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { display:none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { width:1.125rem;height:2.25rem;top:3.5625rem;left:23.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { width:8.687125rem;height:1.24980625rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container { background-color: transparent; background-image: none; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container > .video-iframe-container { display: none; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row > .video-iframe-container { display: none; }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .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); }#nbUFKTiaeT4kTdnhRMTNSqe2xds5gwDn > .row .container { height:15.24843788147rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydEG9qr7T80qIQuJdDZVHoKT57MVG9Ox { width:20rem;height:0.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTdeeiTqzMvtmyzCoWfQRwOQqof8ikhK { top:0rem;left:0rem;width:20rem;height:9.4375rem;z-index:15002;background-color:rgba(57,57,57,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #qvI5OshTTPEoSNuwmHJERJTCdWbKufTT { width:20rem;height:0.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyROJSw2RupSBHe80Icy6RIcFLNHqTXL { width:18.9375rem;height:2.4369125rem;top:3.6861329078674rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o8dE30ZULRMFslJtzCwC1BwGNdZRXlX0 { width:10.749625rem;height:1.93710625rem;top:7.7718749046325rem;left:0.56249994039536rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWf2rn0lXtSc4GflbZnCov4cwDuoTpcG { display:block; }
 }@media only screen and (max-width: 763px) { #FhocTyMkLJM9JOD1Dks9U658JT3UhXU0 { width:19.9998125rem;height:11.25rem;top:1.3119125366211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsF5LbwyJ4uBA6bWTzqR4slvmv4VyLBB { width:19.9998125rem;height:3.375rem;top:11.873436450958rem;left:0rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS { display:block; }#PPxPf5zqIVamxHFOFdfDHyepTcSxMHxS > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUMQCxQJPmzw9TAMGpwITG04rzHx4iGk { width:18.75rem;height:4.8984375rem;top:0.4365234375rem;left:0.62402337789536rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kVehADGSBLqHEyX204iw7L7mnpH6kQL3 { display:block; }#kVehADGSBLqHEyX204iw7L7mnpH6kQL3 > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsFPks1cBy7mw5S9Ho0OJ44uTLXrche7 { width:7.749625rem;height:5.124025rem;top:0.55879020690918rem;left:12.250194966793rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT2FifpT5pMuxbK2C2hiSAQXP1I68QD5 { width:8.25rem;height:5.4375rem;top:0.58925819396973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMBfX0N5ZJSOaIiecUp4GWzhEIMTK1t1 { width:3.061525rem;height:3.061525rem;top:2.2775402069092rem;left:8.5941404700281rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0nsOyXxd01nRyWMznHgBNaxPZt3EuqN { width:8.499625rem;height:2.1rem;top:6.0263671875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2I4xfV9pedZXtvuKoWzmtMH65J8IZH4 { width:8.25rem;height:2.1rem;top:6.0263671875rem;left:11.749803960323rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI { display:block; }#os9nTTnlP7KHEcmdhWLvqOTf6ye09AXI > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1P7ilbZLCHOC8fvRyzF84xAvqxrbq3M { width:19.9998125rem;height:2.3994125rem;top:0.87480545043944rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#393939;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X50m8EI747WaW7TokWJVKqOrIhrtcxHF { width:19.9998125rem;height:1.2246125rem;top:11.566406965256rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rex26ebi0wHKOZExd4yzpz4Pnp9lsSBw { width:19.9998125rem;height:4.8984375rem;top:2.5271492004394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5WodSDTZuoZnLQJvRr3kdaAKf5ZexPD { width:19.9998125rem;height:2.449225rem;top:9.1183586120606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x { display:block; }#S0Tcs5nDR4vFJTT3vC737kOzWbAlKU3x > .row .container { width:20rem;height:21.311135137939rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v64yDUCnxbTeyT8IDqVKhcJO6rJHBzcJ { width:19.9998125rem;height:3.4746125rem;top:0.81211090087888rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCBOhUUMKWakJCnTSZNKAtcvXrNw6eC6 { width:19.9998125rem;height:3.8162125rem;top:17.494922637939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1GTD2wqLlPXgNNgaz6EXzNEQKyEKido { width:19.9998125rem;height:3.4746125rem;top:5.9115257263184rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCr7riT6WmnnX16p23VWSpwUIhtR5gCF { width:19.9998125rem;height:3.67383125rem;top:11.009765625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeXABJcHkhobMseJIc6HAQkTvPvVvZ3w { width:13.00134375rem;height:1.75136875rem;top:14.682422637939rem;left:3.4986326098442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG2ysZD0wck1Dg8g1zRFfS3BmI001kZE { display:block; }
 }@media only screen and (max-width: 763px) { #I24MtBUte98tiPvfGg6DAIzoe6fHQMPd { display:block; }#I24MtBUte98tiPvfGg6DAIzoe6fHQMPd > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 { display:block; }#kq8ssNQEHv5IoneJtOJyFW3npIwy2AK6 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xf67gnKus3IboVdlOdxaLZQsccMJvgax { width:18.624625rem;height:2.548825rem;top:2.0876941680908rem;left:0.68730467557906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt { display:block; }#OnuM9JVCOJiTrmzCof09ghKVaLfqUtxt > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF3mx62xPvU5xaZZyohcBvsDgdHJp4mk { width:19.9998125rem;height:5.1568375rem;top:2.2330055236816rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color:#ffffff;background-image:none;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { width:19.9998125rem;height:0.87480625rem;top:6.6240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { width:15.624625rem;height:5.74980625rem;top:0.87422180175781rem;left:2.1873046755791rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T { display:block; }#wAq9kOQ0SSriENb7mR4TBi3LpG1tMO3T > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRTJzdKRG0FpRuTaBxncMtSTPWklBmt8 { width:12.4998125rem;height:0.89296875rem;top:4.4103546142578rem;left:7.4999994635581rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSBFRVtq0rKVodChRRME34v4PSXkHlWk { width:12.4998125rem;height:0.89296875rem;top:4.4103546142578rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5mLIZKSJTbIqQSkFvVCrrmKXQzR9Lb8 { width:16.3125rem;height:1.7859375rem;top:1.25rem;left:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmPd4ZgVf6qzkrnC5iFWRtqUDnDAb9AB { width:1.561525rem;height:1.561525rem;top:6.8115234375rem;left:6.9374994635581rem;display:block; }
 }@media only screen and (max-width: 763px) { #B72rbdTqUme3Aisr1lkE54AWTHAz0iCc { width:1.561525rem;height:1.561525rem;top:6.8115234375rem;left:12.499803960323rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwOfp3xO8EWWc3hVm13Nis6d6Vzx9HrE { width:1.561525rem;height:1.561525rem;top:6.8115234375rem;left:17.249412953854rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFeaQ25Ss6qEhizgIN1CqoeC4rQciBnv { width:1.561525rem;height:1.561525rem;top:6.8115234375rem;left:1.8123046755791rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;z-index:auto;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { top:1.25rem;left:9.4375rem;width:1.125rem;height:2.25rem;z-index:15000;overflow:hidden;display:block; }
 }