.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row .container { background-color: transparent; background-image: none; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row .container > .video-iframe-container { display: none; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row > .video-iframe-container { display: none; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .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); }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row .container { border-width: 0; border-radius: 0; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#dkAEHbqPMF7G9882V2T1mC16Ee2Zhp5c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.625rem;top:1.09375rem;left:1.287841796875rem;overflow:hidden;display:block; }
#Ae8ICDQbO8zSHmPcP89prxXKuWn42WxS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.624755859375rem;left:48.997802734375rem;display:block; }
#VusiPrOkpOttzIJpsFroaJcd9UKLkWNT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEtMskKnprnLk2xkpZFOrCxB8BI9vQ0d { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.71875rem;height:2.46875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.640625rem;left:30.684814453125rem;display:block; }
#Wpv1QGx4vJJco4ToO3Ora6Xs5i04akhH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fn9nzb0DdUGoslxmaQ0ikonoIyM1ZrqB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.71875rem;height:2.46875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.624755859375rem;left:21.497802734375rem;display:block; }
#afDPtRpaNDQxvGz4o16GPlTFqPATiPgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CT3eLu6sLOymtkdAqOmq7sy7WIyWUltD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.687rem;height:2.4370125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.6552734375rem;left:39.8388671875rem;display:block; }
#qoayDFHNBdxO9DcZpk6QkutwAghqAvf6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c179008f-b91c-4ff8-ace3-e69dd2f1f6cc/WFBannerv2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3.adaptive-delivery-prevent-bg, #aWOihUaNSk8TEDQigqFJDIdgsGNhgul3.lazyload, #aWOihUaNSk8TEDQigqFJDIdgsGNhgul3.lazyloading { background-image: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container { background-color: transparent; background-image: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.8); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container > .video-iframe-container { display: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.8); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row > .video-iframe-container { display: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .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); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container { border-width: 0; border-radius: 0; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3::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; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#dXGx0S9IzXmyA35pgG3fpqHPU9b1PqkE { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11rem;left:32.75rem;height:9.0014625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NDFBCGBVJCpATgCsuQqmZqtF9rIJUsHS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:13.25rem;top:5.78125rem;left:15.09375rem;overflow:hidden;display:block; }
#uf4wWToozzybsVuCvsazn7brc4IzNnbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b2305d;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row .container { background-color: transparent; background-image: none; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row .container > .video-iframe-container { display: none; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row > .video-iframe-container { display: none; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .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); }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row .container { border-width: 0; border-radius: 0; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#tQxuWknzDpMR3u93gNRB9MRh4VllCdOu { color:#ffffff;display:block;width:48.6865rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.25rem -0.0625rem 0.1875rem rgba(0,0,0,0.66);top:1.280517578125rem;left:5.655517578125rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E27bBHwSAIONJus7EiFLUrUkJUoFzF6A { color:#ffffff;display:block;width:48.6865rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.25rem -0.0625rem 0.1875rem rgba(0,0,0,0.66);top:1.280517578125rem;left:5.655517578125rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd { position:relative;display:block; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd { background-color: transparent; background-image: none; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .row .container > .video-iframe-container { display: none; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .row > .video-iframe-container { display: none; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .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); }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd { border-width: 0; border-radius: 0; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .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; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rxPTAzO3m0sy2cKyrTTkil073VJv3Ggt { color:#3c0105;display:block;width:46.8125rem;position:absolute;font-family:verdana;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.375rem;height:3.00598125rem;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;display:block; }
#Lgr2udH7JATVbdQVevwXUXCBJV0WEiT2 { color:#000000;display:block;width:55.25rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:2.375rem;height:14.62401875rem;display:block; }
#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c0105;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row .container { background-color: transparent; background-image: none; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row .container > .video-iframe-container { display: none; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row > .video-iframe-container { display: none; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .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); }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row .container { border-width: 0; border-radius: 0; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#zK6OTnlTsoFlizNmB8q47N1dJhRaQypU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.5625rem;width:16.5625rem;top:1.5625rem;left:1.71875rem;overflow:hidden;display:block; }
#GZvT2tsytlOptx6iepEuUd1votzL0gKb { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.5625rem;width:16.5625rem;top:1.5625rem;left:21.71875rem;overflow:hidden;display:block; }
#OLXCgggSdOOS023QiT7SP5JTCs6xprv6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.5625rem;width:16.5625rem;top:1.5625rem;left:41.71875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:11.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#AyQo31VJpFI0oLGKb8QD6wzmSvmUBtPL { color:#3c0105;display:block;width:46.8125rem;position:absolute;font-family:verdana;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.5rem;height:3.00598125rem;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;display:block; }
#QioruVoHguAXWGwN7RrZpSbIpAfzJNME { color:#000000;display:block;width:55.25rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.5rem;height:4.38720625rem;display:block; }
#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U { position:relative;display:block; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U { background-color: transparent; background-image: none; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .row .container > .video-iframe-container { display: none; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .row > .video-iframe-container { display: none; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .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); }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U { border-width: 0; border-radius: 0; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .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; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .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:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uhTTeiWpEOqraR3FXMgUyRL2Z4buZsXH { position:absolute;display:block;z-index:15004;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:41.6875rem;width:56.6875rem;top:1.142578125rem;left:1.6552734375rem;display:block; }
#RNG1C8dCdoTmwu4TcQJu5gPpAAUBr9dc { position:absolute;display:block;z-index:15006;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:39rem;width:53.625rem;top:2.51708984375rem;left:3.116455078125rem;display:block; }
#qLsgmWa2pdQkZs0r0flWi0SsDHFDgGRs { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6rem;left:5.4375rem;height:2.92480625rem;display:block; }
#SzpGP6mhaHs7DHZwVnycA1bmNdFkW5Ge { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:5.4375rem;height:1.9494625rem;font-style:normal;display:block; }
#udppJyqxQ0noOgd4OLDp9pxpTs5wV8ZZ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:31.6875rem;height:2.9248rem;display:block; }
#IQ0UUPuafoWQ9kO4gTNyOfRz9JDVk4Vx { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4rem;left:31.6875rem;height:1.9494625rem;font-style:normal;display:block; }
#wxdC7vK5K1OVcB84l0TqL556z2MAMVTU { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.4375rem;height:2.9248rem;display:block; }
#uOpXEvkwFVb4cU2Kl0cIweEr3mc0nr8n { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.4375rem;height:1.9494625rem;font-style:normal;display:block; }
#mmh8nlNo1D9WRJX4GkDCXrSA3fR163xf { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:31.6875rem;height:2.9248rem;display:block; }
#LNpZLIEesbQwwRkBcLVoq2T5cL4dNRBp { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.4375rem;left:31.6875rem;height:1.9494625rem;font-style:normal;display:block; }
#I3ITUAN3mVOkIMSps9Soa1mGAOphfu2U { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:5.4375rem;height:1.9494625rem;font-style:normal;display:block; }
#we7HuoeZ2b3FnWDDzHTfKwCS5oxaV9gD { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.375rem;left:5.4375rem;height:2.9248rem;display:block; }
#S2TufL8UMOAO7EgtodtDAiiXVSFUphtB { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.4375rem;left:31.6875rem;height:1.9494625rem;font-style:normal;display:block; }
#V3845wATHgvTTq93Oq8zAnS6dkKsRiSH { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:31.6875rem;height:2.9248rem;display:block; }
#NKxnk4xqnyLw6MPlE0zgVZXU92w761KZ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.625rem;left:5.4375rem;height:2.9248rem;display:block; }
#c3gQSH29ZvbekwUgxK0Bp0eqDb3CZWmO { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.752685546875rem;left:5.43701171875rem;height:1.9494625rem;font-style:normal;display:block; }
#RHH3TiKxxfZFAZTqLifV8lhuybVBdfuS { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.625rem;left:31.6875rem;height:1.9494625rem;font-style:normal;display:block; }
#RmTu9bpVxruNrapgyTAF0fXXgdU825J1 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.75rem;left:31.6875rem;height:2.9248rem;display:block; }
#WgzLd4HaEeCg2hsLOVbskBWySw0GB38s { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.4375rem;height:1.9494625rem;font-style:normal;display:block; }
#ugXe9wElIvLozMsSk8Sz52TnOItUUTtv { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.75rem;left:5.4375rem;height:2.9248rem;display:block; }
#wwL0u1zZA20PTw72uEUTxiNQNtVFdso9 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.812255859375rem;left:31.68701171875rem;height:1.9494625rem;font-style:normal;display:block; }
#PPEbhv19UWiNTeKfeH76AbsgoiggEhP6 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.1875rem;left:5.4375rem;height:1.9494625rem;font-style:normal;display:block; }
#x8GSAsmncKGeEguTRzcAXr8iGoqebbWN { color:#000000;display:block;width:22.5rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.125rem;left:5.4375rem;height:2.9248rem;display:block; }
#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ { position:relative;display:block; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ { background-color: transparent; background-image: none; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .row .container > .video-iframe-container { display: none; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .row > .video-iframe-container { display: none; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .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); }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ { border-width: 0; border-radius: 0; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .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; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .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:39.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QvMqvbW57og1UnlG8W7sZHxTFSklsFz9 { color:#3c0105;display:block;width:46.8125rem;position:absolute;font-family:verdana;font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.5rem;height:3.00598125rem;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;display:block; }
#Np2m9rLKAsW34NzbPThNgUvOnTz20n4x { position:absolute;display:block;z-index:15003;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.8125rem;width:20.375rem;top:13.625rem;left:2.875rem;display:block; }
#vgD4cHWdQSWX94Adr4KRFUn4T2gWqlqy { position:absolute;display:block;z-index:15004;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.0625rem;width:31.8125rem;top:13.625rem;left:25.3125rem;display:block; }
#FIvOKVTtrd75vims6gpF8RFTB2fk33DF { position:absolute;display:block;z-index:15005;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:8.6875rem;width:31.8125rem;top:27.6875rem;left:25.3125rem;display:block; }
#oC4a90yGpP1Q4W6oyzKKT8Wo41cCJeDP { color:#000000;display:block;width:55.25rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:2.5625rem;height:5.8496125rem;display:block; }
#pbFPgdMPqK9oBCDdyMpZElqTikaluMXw { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:verdana;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:29.8125rem;left:27.25rem;height:1.57531875rem;text-align:left;text-align-last:left;display:block; }
#xwFHxnX8u3Ic1z8I5pgaPoyT6gk6rhye { color:#000000;display:block;width:23.25rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.25rem;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;text-align:left;text-align-last:left;display:block; }
#WQfwsv3C89oTzVOE3xA4x3QBWSSRqTzA { color:#000000;display:block;width:27.875rem;position:absolute;font-family:verdana;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.9375rem;left:27.25rem;height:3.4130875rem;display:block; }
#raMgD6aEoXTHDT3EwCswbsxcV5LTCuBc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.4375rem;width:18.0625rem;top:14.625rem;left:4rem;overflow:hidden;display:block; }
#aCoV66Vb0ImRbwZPRqbrzvcPbNZBMIMm { position:absolute;display:block;z-index:15006;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.25rem;width:30.0625rem;top:14.6875rem;left:26.25rem;display:block; }
#L4BWSA0fssTJxuXGdIq4Jpqv2ue0RJdW { position:absolute;display:block;z-index:15007;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:4.875rem;width:30.0625rem;top:28.75rem;left:26.1875rem;display:block; }
#c5uNnui1lGOTtD0skVSGWJbrzfT8x0fr { background-color:#3c0105;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.812rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.24853515625rem;left:33.809814453125rem;display:block; }
#Tm3EsPO6aZNxFp9SQ7IitkNploIML2sX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlEyazLXWwctsdDOVEV7yB72pRqEhiT0 { background-color:#3c0105;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.9375rem;left:33.8125rem;display:block; }
#TLOOamIEDTsp1cAhicCsCq5s7iDEDzRw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH { position:relative;display:none; }#bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH { border-width: 0; border-radius: 0; }#bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH > .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; }#bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH > .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:57.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BG9CbMa2G8UtkgDuO2xE5ngDfJlhQylA { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:verdana;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:19.78125rem;height:2.4375rem;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; }
#Pn55Gs9rXpyEKdSy9qwCGQ8dZUSX8xIg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.4375rem;width:52.5rem;top:5.75rem;left:3.75rem;overflow:hidden;display:block; }
#oJ2Jas0pTTm2JizFDk2sF0KqKcHniIWo { position:absolute;display:block;z-index:15004;background-color:#ffcd34;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:52.875rem;width:54.875rem;top:4.03125rem;left:2.5625rem;display:block; }
#I0CPxfRXlDQNn43ffvBIKghJ7N2TqHbV { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:25.375rem;left:5.4375rem;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;text-align:center;text-align-last:center;display:block; }
#lZtQJSbXCScfLatg8dtA8fDDFMEHwa5M { background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.375rem;left:9.125rem;display:block; }
#PgR9PAQ9G68btRKx2f4ynU286KBvFfOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSq30pUmRHFJXItPEBqUnMwJqn2zJfdV { position:absolute;display:block;z-index:15008;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.75rem;width:25.4375rem;top:24.3125rem;left:3.75rem;display:block; }
#petZZTTFHTHZpAwLXX5gWIhWli2FuL77 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:25.4375rem;left:32.5625rem;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;text-align:center;text-align-last:center;display:block; }
#nEUq6cHsg588LB1ganmZelOUuB9Bkw5q { background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:30.4375rem;left:36.25rem;display:block; }
#pkvT3NOewhUJGWG6zgcCTLrfmrXbvxIe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnsO21kRi6QBENVvwl2cLqQg2gpuPbeJ { position:absolute;display:block;z-index:15011;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.75rem;width:25.4375rem;top:24.375rem;left:30.875rem;display:block; }
#u5EgnHTNxTl2v3p6NJwfWhJk8zhRZTvc { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:36.25rem;left:5.4375rem;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;text-align:center;text-align-last:center;display:block; }
#QiCxmSKAiNQEVUkdH4XoM6qXm2UKP7wE { background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:41.25rem;left:9.125rem;display:block; }
#Okc3ggxcotMhhLDlCUNQIDhMq3HfLtTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bo9G6tWeWR0eILmuR1aFxW77IernwUrM { position:absolute;display:block;z-index:15014;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.75rem;width:25.4375rem;top:35.1875rem;left:3.75rem;display:block; }
#Mx6e8p1q8rcJuTNTFCIEdVnqHmHXUhlK { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:36.3125rem;left:32.5625rem;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;text-align:center;text-align-last:center;display:block; }
#QkffIJS6oqakoa3WHlkNuwVBv0KE3MrD { background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:41.3125rem;left:36.25rem;display:block; }
#TbX3W0psCew0oJi7QPsPfvZGQ8d6d2nA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3P5dEvlW9pmndw1xrBzZTIh8hiISu0W { position:absolute;display:block;z-index:15017;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.75rem;width:25.4375rem;top:35.25rem;left:30.875rem;display:block; }
#tyrF3iAsA1KoEPHEtCdA0ixyL35SScN0 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:verdana;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:47.125rem;left:19rem;height:4.24805rem;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; }
#HNlUaWFBn1ppsqEggwfAZBThdWrt1PAz { background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.125rem;left:22.6875rem;display:block; }
#UB1evEiOK7IBkwasvdadf6QuhtS4y4Z6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MHrp8LlUpAi1vsBXvP7UWbOKUTfFTaCo { position:absolute;display:block;z-index:15020;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.75rem;width:25.4375rem;top:46.0625rem;left:17.3125rem;display:block; }
#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ { position:relative;display:block; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ { background-color: transparent; background-image: none; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .row .container > .video-iframe-container { display: none; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .row > .video-iframe-container { display: none; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .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); }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ { border-width: 0; border-radius: 0; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .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; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .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:8.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zhkaJm9l6B5KdESn6Pm05dp6zHhqicwR { color:#3c0105;display:block;width:34.75rem;position:absolute;font-family:verdana;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.4375rem;height:3.00598125rem;font-style:normal;display:block; }
#BKTMUfw8QC6ByAVJ22IUdZu3VUNrQ5SJ { color:#000000;display:block;width:55.25rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.4375rem;height:2.92480625rem;display:block; }
#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi { position:relative;display:block; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi { background-color: transparent; background-image: none; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .row .container > .video-iframe-container { display: none; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .row > .video-iframe-container { display: none; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .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); }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi { border-width: 0; border-radius: 0; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .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; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .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:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wF46zHqri1MEhWP7yrIJcSQrSzdPZMNM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.56225rem;width:7.56225rem;top:7.857666015625rem;left:6.217041015625rem;overflow:hidden;display:block; }
#TG6UuhZu90uDcGKAUWDtf8WXrsUuTlzd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:8.4375rem;top:1.859130859375rem;left:5.78125rem;overflow:hidden;display:block; }
#mphqMTNaJDdvhcJaSIfLz5WnNSuUMZCT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.93675rem;top:10.499267578125rem;left:45.52978515625rem;overflow:hidden;display:block; }
#ye1LgXA9c6kqeEwKdmbF1eyfeN5HSZsK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:11.93725rem;top:2.889404296875rem;left:24.03076171875rem;overflow:hidden;display:block; }
#TDeMoT3SWHk5TNvVZu12A6tOa6GtOZFy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:12.8125rem;top:2.93701171875rem;left:43.59375rem;overflow:hidden;display:block; }
#HImZTOFJo06bgSF0NruO0twXweIFz8hI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1870125rem;width:10.437rem;top:9.544677734375rem;left:24.781494140625rem;overflow:hidden;display:block; }
#x65R79oq54GbppcDxgpNKhFgxKqBiod5 { position:relative;display:block; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 { background-color: transparent; background-image: none; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .row .container > .video-iframe-container { display: none; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .row > .video-iframe-container { display: none; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .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); }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 { border-width: 0; border-radius: 0; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .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; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .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:46.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mrPlWrnfJivQwkXb9LSX83MZyVz9rWlI { color:#3c0105;display:block;width:46.8125rem;position:absolute;font-family:verdana;font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.375rem;height:3.00598125rem;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;display:block; }
#zhJazxTENhwogpXPqeAfHAvHoXwTLMht { color:#000000;display:block;width:50.625rem;position:absolute;font-family:verdana;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.246337890625rem;left:4.6875rem;height:11.69920625rem;text-align:left;text-align-last:left;display:block; }
#Ier0B50AvBemMN4JfnftdMsKw9pQVonO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.375rem;width:52.5rem;top:6.56005859375rem;left:3.75rem;overflow:hidden;display:block; }
#osfF6Fb19C34ZhTQp6sxSR53GV8abDlX { position:absolute;display:block;z-index:15005;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:37.75rem;width:55.25rem;top:5.2001953125rem;left:2.374267578125rem;display:block; }
#vZr6HcAopZMBXuqmRFMAyF88gHgKilgb { background-color:#3c0105;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:verdana;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.812rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.623291015625rem;left:22.593994140625rem;display:block; }
#KgADvKC4KT1VUdrfRT9ny4ocDiOStsU0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WmGWbMew4ZPGIHit2RsoVtEsxkQIPaUW { position:absolute;display:block;z-index:15007;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15rem;width:52.5rem;top:25.145751953125rem;left:3.75rem;display:block; }
#TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE { position:relative;display:none; }#TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE { border-width: 0; border-radius: 0; }#TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE > .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; }#TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE > .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.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eTsIQpcmW27N5GGEehSiHsyTfJxPu30M { position:absolute;display:block;z-index:15008;background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16.4375rem;width:55.25rem;top:0rem;left:2.375rem;display:block; }
#sguQsQgvmDyvwxMM8tNUeXT8t8txMx7K { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2rem;left:18.25rem; }
#yMUCge8yJQvMUhL0UBbR9FnBW7AnJbqO { color:#ffcd34;display:block;width:21.125rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:19.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPWmb8XUwtL6UzbW8SRIiXHdZ5Z2J2fH { position:absolute;display:block;z-index:15021;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:51.125rem;top:5.375rem;left:4.4375rem;display:block; }
#Tw4pgvnGzADGlUheNRbONZqxdSTTJyv3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2rem;left:40rem; }
#LzB5TXrrT0KpW420uAPAHqKHexyFxIog { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:33.6875rem;top:6.1875rem;left:13.15625rem;overflow:hidden;display:block; }
#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb { position:relative;display:block; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb { background-color: transparent; background-image: none; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .row .container > .video-iframe-container { display: none; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .row > .video-iframe-container { display: none; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .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); }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb { border-width: 0; border-radius: 0; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .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; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .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:17.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qGQODlplhRqpyeqBISzJ74NQAHWHVM7k { position:absolute;display:block;z-index:15008;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:15.8125rem;width:55.25rem;top:0rem;left:2.375rem;display:block; }
#ZZMz0fmREFcy2hXnwMXZgwfkD3gkRmAZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.4375rem;left:19.6875rem; }
#TbsdolQLbgJTtU498qpMN50UkIaeCMOu { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.400390625rem;left:20.90625rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIcJiDTU95WsLSJllyRd8QWW3dwCyB7n { position:absolute;display:block;z-index:15021;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:9.375rem;width:51.125rem;top:4.8125rem;left:4.4375rem;display:block; }
#iXln54JbnDWqJbW3AVA0mv0f2b4IRkTr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.4375rem;left:38.1875rem; }
#o70bIBzPSA817K2fOO6dSTf2QQbg2ny2 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:21.875rem;top:7.4365234375rem;left:19.0625rem;overflow:hidden;display:block; }
#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG { position:relative;display:block; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG { background-color: transparent; background-image: none; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .row .container > .video-iframe-container { display: none; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .row > .video-iframe-container { display: none; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .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); }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG { border-width: 0; border-radius: 0; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .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; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .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:19.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pDvNUHHNU1iQeFVQtu9nVgmVgb21I5yg { position:absolute;display:block;z-index:15002;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18.3125rem;width:55.25rem;top:0rem;left:2.31201171875rem;display:block; }
#Zw4t582y9lmJhsTxkFvmERVauUGW2JZr { position:absolute;display:block;z-index:15015;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.5625rem;width:51.125rem;top:5rem;left:4.375rem;display:block; }
#BcT0czvmezObTXeA2MqWm4VoLHzJQ462 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.625rem;left:18.1875rem; }
#kT7CATJKz8QArXhWldC4hc5mTFZXxHOM { color:#000000;display:block;width:21.125rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:19.375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEDGSxiEnblXlcIoeTAPGSSlaWbnu2Qm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12475625rem;width:20.99975rem;top:8.123779296875rem;left:9.18701171875rem;overflow:hidden;display:block; }
#QExZLE41977G1aidqLd6hv1X4SSsqoDr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.625rem;left:39.9375rem; }
#VLoT0AvdegzufopE2XvR7pZXTmDFMtZ2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.68675rem;width:9.812rem;top:6.3427734375rem;left:39.058837890625rem;overflow:hidden;display:block; }
#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA { position:relative;display:block; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA { background-color: transparent; background-image: none; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .row .container > .video-iframe-container { display: none; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .row > .video-iframe-container { display: none; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .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); }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA { border-width: 0; border-radius: 0; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .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; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .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:19.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMF5aswB0zirbgp2LRr3fc0Us4bbanBg { position:absolute;display:block;z-index:15014;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18.125rem;width:55.25rem;top:0rem;left:2.374267578125rem;display:block; }
#VhDQVUsdANALbiGLRxEdSI2cPsu3BWMG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.625rem;left:17.4375rem; }
#sbEzIRZ141GoCDrW1LOdW0ysUb0wsvv7 { color:#000000;display:block;width:21.125rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5625rem;left:19.4375rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QoOlVg2OtsJl5NThypTwKKZd0xCeQNem { position:absolute;display:block;z-index:15027;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:51.125rem;top:5rem;left:4.437255859375rem;display:block; }
#iXuuRQ2ms67WPS8ANmculB52moovhuCo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:40.75rem; }
#gPTCQEExVqCTvb24h6dAJQmJMT5kUCbV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:0;width:9.375rem;top:27.0625rem;left:7.0625rem;overflow:hidden;display:none; }
#TbvFbAppisBH5EpcWUrbxAs3Ti5THtqB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.24975625rem;width:12.5rem;top:9.21630859375rem;left:23.75rem;overflow:hidden;display:block; }
#Ks1ARrBKIHmTBywcNt4L26EyhUlNNflx { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:11.499rem;top:8.18603515625rem;left:39.686279296875rem;overflow:hidden;display:block; }
#xBDPNUaODZcriZAyFWSTz28hT4QWdyWP { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.186525rem;width:8.6865rem;top:7.24853515625rem;left:9.937744140625rem;overflow:hidden;display:block; }
#P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu { position:relative;display:none; }#P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu { border-width: 0; border-radius: 0; }#P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu > .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; }#P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu > .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.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#punNS7txb2DoQFmFoQF3b5euhFEncgrt { position:absolute;display:block;z-index:15014;background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.0625rem;width:55.25rem;top:0rem;left:2.375rem;display:block; }
#l5X7vgNnvCEMb2ti0fTGcpaTwQWS1fro { position:absolute;display:block;z-index:15027;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:7.4375rem;width:51.125rem;top:5rem;left:4.4375rem;display:block; }
#QBo0TZBT3QTlxr19the8Ivgs3neSXgy5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.625rem;left:17rem; }
#gEWXATgoEUtlGm0GNbTqU2DOBT8qRVLG { color:#ffcd34;display:block;width:21.125rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5625rem;left:19.4375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFBP646tbZtQZG8HD9i26b2VfcOmKTJN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.625rem;left:41.3125rem; }
#kTZCDq6umKkcNkCFPia3TS4ODSoqIA6q { color:#000000;display:block;width:16.75rem;position:absolute;font-family:verdana;font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:6.443359375rem;left:21.625rem;height:4.5498rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n { position:relative;display:block; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n { background-color: transparent; background-image: none; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .row .container > .video-iframe-container { display: none; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .row > .video-iframe-container { display: none; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .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); }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n { border-width: 0; border-radius: 0; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .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; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .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:19.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rVf56XbBLrmgRI58HVkBQGb7bSe3obgE { position:absolute;display:block;z-index:15008;background-color:#b2305d;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16.25rem;width:55.25rem;top:0rem;left:2.374267578125rem;display:block; }
#MkC9macwNBvLTvGPqPhawToCgXSoD2eF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.624755859375rem;left:20.061279296875rem; }
#r5ACLlLAFaXXaxei1zOWpv9Cp3lwGXQd { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5625rem;left:22.3125rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnwOR8lHxa2aaqfNyJOEVRV3BHPSTc8G { position:absolute;display:block;z-index:15021;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:8.75rem;width:51.125rem;top:5.062255859375rem;left:4.437255859375rem;display:block; }
#TvJbHdDgExuhRm3VQBNZQ9eXzc6bBTTX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.624755859375rem;left:38.0625rem; }
#wQ2l5gIiLFUhWLoPqTpLNUppHv3so0sD { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:7.38037109375rem;left:24.0625rem;height:1.2994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7Fwv6QqOaRFs1dB4pm5hnGqOh6TxBsR { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:7.38037109375rem;left:39.9365234375rem;height:1.2994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vXbPW6MJ7GZZbmbSziLytyUP3Vl3TMXJ { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:6.73095703125rem;left:8.26416015625rem;height:2.598875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mLOL6fycVCE1bJnrR2fqhbN0t5GlgTW1 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:10.6298828125rem;left:24.0625rem;height:1.2994375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z { position:relative;display:none; }#Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z { border-width: 0; border-radius: 0; }#Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z > .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; }#Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z > .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:24.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QsNvQXoCmAkpDaQ8IFwqQTCKSxJA8zPy { position:absolute;display:block;z-index:15008;background-color:#a62323;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.9375rem;width:55.25rem;top:0rem;left:2.375rem;display:block; }
#xnQTTeFnKGKxzUuhA4yEPeVaoviENO01 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.625rem;left:19.4375rem; }
#N9yICBe33zTGBQZ4ppHgFMusqCxR5fRM { color:#ffcd34;display:block;width:15.4375rem;position:absolute;font-family:verdana;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.5625rem;left:22.3125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ErEN2BM8iD1oG6edVb4Q0EaZMz9ZywqT { position:absolute;display:block;z-index:15021;background-color:#ffffff;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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.8125rem;width:51.125rem;top:5.0625rem;left:4.4375rem;display:block; }
#Dxef7rPwgqDwKFKczZKbHlI4AhWb1Ows { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.625rem;left:38.75rem; }
#BUGDTqBzsJi2M6S5oWybl2VVoDQeimVO { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.33984375rem;left:5.21875rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbOzLLciuJ5V0XNn3EsA5gDfwBxBXrhT { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:14.38671875rem;left:5.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROciQfrLS6w66rBPMimcD9ObPlc9cV5t { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.33984375rem;left:42.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RT2m84hGaOQiQ3nxPIibrclEMDPygk9B { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:14.38671875rem;left:30.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mqeoo3gcu7ZVKvoXU0z8ZXE0Vl7OtWnT { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.73095703125rem;left:5.21875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJWEs3rqIZKqLhfINNpGnDCLklzRJ1WK { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.08056640625rem;left:30.4375rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P9hGKw0HPJLH5LPA8vVURtW4TRsJr6XC { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:10.73095703125rem;left:18.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9ZNbEr5Kp0ssuTowEqpq7FoCT491ZR3 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.689453125rem;left:18.5625rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uqwmfEfsh0KJCAG8PXxmhlWqVJ7nTzok { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:14.38671875rem;left:18.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkJZu3s69ulyi7bOdbMS5RWlsd594BAd { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.33984375rem;left:30.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uOCDqLmZ2cZzNCB8gnTOesMxkVVRQRgS { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:14.38671875rem;left:42.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHsuK2RUlWHTPSGLKQ8e3vNNbvJF28e2 { color:#000000;display:block;width:11.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.38720703125rem;left:42.3125rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2daa8149-cc57-4730-a10e-e6a1fa3b6db5/NJWineandFoodBottomBanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8.adaptive-delivery-prevent-bg, #wbAyabmas7nXFN7MW78PMiEFSWd9GZO8.lazyload, #wbAyabmas7nXFN7MW78PMiEFSWd9GZO8.lazyloading { background-image: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container { background-color: transparent; background-image: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.9); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container > .video-iframe-container { display: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.9); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row > .video-iframe-container { display: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .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); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container { border-width: 0; border-radius: 0; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8::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; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#Iu3JuRuMealTKRzMOqUxlszHTT21Jzpc { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:verdana;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:17.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BvQpAyXMg5KfwAaJ9bS4rrxMNOrA87ee { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.0625rem;height:1.2994375rem;text-align:center;text-align-last:center;display:block; }
#SR9kCibs6JANy4zd3km0I0tJ38OKKRlf { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:verdana;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:13.4375rem;left:7.875rem;height:2.80029375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J8F7G41QwEtEZZ0gFTS40OepevcGdvEH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5625rem;left:22.25rem;overflow:hidden;display:block; }
#QefTybvi8cZ5yTq0HkOVoRvzDpVqxNoC { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:verdana;font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:14.0625rem;left:26.25rem;height:1.40014375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xAegRBB0Sd2n6H82cKzHfSlWSO2gfp2u { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5625rem;left:36.125rem;overflow:hidden;display:block; }
#GJogOQbBSG8RTKxnt2sDrG4oXq8GQcbf { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:verdana;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;top:14.0625rem;left:40.186767578125rem;height:1.40014375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ol2qeeVa4QCoL9FnSOnx15nVbtGhqtfO { 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;box-shadow: none;height:2.5rem;width:2.5rem;top:13.5625rem;left:4.125rem;overflow:hidden;display:block; }
#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row .container { background-color: transparent; background-image: none; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row .container > .video-iframe-container { display: none; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row > .video-iframe-container { display: none; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .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); }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row .container { border-width: 0; border-radius: 0; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:60rem;position:relative;display:block; }#V2T9ALb06ZLQrFIBzi7ilJ6MxoTeBiZt { color:#ffffff;display:block;width:31.375rem;position:absolute;font-family:verdana;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.900146484375rem;left:0rem;height:11.6894375rem;display:block; }
#fWeT9BkS7rq9E4tMWWog71ha68kGCD9T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.125rem;top:4.89990234375rem;left:44.749755859375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv { display:block; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkAEHbqPMF7G9882V2T1mC16Ee2Zhp5c { top:1.0625rem;left:0rem;width:4.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae8ICDQbO8zSHmPcP89prxXKuWn42WxS { width:8.75rem;height:2.5rem;top:1.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusiPrOkpOttzIJpsFroaJcd9UKLkWNT { display:block; }
 }@media only screen and (max-width: 763px) { #ZEtMskKnprnLk2xkpZFOrCxB8BI9vQ0d { width:8.6875rem;height:2.4375rem;top:1.625rem;left:24.559814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpv1QGx4vJJco4ToO3Ora6Xs5i04akhH { display:block; }
 }@media only screen and (max-width: 763px) { #Fn9nzb0DdUGoslxmaQ0ikonoIyM1ZrqB { width:8.6875rem;height:2.4375rem;top:1.5625rem;left:15.372802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afDPtRpaNDQxvGz4o16GPlTFqPATiPgE { display:block; }
 }@media only screen and (max-width: 763px) { #CT3eLu6sLOymtkdAqOmq7sy7WIyWUltD { width:8.625rem;height:2.375rem;top:1.625rem;left:33.7138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoayDFHNBdxO9DcZpk6QkutwAghqAvf6 { display:block; }
 }@media only screen and (max-width: 763px) { #aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 { display:block; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXGx0S9IzXmyA35pgG3fpqHPU9b1PqkE { top:10.9375rem;left:26.6240234375rem;width:19.8125rem;height:9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDFBCGBVJCpATgCsuQqmZqtF9rIJUsHS { top:5.75rem;left:8.96875rem;width:13.25rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf4wWToozzybsVuCvsazn7brc4IzNnbG { display:block; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQxuWknzDpMR3u93gNRB9MRh4VllCdOu { top:1.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E27bBHwSAIONJus7EiFLUrUkJUoFzF6A { top:3.1875rem;left:0rem;width:20rem;height:5.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzemV3LCQVTSiXZGL8Erzr9foRyILlLd { display:block; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxPTAzO3m0sy2cKyrTTkil073VJv3Ggt { top:1.75rem;left:0rem;width:46.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgr2udH7JATVbdQVevwXUXCBJV0WEiT2 { top:6.4375rem;left:0rem;width:47.75rem;height:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh { display:block; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zK6OTnlTsoFlizNmB8q47N1dJhRaQypU { top:1.5625rem;left:0rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZvT2tsytlOptx6iepEuUd1votzL0gKb { top:1.5625rem;left:15.1875rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXCgggSdOOS023QiT7SP5JTCs6xprv6 { top:1.5625rem;left:31.0625rem;width:16.5625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyQo31VJpFI0oLGKb8QD6wzmSvmUBtPL { top:1.6875rem;left:0rem;width:46.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioruVoHguAXWGwN7RrZpSbIpAfzJNME { top:6.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeXAypwD77rTOcGicDqKmUpB1QJrTB5U { display:block; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhTTeiWpEOqraR3FXMgUyRL2Z4buZsXH { top:1.125rem;left:0rem;width:47.75rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNG1C8dCdoTmwu4TcQJu5gPpAAUBr9dc { top:2.5rem;left:0rem;width:47.75rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLsgmWa2pdQkZs0r0flWi0SsDHFDgGRs { top:6rem;left:0rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzpGP6mhaHs7DHZwVnycA1bmNdFkW5Ge { top:3.875rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udppJyqxQ0noOgd4OLDp9pxpTs5wV8ZZ { top:5.9375rem;left:25.25rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ0UUPuafoWQ9kO4gTNyOfRz9JDVk4Vx { top:4rem;left:25.25rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxdC7vK5K1OVcB84l0TqL556z2MAMVTU { top:12.3125rem;left:0rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOpXEvkwFVb4cU2Kl0cIweEr3mc0nr8n { top:10.1875rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmh8nlNo1D9WRJX4GkDCXrSA3fR163xf { top:12.375rem;left:25.25rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNpZLIEesbQwwRkBcLVoq2T5cL4dNRBp { top:10.4375rem;left:25.25rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ITUAN3mVOkIMSps9Soa1mGAOphfu2U { top:16.4375rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we7HuoeZ2b3FnWDDzHTfKwCS5oxaV9gD { top:18.375rem;left:0rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TufL8UMOAO7EgtodtDAiiXVSFUphtB { top:16.4375rem;left:25.25rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3845wATHgvTTq93Oq8zAnS6dkKsRiSH { top:18.5625rem;left:25.25rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKxnk4xqnyLw6MPlE0zgVZXU92w761KZ { top:24.625rem;left:0rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3gQSH29ZvbekwUgxK0Bp0eqDb3CZWmO { top:22.75rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHH3TiKxxfZFAZTqLifV8lhuybVBdfuS { top:22.625rem;left:25.25rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTu9bpVxruNrapgyTAF0fXXgdU825J1 { top:24.75rem;left:25.25rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgzLd4HaEeCg2hsLOVbskBWySw0GB38s { top:28.8125rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXe9wElIvLozMsSk8Sz52TnOItUUTtv { top:30.75rem;left:0rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwL0u1zZA20PTw72uEUTxiNQNtVFdso9 { top:28.75rem;left:25.25rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPEbhv19UWiNTeKfeH76AbsgoiggEhP6 { top:35.1875rem;left:0rem;width:22.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8GSAsmncKGeEguTRzcAXr8iGoqebbWN { top:37.125rem;left:0rem;width:22.5rem;height:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ { display:block; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvMqvbW57og1UnlG8W7sZHxTFSklsFz9 { top:1.4375rem;left:0rem;width:46.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np2m9rLKAsW34NzbPThNgUvOnTz20n4x { top:13.625rem;left:0rem;width:20.3125rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgD4cHWdQSWX94Adr4KRFUn4T2gWqlqy { top:13.625rem;left:15.9375rem;width:31.8125rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIvOKVTtrd75vims6gpF8RFTB2fk33DF { top:27.6875rem;left:15.9375rem;width:31.8125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC4a90yGpP1Q4W6oyzKKT8Wo41cCJeDP { top:6rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbFPgdMPqK9oBCDdyMpZElqTikaluMXw { top:29.8125rem;left:20.75rem;width:27rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwFHxnX8u3Ic1z8I5pgaPoyT6gk6rhye { top:15.625rem;left:21.124755859375rem;width:23.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQfwsv3C89oTzVOE3xA4x3QBWSSRqTzA { top:17.9375rem;left:19.9375rem;width:27.8125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMgD6aEoXTHDT3EwCswbsxcV5LTCuBc { top:14.625rem;left:0rem;width:18rem;height:20.367411344573rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCoV66Vb0ImRbwZPRqbrzvcPbNZBMIMm { top:14.6875rem;left:17.6875rem;width:30.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4BWSA0fssTJxuXGdIq4Jpqv2ue0RJdW { top:28.75rem;left:17.75rem;width:30rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5uNnui1lGOTtD0skVSGWJbrzfT8x0fr { width:14.75rem;height:3.125rem;top:22.1875rem;left:27.684814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm3EsPO6aZNxFp9SQ7IitkNploIML2sX { display:block; }
 }@media only screen and (max-width: 763px) { #TlEyazLXWwctsdDOVEV7yB72pRqEhiT0 { width:14.75rem;height:3.125rem;top:31.9375rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOOamIEDTsp1cAhicCsCq5s7iDEDzRw { display:block; }
 }@media only screen and (max-width: 763px) { #bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH { display:block; }#bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG9CbMa2G8UtkgDuO2xE5ngDfJlhQylA { top:0.875rem;left:13.65625rem;width:20.4375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn55Gs9rXpyEKdSy9qwCGQ8dZUSX8xIg { top:5.75rem;left:0rem;width:47.75rem;height:15.859821428571rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2Jas0pTTm2JizFDk2sF0KqKcHniIWo { top:4rem;left:0rem;width:47.75rem;height:52.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0CPxfRXlDQNn43ffvBIKghJ7N2TqHbV { top:25.375rem;left:0rem;width:22.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZtQJSbXCScfLatg8dtA8fDDFMEHwa5M { width:14.8125rem;height:3.125rem;top:30.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgR9PAQ9G68btRKx2f4ynU286KBvFfOQ { display:block; }
 }@media only screen and (max-width: 763px) { #kSq30pUmRHFJXItPEBqUnMwJqn2zJfdV { top:24.3125rem;left:0rem;width:25.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #petZZTTFHTHZpAwLXX5gWIhWli2FuL77 { top:25.4375rem;left:25.5625rem;width:22.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEUq6cHsg588LB1ganmZelOUuB9Bkw5q { width:14.8125rem;height:3.125rem;top:30.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkvT3NOewhUJGWG6zgcCTLrfmrXbvxIe { display:block; }
 }@media only screen and (max-width: 763px) { #NnsO21kRi6QBENVvwl2cLqQg2gpuPbeJ { top:24.375rem;left:22.3125rem;width:25.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5EgnHTNxTl2v3p6NJwfWhJk8zhRZTvc { top:36.25rem;left:0rem;width:22.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiCxmSKAiNQEVUkdH4XoM6qXm2UKP7wE { width:14.8125rem;height:3.125rem;top:41.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okc3ggxcotMhhLDlCUNQIDhMq3HfLtTq { display:block; }
 }@media only screen and (max-width: 763px) { #Bo9G6tWeWR0eILmuR1aFxW77IernwUrM { top:35.1875rem;left:0rem;width:25.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx6e8p1q8rcJuTNTFCIEdVnqHmHXUhlK { top:36.3125rem;left:25.5625rem;width:22.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkffIJS6oqakoa3WHlkNuwVBv0KE3MrD { width:14.8125rem;height:3.125rem;top:41.3125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbX3W0psCew0oJi7QPsPfvZGQ8d6d2nA { display:block; }
 }@media only screen and (max-width: 763px) { #u3P5dEvlW9pmndw1xrBzZTIh8hiISu0W { top:35.25rem;left:22.3125rem;width:25.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyrF3iAsA1KoEPHEtCdA0ixyL35SScN0 { top:47.125rem;left:12.875rem;width:22.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNlUaWFBn1ppsqEggwfAZBThdWrt1PAz { width:14.8125rem;height:3.125rem;top:52.125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB1evEiOK7IBkwasvdadf6QuhtS4y4Z6 { display:block; }
 }@media only screen and (max-width: 763px) { #MHrp8LlUpAi1vsBXvP7UWbOKUTfFTaCo { top:46.0625rem;left:11.1875rem;width:25.4375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ { display:block; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhkaJm9l6B5KdESn6Pm05dp6zHhqicwR { top:1.1875rem;left:0rem;width:34.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKTMUfw8QC6ByAVJ22IUdZu3VUNrQ5SJ { top:5.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi { display:block; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF46zHqri1MEhWP7yrIJcSQrSzdPZMNM { top:7.8125rem;left:4.154541015625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6UuhZu90uDcGKAUWDtf8WXrsUuTlzd { top:1.8125rem;left:3.71875rem;width:8.4375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mphqMTNaJDdvhcJaSIfLz5WnNSuUMZCT { top:10.4375rem;left:35.21728515625rem;width:8.875rem;height:3.724088734719rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye1LgXA9c6kqeEwKdmbF1eyfeN5HSZsK { top:2.875rem;left:17.84326171875rem;width:11.875rem;height:2.6108262738487rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDeMoT3SWHk5TNvVZu12A6tOa6GtOZFy { top:2.875rem;left:33.28125rem;width:12.8125rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImZTOFJo06bgSF0NruO0twXweIFz8hI { top:9.5rem;left:18.593994140625rem;width:10.375rem;height:4.1621399528121rem;display:block; }
 }@media only screen and (max-width: 763px) { #x65R79oq54GbppcDxgpNKhFgxKqBiod5 { display:block; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrPlWrnfJivQwkXb9LSX83MZyVz9rWlI { top:1.1875rem;left:0rem;width:46.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJazxTENhwogpXPqeAfHAvHoXwTLMht { top:26.1875rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ier0B50AvBemMN4JfnftdMsKw9pQVonO { top:6.5rem;left:0rem;width:47.75rem;height:15.802976190476rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfF6Fb19C34ZhTQp6sxSR53GV8abDlX { top:5.1875rem;left:0rem;width:47.75rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr6HcAopZMBXuqmRFMAyF88gHgKilgb { width:14.75rem;height:3.125rem;top:38.5625rem;left:16.468994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgADvKC4KT1VUdrfRT9ny4ocDiOStsU0 { display:block; }
 }@media only screen and (max-width: 763px) { #WmGWbMew4ZPGIHit2RsoVtEsxkQIPaUW { top:25.125rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE { display:block; }#TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTsIQpcmW27N5GGEehSiHsyTfJxPu30M { top:0rem;left:0rem;width:47.75rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sguQsQgvmDyvwxMM8tNUeXT8t8txMx7K { top:2rem;left:12.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMUCge8yJQvMUhL0UBbR9FnBW7AnJbqO { top:1.9375rem;left:13.3125rem;width:21.125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPWmb8XUwtL6UzbW8SRIiXHdZ5Z2J2fH { top:5.375rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4pgvnGzADGlUheNRbONZqxdSTTJyv3 { top:2rem;left:33.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzB5TXrrT0KpW420uAPAHqKHexyFxIog { top:6.1875rem;left:7.03125rem;width:33.6875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb { display:block; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGQODlplhRqpyeqBISzJ74NQAHWHVM7k { top:0rem;left:0rem;width:47.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMz0fmREFcy2hXnwMXZgwfkD3gkRmAZ { top:1.4375rem;left:13.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsdolQLbgJTtU498qpMN50UkIaeCMOu { top:1.375rem;left:14.78125rem;width:18.1875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIcJiDTU95WsLSJllyRd8QWW3dwCyB7n { top:4.8125rem;left:0rem;width:47.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXln54JbnDWqJbW3AVA0mv0f2b4IRkTr { top:1.4375rem;left:32.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o70bIBzPSA817K2fOO6dSTf2QQbg2ny2 { top:7.375rem;left:12.9375rem;width:21.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZus00yxtpww4ZObXKwH4a6ixWwN4gG { display:block; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDvNUHHNU1iQeFVQtu9nVgmVgb21I5yg { top:0rem;left:0rem;width:47.75rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw4t582y9lmJhsTxkFvmERVauUGW2JZr { top:5rem;left:0rem;width:47.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcT0czvmezObTXeA2MqWm4VoLHzJQ462 { top:1.625rem;left:12.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7CATJKz8QArXhWldC4hc5mTFZXxHOM { top:1.5625rem;left:13.25rem;width:21.125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEDGSxiEnblXlcIoeTAPGSSlaWbnu2Qm { top:8.0625rem;left:3.06201171875rem;width:20.9375rem;height:4.1125291484125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QExZLE41977G1aidqLd6hv1X4SSsqoDr { top:1.625rem;left:33.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoT0AvdegzufopE2XvR7pZXTmDFMtZ2 { top:6.3125rem;left:32.933837890625rem;width:9.75rem;height:7.6381790154912rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA { display:block; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMF5aswB0zirbgp2LRr3fc0Us4bbanBg { top:0rem;left:0rem;width:47.75rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhDQVUsdANALbiGLRxEdSI2cPsu3BWMG { top:1.625rem;left:11.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbEzIRZ141GoCDrW1LOdW0ysUb0wsvv7 { top:1.5625rem;left:13.3125rem;width:21.125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoOlVg2OtsJl5NThypTwKKZd0xCeQNem { top:5rem;left:0rem;width:47.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXuuRQ2ms67WPS8ANmculB52moovhuCo { top:1.625rem;left:34.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPTCQEExVqCTvb24h6dAJQmJMT5kUCbV { top:27.0625rem;left:0.9375rem;width:9.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TbvFbAppisBH5EpcWUrbxAs3Ti5THtqB { top:9.1875rem;left:17.625rem;width:12.5rem;height:2.24975625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks1ARrBKIHmTBywcNt4L26EyhUlNNflx { top:8.125rem;left:33.561279296875rem;width:11.4375rem;height:4.2884657089747rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDPNUaODZcriZAyFWSTz28hT4QWdyWP { top:7.1875rem;left:3.812744140625rem;width:8.625rem;height:6.142724702124rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu { display:block; }#P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #punNS7txb2DoQFmFoQF3b5euhFEncgrt { top:0rem;left:0rem;width:47.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5X7vgNnvCEMb2ti0fTGcpaTwQWS1fro { top:5rem;left:0rem;width:47.75rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBo0TZBT3QTlxr19the8Ivgs3neSXgy5 { top:1.625rem;left:10.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEWXATgoEUtlGm0GNbTqU2DOBT8qRVLG { top:1.5625rem;left:13.3125rem;width:21.125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBP646tbZtQZG8HD9i26b2VfcOmKTJN { top:1.625rem;left:35.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZCDq6umKkcNkCFPia3TS4ODSoqIA6q { top:6.4375rem;left:15.5rem;width:16.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n { display:block; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVf56XbBLrmgRI58HVkBQGb7bSe3obgE { top:0rem;left:0rem;width:47.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkC9macwNBvLTvGPqPhawToCgXSoD2eF { top:1.5625rem;left:13.936279296875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ACLlLAFaXXaxei1zOWpv9Cp3lwGXQd { top:1.5625rem;left:16.18701171875rem;width:15.375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnwOR8lHxa2aaqfNyJOEVRV3BHPSTc8G { top:5rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJbHdDgExuhRm3VQBNZQ9eXzc6bBTTX { top:1.5625rem;left:31.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ2l5gIiLFUhWLoPqTpLNUppHv3so0sD { top:7.375rem;left:17.9375rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Fwv6QqOaRFs1dB4pm5hnGqOh6TxBsR { top:7.375rem;left:33.8115234375rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXbPW6MJ7GZZbmbSziLytyUP3Vl3TMXJ { top:6.6875rem;left:2.13916015625rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLOL6fycVCE1bJnrR2fqhbN0t5GlgTW1 { top:10.625rem;left:17.9375rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z { display:block; }#Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsNvQXoCmAkpDaQ8IFwqQTCKSxJA8zPy { top:0rem;left:0rem;width:47.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnQTTeFnKGKxzUuhA4yEPeVaoviENO01 { top:1.625rem;left:13.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yICBe33zTGBQZ4ppHgFMusqCxR5fRM { top:1.5625rem;left:16.1875rem;width:15.4375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErEN2BM8iD1oG6edVb4Q0EaZMz9ZywqT { top:5.0625rem;left:0rem;width:47.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxef7rPwgqDwKFKczZKbHlI4AhWb1Ows { top:1.625rem;left:32.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUGDTqBzsJi2M6S5oWybl2VVoDQeimVO { top:7.3125rem;left:0rem;width:11.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbOzLLciuJ5V0XNn3EsA5gDfwBxBXrhT { top:14.375rem;left:0rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROciQfrLS6w66rBPMimcD9ObPlc9cV5t { top:7.3125rem;left:35.875rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2m84hGaOQiQ3nxPIibrclEMDPygk9B { top:14.375rem;left:24.3125rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqeoo3gcu7ZVKvoXU0z8ZXE0Vl7OtWnT { top:10.6875rem;left:0rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWEs3rqIZKqLhfINNpGnDCLklzRJ1WK { top:10.0625rem;left:24.3125rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hGKw0HPJLH5LPA8vVURtW4TRsJr6XC { top:10.6875rem;left:12.4375rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZNbEr5Kp0ssuTowEqpq7FoCT491ZR3 { top:6.6875rem;left:12.4375rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqwmfEfsh0KJCAG8PXxmhlWqVJ7nTzok { top:14.375rem;left:12.4375rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkJZu3s69ulyi7bOdbMS5RWlsd594BAd { top:7.3125rem;left:24.3125rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCDqLmZ2cZzNCB8gnTOesMxkVVRQRgS { top:14.375rem;left:35.875rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHsuK2RUlWHTPSGLKQ8e3vNNbvJF28e2 { top:10.375rem;left:35.875rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 { display:block; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu3JuRuMealTKRzMOqUxlszHTT21Jzpc { top:6.1875rem;left:10.9375rem;width:23.8125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQpAyXMg5KfwAaJ9bS4rrxMNOrA87ee { top:10rem;left:0rem;width:45.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR9kCibs6JANy4zd3km0I0tJ38OKKRlf { width:14.375rem;height:2.75rem;top:13.4375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8F7G41QwEtEZZ0gFTS40OepevcGdvEH { width:2.5rem;height:2.5rem;top:13.5625rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QefTybvi8cZ5yTq0HkOVoRvzDpVqxNoC { width:8.3125rem;height:1.375rem;top:14.0625rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAegRBB0Sd2n6H82cKzHfSlWSO2gfp2u { width:2.5rem;height:2.5rem;top:13.5625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJogOQbBSG8RTKxnt2sDrG4oXq8GQcbf { width:14.125rem;height:1.375rem;top:14.0625rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol2qeeVa4QCoL9FnSOnx15nVbtGhqtfO { width:2.5rem;height:2.5rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ { display:block; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2T9ALb06ZLQrFIBzi7ilJ6MxoTeBiZt { top:4.875rem;left:0rem;width:31.3125rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeT9BkS7rq9E4tMWWog71ha68kGCD9T { top:4.875rem;left:34.625rem;width:13.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv { display:block; }#NwXDlWEH7AyhbT202KhGgcDt3bhHcpPv > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkAEHbqPMF7G9882V2T1mC16Ee2Zhp5c { width:4.625rem;height:3.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae8ICDQbO8zSHmPcP89prxXKuWn42WxS { width:8.9055rem;height:2.53100625rem;top:9.93408203125rem;left:10.247802734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusiPrOkpOttzIJpsFroaJcd9UKLkWNT { display:block; }
 }@media only screen and (max-width: 763px) { #ZEtMskKnprnLk2xkpZFOrCxB8BI9vQ0d { width:8.9055rem;height:2.53100625rem;top:6.8125rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpv1QGx4vJJco4ToO3Ora6Xs5i04akhH { display:block; }
 }@media only screen and (max-width: 763px) { #Fn9nzb0DdUGoslxmaQ0ikonoIyM1ZrqB { width:8.9055rem;height:2.53100625rem;top:6.8125rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #afDPtRpaNDQxvGz4o16GPlTFqPATiPgE { display:block; }
 }@media only screen and (max-width: 763px) { #CT3eLu6sLOymtkdAqOmq7sy7WIyWUltD { width:8.875rem;height:2.5rem;top:9.95068359375rem;left:0.8251953125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoayDFHNBdxO9DcZpk6QkutwAghqAvf6 { display:block; }
 }@media only screen and (max-width: 763px) { #aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c179008f-b91c-4ff8-ace3-e69dd2f1f6cc/WFBannerv2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3.adaptive-delivery-prevent-bg, #aWOihUaNSk8TEDQigqFJDIdgsGNhgul3.lazyload, #aWOihUaNSk8TEDQigqFJDIdgsGNhgul3.lazyloading { background-image: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container { background-color: transparent; background-image: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.72); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container > .video-iframe-container { display: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.72); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row > .video-iframe-container { display: none; }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .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); }#aWOihUaNSk8TEDQigqFJDIdgsGNhgul3 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXGx0S9IzXmyA35pgG3fpqHPU9b1PqkE { width:18.375rem;height:7.5rem;top:22.76171875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDFBCGBVJCpATgCsuQqmZqtF9rIJUsHS { width:13.25rem;height:19.375rem;top:1.73046875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf4wWToozzybsVuCvsazn7brc4IzNnbG { display:block; }#uf4wWToozzybsVuCvsazn7brc4IzNnbG > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQxuWknzDpMR3u93gNRB9MRh4VllCdOu { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E27bBHwSAIONJus7EiFLUrUkJUoFzF6A { width:20rem;height:5.52245625rem;top:1.673583984375rem;left:0rem;font-size:1.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FzemV3LCQVTSiXZGL8Erzr9foRyILlLd { display:block; }#FzemV3LCQVTSiXZGL8Erzr9foRyILlLd > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxPTAzO3m0sy2cKyrTTkil073VJv3Ggt { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgr2udH7JATVbdQVevwXUXCBJV0WEiT2 { width:20rem;height:18.20311875rem;top:4.19921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh { display:block; }#qUlB3ZgCFlNMTb9aRNF5EzmoEeHS6AKh > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zK6OTnlTsoFlizNmB8q47N1dJhRaQypU { width:16.5625rem;height:16.5625rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZvT2tsytlOptx6iepEuUd1votzL0gKb { width:16.5625rem;height:16.5625rem;top:19.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLXCgggSdOOS023QiT7SP5JTCs6xprv6 { width:16.5625rem;height:16.5625rem;top:36.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:11.2607421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyQo31VJpFI0oLGKb8QD6wzmSvmUBtPL { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QioruVoHguAXWGwN7RrZpSbIpAfzJNME { width:20rem;height:6.8261875rem;top:4.44921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeXAypwD77rTOcGicDqKmUpB1QJrTB5U { display:block; }#JeXAypwD77rTOcGicDqKmUpB1QJrTB5U > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhTTeiWpEOqraR3FXMgUyRL2Z4buZsXH { width:20rem;height:50.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNG1C8dCdoTmwu4TcQJu5gPpAAUBr9dc { width:18.3125rem;height:48rem;top:2.294189453125rem;left:0.843017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLsgmWa2pdQkZs0r0flWi0SsDHFDgGRs { width:15rem;height:2.11181875rem;top:4.9375rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzpGP6mhaHs7DHZwVnycA1bmNdFkW5Ge { width:15rem;height:1.4624rem;top:3.5rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udppJyqxQ0noOgd4OLDp9pxpTs5wV8ZZ { width:15rem;height:2.1118125rem;top:9.29443359375rem;left:2.31201171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ0UUPuafoWQ9kO4gTNyOfRz9JDVk4Vx { width:15rem;height:1.4624rem;top:7.911376953125rem;left:2.320556640625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxdC7vK5K1OVcB84l0TqL556z2MAMVTU { width:15rem;height:2.1118125rem;top:13.731689453125rem;left:2.320556640625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOpXEvkwFVb4cU2Kl0cIweEr3mc0nr8n { width:15rem;height:1.4624rem;top:12.3486328125rem;left:2.320556640625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmh8nlNo1D9WRJX4GkDCXrSA3fR163xf { width:15rem;height:2.1118125rem;top:17.9375rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNpZLIEesbQwwRkBcLVoq2T5cL4dNRBp { width:15rem;height:1.4624rem;top:16.5625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3ITUAN3mVOkIMSps9Soa1mGAOphfu2U { width:15rem;height:1.4624rem;top:20.86669921875rem;left:2.31201171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we7HuoeZ2b3FnWDDzHTfKwCS5oxaV9gD { width:15rem;height:2.1118125rem;top:22.25rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TufL8UMOAO7EgtodtDAiiXVSFUphtB { width:15rem;height:1.4624rem;top:25.25rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3845wATHgvTTq93Oq8zAnS6dkKsRiSH { width:15rem;height:2.1118125rem;top:26.6875rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKxnk4xqnyLw6MPlE0zgVZXU92w761KZ { width:15rem;height:2.1118125rem;top:31.0625rem;left:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3gQSH29ZvbekwUgxK0Bp0eqDb3CZWmO { width:15rem;height:1.4624rem;top:29.625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHH3TiKxxfZFAZTqLifV8lhuybVBdfuS { width:15rem;height:1.4624rem;top:34.125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmTu9bpVxruNrapgyTAF0fXXgdU825J1 { width:15rem;height:2.1118125rem;top:35.5625rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgzLd4HaEeCg2hsLOVbskBWySw0GB38s { width:15rem;height:1.4624rem;top:38.375rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXe9wElIvLozMsSk8Sz52TnOItUUTtv { width:15rem;height:2.1118125rem;top:39.75rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwL0u1zZA20PTw72uEUTxiNQNtVFdso9 { width:15rem;height:1.4624rem;top:42.794189453125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPEbhv19UWiNTeKfeH76AbsgoiggEhP6 { width:15rem;height:1.4624rem;top:45.294189453125rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8GSAsmncKGeEguTRzcAXr8iGoqebbWN { width:15rem;height:2.1118125rem;top:46.75537109375rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ { display:block; }#ORyA0TT2VFiEM0lOfItQFdUcHWkHEoHQ > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvMqvbW57og1UnlG8W7sZHxTFSklsFz9 { width:20rem;height:1.62475625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np2m9rLKAsW34NzbPThNgUvOnTz20n4x { width:19.0625rem;height:21.8125rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgD4cHWdQSWX94Adr4KRFUn4T2gWqlqy { width:19.0625rem;height:13.0625rem;top:36.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIvOKVTtrd75vims6gpF8RFTB2fk33DF { width:19.0625rem;height:7.9375rem;top:50.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC4a90yGpP1Q4W6oyzKKT8Wo41cCJeDP { width:20rem;height:7.963875rem;top:4.19921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbFPgdMPqK9oBCDdyMpZElqTikaluMXw { width:15.5rem;height:2.69775625rem;top:52rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwFHxnX8u3Ic1z8I5pgaPoyT6gk6rhye { width:16.25rem;height:1.13769375rem;top:38.125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WQfwsv3C89oTzVOE3xA4x3QBWSSRqTzA { width:15.5rem;height:4.87060625rem;top:40.0625rem;left:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #raMgD6aEoXTHDT3EwCswbsxcV5LTCuBc { width:17.1875rem;height:19.5rem;top:14.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCoV66Vb0ImRbwZPRqbrzvcPbNZBMIMm { width:17.25rem;height:9.8125rem;top:37.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4BWSA0fssTJxuXGdIq4Jpqv2ue0RJdW { width:17.25rem;height:4.75rem;top:51.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5uNnui1lGOTtD0skVSGWJbrzfT8x0fr { width:11.9375rem;height:2.4375rem;top:45.875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm3EsPO6aZNxFp9SQ7IitkNploIML2sX { display:block; }
 }@media only screen and (max-width: 763px) { #TlEyazLXWwctsdDOVEV7yB72pRqEhiT0 { width:11.9375rem;height:2.4375rem;top:55rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLOOamIEDTsp1cAhicCsCq5s7iDEDzRw { display:block; }
 }@media only screen and (max-width: 763px) { #bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH { display:none; }#bHuZfqHRCxfiNcwXoSWuDFAtDINaZBoH > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BG9CbMa2G8UtkgDuO2xE5ngDfJlhQylA { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn55Gs9rXpyEKdSy9qwCGQ8dZUSX8xIg { width:17.25rem;height:5.6875rem;top:4.84375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ2Jas0pTTm2JizFDk2sF0KqKcHniIWo { width:19.0625rem;height:48.75rem;top:3.75rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0CPxfRXlDQNn43ffvBIKghJ7N2TqHbV { width:20rem;height:2.9746125rem;top:12.32470703125rem;left:0rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #lZtQJSbXCScfLatg8dtA8fDDFMEHwa5M { width:11.9375rem;height:2.4375rem;top:15.86181640625rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgR9PAQ9G68btRKx2f4ynU286KBvFfOQ { display:block; }
 }@media only screen and (max-width: 763px) { #kSq30pUmRHFJXItPEBqUnMwJqn2zJfdV { width:17.25rem;height:5.6875rem;top:19.59375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #petZZTTFHTHZpAwLXX5gWIhWli2FuL77 { width:20rem;height:2.9746125rem;top:20.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEUq6cHsg588LB1ganmZelOUuB9Bkw5q { width:11.9375rem;height:2.4375rem;top:23.90625rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkvT3NOewhUJGWG6zgcCTLrfmrXbvxIe { display:block; }
 }@media only screen and (max-width: 763px) { #NnsO21kRi6QBENVvwl2cLqQg2gpuPbeJ { width:17.25rem;height:5.6875rem;top:11.53125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5EgnHTNxTl2v3p6NJwfWhJk8zhRZTvc { width:20rem;height:2.9746125rem;top:28.63720703125rem;left:0rem;font-size:0.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #QiCxmSKAiNQEVUkdH4XoM6qXm2UKP7wE { width:11.9375rem;height:2.4375rem;top:32.15625rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okc3ggxcotMhhLDlCUNQIDhMq3HfLtTq { display:block; }
 }@media only screen and (max-width: 763px) { #Bo9G6tWeWR0eILmuR1aFxW77IernwUrM { width:17.25rem;height:5.6875rem;top:35.84375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx6e8p1q8rcJuTNTFCIEdVnqHmHXUhlK { width:20rem;height:2.9746125rem;top:36.65625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkffIJS6oqakoa3WHlkNuwVBv0KE3MrD { width:11.9375rem;height:2.4375rem;top:40.21875rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbX3W0psCew0oJi7QPsPfvZGQ8d6d2nA { display:block; }
 }@media only screen and (max-width: 763px) { #u3P5dEvlW9pmndw1xrBzZTIh8hiISu0W { width:17.25rem;height:5.6875rem;top:27.71875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyrF3iAsA1KoEPHEtCdA0ixyL35SScN0 { width:20rem;height:2.9746125rem;top:44.65625rem;left:0rem;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HNlUaWFBn1ppsqEggwfAZBThdWrt1PAz { width:11.9375rem;height:2.4375rem;top:48.28125rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB1evEiOK7IBkwasvdadf6QuhtS4y4Z6 { display:block; }
 }@media only screen and (max-width: 763px) { #MHrp8LlUpAi1vsBXvP7UWbOKUTfFTaCo { width:17.25rem;height:5.6875rem;top:43.96875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ { display:block; }#hmoXOXuhRTcD38LT4M4ucmRt4fDJpWHJ > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhkaJm9l6B5KdESn6Pm05dp6zHhqicwR { width:20rem;height:1.62475625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKTMUfw8QC6ByAVJ22IUdZu3VUNrQ5SJ { width:20rem;height:3.4130875rem;top:3.88671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi { display:block; }#X9hPgAeBqxX3LDvvI8OGny0fnDuuWwoi > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wF46zHqri1MEhWP7yrIJcSQrSzdPZMNM { width:6.0620125rem;height:6.0620125rem;top:6.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG6UuhZu90uDcGKAUWDtf8WXrsUuTlzd { width:8.4375rem;height:4.6875rem;top:1.06201171875rem;left:5.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mphqMTNaJDdvhcJaSIfLz5WnNSuUMZCT { width:8.875rem;height:3.724088734719rem;top:27.269287109375rem;left:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye1LgXA9c6kqeEwKdmbF1eyfeN5HSZsK { width:10.437rem;height:2.1875rem;top:14.249267578125rem;left:4.061279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDeMoT3SWHk5TNvVZu12A6tOa6GtOZFy { width:11.875rem;height:3.31176875rem;top:22.4560546875rem;left:3.343505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImZTOFJo06bgSF0NruO0twXweIFz8hI { width:9.24925rem;height:3.62426875rem;top:17.484130859375rem;left:5.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x65R79oq54GbppcDxgpNKhFgxKqBiod5 { display:block; }#x65R79oq54GbppcDxgpNKhFgxKqBiod5 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrPlWrnfJivQwkXb9LSX83MZyVz9rWlI { width:20rem;height:1.62475625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJazxTENhwogpXPqeAfHAvHoXwTLMht { width:15.5rem;height:19.34085rem;top:12.375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ier0B50AvBemMN4JfnftdMsKw9pQVonO { width:17.25rem;height:5.625rem;top:5.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfF6Fb19C34ZhTQp6sxSR53GV8abDlX { width:19.0625rem;height:31.625rem;top:4.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr6HcAopZMBXuqmRFMAyF88gHgKilgb { width:11.9375rem;height:2.4375rem;top:32.5rem;left:4.029541015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgADvKC4KT1VUdrfRT9ny4ocDiOStsU0 { display:block; }
 }@media only screen and (max-width: 763px) { #WmGWbMew4ZPGIHit2RsoVtEsxkQIPaUW { width:17.25rem;height:22.3125rem;top:11.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE { display:none; }#TZlxfo1ZMCfQNbwD1TECTXy7nTJHLSDE > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eTsIQpcmW27N5GGEehSiHsyTfJxPu30M { width:20rem;height:11.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sguQsQgvmDyvwxMM8tNUeXT8t8txMx7K { width:1.875rem;height:1.875rem;top:3.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMUCge8yJQvMUhL0UBbR9FnBW7AnJbqO { width:12.6875rem;height:1.29980625rem;top:3.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPWmb8XUwtL6UzbW8SRIiXHdZ5Z2J2fH { width:17.5rem;height:5.8125rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4pgvnGzADGlUheNRbONZqxdSTTJyv3 { width:1.875rem;height:1.875rem;top:3.1875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzB5TXrrT0KpW420uAPAHqKHexyFxIog { width:15.6875rem;height:3.25rem;top:7.03125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb { display:block; }#AkwxGLvAq3U8PqH5Etnwf3ON37U3oIgb > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGQODlplhRqpyeqBISzJ74NQAHWHVM7k { width:20rem;height:11.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMz0fmREFcy2hXnwMXZgwfkD3gkRmAZ { width:1.875rem;height:1.875rem;top:1.33544921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbsdolQLbgJTtU498qpMN50UkIaeCMOu { width:12.6875rem;height:1.29980625rem;top:1.625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIcJiDTU95WsLSJllyRd8QWW3dwCyB7n { width:17.5rem;height:5.8125rem;top:3.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXln54JbnDWqJbW3AVA0mv0f2b4IRkTr { width:1.875rem;height:1.875rem;top:1.33544921875rem;left:16.953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o70bIBzPSA817K2fOO6dSTf2QQbg2ny2 { width:12.6245rem;height:2.37426875rem;top:5.655517578125rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTZus00yxtpww4ZObXKwH4a6ixWwN4gG { display:block; }#oTZus00yxtpww4ZObXKwH4a6ixWwN4gG > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDvNUHHNU1iQeFVQtu9nVgmVgb21I5yg { width:20rem;height:17.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw4t582y9lmJhsTxkFvmERVauUGW2JZr { width:17.5rem;height:11.6875rem;top:3.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcT0czvmezObTXeA2MqWm4VoLHzJQ462 { width:1.875rem;height:1.875rem;top:1.209716796875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7CATJKz8QArXhWldC4hc5mTFZXxHOM { width:13.3125rem;height:1.29980625rem;top:1.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEDGSxiEnblXlcIoeTAPGSSlaWbnu2Qm { width:14.375rem;height:2.436525rem;top:11.60400390625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QExZLE41977G1aidqLd6hv1X4SSsqoDr { width:1.875rem;height:1.875rem;top:1.1865234375rem;left:16.953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLoT0AvdegzufopE2XvR7pZXTmDFMtZ2 { width:6.186525rem;height:4.6875rem;top:5.311279296875rem;left:6.905517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA { display:block; }#uCembLN6ZFFMhMwFTXnHAG7kAKD8qpFA > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMF5aswB0zirbgp2LRr3fc0Us4bbanBg { width:20rem;height:21.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhDQVUsdANALbiGLRxEdSI2cPsu3BWMG { width:1.875rem;height:1.875rem;top:1.085205078125rem;left:1.202392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbEzIRZ141GoCDrW1LOdW0ysUb0wsvv7 { width:14.0625rem;height:1.29980625rem;top:1.375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoOlVg2OtsJl5NThypTwKKZd0xCeQNem { width:17.5rem;height:15.875rem;top:3.87451171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXuuRQ2ms67WPS8ANmculB52moovhuCo { width:1.875rem;height:1.875rem;top:1.085205078125rem;left:16.953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPTCQEExVqCTvb24h6dAJQmJMT5kUCbV { width:7.5rem;height:8.3125rem;top:118.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbvFbAppisBH5EpcWUrbxAs3Ti5THtqB { width:10.7495rem;height:1.6870125rem;top:10.87451171875rem;left:4.625244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks1ARrBKIHmTBywcNt4L26EyhUlNNflx { width:10.37475rem;height:3.81225625rem;top:13.748779296875rem;left:4.810791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBDPNUaODZcriZAyFWSTz28hT4QWdyWP { width:6.875rem;height:4.87426875rem;top:5.06103515625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu { display:none; }#P2UM07EuppEtc7QoCVTxTVfJRx8bFUZu > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #punNS7txb2DoQFmFoQF3b5euhFEncgrt { width:20rem;height:12.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5X7vgNnvCEMb2ti0fTGcpaTwQWS1fro { width:17.5rem;height:6.4375rem;top:4.53125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBo0TZBT3QTlxr19the8Ivgs3neSXgy5 { width:1.875rem;height:1.875rem;top:1.2236328125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEWXATgoEUtlGm0GNbTqU2DOBT8qRVLG { width:14rem;height:1.29980625rem;top:1.51171875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBP646tbZtQZG8HD9i26b2VfcOmKTJN { width:1.875rem;height:1.875rem;top:1.2236328125rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZCDq6umKkcNkCFPia3TS4ODSoqIA6q { width:15.625rem;height:3.8994125rem;top:5.80078125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n { display:block; }#fP8mncv3rZG6Qkx3TTq0qI3FBrJDpU3n > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVf56XbBLrmgRI58HVkBQGb7bSe3obgE { width:20rem;height:18.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkC9macwNBvLTvGPqPhawToCgXSoD2eF { width:1.875rem;height:1.875rem;top:1.02294921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ACLlLAFaXXaxei1zOWpv9Cp3lwGXQd { width:11.3125rem;height:1.29980625rem;top:1.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnwOR8lHxa2aaqfNyJOEVRV3BHPSTc8G { width:17.5rem;height:12.3125rem;top:3.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvJbHdDgExuhRm3VQBNZQ9eXzc6bBTTX { width:1.875rem;height:1.875rem;top:1.02294921875rem;left:16.953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQ2l5gIiLFUhWLoPqTpLNUppHv3so0sD { width:15.625rem;height:1.2994375rem;top:8.192138671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Fwv6QqOaRFs1dB4pm5hnGqOh6TxBsR { width:11.875rem;height:1.2994375rem;top:10.7861328125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXbPW6MJ7GZZbmbSziLytyUP3Vl3TMXJ { width:11.875rem;height:2.598875rem;top:4.73388671875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLOL6fycVCE1bJnrR2fqhbN0t5GlgTW1 { width:11.875rem;height:1.2994375rem;top:13.22021484375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z { display:none; }#Mzkw5h73EWyZ5JGOhw5fTfMSohpv5K6Z > .row .container { width:20rem;height:38.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QsNvQXoCmAkpDaQ8IFwqQTCKSxJA8zPy { width:20rem;height:35.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnQTTeFnKGKxzUuhA4yEPeVaoviENO01 { width:1.875rem;height:1.875rem;top:1rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9yICBe33zTGBQZ4ppHgFMusqCxR5fRM { width:11.3125rem;height:1.29980625rem;top:1.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErEN2BM8iD1oG6edVb4Q0EaZMz9ZywqT { width:17.5rem;height:29.6875rem;top:3.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxef7rPwgqDwKFKczZKbHlI4AhWb1Ows { width:1.875rem;height:1.875rem;top:1rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUGDTqBzsJi2M6S5oWybl2VVoDQeimVO { width:15.625rem;height:1.29980625rem;top:4.96875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbOzLLciuJ5V0XNn3EsA5gDfwBxBXrhT { width:15.625rem;height:1.29980625rem;top:23.4208984375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROciQfrLS6w66rBPMimcD9ObPlc9cV5t { width:15.625rem;height:1.29980625rem;top:11.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2m84hGaOQiQ3nxPIibrclEMDPygk9B { width:15.625rem;height:1.29980625rem;top:28.2646484375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqeoo3gcu7ZVKvoXU0z8ZXE0Vl7OtWnT { width:15.625rem;height:1.29980625rem;top:14rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJWEs3rqIZKqLhfINNpGnDCLklzRJ1WK { width:15.625rem;height:1.29980625rem;top:18.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9hGKw0HPJLH5LPA8vVURtW4TRsJr6XC { width:15.625rem;height:1.29980625rem;top:16.30078125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZNbEr5Kp0ssuTowEqpq7FoCT491ZR3 { width:15.625rem;height:1.29980625rem;top:7.1875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqwmfEfsh0KJCAG8PXxmhlWqVJ7nTzok { width:15.625rem;height:1.29980625rem;top:25.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkJZu3s69ulyi7bOdbMS5RWlsd594BAd { width:12rem;height:1.29980625rem;top:9.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCDqLmZ2cZzNCB8gnTOesMxkVVRQRgS { width:12rem;height:1.29980625rem;top:30.69970703125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHsuK2RUlWHTPSGLKQ8e3vNNbvJF28e2 { width:17.25rem;height:1.29980625rem;top:20.93115234375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2daa8149-cc57-4730-a10e-e6a1fa3b6db5/NJWineandFoodBottomBanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8.adaptive-delivery-prevent-bg, #wbAyabmas7nXFN7MW78PMiEFSWd9GZO8.lazyload, #wbAyabmas7nXFN7MW78PMiEFSWd9GZO8.lazyloading { background-image: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container { background-color: transparent; background-image: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.9); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container > .video-iframe-container { display: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(60,1,5,0.9); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row > .video-iframe-container { display: none; }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .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); }#wbAyabmas7nXFN7MW78PMiEFSWd9GZO8 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu3JuRuMealTKRzMOqUxlszHTT21Jzpc { width:20rem;height:1.625rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQpAyXMg5KfwAaJ9bS4rrxMNOrA87ee { width:20rem;height:2.2753875rem;top:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR9kCibs6JANy4zd3km0I0tJ38OKKRlf { width:14.375rem;height:2.80029375rem;top:16.0625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8F7G41QwEtEZZ0gFTS40OepevcGdvEH { width:2.5rem;height:2.5rem;top:20.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QefTybvi8cZ5yTq0HkOVoRvzDpVqxNoC { width:11.5625rem;height:1.40014375rem;top:24.25rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAegRBB0Sd2n6H82cKzHfSlWSO2gfp2u { width:2.5rem;height:2.5rem;top:27.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJogOQbBSG8RTKxnt2sDrG4oXq8GQcbf { width:16.4375rem;height:1.40014375rem;top:31.25rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol2qeeVa4QCoL9FnSOnx15nVbtGhqtfO { width:2.5rem;height:2.5rem;top:12.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ { display:block; }#cNSSg3l3RogFtbSZJBRtAHQ7MrJAhSFQ > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V2T9ALb06ZLQrFIBzi7ilJ6MxoTeBiZt { width:20rem;height:11.6894375rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWeT9BkS7rq9E4tMWWog71ha68kGCD9T { width:9.874125rem;height:3.68706875rem;top:5.25rem;left:0rem;display:block; }
 }