.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(74,2,23,0.5);background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a0217;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; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { background-color: transparent; background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { border-width: 0; border-radius: 0; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:368px;left:47.625px;height:;display:none; }
#fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { color:#6e0d25;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.920791625977px;left:0px;height:38.9851px;text-align:center;text-align-last:center;display:block; }
#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { background-color: transparent; background-image: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .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); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { border-width: 0; border-radius: 0; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#TKOpCyGTcpAX0WoTX6EuQTT0ap4MAtJV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#HbizuCqEQqcdoy3efio35aktTtcFy9x2 { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#eTZUkqLbLwEAnhM46N4VgG7J7zqw9OwR { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:140px;left:300px;display:block; }
#r0q27wssxEt0ZA7TKUtOcFOmwZxPz0us { color:#000000;display:block;width:671.985px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:30.331680297852px;left:263.97027587891px;height:34.9938px;text-align:center;text-align-last:center;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; }
#L5NGZLug5OCzEcNRVW7HSZ6ESX9GCcuD { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:90.212867736816px;left:409.97521972656px;height:25.2104px;text-align:center;text-align-last:center;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; }
#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container { background-color: transparent; background-image: none; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container > .video-iframe-container { display: none; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row > .video-iframe-container { display: none; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .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); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container { border-width: 0; border-radius: 0; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container { font-size:14px;font-family:arial;height:445px;width:1200px;position:relative;display:block; }#UhA2o3LlVHm1u9nP7E5eJxl0D3LHR0Js { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#mRCS9wetaiJ7kNcme5EbSVNbnFZK0CTV { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#Jacs3TvRWeNv63yBlpuMgAiX9OwcyZds { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:80px;left:300px;display:block; }
#zP1aLJGDl39A9sUo6SUxfB2xQb5kMcXt { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30px;left:410px;height:25.2104px;text-align:center;text-align-last:center;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; }
#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container { background-color: transparent; background-image: none; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container > .video-iframe-container { display: none; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row > .video-iframe-container { display: none; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .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); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container { border-width: 0; border-radius: 0; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container { font-size:14px;font-family:arial;height:445px;width:1200px;position:relative;display:block; }#nzX35ZeZiR2TVc0aIBqS3KsOtmEylfkz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#w82tJkcQiTEcSmx8546hfo9T8Ai5pSkk { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#KsEEO0vW51KWTaCUnOGg5eIPaRSUR98B { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:80px;left:300px;display:block; }
#K8Mr1bfKpm5TvelsoT5LC21vKnd5EtSf { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30px;left:410px;height:25.2104px;text-align:center;text-align-last:center;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; }
#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container { background-color: transparent; background-image: none; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container > .video-iframe-container { display: none; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row > .video-iframe-container { display: none; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .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); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container { border-width: 0; border-radius: 0; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container { font-size:14px;font-family:arial;height:470px;width:1200px;position:relative;display:block; }#Or6drWBIoqxaT4XTv06uPlT7q5g46Qx3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#em4OZg3llT6bPQMG4xzpLJnIKxlTrz7D { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#qlUlMrJXb3ekLSpPw2Z3DU0qOTplQdIa { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:80px;left:300px;display:block; }
#sPeeZg8VWmEi3n8QgV8HMDgMCU4uoiLG { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30px;left:410px;height:25.2104px;text-align:center;text-align-last:center;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; }
#A1QgXesINuuFMiQiUlpibbrhDKxmLakq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container { background-color: transparent; background-image: none; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container > .video-iframe-container { display: none; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row > .video-iframe-container { display: none; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .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); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container { border-width: 0; border-radius: 0; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container { font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#z8yBhwKKE77T6kIXCP6yOXZB9OHLuiM3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#QOB0rcOWDrpx8l4KA09KeHtyuPK4mUZz { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#tMyrQTZlhh3asqHrvwIOActoZPTM2eol { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:140px;left:300px;display:block; }
#AwIaH1ilKBnCQJVa2Qr58ugCS5blqnHR { color:#000000;display:block;width:671.985px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:30.331680297852px;left:263.97027587891px;height:;text-align:center;text-align-last:center;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; }
#BWFMcc2tGNTq0oW2oz5tI8hPkrokXTbQ { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:90.212867736816px;left:409.97521972656px;height:25.2104px;text-align:center;text-align-last:center;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; }
#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container { background-color: transparent; background-image: none; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container > .video-iframe-container { display: none; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row > .video-iframe-container { display: none; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .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); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container { border-width: 0; border-radius: 0; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container { font-size:14px;font-family:arial;height:445px;width:1200px;position:relative;display:block; }#bxchqSIm9EEtGg6B8IR1DuGzHADhWsgh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#QFUrSkUM0OyBIDrkyN7K7JrXhEbL30ny { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#cCnsCneIHJiazz0Rsfn3JuhnzsbT5g0u { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:80px;left:300px;display:block; }
#FS7zhobHzmImLFBSbNLZ4XshJBzx5KLV { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30px;left:410px;height:25.2104px;text-align:center;text-align-last:center;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; }
#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container { background-color: transparent; background-image: none; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container > .video-iframe-container { display: none; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row > .video-iframe-container { display: none; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .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); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container { border-width: 0; border-radius: 0; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container { font-size:14px;font-family:arial;height:445px;width:1200px;position:relative;display:block; }#bAAVOswb0VvOfA6vTbG4MVs6AEqa2EeB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#gHSxiU5Pt3UmnN40wCT5CxDpnfDeKEAr { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#LWvbmefGrTnKvevToiq6akiiMTtfhqT9 { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:80px;left:300px;display:block; }
#ORBEOeZfE8FcUgTUyP3ZaBGd5aPqTvyi { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30px;left:410px;height:25.2104px;text-align:center;text-align-last:center;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; }
#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container { background-color: transparent; background-image: none; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container > .video-iframe-container { display: none; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row > .video-iframe-container { display: none; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .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); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container { border-width: 0; border-radius: 0; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container { font-size:14px;font-family:arial;height:445px;width:1200px;position:relative;display:block; }#iWeOwVb8vfIHRSprFm3W8RcK8FPLiBNx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#SyWXmk4nIgy8OymLacKOvSzkRsOUzfg3 { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#MsMoUnKZv2DimE7UWEVuvVIgUqh1WJTZ { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:80px;left:300px;display:block; }
#TPw8HNCi2MyvvRkTKXcTF8DLtTcrETQP { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30px;left:410px;height:25.2104px;text-align:center;text-align-last:center;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; }
#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(74,2,23,0.8);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; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container { background-color: transparent; background-image: none; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container > .video-iframe-container { display: none; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row > .video-iframe-container { display: none; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .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); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container { border-width: 0; border-radius: 0; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container { font-size:14px;font-family:arial;height:490px;width:1200px;position:relative;display:block; }#v4N4ONqKyEuFrQffwc76OZgDT6RgkJWM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#nK8R1wQeC0zAcvCuiRv8MJTOEkdQkOv5 { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:133px;left:221px;height:0;display:block; }
#Pvkdlrcdz5sR1VwZJcNgmeNcAZ3XrqHi { position:absolute;display:block;z-index:15009;height:325px;width:600px;top:80px;left:300px;display:block; }
#uWVWEx1KDBHAEEglhhZDK5c4nQ7D0aOr { color:#000000;display:block;width:380px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:30px;left:410px;height:25.2104px;text-align:center;text-align-last:center;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { top:367px;left:0px;width:200px;height:;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { top:29px;left:0px;width:764px;height:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U { display:block; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKOpCyGTcpAX0WoTX6EuQTT0ap4MAtJV { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #HbizuCqEQqcdoy3efio35aktTtcFy9x2 { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #eTZUkqLbLwEAnhM46N4VgG7J7zqw9OwR { top:140px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #r0q27wssxEt0ZA7TKUtOcFOmwZxPz0us { width:671px;height:;top:30px;left:45.966613769531px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #L5NGZLug5OCzEcNRVW7HSZ6ESX9GCcuD { width:379px;height:25px;top:90px;left:191.97521972656px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD { display:block; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhA2o3LlVHm1u9nP7E5eJxl0D3LHR0Js { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #mRCS9wetaiJ7kNcme5EbSVNbnFZK0CTV { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Jacs3TvRWeNv63yBlpuMgAiX9OwcyZds { top:80px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #zP1aLJGDl39A9sUo6SUxfB2xQb5kMcXt { width:379px;height:25px;top:30px;left:192px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq { display:block; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzX35ZeZiR2TVc0aIBqS3KsOtmEylfkz { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #w82tJkcQiTEcSmx8546hfo9T8Ai5pSkk { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KsEEO0vW51KWTaCUnOGg5eIPaRSUR98B { top:80px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #K8Mr1bfKpm5TvelsoT5LC21vKnd5EtSf { width:379px;height:25px;top:30px;left:191.99383544922px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 { display:block; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Or6drWBIoqxaT4XTv06uPlT7q5g46Qx3 { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #em4OZg3llT6bPQMG4xzpLJnIKxlTrz7D { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qlUlMrJXb3ekLSpPw2Z3DU0qOTplQdIa { top:80px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #sPeeZg8VWmEi3n8QgV8HMDgMCU4uoiLG { width:379px;height:25px;top:30px;left:191.99383544922px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #A1QgXesINuuFMiQiUlpibbrhDKxmLakq { display:block; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8yBhwKKE77T6kIXCP6yOXZB9OHLuiM3 { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #QOB0rcOWDrpx8l4KA09KeHtyuPK4mUZz { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #tMyrQTZlhh3asqHrvwIOActoZPTM2eol { top:140px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #AwIaH1ilKBnCQJVa2Qr58ugCS5blqnHR { width:671px;height:;top:30px;left:45.966613769531px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BWFMcc2tGNTq0oW2oz5tI8hPkrokXTbQ { width:379px;height:25px;top:90px;left:191.97521972656px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM { display:block; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxchqSIm9EEtGg6B8IR1DuGzHADhWsgh { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #QFUrSkUM0OyBIDrkyN7K7JrXhEbL30ny { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cCnsCneIHJiazz0Rsfn3JuhnzsbT5g0u { top:80px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #FS7zhobHzmImLFBSbNLZ4XshJBzx5KLV { width:379px;height:25px;top:30px;left:192px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb { display:block; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAAVOswb0VvOfA6vTbG4MVs6AEqa2EeB { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #gHSxiU5Pt3UmnN40wCT5CxDpnfDeKEAr { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #LWvbmefGrTnKvevToiq6akiiMTtfhqT9 { top:80px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #ORBEOeZfE8FcUgTUyP3ZaBGd5aPqTvyi { width:379px;height:25px;top:30px;left:191.99383544922px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 { display:block; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWeOwVb8vfIHRSprFm3W8RcK8FPLiBNx { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #SyWXmk4nIgy8OymLacKOvSzkRsOUzfg3 { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MsMoUnKZv2DimE7UWEVuvVIgUqh1WJTZ { top:80px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #TPw8HNCi2MyvvRkTKXcTF8DLtTcrETQP { width:379px;height:25px;top:30px;left:191.99383544922px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP { display:block; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4N4ONqKyEuFrQffwc76OZgDT6RgkJWM { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #nK8R1wQeC0zAcvCuiRv8MJTOEkdQkOv5 { top:133px;left:3px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Pvkdlrcdz5sR1VwZJcNgmeNcAZ3XrqHi { top:80px;left:82px;width:600px;height:324px;display:block; }
 }@media only screen and (max-width: 763px) { #uWVWEx1KDBHAEEglhhZDK5c4nQ7D0aOr { width:379px;height:25px;top:30px;left:191.99383544922px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { background-color:#4a0217;background-image:none;display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { background-color: transparent; background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { width:320px;height:54px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { height:179.844px;width:320px;top:170px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { width:319.99px;height:20.7921px;top:19.995048522949px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { background-color: transparent; background-image: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row > .video-iframe-container { display: none; }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .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); }#QGVJ7a6KzMkPTSF9glEdLhFcey31XJ7U > .row .container { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKOpCyGTcpAX0WoTX6EuQTT0ap4MAtJV { height:179.838px;width:319.995px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HbizuCqEQqcdoy3efio35aktTtcFy9x2 { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #eTZUkqLbLwEAnhM46N4VgG7J7zqw9OwR { width:320px;height:324px;top:140px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #r0q27wssxEt0ZA7TKUtOcFOmwZxPz0us { width:281.989px;height:44.1832px;top:19.980209350586px;left:18.980197906494px;text-align:center;text-align-last:center;color:#000000;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #L5NGZLug5OCzEcNRVW7HSZ6ESX9GCcuD { width:270px;height:20.7921px;top:55.039604187012px;left:24.96534538269px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container { background-color: transparent; background-image: none; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container > .video-iframe-container { display: none; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row > .video-iframe-container { display: none; }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .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); }#lNxRnAqUz1K58LPmCn7x9ZVXQcAZfhdD > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhA2o3LlVHm1u9nP7E5eJxl0D3LHR0Js { height:179.838px;width:319.995px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mRCS9wetaiJ7kNcme5EbSVNbnFZK0CTV { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #Jacs3TvRWeNv63yBlpuMgAiX9OwcyZds { width:320px;height:324px;top:80px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zP1aLJGDl39A9sUo6SUxfB2xQb5kMcXt { width:270px;height:20.7921px;top:20px;left:25px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container { background-color: transparent; background-image: none; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container > .video-iframe-container { display: none; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row > .video-iframe-container { display: none; }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .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); }#VrRcUrZT5FfMbitHwwoFfoplB4hPkDfq > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzX35ZeZiR2TVc0aIBqS3KsOtmEylfkz { height:179.838px;width:319.995px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w82tJkcQiTEcSmx8546hfo9T8Ai5pSkk { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #KsEEO0vW51KWTaCUnOGg5eIPaRSUR98B { width:320px;height:324px;top:80px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #K8Mr1bfKpm5TvelsoT5LC21vKnd5EtSf { width:270px;height:20.7921px;top:20px;left:25px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container { background-color: transparent; background-image: none; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container > .video-iframe-container { display: none; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row > .video-iframe-container { display: none; }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .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); }#q3EG919n8KXL1wQgZAy3rl9VaBvB7fx7 > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Or6drWBIoqxaT4XTv06uPlT7q5g46Qx3 { height:179.838px;width:319.995px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #em4OZg3llT6bPQMG4xzpLJnIKxlTrz7D { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #qlUlMrJXb3ekLSpPw2Z3DU0qOTplQdIa { width:320px;height:324px;top:80px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #sPeeZg8VWmEi3n8QgV8HMDgMCU4uoiLG { width:270px;height:20.7921px;top:20px;left:25px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #A1QgXesINuuFMiQiUlpibbrhDKxmLakq { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container { background-color: transparent; background-image: none; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container > .video-iframe-container { display: none; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row > .video-iframe-container { display: none; }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .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); }#A1QgXesINuuFMiQiUlpibbrhDKxmLakq > .row .container { width:320px;height:285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8yBhwKKE77T6kIXCP6yOXZB9OHLuiM3 { height:179.838px;width:319.995px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QOB0rcOWDrpx8l4KA09KeHtyuPK4mUZz { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #tMyrQTZlhh3asqHrvwIOActoZPTM2eol { width:320px;height:324px;top:140px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #AwIaH1ilKBnCQJVa2Qr58ugCS5blqnHR { width:297.995px;height:44.1832px;top:19.961639404297px;left:10.952970504761px;text-align:center;text-align-last:center;color:#000000;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #BWFMcc2tGNTq0oW2oz5tI8hPkrokXTbQ { width:270px;height:20.7921px;top:55.039604187012px;left:24.96534538269px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container { background-color: transparent; background-image: none; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container > .video-iframe-container { display: none; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row > .video-iframe-container { display: none; }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .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); }#z7k2N5QXDAMN5SWrUxUZd9T9W5SguuAM > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxchqSIm9EEtGg6B8IR1DuGzHADhWsgh { height:179.838px;width:319.995px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QFUrSkUM0OyBIDrkyN7K7JrXhEbL30ny { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #cCnsCneIHJiazz0Rsfn3JuhnzsbT5g0u { width:320px;height:324px;top:80px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FS7zhobHzmImLFBSbNLZ4XshJBzx5KLV { width:270px;height:20.7921px;top:20px;left:25px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container { background-color: transparent; background-image: none; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container > .video-iframe-container { display: none; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row > .video-iframe-container { display: none; }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .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); }#uHVF7lNAxTsgMB0TdxOh2byiX3zIJTxb > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAAVOswb0VvOfA6vTbG4MVs6AEqa2EeB { height:179.838px;width:319.995px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gHSxiU5Pt3UmnN40wCT5CxDpnfDeKEAr { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #LWvbmefGrTnKvevToiq6akiiMTtfhqT9 { width:320px;height:324px;top:80px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ORBEOeZfE8FcUgTUyP3ZaBGd5aPqTvyi { width:270px;height:20.7921px;top:20px;left:25px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container { background-color: transparent; background-image: none; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container > .video-iframe-container { display: none; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row > .video-iframe-container { display: none; }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .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); }#pzNbiq5iDf0tU8igizwQMtE8aDAfnE91 > .row .container { width:320px;height:255px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWeOwVb8vfIHRSprFm3W8RcK8FPLiBNx { height:179.838px;width:319.995px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SyWXmk4nIgy8OymLacKOvSzkRsOUzfg3 { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #MsMoUnKZv2DimE7UWEVuvVIgUqh1WJTZ { width:320px;height:324px;top:80px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #TPw8HNCi2MyvvRkTKXcTF8DLtTcrETQP { width:270px;height:20.7921px;top:20px;left:25px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }@media only screen and (max-width: 763px) { #Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP { background-color:rgba(74,2,23,0.8);background-image:none;position:relative;z-index:auto;display:block; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container { background-color: transparent; background-image: none; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container > .video-iframe-container { display: none; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row > .video-iframe-container { display: none; }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .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); }#Lc2RlOsCeDUZxgODN19dL7u2gcMfgKbP > .row .container { width:320px;height:270px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4N4ONqKyEuFrQffwc76OZgDT6RgkJWM { height:179.838px;width:319.995px;top:55px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nK8R1wQeC0zAcvCuiRv8MJTOEkdQkOv5 { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #Pvkdlrcdz5sR1VwZJcNgmeNcAZ3XrqHi { width:320px;height:324px;top:80px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #uWVWEx1KDBHAEEglhhZDK5c4nQ7D0aOr { width:270px;height:20.7921px;top:20px;left:25px;text-align:center;text-align-last:center;color:#000000;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;font-family:avalon;display:block; }
 }