.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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b66267b6-b0b3-4bd0-b8ca-6bd241a3c960/NBC23_0490.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:14px;font-family:arial;height:659px;width:1200px;overflow:visible;position:relative;display:block; }#dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:327px;top:62.65625px;left:436.5px;overflow:hidden;display:block; }
#y7uh1l5HMubB03ioPorCB0nRop30kQTx { color:#ffffff;display:block;width:1200px;position:absolute;font-family:raleway;font-size:36px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:175.5px;left:9px;height:100px;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; }
#xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { position:absolute;display:block;z-index:15001;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:1091px;top:182px;left:64px;display:block; }
#Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { position:absolute;display:block;z-index:14999;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:379px;top:232px;left:422px;display:block; }
#Spx3QVu3Ev1H3mAuy6V31emsaMKBC7yH { position:absolute;display:block;z-index:14999;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:651px;top:232px;left:1px;display:none; }
#ZOaKK1T1hMqsNrHUi3MTpeA4372zQuxJ { position:absolute;display:block;z-index:14999;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:651px;top:232px;left:1px;display:none; }
#THmhohdH9VpHUC3E0VUR7fRV6gF9zCye { position:absolute;display:block;z-index:14999;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:38px;width:651px;top:232px;left:1px;display:none; }
#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { position:relative;display:block; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { background-color: transparent; background-image: none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container > .video-iframe-container { display: none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row > .video-iframe-container { display: none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .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); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { border-width: 0; border-radius: 0; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .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; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:173px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yxh21pHqn53r4wcQmr00WGeuDvKkamAw { 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;height:59px;width:168px;top:52px;left:60px;overflow:hidden;display:block; }
#kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:177px;top:60px;left:247px;overflow:hidden;display:block; }
#VGxNxXLFZudkoTPbKLyFDFDslR42M76F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:49px;width:184px;top:62px;left:439px;overflow:hidden;display:block; }
#dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:46px;width:165px;top:68px;left:648px;overflow:hidden;display:block; }
#sJo8rEzSwo9Eq7vc98g6So6x2r2kR04X { 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;height:62px;width:184px;top:54px;left:831px;overflow:hidden;display:block; }
#kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:45px;width:126px;top:63px;left:1014px;overflow:hidden;display:block; }
#B4m195lRFHT4xUce75btHJtmG8pPfrR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/acdee92d-5cf3-4173-a59f-aaa81aab228e/NBC23_0182.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1.adaptive-delivery-prevent-bg, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyload, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyloading { background-image: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { background-color: transparent; background-image: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container > .video-iframe-container { display: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container { display: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .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); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { border-width: 0; border-radius: 0; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { font-size:14px;font-family:arial;height:463px;width:1200px;position:relative;display:block; }#Gzs9KQ7Tr3aOrCHz92CTAT9I882XMcf1 { color:#ffffff;display:block;width:1198px;position:absolute;font-family:raleway;font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:158px;left:2px;height:147px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { position:relative;display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { background-color: transparent; background-image: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .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); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { border-width: 0; border-radius: 0; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .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; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.32);background-image:none;font-size:14px;font-family:arial;height:205px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { 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;height:42px;width:43px;top:133px;left:921px;overflow:hidden;display:block; }
#W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:43px;top:133px;left:964px;overflow:hidden;display:block; }
#BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:43px;top:133px;left:1007px;overflow:hidden;display:block; }
#CqR253XOmDetT7cubkuO78eJk4XelFPs { color:#000000;display:block;width:74px;position:absolute;font-family:raleway;font-size:12px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:34px;left:835px;height:15px;display:block; }
#vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { color:#000000;display:block;width:81px;position:absolute;font-family:raleway;font-size:12px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:85px;left:942px;height:15px;display:block; }
#Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { color:#000000;display:block;width:97px;position:absolute;font-family:raleway;font-size:12px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:85px;left:1051px;height:15px;display:block; }
#TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { color:#000000;display:block;width:77px;position:absolute;font-family:raleway;font-size:12px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:147px;left:835px;height:15px;display:block; }
#FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { position:absolute;display:block;z-index:15018;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:312px;top:122px;left:835px;display:block; }
#LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { position:absolute;display:block;z-index:15019;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;height:18px;width:18px;top:84px;left:920px;overflow:hidden;display:block; }
#RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { position:absolute;display:block;z-index:15020;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;height:20px;width:20px;top:83px;left:1024px;overflow:hidden;display:block; }
#QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { color:#000000;display:block;width:71px;position:absolute;font-family:raleway;font-size:12px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:86.484375px;left:854px;height:15px;display:block; }
#SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { box-sizing:content-box;color:#7b7e86;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:80.265625px;left:831.5px;display:block; }
#MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:97px;width:199px;top:54px;left:32px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { top:62px;left:218.5px;width:327px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { top:175px;left:0px;width:764px;height:100px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { top:182px;left:0px;width:764px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { top:232px;left:204px;width:379px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Spx3QVu3Ev1H3mAuy6V31emsaMKBC7yH { top:232px;left:0px;width:651px;height:38px;display:none; }
 }@media only screen and (max-width: 763px) { #ZOaKK1T1hMqsNrHUi3MTpeA4372zQuxJ { top:232px;left:0px;width:651px;height:38px;display:none; }
 }@media only screen and (max-width: 763px) { #THmhohdH9VpHUC3E0VUR7fRV6gF9zCye { top:232px;left:0px;width:651px;height:38px;display:none; }
 }@media only screen and (max-width: 763px) { #roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { display:block; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxh21pHqn53r4wcQmr00WGeuDvKkamAw { top:52px;left:0px;width:168px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { top:60px;left:29px;width:177px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #VGxNxXLFZudkoTPbKLyFDFDslR42M76F { top:62px;left:221px;width:184px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { top:68px;left:430px;width:165px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #sJo8rEzSwo9Eq7vc98g6So6x2r2kR04X { top:54px;left:580px;width:184px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { top:63px;left:638px;width:126px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #B4m195lRFHT4xUce75btHJtmG8pPfrR1 { display:block; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gzs9KQ7Tr3aOrCHz92CTAT9I882XMcf1 { top:158px;left:0px;width:764px;height:147px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { top:133px;left:703px;width:43px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { top:133px;left:721px;width:43px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { top:133px;left:721px;width:43px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { top:34px;left:617px;width:74px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { top:85px;left:683px;width:81px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { top:85px;left:667px;width:97px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { top:147px;left:617px;width:77px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { top:122px;left:452px;width:312px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { top:84px;left:702px;width:18px;height:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { top:83px;left:744px;width:20px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { top:86px;left:636px;width:71px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { top:80px;left:613.5px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { top:54px;left:0px;width:199px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b66267b6-b0b3-4bd0-b8ca-6bd241a3c960/NBC23_0490.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:320px;height:578px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { width:225px;height:38px;top:50px;left:47.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { width:320px;height:144px;top:140px;left:0px;font-size:23px;text-align:center;text-align-last:center;line-height:1.6;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { width:217px;height:38px;top:117px;left:51.5px;display:none; }
 }@media only screen and (max-width: 763px) { #Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { width:166px;height:25px;top:144px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Spx3QVu3Ev1H3mAuy6V31emsaMKBC7yH { width:251px;height:25px;top:180px;left:34.5px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZOaKK1T1hMqsNrHUi3MTpeA4372zQuxJ { width:251px;height:25px;top:217px;left:34.5px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #THmhohdH9VpHUC3E0VUR7fRV6gF9zCye { width:296px;height:25px;top:255px;left:10.5px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { display:block; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { width:320px;height:543px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxh21pHqn53r4wcQmr00WGeuDvKkamAw { width:146px;height:50px;top:53px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { width:177px;height:50px;top:137px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #VGxNxXLFZudkoTPbKLyFDFDslR42M76F { width:159px;height:41px;top:220px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { width:144px;height:39px;top:302px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #sJo8rEzSwo9Eq7vc98g6So6x2r2kR04X { width:184px;height:62px;top:366px;left:68px;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { width:144px;height:50px;top:441px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #B4m195lRFHT4xUce75btHJtmG8pPfrR1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3564ff4-6a04-4228-886d-34fb042ed715/NBC23_0283.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1.adaptive-delivery-prevent-bg, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyload, #B4m195lRFHT4xUce75btHJtmG8pPfrR1.lazyloading { background-image: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { background-color: transparent; background-image: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container > .video-iframe-container { display: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row > .video-iframe-container { display: none; }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .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); }#B4m195lRFHT4xUce75btHJtmG8pPfrR1 > .row .container { width:320px;height:242px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gzs9KQ7Tr3aOrCHz92CTAT9I882XMcf1 { width:320px;height:80px;top:81px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:320px;height:474px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { width:43px;height:42px;top:329px;left:81px;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { width:43px;height:42px;top:329px;left:139px;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { width:43px;height:42px;top:329px;left:196px;display:block; }
 }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { width:66px;height:15px;top:35px;left:127px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { width:75px;height:15px;top:160px;left:126px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { width:89px;height:15px;top:242px;left:115.5px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { width:77px;height:15px;top:306px;left:125px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { width:200px;height:2px;top:290px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { width:18px;height:18px;top:130px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { width:20px;height:20px;top:210px;left:150px;display:block; }
 }@media only screen and (max-width: 763px) { #QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { width:41px;height:15px;top:86px;left:139.5px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { width:25px;height:25px;top:61px;left:147px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { width:141px;height:68px;top:372px;left:89.5px;display:block; }
 }