.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#121111;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); }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121111;background-image:none;position:relative;display:block; }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row .container { background-color: transparent; background-image: none; }#KT1pbyy31an8sVW3NfDvemBItleaqxn7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row .container > .video-iframe-container { display: none; }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row > .video-iframe-container { display: none; }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .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); }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row .container { border-width: 0; border-radius: 0; }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row .container { font-size:0.875rem;font-family:arial;height:101.25rem;width:75rem;position:relative;display:block; }#Txnrcfb5ykrhJx8NrABaBQkTABVJT0vF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:49.5625rem;top:1.875rem;left:12.75rem;overflow:hidden;display:block; }
#Zb3OZP6Dt13742xFxpquDJv5BXeWGgNe { position:absolute;display:block;z-index:100011;height:16.375rem;width:29.6875rem;top:14.5rem;left:7.5rem;display:block; }
#Rhu4zKIN9HcJCakP07IT0KpC0NTkKir9 { position:absolute;display:block;z-index:100012;height:16.375rem;width:29.6875rem;top:14.5rem;left:37.8125rem;display:block; }
#c4sV4MveyKbS3TeqmGo39QowpTtEU5Dh { position:absolute;display:block;z-index:100013;height:16.375rem;width:29.6875rem;top:31.625rem;left:7.5rem;display:block; }
#WXAnEXpuMuslkdVKbFT7RyiWykk6ofqA { position:absolute;display:block;z-index:100014;height:16.375rem;width:29.6875rem;top:31.625rem;left:37.8125rem;display:block; }
#BClyTSTSDFePcb7D3TSXA69GGZAXIANE { position:absolute;display:block;z-index:100018;height:16.375rem;width:29.6875rem;top:65.9375rem;left:37.8125rem;display:block; }
#JeUkizr4pcUwCOuIloGVZKAh1roBtz8S { position:absolute;display:block;z-index:100016;height:16.375rem;width:29.6875rem;top:48.8125rem;left:37.8125rem;display:block; }
#UR3X48pvlEQesH852EhdWEnU4DTHHx4g { position:absolute;display:block;z-index:100015;height:16.375rem;width:29.6875rem;top:48.8125rem;left:7.5rem;display:block; }
#FfHvP9qHDLS05l9yOABJZCnsCAoWIJ2e { position:absolute;display:block;z-index:100017;height:16.375rem;width:29.6875rem;top:65.9375rem;left:7.5rem;display:block; }
#xh1BchRwnPyihg5FpU1T8WfTkrHUq5rm { position:absolute;display:block;z-index:100018;height:16.375rem;width:29.6875rem;top:82.9375rem;left:7.5rem;display:block; }
#PsnzT3DgeNDM7ncMPsANsdaVUbfe1aZN { position:absolute;display:block;z-index:100019;height:16.375rem;width:29.6875rem;top:82.9375rem;left:37.8125rem;display:block; }
#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row .container { background-color: transparent; background-image: none; }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row .container > .video-iframe-container { display: none; }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row > .video-iframe-container { display: none; }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .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); }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row .container { border-width: 0; border-radius: 0; }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row .container { font-size:0.875rem;font-family:"open sans";height:132.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#b37icxg1N9Mes7FBofX8qsGI0w0wBpLx { color:#c7c7c7;display:block;width:20rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:27.5rem;height:2.5996125rem;display:block; }
#WzXNmv7pNUOedPuf427l9lSZnpWFfVcu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:25.4375rem;top:23.875rem;left:23.75rem;overflow:hidden;display:block; }
#ncTdSOz2cXQzyNbNcWnA6QNIBAR3qvql { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.375rem;width:24.5rem;top:50rem;left:50rem;overflow:hidden;display:block; }
#bfvIDQE28zlGsz0avWCAH3taKC5w53hw { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4375rem;width:23.5rem;top:20.6875rem;left:0rem;overflow:hidden;display:block; }
#EgNgUUy4XH40bzCMT2foQmc2BykEuX7y { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:23.5625rem;top:6.9375rem;left:25.75rem;overflow:hidden;display:block; }
#kDnTTzE4FSlcOXDJl5LNCBJNcG8cQtB3 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:24.8125rem;top:113rem;left:24.0625rem;overflow:hidden;display:block; }
#FCd4iUOS8p707eA8yQxPUZO1vrgORlLi { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.875rem;width:25.1875rem;top:43.4375rem;left:23.875rem;overflow:hidden;display:block; }
#kPgqlIkHTp84TZbDGqVRMuAugTEImssq { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.5rem;width:23.125rem;top:38.5rem;left:0rem;overflow:hidden;display:block; }
#Wivlhs4E44HCfsHUp5omldv1Cd9iinbN { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.25rem;width:25.0625rem;top:64.1875rem;left:23.9375rem;overflow:hidden;display:block; }
#VZ201ho8drqrfvUNcmm0LT2nlQeWNZ3W { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:25.0625rem;top:32.625rem;left:49.9375rem;overflow:hidden;display:block; }
#GrBBSRPfOiEy8EKHTl4ad60k6NqGWGJT { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.3125rem;width:25.5625rem;top:94.8125rem;left:49.4375rem;overflow:hidden;display:block; }
#ALgbSHowC4d83z6F4BN5Du9eQQzXpURL { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:24.4375rem;top:94.8125rem;left:24.125rem;overflow:hidden;display:block; }
#IWq8kFq3r54Kx9ETEVPH9pqgwEalQFqb { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.8125rem;width:23.375rem;top:90.3125rem;left:0rem;overflow:hidden;display:block; }
#BiTZTeUpUfxqUXHB5PaZZ5yHsZDaBJwK { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:25.0625rem;top:12.125rem;left:0rem;overflow:hidden;display:block; }
#opBD5VZhNtaWyLuowVldrELsxm4f0EQw { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:25rem;top:12.8125rem;left:50rem;overflow:hidden;display:block; }
#NZmFbPnxBWBmS9IEc01I1sgwXkgCXenU { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:23.875rem;top:15.3125rem;left:25.25rem;overflow:hidden;display:block; }
#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container { background-color: transparent; background-image: none; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container > .video-iframe-container { display: none; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row > .video-iframe-container { display: none; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .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); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container { border-width: 0; border-radius: 0; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container { font-size:0.875rem;font-family:"open sans";height:99.75rem;width:75rem;overflow:visible;position:relative;display:block; }#bnI4lGT0izVLkv0b9dBrunORxRKlIEzA { color:#c7c7c7;display:block;width:20rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:27.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BlTOAAEXfTMR4rnet03oCqAGrhuvfRET { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:21.0625rem;top:29.5625rem;left:30.9375rem;overflow:hidden;display:block; }
#EIvfQagwAKcJWADlLixRg2P32JJKUlHn { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:21.4375rem;top:4.875rem;left:53.5625rem;overflow:hidden;display:block; }
#EfottfnlCQsFAuxiTeOVUUdvFuxHTZRT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.3125rem;width:21.125rem;top:39.5rem;left:30.3125rem;overflow:hidden;display:block; }
#eSAicKZzVZtXvBP4PeTMH20WDiLIInk4 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.75rem;width:29.625rem;top:60.0625rem;left:0rem;overflow:hidden;display:block; }
#wLMWH9rdaTCcMI67PfdnerlfGkwRV6Ky { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1875rem;width:29.6875rem;top:82.0625rem;left:0rem;overflow:hidden;display:block; }
#FuTVZWJtABbCAz0EPdTTkGN8dUtXJxd4 { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:21.0625rem;top:77.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#vkVSAOeHayGxThTnXNCxRx9SxTQq06XD { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:25.375rem;top:5.9375rem;left:27.5rem;overflow:hidden;display:block; }
#OTQ8Afba9h2hocRoCCILWfDpkxU2dxkO { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.375rem;width:26.0625rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#NkoTpqhw5b67iGwbvuu9WBbV1PVQ3tDS { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5rem;width:29.6875rem;top:21.9375rem;left:0rem;overflow:hidden;display:block; }
#QWy6021yCyixOrzyhVAPogMT4b1HVNx8 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41rem;width:23rem;top:56.25rem;left:52rem;overflow:hidden;display:block; }
#KZyTy2fzs4yPKTD5UzT9U0C6PQ9uBIiV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.375rem;width:29.6875rem;top:33.125rem;left:0rem;overflow:hidden;display:block; }
#xHsRB7iQTapG3pgs9UtPN2CD78rLzBT6 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:22.25rem;top:21.9375rem;left:30.9375rem;overflow:hidden;display:block; }
#hOs4JuIHF1Or5u9wv5vfLkQrPKoV0b2N { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.5625rem;width:22.9375rem;top:16.1875rem;left:52.0625rem;overflow:hidden;display:block; }
#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row .container { background-color: transparent; background-image: none; }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row .container > .video-iframe-container { display: none; }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row > .video-iframe-container { display: none; }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .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); }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row .container { border-width: 0; border-radius: 0; }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row .container { font-size:0.875rem;font-family:"open sans";height:50.5rem;width:75rem;overflow:visible;position:relative;display:block; }#mIineoT6G9fTTmR89wmc2mAn9B72eyKF { color:#c7c7c7;display:block;width:22.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:27.5rem;height:2.5996125rem;display:block; }
#mWhOzyWTv8XdIA0W6MdqoWxSJCNreIvd { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24rem;width:26.25rem;top:5.9375rem;left:12.375rem;overflow:hidden;display:block; }
#vO3nNM2Q2sInuufsRfOyFdunbEITdTVN { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.5625rem;width:22.9375rem;top:5.9375rem;left:39.6875rem;overflow:hidden;display:block; }
#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row .container { background-color: transparent; background-image: none; }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row .container > .video-iframe-container { display: none; }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row > .video-iframe-container { display: none; }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .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); }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row .container { border-width: 0; border-radius: 0; }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row .container { font-size:0.875rem;font-family:"open sans";height:38.375rem;width:75rem;overflow:visible;position:relative;display:block; }#IqRmFCul84F5ABW86cvdkRqueUvTkaDP { color:#c7c7c7;display:block;width:22.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:27.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ur5k6Bok9pWm8ibEDmrg4BgLBiNSKeD4 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:29.6875rem;top:15.1875rem;left:8.5rem;overflow:hidden;display:block; }
#W0e0K1xGMC6M1wTRfFzfkoOcnI4abpwq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.389625rem;width:29.6875rem;top:6.1875rem;left:8.5rem;overflow:hidden;display:block; }
#TdUTtx8H7DwdAZBw30lC3kXWAbxe4RvP { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31rem;width:23.9375rem;top:6.1875rem;left:39.5rem;overflow:hidden;display:block; }
#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row .container { background-color: transparent; background-image: none; }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row .container > .video-iframe-container { display: none; }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row > .video-iframe-container { display: none; }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .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); }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row .container { border-width: 0; border-radius: 0; }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row .container { font-size:0.875rem;font-family:"open sans";height:45.875rem;width:75rem;overflow:visible;position:relative;display:block; }#rXT7D1Z9TMNiIGkTQNFqvddlxFLN7xL4 { color:#c7c7c7;display:block;width:22.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:27.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#o0pGS7JCAlm3CnranVdqZwpgfDT44075 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.75rem;width:29.6875rem;top:24rem;left:0rem;overflow:hidden;display:block; }
#p8SNCKwmhcLV1qrrgiD8r7iN8roSpX1l { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.9375rem;width:19.875rem;top:4.75rem;left:30.75rem;overflow:hidden;display:block; }
#nIdRr1HcV5zAa0LC9Nov87IpeSJ8nfqO { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:27.875rem;top:4.75rem;left:1.875rem;overflow:hidden;display:block; }
#PG8fQmwOhq9svO0sZpH6TTpcb2FdQZCr { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.875rem;width:24.125rem;top:4.75rem;left:50.875rem;overflow:hidden;display:block; }
#TIwZZlJ4VJlnoJ7BJZ8mI6aomArkAHok { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:22.375rem;top:26.5625rem;left:30.9375rem;overflow:hidden;display:block; }
#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row .container { background-color: transparent; background-image: none; }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row .container > .video-iframe-container { display: none; }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row > .video-iframe-container { display: none; }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .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); }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row .container { border-width: 0; border-radius: 0; }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row .container { font-size:0.875rem;font-family:"open sans";height:14.125rem;width:75rem;overflow:visible;position:relative;display:block; }#kgonPFOSg2UxlCS6z50vQb3p1SXWbTQ1 { color:#c7c7c7;display:block;width:22.625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:27.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#OyTQfbWR75XQGQVAQm1VLgfc71V2inPx { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:29.6875rem;top:4.84375rem;left:23.96875rem;overflow:hidden;display:block; }
#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row .container { background-color: transparent; background-image: none; }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row .container > .video-iframe-container { display: none; }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row > .video-iframe-container { display: none; }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .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); }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row .container { border-width: 0; border-radius: 0; }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row .container { font-size:0.875rem;font-family:"open sans";height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#eO16J4wfNAfCnT1PyKsSHwMvZm01ZHeR { color:#c7c7c7;display:block;width:32.125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:21.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#rr91GlpCKKR0HbTLldgvC6KHbvLXNNE8 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.3125rem;width:23.875rem;top:5.1875rem;left:12.8125rem;overflow:hidden;display:block; }
#u99cMfniqPanKFmaiS2EM78Ie13kCTwd { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.1875rem;width:23.875rem;top:5.1875rem;left:38.3125rem;overflow:hidden;display:block; }
#kglJtkgmumyPzTqLK4JkDJUpLuAGxgDe { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6875rem;width:26.1875rem;top:15.5625rem;left:38.3125rem;overflow:hidden;display:block; }
#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR { background-color:#121111;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row .container { background-color: transparent; background-image: none; }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row .container > .video-iframe-container { display: none; }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row > .video-iframe-container { display: none; }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .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); }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row .container { border-width: 0; border-radius: 0; }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row .container { font-size:0.875rem;font-family:"open sans";height:31.5rem;width:75rem;overflow:visible;position:relative;display:block; }#CWiGP7cyMmRHK4m3fhBs1NfLf8DlXxli { color:#c7c7c7;display:block;width:20rem;position:absolute;font-family:arial;font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.375rem #000000;top:1.25rem;left:27.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#rAgACDMAhsC38BnrG8dMVDGLA8eqpZIn { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:25.4375rem;top:6.6875rem;left:10.875rem;overflow:hidden;display:block; }
#u1Zyf9RnIZlpgray7y5X4F3nyfc87c2f { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.375rem;width:25.4375rem;top:6.6875rem;left:38.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KT1pbyy31an8sVW3NfDvemBItleaqxn7 { display:block; }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txnrcfb5ykrhJx8NrABaBQkTABVJT0vF { top:1.875rem;left:0rem;width:47.75rem;height:9.574085750315rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb3OZP6Dt13742xFxpquDJv5BXeWGgNe { top:14.5rem;left:0rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu4zKIN9HcJCakP07IT0KpC0NTkKir9 { top:14.5rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4sV4MveyKbS3TeqmGo39QowpTtEU5Dh { top:31.625rem;left:0rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXAnEXpuMuslkdVKbFT7RyiWykk6ofqA { top:31.625rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BClyTSTSDFePcb7D3TSXA69GGZAXIANE { top:65.9375rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeUkizr4pcUwCOuIloGVZKAh1roBtz8S { top:48.8125rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3X48pvlEQesH852EhdWEnU4DTHHx4g { top:48.8125rem;left:0rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHvP9qHDLS05l9yOABJZCnsCAoWIJ2e { top:65.9375rem;left:0rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh1BchRwnPyihg5FpU1T8WfTkrHUq5rm { top:82.9375rem;left:0rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsnzT3DgeNDM7ncMPsANsdaVUbfe1aZN { top:82.9375rem;left:18.0625rem;width:29.6875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw { display:block; }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b37icxg1N9Mes7FBofX8qsGI0w0wBpLx { top:1.25rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzXNmv7pNUOedPuf427l9lSZnpWFfVcu { top:23.875rem;left:10.125rem;width:25.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTdSOz2cXQzyNbNcWnA6QNIBAR3qvql { top:50rem;left:23.25rem;width:24.5rem;height:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfvIDQE28zlGsz0avWCAH3taKC5w53hw { top:20.6875rem;left:0rem;width:23.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNgUUy4XH40bzCMT2foQmc2BykEuX7y { top:6.9375rem;left:12.125rem;width:23.5625rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDnTTzE4FSlcOXDJl5LNCBJNcG8cQtB3 { top:113rem;left:10.4375rem;width:24.8125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCd4iUOS8p707eA8yQxPUZO1vrgORlLi { top:43.4375rem;left:10.25rem;width:25.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgqlIkHTp84TZbDGqVRMuAugTEImssq { top:38.5rem;left:0rem;width:23.125rem;height:50.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wivlhs4E44HCfsHUp5omldv1Cd9iinbN { top:64.1875rem;left:10.3125rem;width:25.0625rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ201ho8drqrfvUNcmm0LT2nlQeWNZ3W { top:32.625rem;left:22.6875rem;width:25.0625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrBBSRPfOiEy8EKHTl4ad60k6NqGWGJT { top:94.8125rem;left:22.1875rem;width:25.5625rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALgbSHowC4d83z6F4BN5Du9eQQzXpURL { top:94.8125rem;left:10.5rem;width:24.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWq8kFq3r54Kx9ETEVPH9pqgwEalQFqb { top:90.3125rem;left:0rem;width:23.375rem;height:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTZTeUpUfxqUXHB5PaZZ5yHsZDaBJwK { top:12.125rem;left:0rem;width:25.0625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opBD5VZhNtaWyLuowVldrELsxm4f0EQw { top:12.8125rem;left:22.75rem;width:25rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZmFbPnxBWBmS9IEc01I1sgwXkgCXenU { top:15.3125rem;left:11.625rem;width:23.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr { display:block; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnI4lGT0izVLkv0b9dBrunORxRKlIEzA { top:1.25rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTOAAEXfTMR4rnet03oCqAGrhuvfRET { top:29.5625rem;left:17.3125rem;width:21.0625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvfQagwAKcJWADlLixRg2P32JJKUlHn { top:4.875rem;left:26.3125rem;width:21.4375rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfottfnlCQsFAuxiTeOVUUdvFuxHTZRT { top:39.5rem;left:16.6875rem;width:21.125rem;height:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSAicKZzVZtXvBP4PeTMH20WDiLIInk4 { top:60.0625rem;left:0rem;width:29.625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLMWH9rdaTCcMI67PfdnerlfGkwRV6Ky { top:82.0625rem;left:0rem;width:29.6875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTVZWJtABbCAz0EPdTTkGN8dUtXJxd4 { top:77.6875rem;left:16.6875rem;width:21.0625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkVSAOeHayGxThTnXNCxRx9SxTQq06XD { top:5.9375rem;left:13.875rem;width:25.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQ8Afba9h2hocRoCCILWfDpkxU2dxkO { top:5.9375rem;left:0rem;width:26.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkoTpqhw5b67iGwbvuu9WBbV1PVQ3tDS { top:21.9375rem;left:0rem;width:29.6875rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWy6021yCyixOrzyhVAPogMT4b1HVNx8 { top:56.25rem;left:24.75rem;width:23rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZyTy2fzs4yPKTD5UzT9U0C6PQ9uBIiV { top:33.125rem;left:0rem;width:29.6875rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHsRB7iQTapG3pgs9UtPN2CD78rLzBT6 { top:21.9375rem;left:17.3125rem;width:22.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOs4JuIHF1Or5u9wv5vfLkQrPKoV0b2N { top:16.1875rem;left:24.8125rem;width:22.9375rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU { display:block; }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIineoT6G9fTTmR89wmc2mAn9B72eyKF { top:1.25rem;left:13.875rem;width:22.625rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWhOzyWTv8XdIA0W6MdqoWxSJCNreIvd { top:5.9375rem;left:0rem;width:26.25rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO3nNM2Q2sInuufsRfOyFdunbEITdTVN { top:5.9375rem;left:24.8125rem;width:22.9375rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ { display:block; }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqRmFCul84F5ABW86cvdkRqueUvTkaDP { top:1.25rem;left:13.875rem;width:22.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur5k6Bok9pWm8ibEDmrg4BgLBiNSKeD4 { top:15.1875rem;left:0rem;width:29.6875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0e0K1xGMC6M1wTRfFzfkoOcnI4abpwq { top:6.1875rem;left:0rem;width:29.6875rem;height:7.389625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdUTtx8H7DwdAZBw30lC3kXWAbxe4RvP { top:6.1875rem;left:23.8125rem;width:23.9375rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 { display:block; }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXT7D1Z9TMNiIGkTQNFqvddlxFLN7xL4 { top:1.25rem;left:13.875rem;width:22.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0pGS7JCAlm3CnranVdqZwpgfDT44075 { top:24rem;left:0rem;width:29.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8SNCKwmhcLV1qrrgiD8r7iN8roSpX1l { top:4.75rem;left:17.125rem;width:19.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIdRr1HcV5zAa0LC9Nov87IpeSJ8nfqO { top:4.75rem;left:0rem;width:27.875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8fQmwOhq9svO0sZpH6TTpcb2FdQZCr { top:4.75rem;left:23.625rem;width:24.125rem;height:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwZZlJ4VJlnoJ7BJZ8mI6aomArkAHok { top:26.5625rem;left:17.3125rem;width:22.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp { display:block; }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgonPFOSg2UxlCS6z50vQb3p1SXWbTQ1 { top:1.25rem;left:13.875rem;width:22.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyTQfbWR75XQGQVAQm1VLgfc71V2inPx { top:4.8125rem;left:10.34375rem;width:29.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD { display:block; }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eO16J4wfNAfCnT1PyKsSHwMvZm01ZHeR { top:1.25rem;left:7.8125rem;width:32.125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr91GlpCKKR0HbTLldgvC6KHbvLXNNE8 { top:5.1875rem;left:0rem;width:23.875rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99cMfniqPanKFmaiS2EM78Ie13kCTwd { top:5.1875rem;left:23.875rem;width:23.875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kglJtkgmumyPzTqLK4JkDJUpLuAGxgDe { top:15.5625rem;left:21.5625rem;width:26.1875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2dWmrqO203NDrqBMINvBDR3JhBZmkGR { display:block; }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWiGP7cyMmRHK4m3fhBs1NfLf8DlXxli { top:1.25rem;left:13.875rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgACDMAhsC38BnrG8dMVDGLA8eqpZIn { top:6.6875rem;left:0rem;width:25.4375rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Zyf9RnIZlpgray7y5X4F3nyfc87c2f { top:6.6875rem;left:22.3125rem;width:25.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KT1pbyy31an8sVW3NfDvemBItleaqxn7 { display:block; }#KT1pbyy31an8sVW3NfDvemBItleaqxn7 > .row .container { width:20rem;height:131.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txnrcfb5ykrhJx8NrABaBQkTABVJT0vF { width:20rem;height:4.0625rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zb3OZP6Dt13742xFxpquDJv5BXeWGgNe { width:20rem;height:11.5625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhu4zKIN9HcJCakP07IT0KpC0NTkKir9 { width:20rem;height:11.5625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4sV4MveyKbS3TeqmGo39QowpTtEU5Dh { width:20rem;height:11.25rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXAnEXpuMuslkdVKbFT7RyiWykk6ofqA { width:20rem;height:11.375rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BClyTSTSDFePcb7D3TSXA69GGZAXIANE { width:20rem;height:11.125rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeUkizr4pcUwCOuIloGVZKAh1roBtz8S { width:20rem;height:11rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3X48pvlEQesH852EhdWEnU4DTHHx4g { width:20rem;height:11.125rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfHvP9qHDLS05l9yOABJZCnsCAoWIJ2e { width:20rem;height:11.125rem;top:82.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh1BchRwnPyihg5FpU1T8WfTkrHUq5rm { width:20rem;height:11.1875rem;top:106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsnzT3DgeNDM7ncMPsANsdaVUbfe1aZN { width:20rem;height:11.375rem;top:118.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw { display:block; }#zRyCJ5Irg7wEqSsJTyW21BXseQJ3S4Mw > .row .container { width:20rem;height:303.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b37icxg1N9Mes7FBofX8qsGI0w0wBpLx { width:20rem;height:2.5996125rem;top:1.4072265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzXNmv7pNUOedPuf427l9lSZnpWFfVcu { width:20rem;height:14.7411875rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncTdSOz2cXQzyNbNcWnA6QNIBAR3qvql { width:20rem;height:35.40725rem;top:58.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfvIDQE28zlGsz0avWCAH3taKC5w53hw { width:20rem;height:14.1338125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNgUUy4XH40bzCMT2foQmc2BykEuX7y { width:20rem;height:6.431125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDnTTzE4FSlcOXDJl5LNCBJNcG8cQtB3 { width:20rem;height:9.8245614035087rem;top:291.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCd4iUOS8p707eA8yQxPUZO1vrgORlLi { width:20rem;height:15.781637717122rem;top:94.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgqlIkHTp84TZbDGqVRMuAugTEImssq { width:19.875rem;height:43.3125rem;top:246.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wivlhs4E44HCfsHUp5omldv1Cd9iinbN { width:20rem;height:23.314917127072rem;top:111.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ201ho8drqrfvUNcmm0LT2nlQeWNZ3W { width:20rem;height:12.959641255606rem;top:135.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrBBSRPfOiEy8EKHTl4ad60k6NqGWGJT { width:20rem;height:28.379052369077rem;top:150rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALgbSHowC4d83z6F4BN5Du9eQQzXpURL { width:20rem;height:13.394077448747rem;top:196.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWq8kFq3r54Kx9ETEVPH9pqgwEalQFqb { width:20rem;height:34.8300625rem;top:210.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTZTeUpUfxqUXHB5PaZZ5yHsZDaBJwK { width:20rem;height:6.431125rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opBD5VZhNtaWyLuowVldrELsxm4f0EQw { width:20rem;height:15.399061032864rem;top:179.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZmFbPnxBWBmS9IEc01I1sgwXkgCXenU { width:20rem;height:6.3214285714287rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr { background-color:#121111;background-image:none;display:block; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container { background-color: transparent; background-image: none; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container > .video-iframe-container { display: none; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row > .video-iframe-container { display: none; }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .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); }#mlF4T6z9qJrmT7SDvwJ2aGgH7CB45ftr > .row .container { width:20rem;height:252.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnI4lGT0izVLkv0b9dBrunORxRKlIEzA { width:20rem;height:2.5996125rem;top:1.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlTOAAEXfTMR4rnet03oCqAGrhuvfRET { width:20rem;height:7.7636875rem;top:88.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvfQagwAKcJWADlLixRg2P32JJKUlHn { width:20rem;height:14.8369375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfottfnlCQsFAuxiTeOVUUdvFuxHTZRT { width:20rem;height:35.0141875rem;top:110.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSAicKZzVZtXvBP4PeTMH20WDiLIInk4 { width:20rem;height:14.0078125rem;top:73.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLMWH9rdaTCcMI67PfdnerlfGkwRV6Ky { width:20rem;height:10.2715rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuTVZWJtABbCAz0EPdTTkGN8dUtXJxd4 { width:20rem;height:18.6386875rem;top:234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkVSAOeHayGxThTnXNCxRx9SxTQq06XD { width:20rem;height:11.606425702811rem;top:146.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTQ8Afba9h2hocRoCCILWfDpkxU2dxkO { width:20rem;height:11.070707070707rem;top:97.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkoTpqhw5b67iGwbvuu9WBbV1PVQ3tDS { width:20rem;height:6.4312267657994rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWy6021yCyixOrzyhVAPogMT4b1HVNx8 { width:20rem;height:35.6875rem;top:197.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZyTy2fzs4yPKTD5UzT9U0C6PQ9uBIiV { width:20rem;height:23.84375rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHsRB7iQTapG3pgs9UtPN2CD78rLzBT6 { width:20rem;height:6.125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOs4JuIHF1Or5u9wv5vfLkQrPKoV0b2N { width:20rem;height:36.0215rem;top:159.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU { display:block; }#BTd2FMRI4EXMHSDrpNX80G16Uue8pHsU > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mIineoT6G9fTTmR89wmc2mAn9B72eyKF { width:20rem;height:5.19921875rem;top:1.5947265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWhOzyWTv8XdIA0W6MdqoWxSJCNreIvd { width:20rem;height:18.285625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO3nNM2Q2sInuufsRfOyFdunbEITdTVN { width:20rem;height:36.1689375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ { display:block; }#TTx3taJgmwWQ4frzpA1ApZeNVxVDiVfJ > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqRmFCul84F5ABW86cvdkRqueUvTkaDP { width:20rem;height:2.5996125rem;top:0.9697265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur5k6Bok9pWm8ibEDmrg4BgLBiNSKeD4 { width:20rem;height:4.96386875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0e0K1xGMC6M1wTRfFzfkoOcnI4abpwq { width:20rem;height:4.9642857142857rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdUTtx8H7DwdAZBw30lC3kXWAbxe4RvP { width:20rem;height:25.900375rem;top:17.97216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 { display:block; }#TkTVQNA6R0ITvCLAvN8xsP0HI7ZO8zO3 > .row .container { width:20rem;height:100.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXT7D1Z9TMNiIGkTQNFqvddlxFLN7xL4 { width:20rem;height:2.5996125rem;top:2.0322265625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0pGS7JCAlm3CnranVdqZwpgfDT44075 { width:20rem;height:6.5799256505575rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8SNCKwmhcLV1qrrgiD8r7iN8roSpX1l { width:19.4375rem;height:20.5rem;top:32.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIdRr1HcV5zAa0LC9Nov87IpeSJ8nfqO { width:20rem;height:13.0493125rem;top:87.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG8fQmwOhq9svO0sZpH6TTpcb2FdQZCr { width:18.875rem;height:31.875rem;top:53.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwZZlJ4VJlnoJ7BJZ8mI6aomArkAHok { width:20rem;height:17.129875rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp { display:block; }#K6W5QVgGHWmXkJ67kDRRIFOnD2QcfbUp > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgonPFOSg2UxlCS6z50vQb3p1SXWbTQ1 { width:20rem;height:5.19921875rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyTQfbWR75XQGQVAQm1VLgfc71V2inPx { width:20rem;height:5.5rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD { display:block; }#WwtUOWiTxfMHGfSP3bQX2mxfPmIfKxUD > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eO16J4wfNAfCnT1PyKsSHwMvZm01ZHeR { width:20rem;height:5.19921875rem;top:2.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr91GlpCKKR0HbTLldgvC6KHbvLXNNE8 { width:20rem;height:29.5810625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99cMfniqPanKFmaiS2EM78Ie13kCTwd { width:19.125rem;height:7.4375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kglJtkgmumyPzTqLK4JkDJUpLuAGxgDe { width:20rem;height:7.459677419355rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2dWmrqO203NDrqBMINvBDR3JhBZmkGR { display:block; }#V2dWmrqO203NDrqBMINvBDR3JhBZmkGR > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWiGP7cyMmRHK4m3fhBs1NfLf8DlXxli { width:20rem;height:2.5996125rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgACDMAhsC38BnrG8dMVDGLA8eqpZIn { width:20rem;height:17.1005625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Zyf9RnIZlpgray7y5X4F3nyfc87c2f { width:20rem;height:15.2324375rem;top:19.625rem;left:0rem;display:block; }
 }