.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 { background-color: transparent; background-image: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container > .video-iframe-container { display: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row > .video-iframe-container { display: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .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); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 { border-width: 0; border-radius: 0; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(154deg, rgba(255,253,253,0.59), #b3b3b3);background-image: -moz-linear-gradient(154deg, rgba(255,253,253,0.59), #b3b3b3);background-image: -ms-linear-gradient(154deg, rgba(255,253,253,0.59), #b3b3b3);background-image: -o-linear-gradient(154deg, rgba(255,253,253,0.59), #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96fffdfd', endColorstr='#b3b3b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96fffdfd', endColorstr='#b3b3b3' );";background-image: linear-gradient(154deg, rgba(255,253,253,0.59), #b3b3b3);background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#R2X4uutyKxCsSdJqzHpidE5MbvrdWtmH { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:0.5rem;left:67.5625rem;overflow:hidden;display:block; }
#c94wwFTAOePfHiQOvVHxaSiEf6eEswLp { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:0.90625rem;left:71.3125rem;overflow:hidden;display:block; }
#IRtdG9Lmk8U3VlarbEai0ZP2wouB4hJt { z-index:100014;top:0.8125rem;left:25.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.87597625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QJ8xmkBPXoJEMn81UEF8HbQSfUP1tsOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EZb92ceuvwUVfNEkBPuiX14ftv5A0eia { z-index:100010;top:0.8125rem;left:36rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AzwodeRsww4cphTKrZB9Nc0GMiiGX7sJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m3SkEGExIP82vMc6mT2TqJf5VuGa7l3E { z-index:100013;top:0.8125rem;left:46.6875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i5zVup5WyH14IvVGTlVlSWxKgH73z4J7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c5N4FL9I3tiCDOqQ9UofNWfhalRkbe9g { z-index:100012;top:0.8125rem;left:57.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8760625rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gfvBxKfk3buSKdVDV48PAQlUec6xnaf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZwKQhTdgfkKASfPgr9DZU0UgEITTlpbb { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:11.3125rem;top:0.5625rem;left:0.875rem;overflow:hidden;display:block; }
#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd { position:relative;z-index:auto;display:block; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd { background-color: transparent; background-image: none; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row .container > .video-iframe-container { display: none; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row > .video-iframe-container { display: none; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .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); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd { border-width: 0; border-radius: 0; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.69);background-image:none;font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#l4A42ubVfIMmbqqmBrErKLzUZQvn0tUf { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2.75rem;top:4.9375rem;left:52.75rem;overflow:hidden;display:block; }
#BQtTXc1WX8s8LTPE3wgto3JPHQxxf32S { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2.25rem;top:4.9375rem;left:56.125rem;overflow:hidden;display:block; }
#K8c44kiK3sGPSJr9dgADuUHlSxJdH96y { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2.0625rem;top:4.9375rem;left:58.875rem;overflow:hidden;display:block; }
#mPirRKX2BckvN0ENAMPs1zNQ08ec270O { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2rem;top:4.9375rem;left:61.4375rem;overflow:hidden;display:block; }
#PxbPUWnpFGFS9yImhiWwAsWAIKfR8a2K { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2.3125rem;top:4.9375rem;left:64.0625rem;overflow:hidden;display:block; }
#gb7k7KuLWwncH9zfhpN4yxviVGJ1exa4 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2.0625rem;top:4.9375rem;left:66.875rem;overflow:hidden;display:block; }
#OvDVR8SLnoyWeckmtne0Pkw4bJ8gFRFD { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2rem;top:4.9375rem;left:69.4375rem;overflow:hidden;display:block; }
#gkoCdnwAJDTE9akzQqm3dUaQ1rBEFOhF { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:2rem;top:4.9375rem;left:71.9375rem;overflow:hidden;display:block; }
#qN7sMihBpbxhy5lW9QVrzGQRJkPBoHlq { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(87deg, rgba(255,255,255,0.59), #b3b3b3);background-image: -moz-linear-gradient(87deg, rgba(255,255,255,0.59), #b3b3b3);background-image: -ms-linear-gradient(87deg, rgba(255,255,255,0.59), #b3b3b3);background-image: -o-linear-gradient(87deg, rgba(255,255,255,0.59), #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffffff', endColorstr='#b3b3b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ffffff', endColorstr='#b3b3b3' );";background-image: linear-gradient(87deg, rgba(255,255,255,0.59), #b3b3b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.0625rem;width:33.5rem;top:5.3125rem;left:41.499996185302rem;display:none; }
#S7OwwuUaa5lXeRCMAUvScoHtsCfKFODi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:3.4375rem;top:0.5rem;left:67.5625rem;overflow:hidden;display:none; }
#zsRXXltDzndMThqvyPIHP4p55ICWvJIA { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:2.625rem;top:0.90625rem;left:71.3125rem;overflow:hidden;display:none; }
#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;z-index:auto;display:block; }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row .container { background-color: transparent; background-image: none; }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row .container > .video-iframe-container { display: none; }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row > .video-iframe-container { display: none; }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .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); }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row .container { border-width: 0; border-radius: 0; }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#pCoeu2b6p33ctHPRRdAG5NcJpM0H0Ee3 { color:#000000;display:block;width:71.25rem;position:absolute;font-family:exo2;font-size:2.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:30.9375rem;left:1.875rem;height:3.16875rem;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; }
#UWm0BP8vbmqafKSJOCX0tQg10rI6hamD { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:72.8125rem;top:17.262500762939rem;left:0.75rem;overflow:hidden;display:block; }
#Sb0iMJwDBqA1gV8egUVAclJumoZX5zAX { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ce0d13;border-left:0.0625rem solid #ce0d13;border-right:0;border-bottom:0.0625rem solid #ce0d13;height:17.6875rem;width:13.75rem;top:2.6875rem;left:61.3125rem;display:block; }
#pglgXZSlftCkfHT52MSTpQnDeUaGLtoi { color:#000000;display:block;width:13.875rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:4.625rem;left:61.125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lh0q3EbcFyUBydVCtr4Q5pQd3pBxBW4x { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:exo2;font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:3.4375rem;left:63.1875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kt6mGVizmBUVvFCMzMyBGsrIAVMRBwQk { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.75rem;width:6.625rem;top:7.75rem;left:61.9375rem;overflow:hidden;display:block; }
#JWaQiZgP61blCNTsgLSUvZyCQfMiGU4r { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:4.5rem;top:7.5rem;left:70rem;overflow:hidden;display:block; }
#OCMXDG1CH9ADn47O0NdhHV9P9GmP791R { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.375rem;top:12.0625rem;left:66.3125rem;overflow:hidden;display:block; }
#zRKHbkGrs5npmxT367p9E1aw2FqhW2ap { background-color:#ce0d13;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:17.625rem;left:63.53125rem;display:block; }
#Ex7v5LC3p16GarwKCe52InvMdHTGcNmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IHgWi6XfOpbEPRZp0y1nUTSQhRSZ8Oyb { background-color:#ce0d13;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:2.625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:34.6875rem;left:26.125rem;display:block; }
#tcaCfg0ueOyGvhmNTZi4HKc5vDQaO1cn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lrg8Bc104TUc4CFOnq7oeosyVHiFFy0L { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5625rem;width:74.4375rem;top:0rem;left:-0.17622080679404rem;overflow:hidden;display:block; }
#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 { position:relative;display:block; }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 { background-color: transparent; background-image: none; }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .row .container > .video-iframe-container { display: none; }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .row > .video-iframe-container { display: none; }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .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); }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 { border-width: 0; border-radius: 0; }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C { position:relative;display:block; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C { background-color: transparent; background-image: none; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container > .video-iframe-container { display: none; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row > .video-iframe-container { display: none; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .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); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C { border-width: 0; border-radius: 0; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bb0fc30c-fc6d-4469-a2e0-aefbfca8aeb2/1000_TheWitcher_GeraltTrissinBattleplakat_puzzlemin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container.adaptive-delivery-prevent-bg, #ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container.lazyload, #ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container.lazyloading { background-image: none; }#Un0v1ofiTr8MC3a9zoe7vaKzHvDs0Lwf { position:absolute;display:block;z-index:100012;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:2.375rem;width:15rem;top:0.6875rem;left:2.5rem;display:block; }
#spC63TTG9oC9tFVpbA56qiJ3rwF6eqTv { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:exo2;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1.0625rem;left:4.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTBbFpeTSTRXUGNXPErslz5vxgvfRsLI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg { position:relative;display:block; }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg { background-color: transparent; background-image: none; }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .row .container > .video-iframe-container { display: none; }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .row > .video-iframe-container { display: none; }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .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); }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg { border-width: 0; border-radius: 0; }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn { position:relative;display:block; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn { background-color: transparent; background-image: none; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.84); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container > .video-iframe-container { display: none; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row > .video-iframe-container { display: none; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.84); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn { border-width: 0; border-radius: 0; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb0fc30c-fc6d-4469-a2e0-aefbfca8aeb2/1000_TheWitcher_GeraltTrissinBattleplakat_puzzlemin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container.adaptive-delivery-prevent-bg, #wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container.lazyload, #wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container.lazyloading { background-image: none; }#JScpZTLLoJ9uCgDDly9ItHcUqXBhr4Z2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:42.6875rem;top:5.40625rem;left:30.28125rem;overflow:hidden;display:block; }
#uo4ZmwRyTITKU04f5S9uD59H5r03Ck0z { color:#000000;display:block;width:7rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:29.0625rem;left:46.4375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LmKMb4QoQGe5g3PPf6vZBvNbbgDthPtW { color:#000000;display:block;width:9.75rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:31rem;left:46.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tC8il8LUNLGI7MpvVRfAuQOZKLfzNX6W { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:3.5625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e5b3U3l2R3ldO0QiwEHkVx6aXuTcnqOz { color:#000000;display:block;width:34.6875rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.8125rem;height:11.7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a76c8VEMJnmpwhdhbkvb6tP06IvPkKpU { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:29.6875rem;left:58.6875rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hmrv6K9cCDiUecO5Sdd2vpLdR54WtXim { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:33.75rem;left:58.6875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OxG8ep3z1m0V4P2ivp9OVz1XBKutkJdU { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:22.125rem;top:16.206253051757rem;left:1.5rem;overflow:hidden;display:block; }
#y0UcAEQ6mckbvuvggTmIfCTTcmMXi4cU { color:#000000;display:block;width:21.3114375rem;position:absolute;font-family:exo2;font-size:1.5625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:26.5rem;left:24.9375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ivIWEq5HkeWgJUM1HvSzFfTdeSCOGx4e { color:#000000;display:block;width:19.375rem;position:absolute;font-family:exo2;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:30.5rem;left:24.9375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W { position:relative;display:block; }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W { background-color: transparent; background-image: none; }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .row .container > .video-iframe-container { display: none; }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .row > .video-iframe-container { display: none; }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .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); }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W { border-width: 0; border-radius: 0; }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO { position:relative;display:block; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO { background-color: transparent; background-image: none; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container > .video-iframe-container { display: none; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row > .video-iframe-container { display: none; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .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); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO { border-width: 0; border-radius: 0; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.79);background-image:url("https://images.assets-landingi.com/uc/a310440d-260a-4afd-b83c-5488c0229222/TheWitcherLeshenplakat_puzzle1000.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container.adaptive-delivery-prevent-bg, #l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container.lazyload, #l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container.lazyloading { background-image: none; }#JPaKZ9Vro0QVhvhA1h6uqn7UAf64yhDC { position:absolute;display:block;z-index:100012;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:2.375rem;width:15rem;top:0.65625rem;left:2.3125rem;display:block; }
#QRP5GT2t6EdsIN34eoJmiOn9Ty2vmLHB { color:#ffffff;display:block;width:12rem;position:absolute;font-family:exo2;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1.03125rem;left:3.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bNOTAqULn13nOxz4fDMsUOgqITvmEWQ6 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb { position:relative;display:block; }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb { background-color: transparent; background-image: none; }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .row .container > .video-iframe-container { display: none; }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .row > .video-iframe-container { display: none; }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .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); }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb { border-width: 0; border-radius: 0; }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC { position:relative;display:block; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC { background-color: transparent; background-image: none; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container > .video-iframe-container { display: none; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row > .video-iframe-container { display: none; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .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); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC { border-width: 0; border-radius: 0; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#JKqqOEvCxepsTrPO2RgcbXHiqf6yhEDJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#amXGkgbhCM8gccrbevcWDmODDTTzbMzD { background-color:#ed1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:14rem;left:65.313537597656rem;display:block; }
#BormeICnrqBD5Lp4RrFqRyB1sGODOxCi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OFlL1pDWqhFv8ng8LXxW51pptCdTc9WP { background-color:#ed1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:2.0625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:26.125rem;left:4.1645812988281rem;display:block; }
#wWbE5qo5iGkDvTrFgxuPThy3CWOqNcsu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HIxTx8fz89Ilq12DOyioDtJMtmyLZVGn { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:15.9375rem;display:none; }
#WNpTTEHCuJ7OEqdc3TA6HtN9Xr2RVBsO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.43124961853rem;left:3.125rem;display:none; }
#I8zBq1H6xyiwJCiImaC8ESTwHJw1WTH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QEllg0yV7hmt76AKV19VKgCx1STXK4TT { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#CFGOEUtai8ppWmDWCp9NJTU0yezWCLnF { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:15.043750762939rem;left:1.0625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#I8nIbAixb3ZcI68ucJkpKUQpC55zAuyh { position:relative;display:none; }#I8nIbAixb3ZcI68ucJkpKUQpC55zAuyh { border-width: 0; border-radius: 0; }#I8nIbAixb3ZcI68ucJkpKUQpC55zAuyh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z { position:relative;display:none; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z { border-width: 0; border-radius: 0; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:none; }#LBtMs64H78cQCBJ4zoTTCqPum4dqbDo8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.1875rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wzTyvTngmiSL1PF8J2EI6imHssuy9kuO { background-color:#ed1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.0625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:14rem;left:65.313537597656rem;display:block; }
#WlQe8QAd9q3N0WWdJ4ElDHWoqzgWbx5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RvfI6y1wPSlCh89x84fEMKUxTRxOlz5C { background-color:#ed1b24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:2.0625rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:26.125rem;left:4.1645812988281rem;display:block; }
#mdUORDg5fVwTPq0ie6vuZL6PnElfOTte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I987JiQJ6ZBL9G1Aufi2qRO1TmkiMX99 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:15.9375rem;display:none; }
#estllMvtbN0T3l5g6nfJF9kMgKKSQWLD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.43124961853rem;left:3.125rem;display:none; }
#uwyBbhNpXDLTTzM4OezfPLpSQWUzvwRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qIun0aZyJxHxTHgHkoQTvilvt8W63aLm { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#gPEqIenCrNPNFKSToHcXQ7PTqsqvtsfu { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:15.043750762939rem;left:1.0625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM { position:relative;display:block; }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM { background-color: transparent; background-image: none; }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .row .container > .video-iframe-container { display: none; }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .row > .video-iframe-container { display: none; }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .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); }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM { border-width: 0; border-radius: 0; }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 { position:relative;display:block; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 { background-color: transparent; background-image: none; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container > .video-iframe-container { display: none; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row > .video-iframe-container { display: none; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .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); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 { border-width: 0; border-radius: 0; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RcnPLvE4/CYBERPUNK2077_PUZZ_POSTER_Metro_small.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container.adaptive-delivery-prevent-bg, #JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container.lazyload, #JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container.lazyloading { background-image: none; }#hnwsS0pchGgu13gL0GDGbuJJTMiONVWL { position:absolute;display:block;z-index:100012;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:2.375rem;width:15rem;top:0.65625rem;left:2.875rem;display:block; }
#ZFM30PofWNlgKU2dMquSCbvORlnZr8ZR { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:exo2;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1.03125rem;left:1.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBnHJ0okTPP5PLLbBiXhKwckoHm9TTt8 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN { position:relative;display:block; }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN { background-color: transparent; background-image: none; }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .row .container > .video-iframe-container { display: none; }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .row > .video-iframe-container { display: none; }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .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); }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN { border-width: 0; border-radius: 0; }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#WxpUmOSWQR38JD7pSlI1PqzKI9NVGKrN { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1rem;left:1.40625rem;overflow:hidden;display:block; }
#k6UWcDvTsctGw0TaN0ySd0WsoZd5paeD { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:15.043750762939rem;left:1.0625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dTzO6xoHVV0Zq8fyuKAcFzarT9cRmECZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.43124961853rem;left:3.125rem;display:block; }
#nFDmmfxrZZVzFBBLlwvngTlowETKoCUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TfewwSzqgvofl0KL6K0mqxpO2T52pU3E { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.58749961853rem;left:3.34375rem;display:block; }
#h16eneTUdtDHcTX2qbMo2EQVR6SxaFpA { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:19.625000953674rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ml1VsEI3QE0Te6bqhTryaUhhaxmxu5Ad { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:3.5rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.43124961853rem;left:22.062500953674rem;display:block; }
#TL2Pt4FGcwr7pxhOVGkupT30OEesavi1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nJg6IhmNGK1FtMoxasGLdUBTteiLOhs4 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.3125rem;left:20.9375rem;overflow:hidden;display:block; }
#m9JrNf36WwVanLaAsn2B3OxAObLa735K { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.5625rem;left:22.125rem;display:block; }
#Wq7MT5L8c75Ts8s5mQzz0lo9shRfUytD { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:15.043750762939rem;left:57.063546180725rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ModMAxc1fcAL9nJB4RyQvUhh1is7tcDW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:14.61874961853rem;left:59.593750953674rem;display:block; }
#l8sp6gGOVKKNxHEagCKuKTq8ncip76wv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tlf9JTm9KXV4AHRv7rayzBznoscelOSP { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:15.043750762939rem;left:38.313541412354rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0rpoLfFF2zOnuR31D7VcZ4rth7Dfq8b { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.587501525879rem;left:40.84375rem;display:block; }
#VuhAsfIVaO0RKCTMP69QHwWqgl1bu6S9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.5625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:14.400001525879rem;left:40.46875rem;display:block; }
#zeU3LdVdVUHGThmRkFm6u37JcgWiD6g8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fGrlLTpSqu8EZ4Baz1z6PdHioCvPR345 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.3125rem;left:38.90625rem;overflow:hidden;display:block; }
#oba7yz5EyTJT8F2TXiZUgTpD4ubTI85V { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.3125rem;left:57.65625rem;overflow:hidden;display:block; }
#CBHRUAFlT6lZGwk4Xos8fDTkaTNDQPL2 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.5rem;left:59.625rem;display:block; }
#QRTR5t95HasQ2w39bGshq5N1m6gkoNE5 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#HwU3XWLO2bSocvLpudMTgKy10RAuKodn { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#GlJ3ZfGTEWBfTBTBWSX0pDPbTlLOcdWq { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#tlTObyADgwmktv8WF26w9T7ySSMKbT4u { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#PanRarqSskHewKWXtpBzD88ksPgSuJLl { position:relative;display:block; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl { background-color: transparent; background-image: none; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row .container > .video-iframe-container { display: none; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row > .video-iframe-container { display: none; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .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); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl { border-width: 0; border-radius: 0; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#torUKQ5cTeTe3AguOdTK9pxJsT3CQoce { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:0.125rem;top:1.875rem;left:8.25rem;overflow:hidden;display:block; }
#z6aKt12DhqLlIXOgekkwCkA8r20RzaCk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:14.467708587646rem;left:3.34375rem;display:block; }
#RThFMeRP8p6n28AThaUP131NsCtaVnda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Kq367wzFLKs506zzpO9vJiMq9yUG7xOo { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:15.555208206177rem;left:0.8135414123535rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TzEU31oCoCAG12XpuHOriol2zHyr8CXB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.0625rem;left:1.4572906494141rem;overflow:hidden;display:block; }
#UJDSd3sUblkbm4ycx93wk4TwxUbfR5xP { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.530208587646rem;left:3.34375rem;display:block; }
#Wc1xkR7liMW7l0TfNrl7w4rTXJFTJoJl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.0625rem;left:57.3125rem;overflow:hidden;display:block; }
#dUgfGT88h7JSyX2pwgwE5JQRBZSGWBIM { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:15rem;left:57.3125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSZkHtJfIScoLmlNFNOuOhqVNMnuHTTH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.8125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:14.1875rem;left:59.625rem;display:block; }
#NSJulGMJGAPQ8pwDW4v6u5KagtKA6MBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tRDxV7SwQNWMPXh2SH9nmIqKNvIp2IVR { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.5rem;left:59.75rem;display:block; }
#Iekid7urd9ugi8Uz17ZwpMQD4FdnfTJu { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#gH1bMBIl4dJ4xS1frTapbXaTGSeWUK4e { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#zGWghxtwDN3uJ7f8gQkABBWsO9vhwAEq { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#Bx4e86FJa0y5inLgNMJmMVE1TVLuiXng { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.4375rem;left:22.125rem;display:block; }
#RhbSQOemA4zRXgIsPpp5NP13l9VTk7bJ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.1875rem;left:20.1875rem;overflow:hidden;display:block; }
#c2BlTtiUET1leVwgXItqGtN8h4zZlnoX { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.986457824707rem;left:19.563537597656rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eANFTU7mWHi3oeN6wJMeKkNvPSTEnAwe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.467708587646rem;left:22.15625rem;display:block; }
#Feoea8dGC4kQa7qCwmRVKAKFennCDiUz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f11q90SdWsXrwfBvuplSS5Ep9CxinsPB { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#R5WGM6e95Juq67yaKBTwBmJFObne6Scl { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:15.9375rem;top:1.1249885559082rem;left:38.906246185302rem;overflow:hidden;display:block; }
#iVX8NKH0KWBt7E1O3JJkvV5qM23p5FAA { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:14.986457824707rem;left:38.313541412354rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZDicbbNkbybW94zCvcHDoZQgtTLhfd0D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.467708587646rem;left:40.84375rem;display:block; }
#ZTbPkfLbFrawVyTvKxUV4sHcE63TDwR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pUT0PVJXp5WCsNxiC4hBQz71T1rFwcx3 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.530208587646rem;left:40.84375rem;display:block; }
#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE { position:relative;display:block; }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE { background-color: transparent; background-image: none; }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .row .container > .video-iframe-container { display: none; }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .row > .video-iframe-container { display: none; }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .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); }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE { border-width: 0; border-radius: 0; }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#LZ3nH0uhB0chPFxsw7tZ2losVkLvNpVO { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:3.34375rem;display:block; }
#dzO2U4l1Iq5LgySPlqMxAh5q8lkZ79iu { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:22.09375rem;display:block; }
#w6z9EBaB7v1CM5OdMZxREowlJRcluyIc { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.875rem;left:1.40625rem;overflow:hidden;display:block; }
#XBvkDnLNVy8XsC0lGE8muS8M3E7mCSx9 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.875rem;left:20.15625rem;overflow:hidden;display:block; }
#wMqZbedHF2T7sbei7s0l3tE9EoBt0wo4 { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:0.8135414123535rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkkwvO3v0TIhVTMHDLTZeUcXmwFOrXF3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.3125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:14.3125rem;left:2.5625rem;display:block; }
#BMk7lwmwCcXPV82nxdvhBZVlxMwSLkls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qrKJetbz7ZJJxM6pUzmoVHXFIixcp20R { color:#ffffff;display:block;width:17.1228125rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.875rem;left:19.5625rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2NZLTBzUywT77kVJeVV9s6PKnTkgMbG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.3125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:14.3125rem;left:21.3125rem;display:block; }
#psNUuvDsWaJiALxCnXS9qJcHQmtFplol { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z7ksCrina96uBMa7TX4pwXHfZRJWmcG4 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#s53gK22hDsmTxWblUuf4REcoQQJCTwZX { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#hAHBGIpyk1kahqmf0NZzSvTkQNptTfOF { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#rVhMmmP5laFAbSqw6MwUgOTDoO7G2l5F { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:14.3125rem;left:40.6875rem;display:block; }
#bbRrVcP7H17cXZX22MQvs1EcilMurTwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gihmmqTPaGtb7oefnT4Tn6767RsvesAJ { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:40.875rem;display:block; }
#XMR4BRIrbx4gFteaITmoLHl0OLppVois { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.8125rem;left:38.375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G91O6izdJNfCFi4XsiT7fHXdPDfsa3mv { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.875rem;left:38.90625rem;overflow:hidden;display:block; }
#TkK6K1pV3xZ5a57rQzKWNqa4ut7M4NKd { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#VXuLmFddpP6ZbQAFekK6DVG623f2UfQU { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.875rem;left:57.5rem;overflow:hidden;display:block; }
#csivddQSM0RoJa9Hf16S8LHhOo2AygSu { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:14.8125rem;left:56.25rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHrrfiiJHagJEuPftK8XR7GfJqG76GwX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:14.375rem;left:58.6875rem;display:block; }
#neHR5N95v7xlmcSqcEbXozbXQAfxUPTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZgcSzSp4KogBFk9Ksx7vFsPawlaLep4g { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.5rem;left:58.8125rem;display:block; }
#f6zt5W5y4ksxRS29VqsaQIC3X45566xq { position:relative;display:block; }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq { background-color: transparent; background-image: none; }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .row .container > .video-iframe-container { display: none; }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .row > .video-iframe-container { display: none; }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .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); }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq { border-width: 0; border-radius: 0; }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#lhfmF0VlAJnVSoyq8ofFaOzR18yOInHq { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:3.34375rem;display:block; }
#wxmCF0mnSQwAPxQnmWBB3d29fo9vQ0tI { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:22.09375rem;display:block; }
#NqPDbPSdTAGGSV0gPpll1AAAzVVIfS9z { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:40.84375rem;display:block; }
#vx3CvAwIAFNXzVZJyc7QmJFqCKSU829Z { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.875rem;left:1.40625rem;overflow:hidden;display:block; }
#BXZBizT018ZMtFl5DphuCoUfwlxhvV5C { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:15.9375rem;top:0.84375rem;left:20.15625rem;overflow:hidden;display:block; }
#lGUXUPNTXXEoWMJ6NWvuQ0fuIPvra2HF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.875rem;left:38.90625rem;overflow:hidden;display:block; }
#lw6lIVEBW0TTok2RPBThvU88kTPqKHCb { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:38.313541412354rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUHGg6RM9rAddi1NcIGW5ds9MKalZ5SO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:14.1875rem;left:40.84375rem;display:block; }
#A2P5Jkd4xKrZEsnpPimHDLb3gbPGBgNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W2hg1nCJeTSlbiXugqVeE1bG1K5QlVXk { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:0.8135414123535rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UnEwBaOf48l1puNozWNqoruR7uGeuPlE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:14.5rem;left:3.15625rem;display:block; }
#VpHXXSMKdJDbHVLWTqHk0xPVRdAIHQZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eJaKXDoPr9WSSNcbp1yoTs0JF9Nzc0B1 { color:#ffffff;display:block;width:17.1239375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:19.563542366028rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qtEwvror6PmqZg8puPHwNBI18E3QUN4Z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:14.03125rem;left:22.156250953674rem;display:block; }
#f2224w8s3HzqhpuT3wThihMRXGg206sK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FyT7VJJ64sNJ10WrLkOhDcnm25eWC8Uc { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#A4ds7lXa9CvmFCBNRDZ9rDDHbRN53EiG { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#RP8Ut3CEifZT5WLzLv5SJskEpqvBDGdU { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#gLbTE27Ivef4M3o4TVWwMxSMUrVpFszG { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#l0k9ifnoRJg6p80dMWmv2eHRAKcrtZhU { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:59.625rem;display:block; }
#qtmdnG9lN74vwarQevFEVaT36oSp3XnS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.3125rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:14.3125rem;left:59.5625rem;display:block; }
#QotTqzWx3JlOCvLmLlEvJNJa3OFdsuxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xf0nDMMX32B1BkulLMzaEgNneTg10ZAL { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:14.8125rem;left:57.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QwyR1QHMPbbzNSoNZoBDTVtM5bJtneRf { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:15.9375rem;top:0.88750076293944rem;left:57.65625rem;overflow:hidden;display:block; }
#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA { position:relative;display:block; }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA { background-color: transparent; background-image: none; }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .row .container > .video-iframe-container { display: none; }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .row > .video-iframe-container { display: none; }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .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); }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA { border-width: 0; border-radius: 0; }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#W80MZhVcv1rTDd33KfGdczpu8XgEPhTI { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#CKxGoZOqm73dSCBKq1UVFmkQaz9dwlDi { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#Msf0n7Z4gA9eS36GTHfso5g23liNSOeQ { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#X522Dd1MH04V7DbHazMMO7fuN4Zoi3xk { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#grHEJIOsNeQVE7uzRfM75uNaey5p0PJe { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:15.9375rem;top:1rem;left:38.906246185302rem;overflow:hidden;display:block; }
#RRL5lSILG7cIt6fX69cWBr6DlAgTxq9b { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.6875rem;left:40.8125rem;display:block; }
#NIMoAMRg4hV68apAszuBDlpiKhLa254d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.6875rem;left:40.8125rem;display:block; }
#JJhnbEArvbUapGICNMKgrmCKZ6CoeZBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sfEmzgbbadiALeGcbFLPwo5dWUrM4kuN { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.1875rem;left:38.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7f1p4JNi7RrFzqdVOVpGgoS0krTZnFX { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.09375rem;left:57.65625rem;overflow:hidden;display:block; }
#maG0O2HWp87PUnOF5fs6NLHzccaxzfs6 { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.6875rem;left:59.5625rem;display:block; }
#lH7q0iHh9iglVoDHMyquz8EzyaathVXT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.6875rem;left:59.5625rem;display:block; }
#OvUl4X7HxpbBc86X1MI5agJwK3JNLC6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hyAxcUc1tvMChK0HgixXJUcQ8DrGSQp2 { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.1875rem;left:57.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PF4sTcx3yN4XfkvLraizgaGQ3C0kV4Ob { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:15.8125rem;top:1.3125rem;left:20rem;overflow:hidden;display:block; }
#mrxWXmGPMNwe7ySaQglt2KdAQ5ew8iNv { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:15.25rem;left:19.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFylzZW9EeAlKcBm4gNf7p9izvTVdTUR { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.6875rem;left:22.125rem;display:block; }
#lKmD50nFo8l6zVvRInGrcUAMrXPoBmTV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.75rem;left:22.125rem;display:block; }
#B6T4cWeQtCfTZ9BRQ4G3L8zGdO9Zm6oW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zfW3Tll8EhEH8Dm6n0RPHOSG6u6SmVTn { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SKaQZPvyOzQv9NFtl6g7xrbz9RglttWr { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.6875rem;left:3.3125rem;display:block; }
#Pw150t0RbhGSs4GSx1GQ0WJhdms5yQJo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.6875rem;left:3.3125rem;display:block; }
#LqmNu0aKnJImEXwOWVfvAkxaT4eltCqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dmT1c4TZpBXTtc33N773oMt3J0wDECr5 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:15.9375rem;top:1.1875rem;left:1.4375rem;overflow:hidden;display:block; }
#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI { position:relative;display:block; }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI { background-color: transparent; background-image: none; }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .row .container > .video-iframe-container { display: none; }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .row > .video-iframe-container { display: none; }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .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); }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI { border-width: 0; border-radius: 0; }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#D0GogQyuNQGukT2QGrBUMulGvfti8r6C { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#R23r5dSGsQfMloTveo5hdHiLNM7Tfvho { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#cMVEQOJM43pNEnb9cmfJa9ialHVF1kzu { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#lonCxKBIbW8mNkMfAvTOE0uxrzIgTI0T { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#rOTiO8CDWn55UXsNxVXTDCUrSfBup34a { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.6875rem;left:21.9375rem;display:block; }
#VNQrUEQK5S1vKBOrk27IKfa6o3IZAnI9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.6875rem;left:21.9375rem;display:block; }
#z9KuKV25AA1EBCVzsCQb4hXEUW8cg8Lu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qLwrsdaIDfyQFy2bnFCm4Ay2Q4GbHohc { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.25rem;left:19.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wiC6VEl66RNv92AqXiConQLAm3GGEzFL { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:15.9375rem;top:0.9375rem;left:19.875rem;overflow:hidden;display:block; }
#FwWpE6Zo3rg5GTg0T7rcopeayd9DPuiQ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:15.9375rem;top:1.078125rem;left:1.40625rem;overflow:hidden;display:block; }
#ceoUXyd5UR1I53McrS4zUnzvEcRn79pw { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.6875rem;left:3.4375rem;display:block; }
#NrcPTigKQQi8UJ5P87yHifE9JDGWgHcV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.6875rem;left:3.375rem;display:block; }
#qwfkWKphQON6HuTSmSSiTkKiincAVEHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QHhOmB59JioOgy0C9Q2LD3sRf7EZRrhc { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.25rem;left:0.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ttk6hPdhCQO3QwcdbGF7Xy8hluvoESPQ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:15.9375rem;top:1.03125rem;left:38.90625rem;overflow:hidden;display:block; }
#IERVqVAPvgOsTgrBgiXKxWK61igpmctg { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:15.25rem;left:38.375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MfCLoFadSI0TlbEZsULoNVKPq7JAqv4T { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.6875rem;left:40.875rem;display:block; }
#hbiqR97Z6IRXBEbA2sQ0OFJVIOzOEat0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.75rem;left:40.875rem;display:block; }
#SRyGGlQTnlGQ2b90PUSFtqeot7rt3VwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#af1ydQSrdIwD9xlwCo8cqWNqbcF1KV1B { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.75rem;left:59.625rem;display:block; }
#ouSvkaHgLCQA0NDRgw9E7wSCvOi1Geio { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:14.8125rem;left:59.5rem;display:block; }
#Z4NZ7Jo1zMpsc7cS9iXEVWUWczSeA5hy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i0ruJyMgMFLb9y1ahQ4PPtoP3rgZNe6L { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:15.206251144409rem;left:57.063537597656rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DRwb6xNboP8c9OhJRQQzzmHROFzTOHvl { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.9375rem;left:57.6875rem;overflow:hidden;display:block; }
#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo { position:relative;display:block; }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo { background-color: transparent; background-image: none; }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .row .container > .video-iframe-container { display: none; }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .row > .video-iframe-container { display: none; }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .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); }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo { border-width: 0; border-radius: 0; }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Aczpq1MpRVhyPWUZRWqOeKLzQMMzxZzC { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.4375rem;left:22.0625rem;display:block; }
#NHQxeF6XE8HaQXpzy6U2RZw7cC0I0m7V { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:40.84375rem;display:block; }
#zt9pZwrAvfHpAqNxXFm2WLRbFbkSIXzV { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.125rem;left:1.40625rem;overflow:hidden;display:block; }
#O1m5tK6a3sGDJxJODt1fSODao85VTOG3 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.125rem;left:20.15625rem;overflow:hidden;display:block; }
#eTTqs4cUeVnQJPTq7WoJtUPFyFyKUgkQ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.125rem;left:38.84375rem;overflow:hidden;display:block; }
#K65hP3W6HofwUGosOcuPIAnJNbbtTMf0 { color:#ffffff;display:block;width:17.1239375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.893749237061rem;left:19.563542366028rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeyISXdl2yu07fGc25B9Ouog9TzyOcv6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.3125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:14.375rem;left:21.968750953674rem;display:block; }
#QrXRlTpKv6HnlKEbvJJhUWOnRFXDC72P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GsnNfvnQD5apTiBgMu6CmQH0e1zbWHUW { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.4375rem;left:3.34375rem;display:block; }
#nZBvs7Sr5tFf7kQ23TaWTTg9qW7h8f2o { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:14.893749237061rem;left:0.81354236602781rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m3EWZfJdZQRJMkZZwT2TeOa2fKMTgpRz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.25rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:14.40625rem;left:3.3437509536743rem;display:block; }
#CJu9mK8ZEaxg93Zuqc32tFTAXqVNcTWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VCQBVoaalzDiQBtTnoceU9bd4hNKGz08 { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.893749237061rem;left:38.313541412354rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c62k0Sssg2150VQrTT3cBR2pbHBI4766 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:14.34375rem;left:40.687500953674rem;display:block; }
#uE0ElZEueTmMy2vaR3Sc6lakNaLTlXsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aiua5OCukgrcKmna83ThTctluMrOhQZB { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#P8slJF4ocLrOza8C02RpvywfqtqdcI5s { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#NKS5WW09Qapbqi8SwGwEV2Fa9Vnv4H2b { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#yp2QOGOfe5hTqxgIcBneSuM4AnalI2lM { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#yVUlT0wyd4l0QXsTCry8drg2H5qfHEaf { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:14.9375rem;left:57.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RMJmzz25G01PbMdafeIFgq2zmT7RoXVM { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.375rem;left:59.625rem;display:block; }
#BVDAP8TpeaesHxDbTx6UCRJyX4yOrF7a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.4375rem;left:59.625rem;display:block; }
#qQGlEd5U02yN8TmfC6O6pezgvrJ8MT4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTUTT6kFTGUeOJff59A4RkNWqvXkZU3d { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:15.8125rem;top:1rem;left:57.6875rem;overflow:hidden;display:block; }
#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E { position:relative;display:block; }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E { background-color: transparent; background-image: none; }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .row .container > .video-iframe-container { display: none; }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .row > .video-iframe-container { display: none; }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .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); }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E { border-width: 0; border-radius: 0; }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#zBrZssmwqUkS6beP5UokJievBv81ta05 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#TrhKnBkeUzTlMQc8sugO3JiXf6aTm5xU { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:16.125rem;top:1.3125rem;left:38.90625rem;overflow:hidden;display:block; }
#VBATX3cAC3CFiyetqBx1TSf4FChqRIrT { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.3125rem;left:20.15625rem;overflow:hidden;display:block; }
#t5VmrWTGSmSkZEDGfRZMwy1QSJ8qd08l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.1875rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:14.375rem;left:40.5625rem;display:block; }
#kfJsd5XTmhTDUP0EBMcTHodWJEWCEHs2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zNhVVNGRPBD8CUNbblF3Ty7sWWXExz9T { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.4375rem;left:22.0625rem;display:block; }
#WhU8q3sT1vDtm6PdUrzmLCpGbTu4yybd { position:absolute;display:block;z-index:100013;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.4375rem;left:40.875rem;display:block; }
#Z9OtR1IA8QEHy6OUXN5JqZKH9eD5RAqw { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:19.563541412354rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xNpxk9oMvuUTQ5iF8DtatfBy5Pa7KeNs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:14.375rem;left:21.90625rem;display:block; }
#qnKcphu23EzC8vakhJJWZX71vkfV7VNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t50O0RQ3e3aRxDEDnAV2etSqRCWWTuQ8 { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:14.831249237061rem;left:38.313541412354rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUtPAavraiahcHTd8XN0wJvm44NfXpF0 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#H7oyzsT3gGkLJ1nXzX4gWC5SGvhgu695 { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#qtTWSVUlycmWGGT4p5xXrCTrJ1LJtWoF { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#Mf3ecXy8vmRhVo4M4LzTBq2Ez3f0QdXu { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:15.8125rem;top:1.375rem;left:57.71875rem;overflow:hidden;display:block; }
#tKGTbG0yGMEldCo04wn1mkrhoPTJumKz { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:14.875rem;left:57.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dELIWT8rVErdFEt1KWZW0mvenlhtdDXy { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.3125rem;left:59.625rem;display:block; }
#xUOV6iMArtogkz4sBvsPzeG1n0ho1Rfi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.375rem;left:59.625rem;display:block; }
#bKHBdVDG7NnbqVzX0vLT2y9W4eTVXOkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fKmV39MDJyJ0KDxCJfkGiGFXWd2zmRwt { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:15.8125rem;top:1.4375rem;left:1.46875rem;overflow:hidden;display:block; }
#FwrnLVZqlNTanZBgC4MxWc2l7TcRbsyi { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.3125rem;left:3.375rem;display:block; }
#J4P1LqrUM1iHH9UnWlza64Aw9vETepR3 { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:14.875rem;left:0.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gOJ6XsfLkEzi8l3VWzmOblO66ScSrkBO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.375rem;left:3.375rem;display:block; }
#GrONADhLQ4hxc9bKiaf5Pa1x7s9BINZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dX965WaoX6rLJ6o661CQka53qZAhcg93 { position:relative;display:block; }#dX965WaoX6rLJ6o661CQka53qZAhcg93 { background-color: transparent; background-image: none; }#dX965WaoX6rLJ6o661CQka53qZAhcg93::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .row .container > .video-iframe-container { display: none; }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .row > .video-iframe-container { display: none; }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .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); }#dX965WaoX6rLJ6o661CQka53qZAhcg93 { border-width: 0; border-radius: 0; }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ngamqDFDgwElDal60UO8PT1mLrDfZtZB { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#uuCfFHAoBC2mqpmo2DzalNBcm4TDlh8O { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#g25vORHgxEWuspAo9UTfJ7wWcbLl2i5R { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#Z2H9PfuKI8vMSWNrRoUCvhiLN001LBEV { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#T1kaIqW6vPchORO0o2z6QIZLpQOHgvda { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5625rem;width:15.9375rem;top:1.0625rem;left:1.40625rem;overflow:hidden;display:block; }
#GTV3AVlDDJm46mbBT1SfBfolAl5G3UBE { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.5625rem;left:3.375rem;display:block; }
#ZnEc8zzapvbsCheGb8NoaHq4vPTCl3TD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.5625rem;left:3.3125rem;display:block; }
#U6Tnzc2Evqd5nwnRgv7Viu84ZCCa4pvr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qp2sTb7iWWbdm1FZqLXLIsUaFS5sDkPS { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.125rem;left:0.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LBsUNMBNBfncd2QuwnQwfEJ01xkKJiW1 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:15.9375rem;top:1.125rem;left:38.687496185302rem;overflow:hidden;display:block; }
#erTVhKCbTrtwT2qwkJ1fbHvvoKow3xWR { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.5625rem;left:40.8125rem;display:block; }
#gi6qlKZQhQm8XODzoWQESFfEisUoTvvc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.5625rem;left:40.8125rem;display:block; }
#S6rudJ5Is5ASmqxVCk5aC5UKmyfHNtQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iJZ3gFOLox0zC90eHfUdAe7AU6X2ZFXE { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.0625rem;left:38.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDTsWJqRzgvteE1BV2VoZ6So8P2vqzVb { position:absolute;display:block;z-index:100010;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.6875rem;left:59.625rem;display:block; }
#ewAGf58N2WWetRvrJra1fzxfzOks93z3 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.375rem;left:57.6875rem;overflow:hidden;display:block; }
#WExbBMHdKZNMucT5rFA52T6G8BgIgiXX { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:15.125rem;left:57.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDOvo0UUxHnwLrLH2iNBqt2kP4a0Wq7p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.4375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:14.5rem;left:59.75rem;display:block; }
#d1Rq4ZxBr0gEo4K5J3rn2q0DzH6Xxt4D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kQme13Qzdg5eQpebghIpg4DmkTfMHwfJ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:15.6875rem;top:1.25rem;left:20.25rem;overflow:hidden;display:block; }
#nzLOBZeJCoPI11FO9zeZgnn61OhM334u { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:15.125rem;left:19.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TW30SimSqVm6Tnv5e27QnMzyzS6kVIZp { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.5625rem;left:22.125rem;display:block; }
#EMyXbVrn2yiT0Zk4CAXTLvvmtLyaKNwy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.625rem;left:22.125rem;display:block; }
#JBeRkedXso6nfrtxgOS4LogrSlQkUiSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 { position:relative;display:block; }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 { background-color: transparent; background-image: none; }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .row .container > .video-iframe-container { display: none; }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .row > .video-iframe-container { display: none; }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .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); }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 { border-width: 0; border-radius: 0; }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#QZurOSFr4z1gD40tJnwdHvOw1kMa5VZD { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.4375rem;left:22.125rem;display:block; }
#z9MrbxKHyd8FSANWyTFMXTlRd0D6xNFK { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.7760625rem;top:1.1875rem;left:20.25rem;overflow:hidden;display:block; }
#BmK1uHLvTW0WZSucF6sCoeePXH1QL3RZ { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.893749237061rem;left:19.563541412354rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZLwL8P6hXO1T7krFzHzrqD8vJIlT6Npn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.3125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:14.375rem;left:22.125rem;display:block; }
#TurmbJ9yG7EEdZqTnNyTrAFhREqURqTf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hJZVaRKtLavcuA6VSHlQl8SGSTBFhFri { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#Z5OrMbT8vQ66blkRwX2g03DV0rIpeuPr { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#QfrI7P2URU85kptiL5NU3k1rqUdEskBH { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.1875rem;left:57.656246185302rem;overflow:hidden;display:block; }
#Ngp53TAiP9vRVZzucyIygAMXP4iaTMrs { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:14.9375rem;left:57.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymdQPLd4m2FTRcrshhsNBETczsw5vDaN { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.375rem;left:59.5625rem;display:block; }
#e7IitqL0gzkHBBVVaI6m72DFovs0bpNP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.375rem;left:59.5625rem;display:block; }
#rOd7lUF3eFOKoQ8MUcfCRGqQtwfKJboy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PapQXgWknFDfkRvfyIe6XNRnWTVG62ET { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:15.9375rem;top:1.2500019073486rem;left:38.906246185302rem;overflow:hidden;display:block; }
#Tfv1FbQ9FTVfiA8KsKPZcD0kf9JM8JQP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:14.375rem;left:40.8125rem;display:block; }
#S4HOda5W8tPOZOB48W6XFLi7wwoLp60K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CrifsGCfyHSVDQ6oUJ1dOagrQ6QEKPxo { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.375rem;left:40.8125rem;display:block; }
#TqzuoR1otPgUw7Ew7Oes9b4ZEghRsiEy { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.875rem;left:38.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lfd56nTBDeIFF0eyp54uLAuXKlodpr0z { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#rTAGgRPl5SevPallsvIs129ReX7LOGJZ { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#E1XPCghiKbCVUS2IuTFdBmypCUOziWUp { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.4375rem;left:3.375rem;display:block; }
#sheTsCTpdHuFd6gAomMgyvTVnpAuq0wG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.3125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:14.375rem;left:3.3125rem;display:block; }
#UnsK7TRNehSRrxSaTctdAHtU71bfQU3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zuVf8hgKJQhrKGQ4iExGFckuoVWxy18O { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:14.875rem;left:0.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0ZcGFpK4DccKTQkfHh5AztxpSCABNrh { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:15.75rem;top:1.1875rem;left:1.486457824707rem;overflow:hidden;display:block; }
#gaP22608m6v98nCiTk0VvNo7KAPOLpCr { position:relative;display:block; }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr { background-color: transparent; background-image: none; }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .row .container > .video-iframe-container { display: none; }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .row > .video-iframe-container { display: none; }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .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); }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr { border-width: 0; border-radius: 0; }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#IUUyZyMOPa367WTuEHlLDwgtrF5CtgyM { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:0.875rem;left:1.3125rem;overflow:hidden;display:block; }
#KeqHErpdqfxSXwwyUVCHKM6S4gU21m9K { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.5625rem;left:3.25rem;display:block; }
#DDvPLmep5am21dcZ8nRfDLqq6SKVwQaZ { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:15rem;left:0.75rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B2Bs9aaGcanOmLtLFG2V0TnmJfXEEVtD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:14.5rem;left:3.25rem;display:block; }
#PKa1RCqd9NxmzQ8PsBfyiQJ8D0MgE6oT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#glzo8f2Z7RW0Uug5NZHSkPtVisoyk92Z { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.375rem;width:15.9375rem;top:0.9375rem;left:38.75rem;overflow:hidden;display:block; }
#qQnuGlaKI9DgauFw4nFb8l0AFkTmUWPi { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.5625rem;left:40.625rem;display:block; }
#nT663BUhDgigC7a2XNJdk951I3GtbJyL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:14.5625rem;left:40.625rem;display:block; }
#PUXaoiwBgzhmVkJ76hkLo1S97TXmgnpX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iSV32TggRu7dZarRVxdwZ25WIOpV68ec { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:15.0625rem;left:38.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pLh24RtmKeEQgPOFSqkM1KUmp7CciMsT { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#NVV0Fzs2ElN7KCkI7pVAxxoRoi7anefn { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#KcseWqMRkKZ9kg2W3Izh5eqRPbNglQRR { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:15.6875rem;top:1rem;left:57.75rem;overflow:hidden;display:block; }
#iu0wBW4vw0dP5As4kLQrIcTLw7TcJxHV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:14.5625rem;left:59.5625rem;display:block; }
#xTP9DozLrXl3L7SafMWuXFrhTQ1PT21q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MOxnfxlqAzBeSlePDCW7BlxQ2ovFZA4Z { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:15.0625rem;left:57.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vSPW5bZA4GOmQPukWaDyFRbpJGvmisIR { position:absolute;display:block;z-index:100016;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.5rem;left:59.5625rem;display:block; }
#JFT1VpheqWuBXwWNcqkA4mTPiPxT5mIn { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#TGTfsC2QgPgrNw4g9saqGrVc1qcpiGIk { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#D5aIxyzBVLSga9kgTWRys3dwHoUJ9VBK { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:15.8125rem;top:0.875rem;left:20.15625rem;overflow:hidden;display:block; }
#FvVaecH668pydKwU3ykDVpE33ycm7ulW { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.625rem;left:22.125rem;display:block; }
#LcqsrICRvJ8oaxGRRkUvtT9WxldTnFDD { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:15.0625rem;left:19.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nL9McTHlttFkrfvok6Cs4B7uEChxNgpc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.1875rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:14.5625rem;left:22.09375rem;display:block; }
#TLtfdJ2ukJ9DvzfAcXNnBBWDXAuzTLkA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#STszkkwknUWPClbqbx2JgnI1uqcayEkG { position:relative;display:block; }#STszkkwknUWPClbqbx2JgnI1uqcayEkG { background-color: transparent; background-image: none; }#STszkkwknUWPClbqbx2JgnI1uqcayEkG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .row .container > .video-iframe-container { display: none; }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .row > .video-iframe-container { display: none; }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .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); }#STszkkwknUWPClbqbx2JgnI1uqcayEkG { border-width: 0; border-radius: 0; }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#wFcsgm20rNi8r8CSFr1NDdZ7RkAToota { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:3.375rem;display:block; }
#OfIV2DFgesdKwyIbXeXT11GsBRlHf0I2 { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.875rem;left:0.875rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTZyAg2z3UBynmrxqmqXSS9a16QGmd2t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:14.25rem;left:3.3125rem;display:block; }
#w2iIKoMrM2eCkQfNzaL7gV5ZFFXJPQc1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LfRJ7yZS1BaUd1GsLGRuCZfZzE1dJRsz { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.125rem;left:1.4375rem;overflow:hidden;display:block; }
#pORhQrvrQ3yFCl0gx9FTlGuy4XEyOgBd { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#zPEGdRCywdNayFJEiXnfecuWLzNZGK4o { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.125rem;left:20.1875rem;overflow:hidden;display:block; }
#iQKnCPCJyV9IgeUfyz3X4Iy9e8PGulQi { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:22.125rem;display:block; }
#dMw0lumCpf9dwr3iv0Vw1yfpt1DIwHn7 { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.8125rem;left:19.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zeQn8J3WFLAf8ZpeK0wnbv0TWOW6TTGD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:14.25rem;left:22.125rem;display:block; }
#JkvLhtqzVtw7qgrcR1k6yTcgVqu0o5r7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PcxhqXT7o28vIQdbCoKS2QJHkQKxi2cn { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -moz-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -ms-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-image: -o-linear-gradient(12deg, #202525, rgba(0,0,0,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#202525', endColorstr='#99000000' );";background-image: linear-gradient(12deg, #202525, rgba(0,0,0,0.6));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.1875rem;width:12.0625rem;top:14.375rem;left:40.875rem;display:block; }
#QZlbR41sHlWvWcn62WUoXKJr776SKozF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:15.9375rem;top:1.0625rem;left:38.9375rem;overflow:hidden;display:block; }
#LoRu5SZ1AhZ2UfVUDvMNtyJyCQOD4m0L { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:14.8125rem;left:38.375rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EMu08f98QbThelsrydtQodhiQ84SHccz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:14.4375rem;left:40.6875rem;display:block; }
#VWCukrKbGT09QPhozBCE8rNK3edemGmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ANTMmrMEkbD5grSgTFhZfPszqw7v3xll { color:#ffffff;display:block;width:17.1229375rem;position:absolute;font-family:exo2;font-size:0.875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:14.9375rem;left:57.125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fomB9FJDbqNAvw0XEmR267rromLZNNM9 { position:absolute;display:block;z-index:100020;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:3.3125rem;width:12.0625rem;top:14.4375rem;left:59.625rem;display:block; }
#K9mfH12lsdzw62NTpCTqcgrWG3d6g2R1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:14.4375rem;left:59.5625rem;display:block; }
#vUkz9H8UtX3IvT2QT4st5EZL7Te5nWwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ggd7om0OqvqRN9xOTBCIb0wQbFotVyr5 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:15.9375rem;top:1rem;left:57.5rem;overflow:hidden;display:block; }
#MmdXK5vh2KkeCyHfpd2VNaCa5QNbC1FD { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#pwNVdPaFlL2It4bQvORIVyeBaI7FT1iv { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#V8Tm2FSmeTSTJDzlw9E7MLCl81zQfrmD { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -moz-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -ms-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-image: -o-linear-gradient(42deg, #000000, rgba(0,0,0,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#96000000' );";background-image: linear-gradient(42deg, #000000, rgba(0,0,0,0.59));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:5.249025rem;width:16.1865rem;top:4.3125rem;left:29.0625rem;display:none; }
#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 { position:relative;display:block; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 { background-color: transparent; background-image: none; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.65); }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container > .video-iframe-container { display: none; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row > .video-iframe-container { display: none; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.65); }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 { border-width: 0; border-radius: 0; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uDjOdG2P/wallpaper900_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container.adaptive-delivery-prevent-bg, #dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container.lazyload, #dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container.lazyloading { background-image: none; }#GJKBdR8vSFPlJuPDLw2aLiCJt4srLrsI { color:#ffffff;display:block;width:31.7480625rem;position:absolute;font-family:exo2;font-size:2.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.8760414123535rem;left:21.625rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RuyycKL4syHCC4Ca9MPCCi55z0aXyezM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:5.0614585876465rem;left:45.308334350586rem;display:block; }
#cXUmzQfXSdV3l6ySIpTwPVEDKUpME4IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZHZDmtvRoggHfbkupzIQ3mvBFRpR9aNa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:5.0927085876465rem;left:1.2750015258789rem;display:block; }
#AhNndqdL2QxHWmqewWb6w5au4EwGqPP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TvAVUDxTGmwvEWMmB9DhSztbCog8Qf8v { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.8125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:5.0614585876465rem;left:15.839584350586rem;display:block; }
#UP9r26OV9aSHqpsn01XT1uFyZF1XUXL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B4GXUyWl3v9J5rpR8TXqfMn7H2xXPc4v { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.625rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:9.6864585876462rem;left:15.839584350586rem;display:block; }
#TCVPbXpmFo7MIxe9ksW3C32Q4nXiTuWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fh2mnkyFc1JDHbHSP4LFBur06XPOm1EW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.8125rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:9.6239585876462rem;left:1.2437515258789rem;display:block; }
#dyqm7NkJRrEVOPUN0FF3wxRvMm19OIuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pvm9mPA5DD6J2Gfoz8qeaaBs6bywL2WN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.62604375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:5.091667175293rem;left:59.992706298828rem;display:block; }
#ODxdfInxWtT9ZZTkyvDtmpR9P6NqtIH1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iHwTgtLTaWBw3ynnl5vimVLT16ri4ciz { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(204,204,204,0.66), #000000);background-image: -moz-linear-gradient(90deg, rgba(204,204,204,0.66), #000000);background-image: -ms-linear-gradient(90deg, rgba(204,204,204,0.66), #000000);background-image: -o-linear-gradient(90deg, rgba(204,204,204,0.66), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8cccccc', endColorstr='#000000' );";background-image: linear-gradient(90deg, rgba(204,204,204,0.66), #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:37.5625rem;top:0rem;left:0rem;display:block; }
#gJ6ma0LxwusbJbe2TdksUZaVoHXnuIQF { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(204,204,204,0.66));background-image: -moz-linear-gradient(90deg, #000000, rgba(204,204,204,0.66));background-image: -ms-linear-gradient(90deg, #000000, rgba(204,204,204,0.66));background-image: -o-linear-gradient(90deg, #000000, rgba(204,204,204,0.66));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a8cccccc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a8cccccc' );";background-image: linear-gradient(90deg, #000000, rgba(204,204,204,0.66));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:37.3125rem;top:0rem;left:37.5rem;display:block; }
#sVgHuJmH3SuoHUKprczJ91E876ebVZAZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.62604375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:9.6541671752931rem;left:30.625rem;display:block; }
#Cry3MVnxk0xO4ZrBCma4SHwWfsxGIzin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cKeFC502GcEkaZLMmUoCEiClZvKg5S13 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.62604375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:5.154167175293rem;left:30.65625rem;display:block; }
#CITJwRa1iWKklH3TTAqigbk0cEMgfU5U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VgPWQIZTPl1U73yy76Nc2hBciwoJ98AL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.62604375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:9.6541671752931rem;left:45.339584350586rem;display:block; }
#hyAqgZpc8cArdSEBtohLnenmhksVx9zi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gpTZVdoAAwnSzPbgxIpLc1TVpTy0Wqoe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo2;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.62604375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:9.6541671752931rem;left:59.961456298828rem;display:block; }
#x4KnHqqluG2IG82MyMvCWKG9nLP23aKr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 { position:relative;display:block; }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 { background-color: transparent; background-image: none; }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .row .container > .video-iframe-container { display: none; }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .row > .video-iframe-container { display: none; }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .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); }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 { border-width: 0; border-radius: 0; }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV { position:relative;display:none; }#a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV { border-width: 0; border-radius: 0; }#a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3620b359-2015-4b77-a4fb-20560708e4bd/Skyrim10thAnniversary_POSTER1000min.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:none; }#a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV > .row .container.adaptive-delivery-prevent-bg, #a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV > .row .container.lazyload, #a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV > .row .container.lazyloading { background-image: none; }#li9skxDveUCVVNPThnsC5zeKSEH592ik { position:absolute;display:block;z-index:100015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:2.375rem;width:15rem;top:0.625rem;left:2.5rem;display:block; }
#kikfm6gsZdzHitGPCi2kWANArPwL3eT8 { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:exo2;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:1rem;left:4.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wH5h8veAwuSw9ESXbLN0QLMGcV0sckdX { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lXQ5TaKORHCZGrqm1p0yFf3duwS9RhJW { position:relative;display:none; }#lXQ5TaKORHCZGrqm1p0yFf3duwS9RhJW { border-width: 0; border-radius: 0; }#lXQ5TaKORHCZGrqm1p0yFf3duwS9RhJW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:none; }#uG0JwvfnTZG9ds7S0P1G6ZPhZxdKW2G3 { position:relative;display:none; }#uG0JwvfnTZG9ds7S0P1G6ZPhZxdKW2G3 { border-width: 0; border-radius: 0; }#uG0JwvfnTZG9ds7S0P1G6ZPhZxdKW2G3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:none; }#sAXhDy4KdkrnqvdBwH3c0q9q0s6iKW6I { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:exo2;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:0.25rem;left:4.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#stRwWcfhkN0IOb944F70UFCXtuz72Twk { color:#ff0000;display:block;width:18.125rem;position:absolute;font-family:exo2;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:3.375rem;left:1.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:exo2;font-size:0.9375rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:5rem;left:1.1875rem;height:4.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 li:before{  }
#fUvCKF5PqpNEaOSdCxTRhhf813X4VTOl { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:19.1875rem;top:5.4375rem;left:43rem;overflow:hidden;display:block; }
#N8xNdE1SOwESLHAX6wh4E0RcTwAF8vnW { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:11.375rem;top:0rem;left:51.625rem;overflow:hidden;display:block; }
#ZLGPOlFcTukc8S05plIQ51hzHgfvmvTQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:19.1875rem;top:7.4375rem;left:36.5625rem;overflow:hidden;display:block; }
#pokgIMJ3H4m9G0aNwvHCSW7cTr7XElco { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:11.375rem;top:0rem;left:63.625rem;overflow:hidden;display:block; }
#l6n3tcyEIaRvqBNUstAB4fQuu7CvouI6 { z-index:100011;top:9.28125rem;left:16.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ki1u0aWGsH8BbsxOnc5UgRu31h8PpzWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uDUMvCRTAvFmITUL6CAGxpC5zk0RqwDQ { position:relative;display:none; }#uDUMvCRTAvFmITUL6CAGxpC5zk0RqwDQ { border-width: 0; border-radius: 0; }#uDUMvCRTAvFmITUL6CAGxpC5zk0RqwDQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:none; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK { position:relative;display:block; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK { background-color: transparent; background-image: none; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container > .video-iframe-container { display: none; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row > .video-iframe-container { display: none; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .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); }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK { border-width: 0; border-radius: 0; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/301e470f-ee03-4609-8ebb-7efc95e5b4ff/EivortheWolfKissed2D.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container.adaptive-delivery-prevent-bg, #bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container.lazyload, #bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container.lazyloading { background-image: none; }#OU7gKrC2QBsqdzVHEoSMG2i7eM7VUnv7 { position:absolute;display:block;z-index:100017;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:2.375rem;width:16.1875rem;top:0.5rem;left:0.8125rem;display:block; }
#mb5QGufc8SHDp2ZxcrmU8kpgfQyINRIG { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux { position:relative;display:block; }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux { background-color: transparent; background-image: none; }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .row .container > .video-iframe-container { display: none; }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .row > .video-iframe-container { display: none; }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .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); }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux { border-width: 0; border-radius: 0; }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.875rem;width:75rem;position:relative;display:block; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA { position:relative;display:block; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA { background-color: transparent; background-image: none; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .row .container > .video-iframe-container { display: none; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .row > .video-iframe-container { display: none; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .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); }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA { border-width: 0; border-radius: 0; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#GK2qkACknCynwx3IQdBlhawis8ObaKir { color:#000000;display:block;width:73.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.90625rem;height:5.2rem;display:block; }
#JSdkcMnWzWskJtiFkEtkeLlRicSWZzN6 { color:#000000;display:block;width:48.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:9.35000038147rem;left:25.78125rem;height:9.3625rem;display:block; }#JSdkcMnWzWskJtiFkEtkeLlRicSWZzN6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSdkcMnWzWskJtiFkEtkeLlRicSWZzN6 li:before{  }
#qicCoeoD7s7ROpMkRXHIVZevRwQnlRya { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.9375rem;width:14.125rem;top:7.0625rem;left:10.1875rem;overflow:hidden;display:block; }
#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et { position:relative;display:block; }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et { background-color: transparent; background-image: none; }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .row .container > .video-iframe-container { display: none; }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .row > .video-iframe-container { display: none; }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .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); }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et { border-width: 0; border-radius: 0; }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#DkHiyMorDefuTx6E8vtEJT2xBet2EVG2 { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:0.75rem;left:0.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TisoPi5bQnH9dNpAoKFszK1N1TwueUKg { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.75rem;left:37.96875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ICyblpmRyh1XTccbXg7Ood1f56NV3gwT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:25.0625rem;top:2.375rem;left:6.21875rem;overflow:hidden;display:block; }
#I9H3imcZvBfdeyLFGPT5MBzRRoe6IzZo { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:25.0625rem;top:2.5625rem;left:43.71875rem;overflow:hidden;display:block; }
#VI13qK6zZTOl6gE566XqLUmmzawrQmTt { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:18.125rem;left:1rem;height:5.2rem;display:block; }
#qPgWBoKXsgPMLgArcahn2VDRhrMrTUW1 { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:18.125rem;left:37.96875rem;height:5.2rem;display:block; }
#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th { position:relative;display:block; }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th { background-color: transparent; background-image: none; }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .row .container > .video-iframe-container { display: none; }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .row > .video-iframe-container { display: none; }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .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); }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th { border-width: 0; border-radius: 0; }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv { position:relative;display:block; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv { background-color: transparent; background-image: none; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container > .video-iframe-container { display: none; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row > .video-iframe-container { display: none; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .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); }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv { border-width: 0; border-radius: 0; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3979d180-8bbd-4371-8f15-ff5a32518ebc/EzioAuditore2D.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container.adaptive-delivery-prevent-bg, #rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container.lazyload, #rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container.lazyloading { background-image: none; }#TVR9WnyEDInx74eE5107a2TuQfQJnU4f { position:absolute;display:block;z-index:100020;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;height:2.375rem;width:19.875rem;top:0.5625rem;left:0.75rem;display:block; }
#HJ7KGfQITtb9VJoNDeT8MLwfFRBka1EO { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ { position:relative;display:block; }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ { background-color: transparent; background-image: none; }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .row .container > .video-iframe-container { display: none; }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .row > .video-iframe-container { display: none; }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .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); }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ { border-width: 0; border-radius: 0; }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo { position:relative;display:block; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo { background-color: transparent; background-image: none; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .row .container > .video-iframe-container { display: none; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .row > .video-iframe-container { display: none; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .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); }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo { border-width: 0; border-radius: 0; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#PC9XUqciHBmu5isEQQxFBWT4muxD79u7 { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:0.625rem;left:37.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hl13dHA97pLzIaGEtdN30H7f4k3KAXQU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.75rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:3rem;left:61.4375rem;display:block; }
#atls5DiGdcO8R4oDKlydhUpHVLgPZeC7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fkwWy3N9ssbmLcB5kElNb73gO7c28Pu7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.75rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:3rem;left:50.5625rem;display:block; }
#h0qOLNiuU7VThPDP4xFomUXlX7UMXNUA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e5ecLbGeL6UVh3gDJutTMX3iMkHWGBCh { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.75rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:3rem;left:39.4375rem;display:block; }
#hoRxvRkl5JZerkbFhwsQfsIDbtBCzWtq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VhXpH8dBNp8T3T3oHWg4apGgJJUqVnRg { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.75rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:3rem;left:23.9375rem;display:block; }
#RwvwC2uULkr9u4cGVx9bSw7zkSxUGELi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Za4v6ascMDKqPa9xg6Wleu0Xn0RXB5yp { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZN9RExgTU7MDJDhnMvADv1pBwlimTEzp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.75rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:3rem;left:13.0625rem;display:block; }
#E9V8gsICUFlMuFT5aUMcGaoEWqHGuOWf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HNDxlxHC1eCdhfFW5IDFLSdAEbhp9bxk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-sizing:border-box;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.6875rem;height:2.75rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:3rem;left:1.9375rem;display:block; }
#GGOIMwWvg5lvK5MletE5lvLgSQz44cCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg { position:relative;display:block; }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg { background-color: transparent; background-image: none; }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .row .container > .video-iframe-container { display: none; }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .row > .video-iframe-container { display: none; }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .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); }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg { border-width: 0; border-radius: 0; }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:block; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna { position:relative;display:block; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna { background-color: transparent; background-image: none; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .row .container > .video-iframe-container { display: none; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .row > .video-iframe-container { display: none; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .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); }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna { border-width: 0; border-radius: 0; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#gwZpyzrTTUBDzOJHN70vPkVQVsHl5n9J { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iidozLCPhsU6wit98aVvpDDESwOF7rNg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:37.0625rem;top:0rem;left:37.9375rem;overflow:hidden;display:block; }
#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { background-color: transparent; background-image: none; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container > .video-iframe-container { display: none; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row > .video-iframe-container { display: none; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .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); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { border-width: 0; border-radius: 0; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#JkE5h1rTNDzEAcTaouZQEb6gnuT0hS6J { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:27.0625rem;height:1.3rem;display:block; }
#WdaehcU1nlH1yCN4VewOTkpbZOaJ9wVA { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:38.25rem;height:1.3rem;display:block; }
#nDJlJl3xSJMGT9SFEqPb2oBgTUpi9lb2 { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0rem;left:71.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g9NezkFWyorKAodWmyifW9DS3vQExv16 { display:block; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2X4uutyKxCsSdJqzHpidE5MbvrdWtmH { width:3.4375rem;height:3.4375rem;top:0.5rem;left:44.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c94wwFTAOePfHiQOvVHxaSiEf6eEswLp { width:2.625rem;height:2.625rem;top:0.875rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRtdG9Lmk8U3VlarbEai0ZP2wouB4hJt { top:0.8125rem;left:11.5625rem;width:9.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJ8xmkBPXoJEMn81UEF8HbQSfUP1tsOV { display:block; }
 }@media only screen and (max-width: 763px) { #EZb92ceuvwUVfNEkBPuiX14ftv5A0eia { top:0.8125rem;left:22.375rem;width:9.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzwodeRsww4cphTKrZB9Nc0GMiiGX7sJ { display:block; }
 }@media only screen and (max-width: 763px) { #m3SkEGExIP82vMc6mT2TqJf5VuGa7l3E { top:0.8125rem;left:33.0625rem;width:9.75rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5zVup5WyH14IvVGTlVlSWxKgH73z4J7 { display:block; }
 }@media only screen and (max-width: 763px) { #c5N4FL9I3tiCDOqQ9UofNWfhalRkbe9g { top:0.8125rem;left:37.875rem;width:9.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfvBxKfk3buSKdVDV48PAQlUec6xnaf1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwKQhTdgfkKASfPgr9DZU0UgEITTlpbb { width:11.3125rem;height:3.3125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd { display:block; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4A42ubVfIMmbqqmBrErKLzUZQvn0tUf { width:2.75rem;height:1.375rem;top:4.9375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQtTXc1WX8s8LTPE3wgto3JPHQxxf32S { width:2.25rem;height:1.375rem;top:4.9375rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8c44kiK3sGPSJr9dgADuUHlSxJdH96y { width:2.0625rem;height:1.375rem;top:4.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPirRKX2BckvN0ENAMPs1zNQ08ec270O { width:2rem;height:1.375rem;top:4.9375rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxbPUWnpFGFS9yImhiWwAsWAIKfR8a2K { width:2.3125rem;height:1.375rem;top:4.9375rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb7k7KuLWwncH9zfhpN4yxviVGJ1exa4 { width:2.0625rem;height:1.375rem;top:4.9375rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvDVR8SLnoyWeckmtne0Pkw4bJ8gFRFD { width:2rem;height:1.375rem;top:4.9375rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkoCdnwAJDTE9akzQqm3dUaQ1rBEFOhF { width:2rem;height:1.375rem;top:4.9375rem;left:45.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7sMihBpbxhy5lW9QVrzGQRJkPBoHlq { width:33.5rem;height:3.0625rem;top:5.3125rem;left:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7OwwuUaa5lXeRCMAUvScoHtsCfKFODi { width:3.4375rem;height:3.4375rem;top:0.5rem;left:44.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsRXXltDzndMThqvyPIHP4p55ICWvJIA { width:2.625rem;height:2.625rem;top:0.875rem;left:45.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr { display:block; }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCoeu2b6p33ctHPRRdAG5NcJpM0H0Ee3 { width:47.75rem;height:3.125rem;top:30.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWm0BP8vbmqafKSJOCX0tQg10rI6hamD { width:47.75rem;height:9.0171673819744rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0iMJwDBqA1gV8egUVAclJumoZX5zAX { width:13.75rem;height:17.6875rem;top:2.6875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pglgXZSlftCkfHT52MSTpQnDeUaGLtoi { width:13.875rem;height:2.875rem;top:4.625rem;left:33.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh0q3EbcFyUBydVCtr4Q5pQd3pBxBW4x { width:10.0625rem;height:1.25rem;top:3.4375rem;left:37.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt6mGVizmBUVvFCMzMyBGsrIAVMRBwQk { width:6.625rem;height:8.75rem;top:7.75rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWaQiZgP61blCNTsgLSUvZyCQfMiGU4r { width:4.5rem;height:10.125rem;top:7.5rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCMXDG1CH9ADn47O0NdhHV9P9GmP791R { width:5.375rem;height:5.3125rem;top:12.0625rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRKHbkGrs5npmxT367p9E1aw2FqhW2ap { width:9.6875rem;height:2.0625rem;top:17.625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex7v5LC3p16GarwKCe52InvMdHTGcNmF { display:block; }
 }@media only screen and (max-width: 763px) { #IHgWi6XfOpbEPRZp0y1nUTSQhRSZ8Oyb { width:22.8125rem;height:2.625rem;top:34.6875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcaCfg0ueOyGvhmNTZi4HKc5vDQaO1cn { display:block; }
 }@media only screen and (max-width: 763px) { #Lrg8Bc104TUc4CFOnq7oeosyVHiFFy0L { width:47.75rem;height:11.265952980689rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 { display:block; }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C { display:block; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Un0v1ofiTr8MC3a9zoe7vaKzHvDs0Lwf { width:15rem;height:2.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spC63TTG9oC9tFVpbA56qiJ3rwF6eqTv { width:10.0625rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTBbFpeTSTRXUGNXPErslz5vxgvfRsLI { width:4.0625rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg { display:block; }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn { display:block; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JScpZTLLoJ9uCgDDly9ItHcUqXBhr4Z2 { width:42.6875rem;height:23.75rem;top:5.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo4ZmwRyTITKU04f5S9uD59H5r03Ck0z { width:7rem;height:2rem;top:29.0625rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmKMb4QoQGe5g3PPf6vZBvNbbgDthPtW { width:9.75rem;height:1.4375rem;top:31rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC8il8LUNLGI7MpvVRfAuQOZKLfzNX6W { width:26.0625rem;height:2rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5b3U3l2R3ldO0QiwEHkVx6aXuTcnqOz { width:34.6875rem;height:11.6875rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76c8VEMJnmpwhdhbkvb6tP06IvPkKpU { width:16.3125rem;height:4.0625rem;top:29.6875rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmrv6K9cCDiUecO5Sdd2vpLdR54WtXim { width:14.1875rem;height:1.4375rem;top:33.75rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxG8ep3z1m0V4P2ivp9OVz1XBKutkJdU { width:22.125rem;height:17.25rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0UcAEQ6mckbvuvggTmIfCTTcmMXi4cU { width:21.25rem;height:4.0625rem;top:26.5rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivIWEq5HkeWgJUM1HvSzFfTdeSCOGx4e { width:19.375rem;height:2.875rem;top:30.5rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W { display:block; }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO { display:block; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPaKZ9Vro0QVhvhA1h6uqn7UAf64yhDC { width:15rem;height:2.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRP5GT2t6EdsIN34eoJmiOn9Ty2vmLHB { width:12rem;height:1.625rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOTAqULn13nOxz4fDMsUOgqITvmEWQ6 { width:4.0625rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNKoSymSEKb540wWKLpI4uwpAIyKZUb { display:block; }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC { display:block; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKqqOEvCxepsTrPO2RgcbXHiqf6yhEDJ { width:47.75rem;height:19.856041666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #amXGkgbhCM8gccrbevcWDmODDTTzbMzD { width:9.6875rem;height:2.0625rem;top:14rem;left:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BormeICnrqBD5Lp4RrFqRyB1sGODOxCi { display:block; }
 }@media only screen and (max-width: 763px) { #OFlL1pDWqhFv8ng8LXxW51pptCdTc9WP { width:20.3125rem;height:2.0625rem;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWbE5qo5iGkDvTrFgxuPThy3CWOqNcsu { display:block; }
 }@media only screen and (max-width: 763px) { #HIxTx8fz89Ilq12DOyioDtJMtmyLZVGn { width:15.9375rem;height:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WNpTTEHCuJ7OEqdc3TA6HtN9Xr2RVBsO { width:12.5rem;height:3.5rem;top:14.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8zBq1H6xyiwJCiImaC8ESTwHJw1WTH7 { display:block; }
 }@media only screen and (max-width: 763px) { #QEllg0yV7hmt76AKV19VKgCx1STXK4TT { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFGOEUtai8ppWmDWCp9NJTU0yezWCLnF { width:16.625rem;height:1.125rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8nIbAixb3ZcI68ucJkpKUQpC55zAuyh { display:none; }#I8nIbAixb3ZcI68ucJkpKUQpC55zAuyh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z { display:none; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LBtMs64H78cQCBJ4zoTTCqPum4dqbDo8 { width:47.75rem;height:19.856041666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzTyvTngmiSL1PF8J2EI6imHssuy9kuO { width:9.6875rem;height:2.0625rem;top:14rem;left:38.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlQe8QAd9q3N0WWdJ4ElDHWoqzgWbx5I { display:block; }
 }@media only screen and (max-width: 763px) { #RvfI6y1wPSlCh89x84fEMKUxTRxOlz5C { width:20.3125rem;height:2.0625rem;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdUORDg5fVwTPq0ie6vuZL6PnElfOTte { display:block; }
 }@media only screen and (max-width: 763px) { #I987JiQJ6ZBL9G1Aufi2qRO1TmkiMX99 { width:15.9375rem;height:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #estllMvtbN0T3l5g6nfJF9kMgKKSQWLD { width:12.5rem;height:3.5rem;top:14.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwyBbhNpXDLTTzM4OezfPLpSQWUzvwRW { display:block; }
 }@media only screen and (max-width: 763px) { #qIun0aZyJxHxTHgHkoQTvilvt8W63aLm { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPEqIenCrNPNFKSToHcXQ7PTqsqvtsfu { width:16.625rem;height:2.25rem;top:16.125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM { display:none; }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 { display:block; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnwsS0pchGgu13gL0GDGbuJJTMiONVWL { width:15rem;height:2.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFM30PofWNlgKU2dMquSCbvORlnZr8ZR { width:18.6875rem;height:1.625rem;top:1rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnHJ0okTPP5PLLbBiXhKwckoHm9TTt8 { width:4.0625rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN { display:block; }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxpUmOSWQR38JD7pSlI1PqzKI9NVGKrN { width:15.9375rem;height:12.5rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6UWcDvTsctGw0TaN0ySd0WsoZd5paeD { width:16.625rem;height:2.25rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzO6xoHVV0Zq8fyuKAcFzarT9cRmECZ { width:12.5rem;height:3.5rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFDmmfxrZZVzFBBLlwvngTlowETKoCUT { display:block; }
 }@media only screen and (max-width: 763px) { #TfewwSzqgvofl0KL6K0mqxpO2T52pU3E { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h16eneTUdtDHcTX2qbMo2EQVR6SxaFpA { width:17.0625rem;height:2.25rem;top:15.0625rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1VsEI3QE0Te6bqhTryaUhhaxmxu5Ad { width:12.125rem;height:3.5rem;top:14.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2Pt4FGcwr7pxhOVGkupT30OEesavi1 { display:block; }
 }@media only screen and (max-width: 763px) { #nJg6IhmNGK1FtMoxasGLdUBTteiLOhs4 { width:15.9375rem;height:12.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9JrNf36WwVanLaAsn2B3OxAObLa735K { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq7MT5L8c75Ts8s5mQzz0lo9shRfUytD { width:17.0625rem;height:2.25rem;top:15rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ModMAxc1fcAL9nJB4RyQvUhh1is7tcDW { width:12.0625rem;height:3.125rem;top:14.5625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8sp6gGOVKKNxHEagCKuKTq8ncip76wv { display:block; }
 }@media only screen and (max-width: 763px) { #Tlf9JTm9KXV4AHRv7rayzBznoscelOSP { width:17.0625rem;height:2.25rem;top:15rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0rpoLfFF2zOnuR31D7VcZ4rth7Dfq8b { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuhAsfIVaO0RKCTMP69QHwWqgl1bu6S9 { width:12.8125rem;height:3.5625rem;top:14.375rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeU3LdVdVUHGThmRkFm6u37JcgWiD6g8 { display:block; }
 }@media only screen and (max-width: 763px) { #fGrlLTpSqu8EZ4Baz1z6PdHioCvPR345 { width:15.9375rem;height:12.5rem;top:1.3125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oba7yz5EyTJT8F2TXiZUgTpD4ubTI85V { width:15.9375rem;height:12.5rem;top:1.3125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBHRUAFlT6lZGwk4Xos8fDTkaTNDQPL2 { width:12.0625rem;height:3.1875rem;top:14.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTR5t95HasQ2w39bGshq5N1m6gkoNE5 { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwU3XWLO2bSocvLpudMTgKy10RAuKodn { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GlJ3ZfGTEWBfTBTBWSX0pDPbTlLOcdWq { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlTObyADgwmktv8WF26w9T7ySSMKbT4u { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PanRarqSskHewKWXtpBzD88ksPgSuJLl { display:block; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #torUKQ5cTeTe3AguOdTK9pxJsT3CQoce { width:0.125rem;height:0.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6aKt12DhqLlIXOgekkwCkA8r20RzaCk { width:12.0625rem;height:3.3125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThFMeRP8p6n28AThaUP131NsCtaVnda { display:block; }
 }@media only screen and (max-width: 763px) { #Kq367wzFLKs506zzpO9vJiMq9yUG7xOo { width:17.0625rem;height:1.125rem;top:15.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEU31oCoCAG12XpuHOriol2zHyr8CXB { width:15.9375rem;height:12.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJDSd3sUblkbm4ycx93wk4TwxUbfR5xP { width:12.0625rem;height:3.1875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc1xkR7liMW7l0TfNrl7w4rTXJFTJoJl { width:15.9375rem;height:12.5rem;top:1.0625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUgfGT88h7JSyX2pwgwE5JQRBZSGWBIM { width:17.0625rem;height:2.25rem;top:15rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSZkHtJfIScoLmlNFNOuOhqVNMnuHTTH { width:12.375rem;height:3.8125rem;top:14.1875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSJulGMJGAPQ8pwDW4v6u5KagtKA6MBS { display:block; }
 }@media only screen and (max-width: 763px) { #tRDxV7SwQNWMPXh2SH9nmIqKNvIp2IVR { width:12.0625rem;height:3.1875rem;top:14.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iekid7urd9ugi8Uz17ZwpMQD4FdnfTJu { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gH1bMBIl4dJ4xS1frTapbXaTGSeWUK4e { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGWghxtwDN3uJ7f8gQkABBWsO9vhwAEq { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx4e86FJa0y5inLgNMJmMVE1TVLuiXng { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhbSQOemA4zRXgIsPpp5NP13l9VTk7bJ { width:15.9375rem;height:12.5rem;top:1.1875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2BlTtiUET1leVwgXItqGtN8h4zZlnoX { width:17.0625rem;height:2.25rem;top:14.9375rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eANFTU7mWHi3oeN6wJMeKkNvPSTEnAwe { width:11.9375rem;height:3.3125rem;top:14.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feoea8dGC4kQa7qCwmRVKAKFennCDiUz { display:block; }
 }@media only screen and (max-width: 763px) { #f11q90SdWsXrwfBvuplSS5Ep9CxinsPB { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R5WGM6e95Juq67yaKBTwBmJFObne6Scl { width:15.9375rem;height:12.375rem;top:1.0625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVX8NKH0KWBt7E1O3JJkvV5qM23p5FAA { width:17.0625rem;height:0;top:14.9375rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDicbbNkbybW94zCvcHDoZQgtTLhfd0D { width:12.0625rem;height:3.3125rem;top:14.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbPkfLbFrawVyTvKxUV4sHcE63TDwR7 { display:block; }
 }@media only screen and (max-width: 763px) { #pUT0PVJXp5WCsNxiC4hBQz71T1rFwcx3 { width:12.0625rem;height:3.1875rem;top:14.5rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz9hB0IKucBttf5MoWg7LDlOqen8CQKE { display:none; }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LZ3nH0uhB0chPFxsw7tZ2losVkLvNpVO { width:12.0625rem;height:3.1875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzO2U4l1Iq5LgySPlqMxAh5q8lkZ79iu { width:12.0625rem;height:3.1875rem;top:14.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6z9EBaB7v1CM5OdMZxREowlJRcluyIc { width:15.9375rem;height:12.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvkDnLNVy8XsC0lGE8muS8M3E7mCSx9 { width:15.9375rem;height:12.5rem;top:0.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMqZbedHF2T7sbei7s0l3tE9EoBt0wo4 { width:17.0625rem;height:2.25rem;top:14.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkkwvO3v0TIhVTMHDLTZeUcXmwFOrXF3 { width:13.4375rem;height:3.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMk7lwmwCcXPV82nxdvhBZVlxMwSLkls { display:block; }
 }@media only screen and (max-width: 763px) { #qrKJetbz7ZJJxM6pUzmoVHXFIixcp20R { width:17.0625rem;height:2.25rem;top:14.875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2NZLTBzUywT77kVJeVV9s6PKnTkgMbG { width:13.1875rem;height:3.3125rem;top:14.3125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psNUuvDsWaJiALxCnXS9qJcHQmtFplol { display:block; }
 }@media only screen and (max-width: 763px) { #z7ksCrina96uBMa7TX4pwXHfZRJWmcG4 { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s53gK22hDsmTxWblUuf4REcoQQJCTwZX { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAHBGIpyk1kahqmf0NZzSvTkQNptTfOF { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVhMmmP5laFAbSqw6MwUgOTDoO7G2l5F { width:12.4375rem;height:3.375rem;top:14.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbRrVcP7H17cXZX22MQvs1EcilMurTwb { display:block; }
 }@media only screen and (max-width: 763px) { #gihmmqTPaGtb7oefnT4Tn6767RsvesAJ { width:12.0625rem;height:3.1875rem;top:14.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMR4BRIrbx4gFteaITmoLHl0OLppVois { width:17.0625rem;height:2.25rem;top:14.8125rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G91O6izdJNfCFi4XsiT7fHXdPDfsa3mv { width:15.9375rem;height:12.5rem;top:0.875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkK6K1pV3xZ5a57rQzKWNqa4ut7M4NKd { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXuLmFddpP6ZbQAFekK6DVG623f2UfQU { width:15.9375rem;height:12.5rem;top:0.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csivddQSM0RoJa9Hf16S8LHhOo2AygSu { width:17.0625rem;height:2.25rem;top:14.8125rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHrrfiiJHagJEuPftK8XR7GfJqG76GwX { width:12.25rem;height:3.5rem;top:14.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neHR5N95v7xlmcSqcEbXozbXQAfxUPTt { display:block; }
 }@media only screen and (max-width: 763px) { #ZgcSzSp4KogBFk9Ksx7vFsPawlaLep4g { width:12.0625rem;height:3.1875rem;top:14.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6zt5W5y4ksxRS29VqsaQIC3X45566xq { display:block; }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhfmF0VlAJnVSoyq8ofFaOzR18yOInHq { width:12.0625rem;height:3.1875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxmCF0mnSQwAPxQnmWBB3d29fo9vQ0tI { width:12.0625rem;height:3.1875rem;top:14.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqPDbPSdTAGGSV0gPpll1AAAzVVIfS9z { width:12.0625rem;height:3.1875rem;top:14.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx3CvAwIAFNXzVZJyc7QmJFqCKSU829Z { width:15.9375rem;height:12.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXZBizT018ZMtFl5DphuCoUfwlxhvV5C { width:15.9375rem;height:12.5625rem;top:0.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGUXUPNTXXEoWMJ6NWvuQ0fuIPvra2HF { width:15.9375rem;height:12.5rem;top:0.875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw6lIVEBW0TTok2RPBThvU88kTPqKHCb { width:17.0625rem;height:2.25rem;top:14.8125rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUHGg6RM9rAddi1NcIGW5ds9MKalZ5SO { width:12.1875rem;height:3.4375rem;top:14.1875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2P5Jkd4xKrZEsnpPimHDLb3gbPGBgNS { display:block; }
 }@media only screen and (max-width: 763px) { #W2hg1nCJeTSlbiXugqVeE1bG1K5QlVXk { width:17.0625rem;height:2.25rem;top:14.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnEwBaOf48l1puNozWNqoruR7uGeuPlE { width:12.4375rem;height:3.1875rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpHXXSMKdJDbHVLWTqHk0xPVRdAIHQZs { display:block; }
 }@media only screen and (max-width: 763px) { #eJaKXDoPr9WSSNcbp1yoTs0JF9Nzc0B1 { width:17.0625rem;height:2.25rem;top:14.8125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtEwvror6PmqZg8puPHwNBI18E3QUN4Z { width:11.9375rem;height:3.875rem;top:14rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2224w8s3HzqhpuT3wThihMRXGg206sK { display:block; }
 }@media only screen and (max-width: 763px) { #FyT7VJJ64sNJ10WrLkOhDcnm25eWC8Uc { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4ds7lXa9CvmFCBNRDZ9rDDHbRN53EiG { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RP8Ut3CEifZT5WLzLv5SJskEpqvBDGdU { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLbTE27Ivef4M3o4TVWwMxSMUrVpFszG { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0k9ifnoRJg6p80dMWmv2eHRAKcrtZhU { width:12.0625rem;height:3.1875rem;top:14.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtmdnG9lN74vwarQevFEVaT36oSp3XnS { width:12.1875rem;height:3.3125rem;top:14.3125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QotTqzWx3JlOCvLmLlEvJNJa3OFdsuxT { display:block; }
 }@media only screen and (max-width: 763px) { #Xf0nDMMX32B1BkulLMzaEgNneTg10ZAL { width:17.0625rem;height:2.25rem;top:14.8125rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwyR1QHMPbbzNSoNZoBDTVtM5bJtneRf { width:15.9375rem;height:;top:0.875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA { display:block; }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W80MZhVcv1rTDd33KfGdczpu8XgEPhTI { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKxGoZOqm73dSCBKq1UVFmkQaz9dwlDi { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Msf0n7Z4gA9eS36GTHfso5g23liNSOeQ { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X522Dd1MH04V7DbHazMMO7fuN4Zoi3xk { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #grHEJIOsNeQVE7uzRfM75uNaey5p0PJe { width:15.9375rem;height:12.4375rem;top:1rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRL5lSILG7cIt6fX69cWBr6DlAgTxq9b { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIMoAMRg4hV68apAszuBDlpiKhLa254d { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJhnbEArvbUapGICNMKgrmCKZ6CoeZBm { display:block; }
 }@media only screen and (max-width: 763px) { #sfEmzgbbadiALeGcbFLPwo5dWUrM4kuN { width:17.0625rem;height:2.25rem;top:15.1875rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7f1p4JNi7RrFzqdVOVpGgoS0krTZnFX { width:15.9375rem;height:12.5rem;top:1.0625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maG0O2HWp87PUnOF5fs6NLHzccaxzfs6 { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7q0iHh9iglVoDHMyquz8EzyaathVXT { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvUl4X7HxpbBc86X1MI5agJwK3JNLC6k { display:block; }
 }@media only screen and (max-width: 763px) { #hyAxcUc1tvMChK0HgixXJUcQ8DrGSQp2 { width:17.0625rem;height:2.25rem;top:15.1875rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF4sTcx3yN4XfkvLraizgaGQ3C0kV4Ob { width:15.8125rem;height:12.25rem;top:1.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrxWXmGPMNwe7ySaQglt2KdAQ5ew8iNv { width:17.0625rem;height:2.25rem;top:15.25rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFylzZW9EeAlKcBm4gNf7p9izvTVdTUR { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKmD50nFo8l6zVvRInGrcUAMrXPoBmTV { width:12.0625rem;height:3.3125rem;top:14.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6T4cWeQtCfTZ9BRQ4G3L8zGdO9Zm6oW { display:block; }
 }@media only screen and (max-width: 763px) { #zfW3Tll8EhEH8Dm6n0RPHOSG6u6SmVTn { width:17.0625rem;height:2.25rem;top:15.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKaQZPvyOzQv9NFtl6g7xrbz9RglttWr { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw150t0RbhGSs4GSx1GQ0WJhdms5yQJo { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqmNu0aKnJImEXwOWVfvAkxaT4eltCqf { display:block; }
 }@media only screen and (max-width: 763px) { #dmT1c4TZpBXTtc33N773oMt3J0wDECr5 { width:15.9375rem;height:12.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI { display:block; }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0GogQyuNQGukT2QGrBUMulGvfti8r6C { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R23r5dSGsQfMloTveo5hdHiLNM7Tfvho { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMVEQOJM43pNEnb9cmfJa9ialHVF1kzu { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lonCxKBIbW8mNkMfAvTOE0uxrzIgTI0T { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOTiO8CDWn55UXsNxVXTDCUrSfBup34a { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNQrUEQK5S1vKBOrk27IKfa6o3IZAnI9 { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9KuKV25AA1EBCVzsCQb4hXEUW8cg8Lu { display:block; }
 }@media only screen and (max-width: 763px) { #qLwrsdaIDfyQFy2bnFCm4Ay2Q4GbHohc { width:17.0625rem;height:2.25rem;top:15.25rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiC6VEl66RNv92AqXiConQLAm3GGEzFL { width:15.9375rem;height:12.5625rem;top:0.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwWpE6Zo3rg5GTg0T7rcopeayd9DPuiQ { width:15.9375rem;height:;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceoUXyd5UR1I53McrS4zUnzvEcRn79pw { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrcPTigKQQi8UJ5P87yHifE9JDGWgHcV { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwfkWKphQON6HuTSmSSiTkKiincAVEHA { display:block; }
 }@media only screen and (max-width: 763px) { #QHhOmB59JioOgy0C9Q2LD3sRf7EZRrhc { width:17.0625rem;height:2.25rem;top:15.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttk6hPdhCQO3QwcdbGF7Xy8hluvoESPQ { width:15.9375rem;height:12.375rem;top:1rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IERVqVAPvgOsTgrBgiXKxWK61igpmctg { width:17.0625rem;height:2.25rem;top:15.25rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfCLoFadSI0TlbEZsULoNVKPq7JAqv4T { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbiqR97Z6IRXBEbA2sQ0OFJVIOzOEat0 { width:12.0625rem;height:3.3125rem;top:14.75rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRyGGlQTnlGQ2b90PUSFtqeot7rt3VwH { display:block; }
 }@media only screen and (max-width: 763px) { #af1ydQSrdIwD9xlwCo8cqWNqbcF1KV1B { width:12.0625rem;height:3.1875rem;top:14.75rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouSvkaHgLCQA0NDRgw9E7wSCvOi1Geio { width:12.25rem;height:3.125rem;top:14.8125rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4NZ7Jo1zMpsc7cS9iXEVWUWczSeA5hy { display:block; }
 }@media only screen and (max-width: 763px) { #i0ruJyMgMFLb9y1ahQ4PPtoP3rgZNe6L { width:17.0625rem;height:2.25rem;top:15.1875rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRwb6xNboP8c9OhJRQQzzmHROFzTOHvl { width:15.9375rem;height:12.5rem;top:0.9375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBB36UPTdtU1RQglAClnV9rTdo0UHLeo { display:block; }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aczpq1MpRVhyPWUZRWqOeKLzQMMzxZzC { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHQxeF6XE8HaQXpzy6U2RZw7cC0I0m7V { width:12.0625rem;height:3.1875rem;top:14.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9pZwrAvfHpAqNxXFm2WLRbFbkSIXzV { width:15.9375rem;height:12.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1m5tK6a3sGDJxJODt1fSODao85VTOG3 { width:15.9375rem;height:12.5rem;top:1.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTqs4cUeVnQJPTq7WoJtUPFyFyKUgkQ { width:15.9375rem;height:12.5rem;top:1.125rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65hP3W6HofwUGosOcuPIAnJNbbtTMf0 { width:17.0625rem;height:2.25rem;top:14.875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeyISXdl2yu07fGc25B9Ouog9TzyOcv6 { width:12.3125rem;height:3.3125rem;top:14.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrXRlTpKv6HnlKEbvJJhUWOnRFXDC72P { display:block; }
 }@media only screen and (max-width: 763px) { #GsnNfvnQD5apTiBgMu6CmQH0e1zbWHUW { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZBvs7Sr5tFf7kQ23TaWTTg9qW7h8f2o { width:17.0625rem;height:2.25rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EWZfJdZQRJMkZZwT2TeOa2fKMTgpRz { width:12.0625rem;height:3.25rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJu9mK8ZEaxg93Zuqc32tFTAXqVNcTWS { display:block; }
 }@media only screen and (max-width: 763px) { #VCQBVoaalzDiQBtTnoceU9bd4hNKGz08 { width:17.0625rem;height:2.25rem;top:14.875rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c62k0Sssg2150VQrTT3cBR2pbHBI4766 { width:12.375rem;height:3.375rem;top:14.3125rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0ElZEueTmMy2vaR3Sc6lakNaLTlXsl { display:block; }
 }@media only screen and (max-width: 763px) { #aiua5OCukgrcKmna83ThTctluMrOhQZB { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8slJF4ocLrOza8C02RpvywfqtqdcI5s { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NKS5WW09Qapbqi8SwGwEV2Fa9Vnv4H2b { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yp2QOGOfe5hTqxgIcBneSuM4AnalI2lM { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVUlT0wyd4l0QXsTCry8drg2H5qfHEaf { width:17.0625rem;height:2.25rem;top:14.9375rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMJmzz25G01PbMdafeIFgq2zmT7RoXVM { width:12.0625rem;height:3.3125rem;top:14.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVDAP8TpeaesHxDbTx6UCRJyX4yOrF7a { width:12.0625rem;height:3.3125rem;top:14.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQGlEd5U02yN8TmfC6O6pezgvrJ8MT4a { display:block; }
 }@media only screen and (max-width: 763px) { #NTUTT6kFTGUeOJff59A4RkNWqvXkZU3d { width:15.8125rem;height:12.25rem;top:1rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E { display:block; }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBrZssmwqUkS6beP5UokJievBv81ta05 { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrhKnBkeUzTlMQc8sugO3JiXf6aTm5xU { width:16.125rem;height:12.5rem;top:1.3125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBATX3cAC3CFiyetqBx1TSf4FChqRIrT { width:15.9375rem;height:12.5rem;top:1.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5VmrWTGSmSkZEDGfRZMwy1QSJ8qd08l { width:12.625rem;height:3.1875rem;top:14.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJsd5XTmhTDUP0EBMcTHodWJEWCEHs2 { display:block; }
 }@media only screen and (max-width: 763px) { #zNhVVNGRPBD8CUNbblF3Ty7sWWXExz9T { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhU8q3sT1vDtm6PdUrzmLCpGbTu4yybd { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9OtR1IA8QEHy6OUXN5JqZKH9eD5RAqw { width:17.0625rem;height:2.25rem;top:14.8125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNpxk9oMvuUTQ5iF8DtatfBy5Pa7KeNs { width:12.4375rem;height:3.1875rem;top:14.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnKcphu23EzC8vakhJJWZX71vkfV7VNb { display:block; }
 }@media only screen and (max-width: 763px) { #t50O0RQ3e3aRxDEDnAV2etSqRCWWTuQ8 { width:17.0625rem;height:2.25rem;top:14.8125rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUtPAavraiahcHTd8XN0wJvm44NfXpF0 { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7oyzsT3gGkLJ1nXzX4gWC5SGvhgu695 { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtTWSVUlycmWGGT4p5xXrCTrJ1LJtWoF { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mf3ecXy8vmRhVo4M4LzTBq2Ez3f0QdXu { width:15.8125rem;height:12.375rem;top:1.375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGTbG0yGMEldCo04wn1mkrhoPTJumKz { width:17.0625rem;height:2.25rem;top:14.875rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dELIWT8rVErdFEt1KWZW0mvenlhtdDXy { width:12.0625rem;height:3.3125rem;top:14.3125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUOV6iMArtogkz4sBvsPzeG1n0ho1Rfi { width:12.0625rem;height:3.3125rem;top:14.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKHBdVDG7NnbqVzX0vLT2y9W4eTVXOkl { display:block; }
 }@media only screen and (max-width: 763px) { #fKmV39MDJyJ0KDxCJfkGiGFXWd2zmRwt { width:15.8125rem;height:12.25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwrnLVZqlNTanZBgC4MxWc2l7TcRbsyi { width:12.0625rem;height:3.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4P1LqrUM1iHH9UnWlza64Aw9vETepR3 { width:17.0625rem;height:2.25rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOJ6XsfLkEzi8l3VWzmOblO66ScSrkBO { width:12.0625rem;height:3.3125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrONADhLQ4hxc9bKiaf5Pa1x7s9BINZN { display:block; }
 }@media only screen and (max-width: 763px) { #dX965WaoX6rLJ6o661CQka53qZAhcg93 { display:none; }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ngamqDFDgwElDal60UO8PT1mLrDfZtZB { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuCfFHAoBC2mqpmo2DzalNBcm4TDlh8O { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g25vORHgxEWuspAo9UTfJ7wWcbLl2i5R { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2H9PfuKI8vMSWNrRoUCvhiLN001LBEV { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1kaIqW6vPchORO0o2z6QIZLpQOHgvda { width:15.9375rem;height:12.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTV3AVlDDJm46mbBT1SfBfolAl5G3UBE { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnEc8zzapvbsCheGb8NoaHq4vPTCl3TD { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Tnzc2Evqd5nwnRgv7Viu84ZCCa4pvr { display:block; }
 }@media only screen and (max-width: 763px) { #qp2sTb7iWWbdm1FZqLXLIsUaFS5sDkPS { width:17.0625rem;height:2.25rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBsUNMBNBfncd2QuwnQwfEJ01xkKJiW1 { width:15.9375rem;height:12.4375rem;top:1.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTVhKCbTrtwT2qwkJ1fbHvvoKow3xWR { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi6qlKZQhQm8XODzoWQESFfEisUoTvvc { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6rudJ5Is5ASmqxVCk5aC5UKmyfHNtQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #iJZ3gFOLox0zC90eHfUdAe7AU6X2ZFXE { width:17.0625rem;height:2.25rem;top:15.0625rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDTsWJqRzgvteE1BV2VoZ6So8P2vqzVb { width:12.0625rem;height:3.1875rem;top:14.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewAGf58N2WWetRvrJra1fzxfzOks93z3 { width:15.9375rem;height:12.5rem;top:1.375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WExbBMHdKZNMucT5rFA52T6G8BgIgiXX { width:17.0625rem;height:2.25rem;top:15.125rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDOvo0UUxHnwLrLH2iNBqt2kP4a0Wq7p { width:11.75rem;height:3.4375rem;top:14.5rem;left:35.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Rq4ZxBr0gEo4K5J3rn2q0DzH6Xxt4D { display:block; }
 }@media only screen and (max-width: 763px) { #kQme13Qzdg5eQpebghIpg4DmkTfMHwfJ { width:15.6875rem;height:12.25rem;top:1.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzLOBZeJCoPI11FO9zeZgnn61OhM334u { width:17.0625rem;height:2.25rem;top:15.125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW30SimSqVm6Tnv5e27QnMzyzS6kVIZp { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMyXbVrn2yiT0Zk4CAXTLvvmtLyaKNwy { width:12.0625rem;height:3.3125rem;top:14.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBeRkedXso6nfrtxgOS4LogrSlQkUiSQ { display:block; }
 }@media only screen and (max-width: 763px) { #kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 { display:none; }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QZurOSFr4z1gD40tJnwdHvOw1kMa5VZD { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9MrbxKHyd8FSANWyTFMXTlRd0D6xNFK { width:15.75rem;height:12.479349647607rem;top:1.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmK1uHLvTW0WZSucF6sCoeePXH1QL3RZ { width:17.0625rem;height:2.25rem;top:14.875rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLwL8P6hXO1T7krFzHzrqD8vJIlT6Npn { width:11.9375rem;height:3.3125rem;top:14.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurmbJ9yG7EEdZqTnNyTrAFhREqURqTf { display:block; }
 }@media only screen and (max-width: 763px) { #hJZVaRKtLavcuA6VSHlQl8SGSTBFhFri { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5OrMbT8vQ66blkRwX2g03DV0rIpeuPr { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfrI7P2URU85kptiL5NU3k1rqUdEskBH { width:15.9375rem;height:12.5rem;top:1.1875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngp53TAiP9vRVZzucyIygAMXP4iaTMrs { width:17.0625rem;height:2.25rem;top:14.9375rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymdQPLd4m2FTRcrshhsNBETczsw5vDaN { width:12.0625rem;height:3.3125rem;top:14.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7IitqL0gzkHBBVVaI6m72DFovs0bpNP { width:12.0625rem;height:3.3125rem;top:14.375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOd7lUF3eFOKoQ8MUcfCRGqQtwfKJboy { display:block; }
 }@media only screen and (max-width: 763px) { #PapQXgWknFDfkRvfyIe6XNRnWTVG62ET { width:15.9375rem;height:12.375rem;top:1.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfv1FbQ9FTVfiA8KsKPZcD0kf9JM8JQP { width:12.0625rem;height:3.3125rem;top:14.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4HOda5W8tPOZOB48W6XFLi7wwoLp60K { display:block; }
 }@media only screen and (max-width: 763px) { #CrifsGCfyHSVDQ6oUJ1dOagrQ6QEKPxo { width:12.0625rem;height:3.3125rem;top:14.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqzuoR1otPgUw7Ew7Oes9b4ZEghRsiEy { width:17.0625rem;height:2.25rem;top:14.875rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfd56nTBDeIFF0eyp54uLAuXKlodpr0z { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTAGgRPl5SevPallsvIs129ReX7LOGJZ { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XPCghiKbCVUS2IuTFdBmypCUOziWUp { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sheTsCTpdHuFd6gAomMgyvTVnpAuq0wG { width:12.1875rem;height:3.3125rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnsK7TRNehSRrxSaTctdAHtU71bfQU3T { display:block; }
 }@media only screen and (max-width: 763px) { #zuVf8hgKJQhrKGQ4iExGFckuoVWxy18O { width:17.0625rem;height:2.25rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ZcGFpK4DccKTQkfHh5AztxpSCABNrh { width:15.75rem;height:12.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaP22608m6v98nCiTk0VvNo7KAPOLpCr { display:none; }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IUUyZyMOPa367WTuEHlLDwgtrF5CtgyM { width:15.9375rem;height:12.5rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeqHErpdqfxSXwwyUVCHKM6S4gU21m9K { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDvPLmep5am21dcZ8nRfDLqq6SKVwQaZ { width:17.0625rem;height:2.25rem;top:15rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2Bs9aaGcanOmLtLFG2V0TnmJfXEEVtD { width:12.1875rem;height:3.3125rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKa1RCqd9NxmzQ8PsBfyiQJ8D0MgE6oT { display:block; }
 }@media only screen and (max-width: 763px) { #glzo8f2Z7RW0Uug5NZHSkPtVisoyk92Z { width:15.9375rem;height:12.375rem;top:0.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQnuGlaKI9DgauFw4nFb8l0AFkTmUWPi { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT663BUhDgigC7a2XNJdk951I3GtbJyL { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUXaoiwBgzhmVkJ76hkLo1S97TXmgnpX { display:block; }
 }@media only screen and (max-width: 763px) { #iSV32TggRu7dZarRVxdwZ25WIOpV68ec { width:17.0625rem;height:2.25rem;top:15.0625rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLh24RtmKeEQgPOFSqkM1KUmp7CciMsT { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVV0Fzs2ElN7KCkI7pVAxxoRoi7anefn { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcseWqMRkKZ9kg2W3Izh5eqRPbNglQRR { width:15.6875rem;height:12.25rem;top:1rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu0wBW4vw0dP5As4kLQrIcTLw7TcJxHV { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTP9DozLrXl3L7SafMWuXFrhTQ1PT21q { display:block; }
 }@media only screen and (max-width: 763px) { #MOxnfxlqAzBeSlePDCW7BlxQ2ovFZA4Z { width:17.0625rem;height:2.25rem;top:15.0625rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSPW5bZA4GOmQPukWaDyFRbpJGvmisIR { width:12.0625rem;height:3.3125rem;top:14.5rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFT1VpheqWuBXwWNcqkA4mTPiPxT5mIn { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGTfsC2QgPgrNw4g9saqGrVc1qcpiGIk { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5aIxyzBVLSga9kgTWRys3dwHoUJ9VBK { width:15.8125rem;height:12.4375rem;top:0.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVaecH668pydKwU3ykDVpE33ycm7ulW { width:12.0625rem;height:3.1875rem;top:14.625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcqsrICRvJ8oaxGRRkUvtT9WxldTnFDD { width:17.0625rem;height:2.25rem;top:15.0625rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL9McTHlttFkrfvok6Cs4B7uEChxNgpc { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLtfdJ2ukJ9DvzfAcXNnBBWDXAuzTLkA { display:block; }
 }@media only screen and (max-width: 763px) { #STszkkwknUWPClbqbx2JgnI1uqcayEkG { display:none; }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wFcsgm20rNi8r8CSFr1NDdZ7RkAToota { width:12.0625rem;height:3.1875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfIV2DFgesdKwyIbXeXT11GsBRlHf0I2 { width:17.0625rem;height:2.25rem;top:14.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTZyAg2z3UBynmrxqmqXSS9a16QGmd2t { width:12.25rem;height:3.4375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2iIKoMrM2eCkQfNzaL7gV5ZFFXJPQc1 { display:block; }
 }@media only screen and (max-width: 763px) { #LfRJ7yZS1BaUd1GsLGRuCZfZzE1dJRsz { width:15.9375rem;height:12.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORhQrvrQ3yFCl0gx9FTlGuy4XEyOgBd { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPEGdRCywdNayFJEiXnfecuWLzNZGK4o { width:15.9375rem;height:12.5rem;top:1.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQKnCPCJyV9IgeUfyz3X4Iy9e8PGulQi { width:12.0625rem;height:3.1875rem;top:14.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMw0lumCpf9dwr3iv0Vw1yfpt1DIwHn7 { width:17.0625rem;height:2.25rem;top:14.8125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQn8J3WFLAf8ZpeK0wnbv0TWOW6TTGD { width:11.9375rem;height:3.375rem;top:14.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkvLhtqzVtw7qgrcR1k6yTcgVqu0o5r7 { display:block; }
 }@media only screen and (max-width: 763px) { #PcxhqXT7o28vIQdbCoKS2QJHkQKxi2cn { width:12.0625rem;height:3.1875rem;top:14.375rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZlbR41sHlWvWcn62WUoXKJr776SKozF { width:15.9375rem;height:12.5rem;top:1.0625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoRu5SZ1AhZ2UfVUDvMNtyJyCQOD4m0L { width:17.0625rem;height:2.25rem;top:14.8125rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMu08f98QbThelsrydtQodhiQ84SHccz { width:12.375rem;height:3.0625rem;top:14.4375rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWCukrKbGT09QPhozBCE8rNK3edemGmo { display:block; }
 }@media only screen and (max-width: 763px) { #ANTMmrMEkbD5grSgTFhZfPszqw7v3xll { width:17.0625rem;height:2.25rem;top:14.9375rem;left:30.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fomB9FJDbqNAvw0XEmR267rromLZNNM9 { width:12.0625rem;height:3.3125rem;top:14.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9mfH12lsdzw62NTpCTqcgrWG3d6g2R1 { width:12.0625rem;height:3.3125rem;top:14.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkz9H8UtX3IvT2QT4st5EZL7Te5nWwH { display:block; }
 }@media only screen and (max-width: 763px) { #Ggd7om0OqvqRN9xOTBCIb0wQbFotVyr5 { width:15.9375rem;height:12.4375rem;top:1rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmdXK5vh2KkeCyHfpd2VNaCa5QNbC1FD { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwNVdPaFlL2It4bQvORIVyeBaI7FT1iv { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8Tm2FSmeTSTJDzlw9E7MLCl81zQfrmD { width:16.125rem;height:5.1875rem;top:4.3125rem;left:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 { display:block; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJKBdR8vSFPlJuPDLw2aLiCJt4srLrsI { width:31.6875rem;height:2.6875rem;top:0.875rem;left:8rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuyycKL4syHCC4Ca9MPCCi55z0aXyezM { width:13.8125rem;height:3.75rem;top:5rem;left:31.683334350586rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXUmzQfXSdV3l6ySIpTwPVEDKUpME4IV { display:block; }
 }@media only screen and (max-width: 763px) { #ZHZDmtvRoggHfbkupzIQ3mvBFRpR9aNa { width:13.8125rem;height:3.75rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhNndqdL2QxHWmqewWb6w5au4EwGqPP0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvAVUDxTGmwvEWMmB9DhSztbCog8Qf8v { width:13.875rem;height:3.8125rem;top:5rem;left:2.2145843505859rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP9r26OV9aSHqpsn01XT1uFyZF1XUXL6 { display:block; }
 }@media only screen and (max-width: 763px) { #B4GXUyWl3v9J5rpR8TXqfMn7H2xXPc4v { width:13.8125rem;height:3.625rem;top:9.625rem;left:2.2145843505859rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVPbXpmFo7MIxe9ksW3C32Q4nXiTuWM { display:block; }
 }@media only screen and (max-width: 763px) { #fh2mnkyFc1JDHbHSP4LFBur06XPOm1EW { width:13.875rem;height:3.8125rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqm7NkJRrEVOPUN0FF3wxRvMm19OIuT { display:block; }
 }@media only screen and (max-width: 763px) { #pvm9mPA5DD6J2Gfoz8qeaaBs6bywL2WN { width:13.6875rem;height:3.625rem;top:5.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODxdfInxWtT9ZZTkyvDtmpR9P6NqtIH1 { display:block; }
 }@media only screen and (max-width: 763px) { #iHwTgtLTaWBw3ynnl5vimVLT16ri4ciz { width:37.5625rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6ma0LxwusbJbe2TdksUZaVoHXnuIQF { width:37.3125rem;height:15.6875rem;top:0rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgHuJmH3SuoHUKprczJ91E876ebVZAZ { width:13.6875rem;height:3.625rem;top:9.625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cry3MVnxk0xO4ZrBCma4SHwWfsxGIzin { display:block; }
 }@media only screen and (max-width: 763px) { #cKeFC502GcEkaZLMmUoCEiClZvKg5S13 { width:13.6875rem;height:3.625rem;top:5.125rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITJwRa1iWKklH3TTAqigbk0cEMgfU5U { display:block; }
 }@media only screen and (max-width: 763px) { #VgPWQIZTPl1U73yy76Nc2hBciwoJ98AL { width:13.6875rem;height:3.625rem;top:9.625rem;left:31.714584350586rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyAqgZpc8cArdSEBtohLnenmhksVx9zi { display:block; }
 }@media only screen and (max-width: 763px) { #gpTZVdoAAwnSzPbgxIpLc1TVpTy0Wqoe { width:13.6875rem;height:3.625rem;top:9.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4KnHqqluG2IG82MyMvCWKG9nLP23aKr { display:block; }
 }@media only screen and (max-width: 763px) { #oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 { display:block; }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV { display:none; }#a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #li9skxDveUCVVNPThnsC5zeKSEH592ik { width:15rem;height:2.375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kikfm6gsZdzHitGPCi2kWANArPwL3eT8 { width:11.6875rem;height:1.625rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH5h8veAwuSw9ESXbLN0QLMGcV0sckdX { width:4.0625rem;height:3.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQ5TaKORHCZGrqm1p0yFf3duwS9RhJW { display:none; }#lXQ5TaKORHCZGrqm1p0yFf3duwS9RhJW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uG0JwvfnTZG9ds7S0P1G6ZPhZxdKW2G3 { display:none; }#uG0JwvfnTZG9ds7S0P1G6ZPhZxdKW2G3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sAXhDy4KdkrnqvdBwH3c0q9q0s6iKW6I { width:33.4375rem;height:3.25rem;top:0.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #stRwWcfhkN0IOb944F70UFCXtuz72Twk { width:18.125rem;height:1.625rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 { width:35.9375rem;height:4.25rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }#xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 li:before{  }
 }@media only screen and (max-width: 763px) { #fUvCKF5PqpNEaOSdCxTRhhf813X4VTOl { width:19.1875rem;height:3.875rem;top:5.4375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xNdE1SOwESLHAX6wh4E0RcTwAF8vnW { width:11.375rem;height:11.375rem;top:0rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLGPOlFcTukc8S05plIQ51hzHgfvmvTQ { width:19.1875rem;height:3.875rem;top:7.4375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pokgIMJ3H4m9G0aNwvHCSW7cTr7XElco { width:11.375rem;height:11.375rem;top:0rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6n3tcyEIaRvqBNUstAB4fQuu7CvouI6 { top:9.25rem;left:2.625rem;width:9.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki1u0aWGsH8BbsxOnc5UgRu31h8PpzWq { display:block; }
 }@media only screen and (max-width: 763px) { #uDUMvCRTAvFmITUL6CAGxpC5zk0RqwDQ { display:none; }#uDUMvCRTAvFmITUL6CAGxpC5zk0RqwDQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK { display:block; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU7gKrC2QBsqdzVHEoSMG2i7eM7VUnv7 { width:16.1875rem;height:2.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb5QGufc8SHDp2ZxcrmU8kpgfQyINRIG { width:14.75rem;height:1.625rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux { display:block; }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA { display:block; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK2qkACknCynwx3IQdBlhawis8ObaKir { width:47.75rem;height:5.1875rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSdkcMnWzWskJtiFkEtkeLlRicSWZzN6 { width:47.75rem;height:9.3125rem;top:9.3125rem;left:0rem;font-size:0.8125rem;display:block; }#JSdkcMnWzWskJtiFkEtkeLlRicSWZzN6 li:before{  }
 }@media only screen and (max-width: 763px) { #qicCoeoD7s7ROpMkRXHIVZevRwQnlRya { width:14.125rem;height:13.9375rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et { display:block; }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkHiyMorDefuTx6E8vtEJT2xBet2EVG2 { width:36.5625rem;height:1.625rem;top:0.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TisoPi5bQnH9dNpAoKFszK1N1TwueUKg { width:36.5625rem;height:1.625rem;top:0.75rem;left:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICyblpmRyh1XTccbXg7Ood1f56NV3gwT { width:25.0625rem;height:14.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9H3imcZvBfdeyLFGPT5MBzRRoe6IzZo { width:25.0625rem;height:14.5625rem;top:2.5625rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI13qK6zZTOl6gE566XqLUmmzawrQmTt { width:36.5625rem;height:5.1875rem;top:18.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPgWBoKXsgPMLgArcahn2VDRhrMrTUW1 { width:36.5625rem;height:5.1875rem;top:18.125rem;left:11.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th { display:block; }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNHONwoF7qF8J63OVguOtUsUwNsD2tCv { display:block; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVR9WnyEDInx74eE5107a2TuQfQJnU4f { width:19.875rem;height:2.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ7KGfQITtb9VJoNDeT8MLwfFRBka1EO { width:21.25rem;height:1.625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ { display:block; }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo { display:block; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PC9XUqciHBmu5isEQQxFBWT4muxD79u7 { width:36.5625rem;height:1.625rem;top:0.625rem;left:11.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl13dHA97pLzIaGEtdN30H7f4k3KAXQU { width:10.6875rem;height:2.75rem;top:3rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atls5DiGdcO8R4oDKlydhUpHVLgPZeC7 { display:block; }
 }@media only screen and (max-width: 763px) { #fkwWy3N9ssbmLcB5kElNb73gO7c28Pu7 { width:10.6875rem;height:2.75rem;top:3rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0qOLNiuU7VThPDP4xFomUXlX7UMXNUA { display:block; }
 }@media only screen and (max-width: 763px) { #e5ecLbGeL6UVh3gDJutTMX3iMkHWGBCh { width:10.6875rem;height:2.75rem;top:3rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRxvRkl5JZerkbFhwsQfsIDbtBCzWtq { display:block; }
 }@media only screen and (max-width: 763px) { #VhXpH8dBNp8T3T3oHWg4apGgJJUqVnRg { width:10.6875rem;height:2.75rem;top:3rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwvwC2uULkr9u4cGVx9bSw7zkSxUGELi { display:block; }
 }@media only screen and (max-width: 763px) { #Za4v6ascMDKqPa9xg6Wleu0Xn0RXB5yp { width:36.5625rem;height:1.625rem;top:0.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN9RExgTU7MDJDhnMvADv1pBwlimTEzp { width:10.6875rem;height:2.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9V8gsICUFlMuFT5aUMcGaoEWqHGuOWf { display:block; }
 }@media only screen and (max-width: 763px) { #HNDxlxHC1eCdhfFW5IDFLSdAEbhp9bxk { width:10.6875rem;height:2.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOIMwWvg5lvK5MletE5lvLgSQz44cCq { display:block; }
 }@media only screen and (max-width: 763px) { #Re9rPbg7RM57BovHGl3cJo1PiBHp37mg { display:block; }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna { display:block; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwZpyzrTTUBDzOJHN70vPkVQVsHl5n9J { width:37.5rem;height:17.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidozLCPhsU6wit98aVvpDDESwOF7rNg { width:37.0625rem;height:17.875rem;top:0rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny { display:block; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkE5h1rTNDzEAcTaouZQEb6gnuT0hS6J { width:9.6875rem;height:1.25rem;top:1.0625rem;left:13.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdaehcU1nlH1yCN4VewOTkpbZOaJ9wVA { width:9.6875rem;height:1.25rem;top:1.0625rem;left:24.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJlJl3xSJMGT9SFEqPb2oBgTUpi9lb2 { width:3.125rem;height:3.125rem;top:0rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #g9NezkFWyorKAodWmyifW9DS3vQExv16 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(154deg, rgba(255,253,253,0.44), rgba(178,174,174,0.77));background-image: -moz-linear-gradient(154deg, rgba(255,253,253,0.44), rgba(178,174,174,0.77));background-image: -ms-linear-gradient(154deg, rgba(255,253,253,0.44), rgba(178,174,174,0.77));background-image: -o-linear-gradient(154deg, rgba(255,253,253,0.44), rgba(178,174,174,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#70fffdfd', endColorstr='#c4b2aeae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#70fffdfd', endColorstr='#c4b2aeae' );";background-image: linear-gradient(154deg, rgba(255,253,253,0.44), rgba(178,174,174,0.77));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { background-color: transparent; background-image: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container > .video-iframe-container { display: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row > .video-iframe-container { display: none; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .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); }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { border-width: 0; border-radius: 0; }#g9NezkFWyorKAodWmyifW9DS3vQExv16 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2X4uutyKxCsSdJqzHpidE5MbvrdWtmH { width:2.5rem;height:2.5rem;top:0.546875rem;left:17.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c94wwFTAOePfHiQOvVHxaSiEf6eEswLp { width:1.875rem;height:1.875rem;top:0.859375rem;left:15.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRtdG9Lmk8U3VlarbEai0ZP2wouB4hJt { top:4.765625rem;left:9.5rem;width:7.5rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJ8xmkBPXoJEMn81UEF8HbQSfUP1tsOV { display:block; }
 }@media only screen and (max-width: 763px) { #EZb92ceuvwUVfNEkBPuiX14ftv5A0eia { top:0.515625rem;left:9.4791669845581rem;width:10.0625rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzwodeRsww4cphTKrZB9Nc0GMiiGX7sJ { display:block; }
 }@media only screen and (max-width: 763px) { #m3SkEGExIP82vMc6mT2TqJf5VuGa7l3E { top:0.41666698455811rem;left:15.770832061767rem;width:4.229166625rem;height:1.354166625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5zVup5WyH14IvVGTlVlSWxKgH73z4J7 { display:block; }
 }@media only screen and (max-width: 763px) { #c5N4FL9I3tiCDOqQ9UofNWfhalRkbe9g { top:2.578125rem;left:9.4791669845581rem;width:10.0625rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gfvBxKfk3buSKdVDV48PAQlUec6xnaf1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZwKQhTdgfkKASfPgr9DZU0UgEITTlpbb { width:4.9375rem;height:1.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd { position:relative;z-index:auto;display:block; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd { background-color: transparent; background-image: none; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row .container > .video-iframe-container { display: none; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row > .video-iframe-container { display: none; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .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); }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd { border-width: 0; border-radius: 0; }#yVvIpB4OJ5SDKClvvqvOhDMUgc81udVd > .row .container { width:20rem;height:3.8125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4A42ubVfIMmbqqmBrErKLzUZQvn0tUf { width:1.375rem;height:0.6875rem;top:2.625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQtTXc1WX8s8LTPE3wgto3JPHQxxf32S { width:1.125rem;height:0.6875rem;top:2.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8c44kiK3sGPSJr9dgADuUHlSxJdH96y { width:1rem;height:0.6875rem;top:2.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPirRKX2BckvN0ENAMPs1zNQ08ec270O { width:1rem;height:0.6875rem;top:2.625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxbPUWnpFGFS9yImhiWwAsWAIKfR8a2K { width:1.125rem;height:0.6875rem;top:2.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb7k7KuLWwncH9zfhpN4yxviVGJ1exa4 { width:1rem;height:0.6875rem;top:2.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvDVR8SLnoyWeckmtne0Pkw4bJ8gFRFD { width:1rem;height:0.6875rem;top:2.625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkoCdnwAJDTE9akzQqm3dUaQ1rBEFOhF { width:1rem;height:0.6875rem;top:2.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7sMihBpbxhy5lW9QVrzGQRJkPBoHlq { width:2rem;height:2rem;top:2.8749995rem;left:-0.5625rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #S7OwwuUaa5lXeRCMAUvScoHtsCfKFODi { width:1.5rem;height:1.5rem;top:2.25rem;left:0rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #zsRXXltDzndMThqvyPIHP4p55ICWvJIA { width:1.3125rem;height:1.3125rem;top:2.4375rem;left:1.6875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr { position:relative;z-index:auto;display:block; }#Ul394dxe37cu0olu3gTlHF5ZKqgDPBDr > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCoeu2b6p33ctHPRRdAG5NcJpM0H0Ee3 { width:20rem;height:3.0875rem;top:8.1739587783812rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWm0BP8vbmqafKSJOCX0tQg10rI6hamD { width:20rem;height:3.75rem;top:3.5221774193548rem;left:0.0010414123535156rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0iMJwDBqA1gV8egUVAclJumoZX5zAX { width:16.875rem;height:20.125rem;top:14.5625rem;left:1.5625rem;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pglgXZSlftCkfHT52MSTpQnDeUaGLtoi { width:16.9375rem;height:2.925rem;top:16.375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lh0q3EbcFyUBydVCtr4Q5pQd3pBxBW4x { width:10.0625rem;height:1.1375rem;top:15.25rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt6mGVizmBUVvFCMzMyBGsrIAVMRBwQk { width:7.9375rem;height:10.375rem;top:20.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWaQiZgP61blCNTsgLSUvZyCQfMiGU4r { width:4.5rem;height:10.125rem;top:20.875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCMXDG1CH9ADn47O0NdhHV9P9GmP791R { width:6.1875rem;height:6.125rem;top:24.6875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRKHbkGrs5npmxT367p9E1aw2FqhW2ap { width:9.6875rem;height:2.0625rem;top:31.875rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex7v5LC3p16GarwKCe52InvMdHTGcNmF { display:block; }
 }@media only screen and (max-width: 763px) { #IHgWi6XfOpbEPRZp0y1nUTSQhRSZ8Oyb { width:14.375rem;height:1.875rem;top:11.8125rem;left:2.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcaCfg0ueOyGvhmNTZi4HKc5vDQaO1cn { display:block; }
 }@media only screen and (max-width: 763px) { #Lrg8Bc104TUc4CFOnq7oeosyVHiFFy0L { width:20rem;height:4.8125rem;top:0rem;left:0.0010414123535156rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 { display:block; }#FDIEpZ1BmFs5KpXzf4mcnBhp5AMTXiz6 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd2729f6-ffe7-4a79-82c2-63322a86f970/WowClassicOnyxiaPOSTER1000min.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C.adaptive-delivery-prevent-bg, #ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C.lazyload, #ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C.lazyloading { background-image: none; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container { background-color: transparent; background-image: none; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container > .video-iframe-container { display: none; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row > .video-iframe-container { display: none; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .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); }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container { border-width: 0; border-radius: 0; }#ieWG2zZ1udP1PLVJ0yC86BDUTNZvGb8C > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Un0v1ofiTr8MC3a9zoe7vaKzHvDs0Lwf { width:12rem;height:2.1875rem;top:0.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spC63TTG9oC9tFVpbA56qiJ3rwF6eqTv { width:12.5rem;height:1.1375rem;top:1.0625rem;left:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTBbFpeTSTRXUGNXPErslz5vxgvfRsLI { width:3.5625rem;height:3.25rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg { display:block; }#orF7SRnV9fMusdQyc3rzNJoL3PspA4Pg > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3620b359-2015-4b77-a4fb-20560708e4bd/Skyrim10thAnniversary_POSTER1000min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn.adaptive-delivery-prevent-bg, #wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn.lazyload, #wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn.lazyloading { background-image: none; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container { background-color: transparent; background-image: none; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.84); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container > .video-iframe-container { display: none; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.84); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row > .video-iframe-container { display: none; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .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); }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container { border-width: 0; border-radius: 0; }#wtWOrCcb8Tu7cfRgfTsAc9HIsSfcT9tn > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JScpZTLLoJ9uCgDDly9ItHcUqXBhr4Z2 { width:19rem;height:10.5625rem;top:1.09375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo4ZmwRyTITKU04f5S9uD59H5r03Ck0z { width:8rem;height:1.625rem;top:30.5rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LmKMb4QoQGe5g3PPf6vZBvNbbgDthPtW { width:13.4375rem;height:1.3rem;top:32.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC8il8LUNLGI7MpvVRfAuQOZKLfzNX6W { width:20rem;height:1.54375rem;top:11.5625rem;left:0.5625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5b3U3l2R3ldO0QiwEHkVx6aXuTcnqOz { width:19.625rem;height:15.6rem;top:13.9375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76c8VEMJnmpwhdhbkvb6tP06IvPkKpU { width:16.6854375rem;height:3.25rem;top:34.25rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hmrv6K9cCDiUecO5Sdd2vpLdR54WtXim { width:15.9989375rem;height:1.3rem;top:37.5rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxG8ep3z1m0V4P2ivp9OVz1XBKutkJdU { width:7.4375rem;height:5.75rem;top:29rem;left:11.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y0UcAEQ6mckbvuvggTmIfCTTcmMXi4cU { width:16.875rem;height:3.25rem;top:39.4375rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ivIWEq5HkeWgJUM1HvSzFfTdeSCOGx4e { width:16.875rem;height:2.6rem;top:43rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W { display:block; }#RVnUBtTTwFfn25OLg4JlpqaUh5Bk6a2W > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO { background-color:rgba(255,255,255,0.79);background-image:url("https://images.assets-landingi.com/uc/a310440d-260a-4afd-b83c-5488c0229222/TheWitcherLeshenplakat_puzzle1000.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO.adaptive-delivery-prevent-bg, #l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO.lazyload, #l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO.lazyloading { background-image: none; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container { background-color: transparent; background-image: none; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container > .video-iframe-container { display: none; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row > .video-iframe-container { display: none; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .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); }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container { border-width: 0; border-radius: 0; }#l6Zny9NgReUAKSF4D7WF0PTXrdNpE7KO > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPaKZ9Vro0QVhvhA1h6uqn7UAf64yhDC { width:12rem;height:2.1875rem;top:0.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRP5GT2t6EdsIN34eoJmiOn9Ty2vmLHB { width:12.5rem;height:1.1375rem;top:1.0250015258789rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOTAqULn13nOxz4fDMsUOgqITvmEWQ6 { width:3.5625rem;height:3.1875rem;top:0rem;left:2.1593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmNKoSymSEKb540wWKLpI4uwpAIyKZUb { display:block; }#TmNKoSymSEKb540wWKLpI4uwpAIyKZUb > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC { display:block; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC { background-color: transparent; background-image: none; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.64); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container > .video-iframe-container { display: none; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row > .video-iframe-container { display: none; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.64); }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container { width:20rem;height:19.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a310440d-260a-4afd-b83c-5488c0229222/TheWitcherLeshenplakat_puzzle1000.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container.adaptive-delivery-prevent-bg, #lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container.lazyload, #lFESBoPDH3FqJEiAtJcp5yITKbRxUbdC > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #JKqqOEvCxepsTrPO2RgcbXHiqf6yhEDJ { width:20rem;height:8.3166666666669rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #amXGkgbhCM8gccrbevcWDmODDTTzbMzD { width:5.8125rem;height:1.75rem;top:13.96875rem;left:7.09375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BormeICnrqBD5Lp4RrFqRyB1sGODOxCi { display:block; }
 }@media only screen and (max-width: 763px) { #OFlL1pDWqhFv8ng8LXxW51pptCdTc9WP { width:12.875rem;height:1.75rem;top:24.265625rem;left:1.90625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWbE5qo5iGkDvTrFgxuPThy3CWOqNcsu { display:block; }
 }@media only screen and (max-width: 763px) { #HIxTx8fz89Ilq12DOyioDtJMtmyLZVGn { top:0.765625rem;left:2.03125rem;width:15.9375rem;height:12.5625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WNpTTEHCuJ7OEqdc3TA6HtN9Xr2RVBsO { width:11.5625rem;height:3.5rem;top:14.950000762939rem;left:4.21875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #I8zBq1H6xyiwJCiImaC8ESTwHJw1WTH7 { display:block; }
 }@media only screen and (max-width: 763px) { #QEllg0yV7hmt76AKV19VKgCx1STXK4TT { width:11.4375rem;height:3.625rem;top:14.887500762939rem;left:4.28125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #CFGOEUtai8ppWmDWCp9NJTU0yezWCLnF { width:16.625rem;height:1.1375rem;top:16.13125038147rem;left:1.6875rem;font-size:0.875rem;color:#ffffff;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #I8nIbAixb3ZcI68ucJkpKUQpC55zAuyh { display:block; }#I8nIbAixb3ZcI68ucJkpKUQpC55zAuyh > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z { display:block; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z { background-color: transparent; background-image: none; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.64); }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container > .video-iframe-container { display: none; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row > .video-iframe-container { display: none; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.64); }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container { width:20rem;height:19.3125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/97098bff-201e-4775-8cc9-917ee6179057/AssassinsCreedValhallaDawnofRagnarokplakat_puzzle1000MIN.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container.adaptive-delivery-prevent-bg, #ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container.lazyload, #ts5EHaFTkcKeQK9GtWcPPGkmF7PM1c6Z > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #LBtMs64H78cQCBJ4zoTTCqPum4dqbDo8 { width:20rem;height:8.3166666666669rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzTyvTngmiSL1PF8J2EI6imHssuy9kuO { width:5.8125rem;height:1.75rem;top:13.96875rem;left:7.09375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlQe8QAd9q3N0WWdJ4ElDHWoqzgWbx5I { display:block; }
 }@media only screen and (max-width: 763px) { #RvfI6y1wPSlCh89x84fEMKUxTRxOlz5C { width:12.875rem;height:1.75rem;top:24.265625rem;left:1.90625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdUORDg5fVwTPq0ie6vuZL6PnElfOTte { display:block; }
 }@media only screen and (max-width: 763px) { #I987JiQJ6ZBL9G1Aufi2qRO1TmkiMX99 { top:1.453125rem;left:2.03125rem;width:15.9375rem;height:12.5625rem;z-index:100003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #estllMvtbN0T3l5g6nfJF9kMgKKSQWLD { width:11.5625rem;height:3.5rem;top:14.950000762939rem;left:4.21875rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #uwyBbhNpXDLTTzM4OezfPLpSQWUzvwRW { display:block; }
 }@media only screen and (max-width: 763px) { #qIun0aZyJxHxTHgHkoQTvilvt8W63aLm { width:11.4375rem;height:3.625rem;top:14.887500762939rem;left:4.28125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #gPEqIenCrNPNFKSToHcXQ7PTqsqvtsfu { width:16.625rem;height:2.275rem;top:15.5625rem;left:1.6875rem;font-size:0.875rem;color:#ffffff;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM { display:block; }#dnuTQUhlwN9lBrn7MIm4XNOmf2pK9sdM > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RcnPLvE4/CYBERPUNK2077_PUZZ_POSTER_Metro_small.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71.adaptive-delivery-prevent-bg, #JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71.lazyload, #JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71.lazyloading { background-image: none; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container { background-color: transparent; background-image: none; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container > .video-iframe-container { display: none; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row > .video-iframe-container { display: none; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .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); }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container { border-width: 0; border-radius: 0; }#JD3Qv31SHcAJZ2Qtaalc6HWaeWw4lS71 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnwsS0pchGgu13gL0GDGbuJJTMiONVWL { width:12rem;height:2.1875rem;top:0.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFM30PofWNlgKU2dMquSCbvORlnZr8ZR { width:12.5rem;height:1.1375rem;top:1.0625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBnHJ0okTPP5PLLbBiXhKwckoHm9TTt8 { width:3.5625rem;height:3.25rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN { display:block; }#VBRrJw4CzFIPiLX3bE7vV14IVaiAkfwN > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxpUmOSWQR38JD7pSlI1PqzKI9NVGKrN { width:15.9375rem;height:12.49672937161rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6UWcDvTsctGw0TaN0ySd0WsoZd5paeD { width:16.625rem;height:2.275rem;top:15.484375rem;left:1.6875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dTzO6xoHVV0Zq8fyuKAcFzarT9cRmECZ { width:11.5625rem;height:3.5rem;top:14.871875762939rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFDmmfxrZZVzFBBLlwvngTlowETKoCUT { display:block; }
 }@media only screen and (max-width: 763px) { #TfewwSzqgvofl0KL6K0mqxpO2T52pU3E { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h16eneTUdtDHcTX2qbMo2EQVR6SxaFpA { width:17.0625rem;height:2.275rem;top:32.67812538147rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1VsEI3QE0Te6bqhTryaUhhaxmxu5Ad { width:11.5625rem;height:3.4375rem;top:32.096874237061rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2Pt4FGcwr7pxhOVGkupT30OEesavi1 { display:block; }
 }@media only screen and (max-width: 763px) { #nJg6IhmNGK1FtMoxasGLdUBTteiLOhs4 { width:16.375rem;height:12.8125rem;top:19.184371948243rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9JrNf36WwVanLaAsn2B3OxAObLa735K { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wq7MT5L8c75Ts8s5mQzz0lo9shRfUytD { width:17.0625rem;height:2.275rem;top:67.846878051756rem;left:1.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ModMAxc1fcAL9nJB4RyQvUhh1is7tcDW { width:11.375rem;height:3.125rem;top:67.421875rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8sp6gGOVKKNxHEagCKuKTq8ncip76wv { display:block; }
 }@media only screen and (max-width: 763px) { #Tlf9JTm9KXV4AHRv7rayzBznoscelOSP { width:17.0625rem;height:2.275rem;top:50.571868896484rem;left:1.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G0rpoLfFF2zOnuR31D7VcZ4rth7Dfq8b { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuhAsfIVaO0RKCTMP69QHwWqgl1bu6S9 { width:11.5rem;height:3.5625rem;top:49.92812538147rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeU3LdVdVUHGThmRkFm6u37JcgWiD6g8 { display:block; }
 }@media only screen and (max-width: 763px) { #fGrlLTpSqu8EZ4Baz1z6PdHioCvPR345 { width:15.9375rem;height:12.5rem;top:36.821868896484rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oba7yz5EyTJT8F2TXiZUgTpD4ubTI85V { width:15.9375rem;height:12.5rem;top:54.096878051757rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBHRUAFlT6lZGwk4Xos8fDTkaTNDQPL2 { width:12.0625rem;height:3.1875rem;top:14.5rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRTR5t95HasQ2w39bGshq5N1m6gkoNE5 { width:11.4375rem;height:3.625rem;top:32.003124237061rem;left:4.25rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #HwU3XWLO2bSocvLpudMTgKy10RAuKodn { width:11.4375rem;height:3.625rem;top:49.896881103516rem;left:4.28125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #GlJ3ZfGTEWBfTBTBWSX0pDPbTlLOcdWq { width:11.4375rem;height:3.625rem;top:67.171875rem;left:4.25rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #tlTObyADgwmktv8WF26w9T7ySSMKbT4u { width:11.4375rem;height:3.625rem;top:14.809374809265rem;left:4.28125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #PanRarqSskHewKWXtpBzD88ksPgSuJLl { display:block; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl { background-color: transparent; background-image: none; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row .container > .video-iframe-container { display: none; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row > .video-iframe-container { display: none; }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .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); }#PanRarqSskHewKWXtpBzD88ksPgSuJLl > .row .container { width:20rem;height:72.8125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #torUKQ5cTeTe3AguOdTK9pxJsT3CQoce { width:0.125rem;height:0.125rem;top:13.75rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6aKt12DhqLlIXOgekkwCkA8r20RzaCk { width:11.4375rem;height:3.625rem;top:13.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RThFMeRP8p6n28AThaUP131NsCtaVnda { display:block; }
 }@media only screen and (max-width: 763px) { #Kq367wzFLKs506zzpO9vJiMq9yUG7xOo { width:17.0625rem;height:1.1375rem;top:14.99374961853rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzEU31oCoCAG12XpuHOriol2zHyr8CXB { width:15.9375rem;height:12.5rem;top:0.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJDSd3sUblkbm4ycx93wk4TwxUbfR5xP { width:12.0625rem;height:3.1875rem;top:14.5rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wc1xkR7liMW7l0TfNrl7w4rTXJFTJoJl { width:15.9375rem;height:12.5rem;top:55.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUgfGT88h7JSyX2pwgwE5JQRBZSGWBIM { width:17.0625rem;height:2.275rem;top:69.050003051756rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #TSZkHtJfIScoLmlNFNOuOhqVNMnuHTTH { width:11.375rem;height:3.25rem;top:68.5625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSJulGMJGAPQ8pwDW4v6u5KagtKA6MBS { display:block; }
 }@media only screen and (max-width: 763px) { #tRDxV7SwQNWMPXh2SH9nmIqKNvIp2IVR { width:12.0625rem;height:3.1875rem;top:14.5rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iekid7urd9ugi8Uz17ZwpMQD4FdnfTJu { width:11.4375rem;height:3.625rem;top:49.1875rem;left:4.4375rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #gH1bMBIl4dJ4xS1frTapbXaTGSeWUK4e { width:11.4375rem;height:3.625rem;top:13.75rem;left:4.6875rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #zGWghxtwDN3uJ7f8gQkABBWsO9vhwAEq { width:11.4375rem;height:3.625rem;top:68.375rem;left:4.28125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4e86FJa0y5inLgNMJmMVE1TVLuiXng { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RhbSQOemA4zRXgIsPpp5NP13l9VTk7bJ { width:15.9375rem;height:12.5rem;top:19.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2BlTtiUET1leVwgXItqGtN8h4zZlnoX { width:17.0625rem;height:2.275rem;top:33.125rem;left:1.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eANFTU7mWHi3oeN6wJMeKkNvPSTEnAwe { width:11.9375rem;height:3.3125rem;top:32.606250762939rem;left:4.03125rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #Feoea8dGC4kQa7qCwmRVKAKFennCDiUz { display:block; }
 }@media only screen and (max-width: 763px) { #f11q90SdWsXrwfBvuplSS5Ep9CxinsPB { width:11.4375rem;height:3.625rem;top:32.450000762939rem;left:4.28125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #R5WGM6e95Juq67yaKBTwBmJFObne6Scl { width:15.9375rem;height:12.375rem;top:36.895834922791rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVX8NKH0KWBt7E1O3JJkvV5qM23p5FAA { width:17.0625rem;height:2.1125rem;top:49.943743705749rem;left:1.46875rem;font-size:0.8125rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ZDicbbNkbybW94zCvcHDoZQgtTLhfd0D { width:11.625rem;height:3.6875rem;top:49.15625rem;left:4.1875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbPkfLbFrawVyTvKxUV4sHcE63TDwR7 { display:block; }
 }@media only screen and (max-width: 763px) { #pUT0PVJXp5WCsNxiC4hBQz71T1rFwcx3 { width:12.0625rem;height:3.1875rem;top:14.5rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wz9hB0IKucBttf5MoWg7LDlOqen8CQKE { display:block; }#wz9hB0IKucBttf5MoWg7LDlOqen8CQKE > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZ3nH0uhB0chPFxsw7tZ2losVkLvNpVO { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzO2U4l1Iq5LgySPlqMxAh5q8lkZ79iu { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6z9EBaB7v1CM5OdMZxREowlJRcluyIc { width:15.9375rem;height:12.5rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvkDnLNVy8XsC0lGE8muS8M3E7mCSx9 { width:15.9375rem;height:12.5rem;top:19.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMqZbedHF2T7sbei7s0l3tE9EoBt0wo4 { width:17.0625rem;height:2.275rem;top:15.487499237061rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #SkkwvO3v0TIhVTMHDLTZeUcXmwFOrXF3 { width:11.5rem;height:3.3125rem;top:14.96875rem;left:4.25rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #BMk7lwmwCcXPV82nxdvhBZVlxMwSLkls { display:block; }
 }@media only screen and (max-width: 763px) { #qrKJetbz7ZJJxM6pUzmoVHXFIixcp20R { width:17.0625rem;height:2.275rem;top:33.737499237061rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a2NZLTBzUywT77kVJeVV9s6PKnTkgMbG { width:11.6875rem;height:3.3125rem;top:33.21875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #psNUuvDsWaJiALxCnXS9qJcHQmtFplol { display:block; }
 }@media only screen and (max-width: 763px) { #z7ksCrina96uBMa7TX4pwXHfZRJWmcG4 { width:11.4375rem;height:3.625rem;top:14.8125rem;left:4.28125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #s53gK22hDsmTxWblUuf4REcoQQJCTwZX { width:11.4375rem;height:3.625rem;top:33.0625rem;left:4.28125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #hAHBGIpyk1kahqmf0NZzSvTkQNptTfOF { width:11.4375rem;height:3.625rem;top:51rem;left:4.28125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #rVhMmmP5laFAbSqw6MwUgOTDoO7G2l5F { width:12.4375rem;height:3.375rem;top:70.325012207031rem;left:3.78125rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #bbRrVcP7H17cXZX22MQvs1EcilMurTwb { display:block; }
 }@media only screen and (max-width: 763px) { #gihmmqTPaGtb7oefnT4Tn6767RsvesAJ { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMR4BRIrbx4gFteaITmoLHl0OLppVois { width:17.0625rem;height:2.275rem;top:70.875rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G91O6izdJNfCFi4XsiT7fHXdPDfsa3mv { width:15.9375rem;height:12.5rem;top:56.312511444092rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkK6K1pV3xZ5a57rQzKWNqa4ut7M4NKd { width:11.4375rem;height:3.625rem;top:70.262500762938rem;left:4.28125rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #VXuLmFddpP6ZbQAFekK6DVG623f2UfQU { width:15.9375rem;height:12.5rem;top:37.458320617676rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csivddQSM0RoJa9Hf16S8LHhOo2AygSu { width:17.0604375rem;height:2.275rem;top:51.674999237061rem;left:1.4697914123535rem;font-size:0.875rem;color:#ffffff;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #XHrrfiiJHagJEuPftK8XR7GfJqG76GwX { width:11.4375rem;height:3.6875rem;top:50.96875rem;left:4.28125rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #neHR5N95v7xlmcSqcEbXozbXQAfxUPTt { display:block; }
 }@media only screen and (max-width: 763px) { #ZgcSzSp4KogBFk9Ksx7vFsPawlaLep4g { width:12.0625rem;height:3.1875rem;top:14.5rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6zt5W5y4ksxRS29VqsaQIC3X45566xq { display:block; }#f6zt5W5y4ksxRS29VqsaQIC3X45566xq > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhfmF0VlAJnVSoyq8ofFaOzR18yOInHq { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxmCF0mnSQwAPxQnmWBB3d29fo9vQ0tI { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqPDbPSdTAGGSV0gPpll1AAAzVVIfS9z { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vx3CvAwIAFNXzVZJyc7QmJFqCKSU829Z { width:15.9375rem;height:12.5rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXZBizT018ZMtFl5DphuCoUfwlxhvV5C { width:15.9375rem;height:12.5625rem;top:19.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGUXUPNTXXEoWMJ6NWvuQ0fuIPvra2HF { width:15.9375rem;height:12.5rem;top:38.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw6lIVEBW0TTok2RPBThvU88kTPqKHCb { width:17.0625rem;height:2.275rem;top:52.625rem;left:1.4375rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OUHGg6RM9rAddi1NcIGW5ds9MKalZ5SO { width:11.4375rem;height:3.5rem;top:52.012500762939rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2P5Jkd4xKrZEsnpPimHDLb3gbPGBgNS { display:block; }
 }@media only screen and (max-width: 763px) { #W2hg1nCJeTSlbiXugqVeE1bG1K5QlVXk { width:17.0625rem;height:2.275rem;top:15.487499237061rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #UnEwBaOf48l1puNozWNqoruR7uGeuPlE { width:11.4375rem;height:3.8125rem;top:14.84375rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpHXXSMKdJDbHVLWTqHk0xPVRdAIHQZs { display:block; }
 }@media only screen and (max-width: 763px) { #eJaKXDoPr9WSSNcbp1yoTs0JF9Nzc0B1 { width:17.0625rem;height:2.275rem;top:33.924999237061rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtEwvror6PmqZg8puPHwNBI18E3QUN4Z { width:11.9375rem;height:3.875rem;top:33.125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2224w8s3HzqhpuT3wThihMRXGg206sK { display:block; }
 }@media only screen and (max-width: 763px) { #FyT7VJJ64sNJ10WrLkOhDcnm25eWC8Uc { width:11.4375rem;height:3.625rem;top:14.8125rem;left:4.28125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #A4ds7lXa9CvmFCBNRDZ9rDDHbRN53EiG { width:11.4375rem;height:3.625rem;top:33.25rem;left:4.28125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #RP8Ut3CEifZT5WLzLv5SJskEpqvBDGdU { width:11.4375rem;height:3.625rem;top:51.950000762939rem;left:4.28125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #gLbTE27Ivef4M3o4TVWwMxSMUrVpFszG { width:11.4375rem;height:3.625rem;top:69.712501525881rem;left:4.28125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #l0k9ifnoRJg6p80dMWmv2eHRAKcrtZhU { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtmdnG9lN74vwarQevFEVaT36oSp3XnS { width:11.4375rem;height:3.625rem;top:69.712499618531rem;left:4.28125rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #QotTqzWx3JlOCvLmLlEvJNJa3OFdsuxT { display:block; }
 }@media only screen and (max-width: 763px) { #Xf0nDMMX32B1BkulLMzaEgNneTg10ZAL { width:17.0625rem;height:2.275rem;top:70.387500762938rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #QwyR1QHMPbbzNSoNZoBDTVtM5bJtneRf { width:15.9375rem;height:12.475rem;top:56.525012016296rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA { display:block; }#b25WK9r8XWTSiqxTTkbQ8Cf6Fbd2xDrA > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W80MZhVcv1rTDd33KfGdczpu8XgEPhTI { width:11.4375rem;height:3.625rem;top:13.75rem;left:4.25rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #CKxGoZOqm73dSCBKq1UVFmkQaz9dwlDi { width:11.4375rem;height:3.625rem;top:32.1875rem;left:4.25rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Msf0n7Z4gA9eS36GTHfso5g23liNSOeQ { width:11.4375rem;height:3.625rem;top:50.875rem;left:4.25rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #X522Dd1MH04V7DbHazMMO7fuN4Zoi3xk { width:11.4375rem;height:3.625rem;top:70.087524414062rem;left:4.28125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #grHEJIOsNeQVE7uzRfM75uNaey5p0PJe { width:15.9375rem;height:12.4375rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRL5lSILG7cIt6fX69cWBr6DlAgTxq9b { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIMoAMRg4hV68apAszuBDlpiKhLa254d { width:12.0625rem;height:3.3125rem;top:13.90625rem;left:3.96875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #JJhnbEArvbUapGICNMKgrmCKZ6CoeZBm { display:block; }
 }@media only screen and (max-width: 763px) { #sfEmzgbbadiALeGcbFLPwo5dWUrM4kuN { width:17.0625rem;height:2.275rem;top:14.3125rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #T7f1p4JNi7RrFzqdVOVpGgoS0krTZnFX { width:15.9375rem;height:12.5rem;top:18.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #maG0O2HWp87PUnOF5fs6NLHzccaxzfs6 { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH7q0iHh9iglVoDHMyquz8EzyaathVXT { width:12.0625rem;height:3.3125rem;top:32.34375rem;left:3.96875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #OvUl4X7HxpbBc86X1MI5agJwK3JNLC6k { display:block; }
 }@media only screen and (max-width: 763px) { #hyAxcUc1tvMChK0HgixXJUcQ8DrGSQp2 { width:17.0625rem;height:2.275rem;top:32.875rem;left:1.4375rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #PF4sTcx3yN4XfkvLraizgaGQ3C0kV4Ob { width:15.8125rem;height:12.25rem;top:37.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrxWXmGPMNwe7ySaQglt2KdAQ5ew8iNv { width:17.0625rem;height:2.275rem;top:51.5625rem;left:1.4375rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #WFylzZW9EeAlKcBm4gNf7p9izvTVdTUR { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKmD50nFo8l6zVvRInGrcUAMrXPoBmTV { width:11.3125rem;height:3.5625rem;top:50.90625rem;left:3.96875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #B6T4cWeQtCfTZ9BRQ4G3L8zGdO9Zm6oW { display:block; }
 }@media only screen and (max-width: 763px) { #zfW3Tll8EhEH8Dm6n0RPHOSG6u6SmVTn { width:17.0625rem;height:2.275rem;top:70.599998474119rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #SKaQZPvyOzQv9NFtl6g7xrbz9RglttWr { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pw150t0RbhGSs4GSx1GQ0WJhdms5yQJo { width:12.0625rem;height:3.3125rem;top:70.243751525881rem;left:3.96875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #LqmNu0aKnJImEXwOWVfvAkxaT4eltCqf { display:block; }
 }@media only screen and (max-width: 763px) { #dmT1c4TZpBXTtc33N773oMt3J0wDECr5 { width:15.9375rem;height:12.5625rem;top:55.9375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI { display:block; }#mSccILTCTqQDPUMgZQZB5kHTUNwSxVfI > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D0GogQyuNQGukT2QGrBUMulGvfti8r6C { width:11.4375rem;height:3.625rem;top:14.8125rem;left:4.28125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #R23r5dSGsQfMloTveo5hdHiLNM7Tfvho { width:11.4375rem;height:3.625rem;top:33.25rem;left:4.28125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #cMVEQOJM43pNEnb9cmfJa9ialHVF1kzu { width:11.4375rem;height:3.625rem;top:51.950000762939rem;left:4.28125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #lonCxKBIbW8mNkMfAvTOE0uxrzIgTI0T { width:11.4375rem;height:3.625rem;top:70.087524414062rem;left:4.28125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #rOTiO8CDWn55UXsNxVXTDCUrSfBup34a { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNQrUEQK5S1vKBOrk27IKfa6o3IZAnI9 { width:12.0625rem;height:3.3125rem;top:70.243747711181rem;left:3.7395830154419rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #z9KuKV25AA1EBCVzsCQb4hXEUW8cg8Lu { display:block; }
 }@media only screen and (max-width: 763px) { #qLwrsdaIDfyQFy2bnFCm4Ay2Q4GbHohc { width:17.0625rem;height:2.275rem;top:70.762496948244rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #wiC6VEl66RNv92AqXiConQLAm3GGEzFL { width:15.9375rem;height:12.5625rem;top:56.787498474121rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwWpE6Zo3rg5GTg0T7rcopeayd9DPuiQ { width:15.9375rem;height:12.5051875rem;top:38.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceoUXyd5UR1I53McrS4zUnzvEcRn79pw { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrcPTigKQQi8UJ5P87yHifE9JDGWgHcV { width:12.0625rem;height:3.3125rem;top:52.106248855591rem;left:3.96875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #qwfkWKphQON6HuTSmSSiTkKiincAVEHA { display:block; }
 }@media only screen and (max-width: 763px) { #QHhOmB59JioOgy0C9Q2LD3sRf7EZRrhc { width:17.0625rem;height:2.275rem;top:52.625rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #Ttk6hPdhCQO3QwcdbGF7Xy8hluvoESPQ { width:15.9375rem;height:12.375rem;top:19.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IERVqVAPvgOsTgrBgiXKxWK61igpmctg { width:17.0625rem;height:2.275rem;top:33.924999237061rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #MfCLoFadSI0TlbEZsULoNVKPq7JAqv4T { width:12.0625rem;height:3.3125rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbiqR97Z6IRXBEbA2sQ0OFJVIOzOEat0 { width:11.3125rem;height:3.5625rem;top:33.28125rem;left:4.34375rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #SRyGGlQTnlGQ2b90PUSFtqeot7rt3VwH { display:block; }
 }@media only screen and (max-width: 763px) { #af1ydQSrdIwD9xlwCo8cqWNqbcF1KV1B { width:12.0625rem;height:3.1875rem;top:14.75rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouSvkaHgLCQA0NDRgw9E7wSCvOi1Geio { width:12.25rem;height:4rem;top:14.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4NZ7Jo1zMpsc7cS9iXEVWUWczSeA5hy { display:block; }
 }@media only screen and (max-width: 763px) { #i0ruJyMgMFLb9y1ahQ4PPtoP3rgZNe6L { width:17.0625rem;height:2.275rem;top:15.93124961853rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRwb6xNboP8c9OhJRQQzzmHROFzTOHvl { width:15.9375rem;height:12.5rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBB36UPTdtU1RQglAClnV9rTdo0UHLeo { display:block; }#kBB36UPTdtU1RQglAClnV9rTdo0UHLeo > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aczpq1MpRVhyPWUZRWqOeKLzQMMzxZzC { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHQxeF6XE8HaQXpzy6U2RZw7cC0I0m7V { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt9pZwrAvfHpAqNxXFm2WLRbFbkSIXzV { width:15.9375rem;height:12.5rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1m5tK6a3sGDJxJODt1fSODao85VTOG3 { width:15.9375rem;height:12.5rem;top:20.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTTqs4cUeVnQJPTq7WoJtUPFyFyKUgkQ { width:15.9375rem;height:12.5rem;top:38.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65hP3W6HofwUGosOcuPIAnJNbbtTMf0 { width:17.0625rem;height:2.275rem;top:34.25rem;left:1.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QeyISXdl2yu07fGc25B9Ouog9TzyOcv6 { width:11.75rem;height:3.3125rem;top:33.731250762939rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrXRlTpKv6HnlKEbvJJhUWOnRFXDC72P { display:block; }
 }@media only screen and (max-width: 763px) { #GsnNfvnQD5apTiBgMu6CmQH0e1zbWHUW { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZBvs7Sr5tFf7kQ23TaWTTg9qW7h8f2o { width:17.0625rem;height:2.275rem;top:15.737500190735rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3EWZfJdZQRJMkZZwT2TeOa2fKMTgpRz { width:12.0625rem;height:3.25rem;top:15.25rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJu9mK8ZEaxg93Zuqc32tFTAXqVNcTWS { display:block; }
 }@media only screen and (max-width: 763px) { #VCQBVoaalzDiQBtTnoceU9bd4hNKGz08 { width:17.0625rem;height:2.275rem;top:52.924999237061rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c62k0Sssg2150VQrTT3cBR2pbHBI4766 { width:11.75rem;height:3.375rem;top:52.375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0ElZEueTmMy2vaR3Sc6lakNaLTlXsl { display:block; }
 }@media only screen and (max-width: 763px) { #aiua5OCukgrcKmna83ThTctluMrOhQZB { width:11.4375rem;height:3.625rem;top:15.0625rem;left:4.3125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #P8slJF4ocLrOza8C02RpvywfqtqdcI5s { width:11.4375rem;height:3.625rem;top:33.575000762939rem;left:4.28125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #NKS5WW09Qapbqi8SwGwEV2Fa9Vnv4H2b { width:11.4375rem;height:3.625rem;top:52.25rem;left:4.28125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #yp2QOGOfe5hTqxgIcBneSuM4AnalI2lM { width:11.4375rem;height:3.625rem;top:70.625rem;left:4.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #yVUlT0wyd4l0QXsTCry8drg2H5qfHEaf { width:17.0625rem;height:2.275rem;top:71.3125rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #RMJmzz25G01PbMdafeIFgq2zmT7RoXVM { width:12.0625rem;height:3.3125rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVDAP8TpeaesHxDbTx6UCRJyX4yOrF7a { width:11.3125rem;height:3.5625rem;top:70.6875rem;left:4.375rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #qQGlEd5U02yN8TmfC6O6pezgvrJ8MT4a { display:block; }
 }@media only screen and (max-width: 763px) { #NTUTT6kFTGUeOJff59A4RkNWqvXkZU3d { width:15.8125rem;height:12.25rem;top:57.125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E { display:block; }#uqTqP8bN2WRfFfXekiAPtI3dFWrRE40E > .row .container { width:20rem;height:76.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBrZssmwqUkS6beP5UokJievBv81ta05 { width:11.4375rem;height:3.625rem;top:14.6875rem;left:4.28125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #TrhKnBkeUzTlMQc8sugO3JiXf6aTm5xU { width:15.9375rem;height:12.5rem;top:38.712501525879rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBATX3cAC3CFiyetqBx1TSf4FChqRIrT { width:15.9375rem;height:12.5rem;top:19.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5VmrWTGSmSkZEDGfRZMwy1QSJ8qd08l { width:12.625rem;height:3.1875rem;top:52.756248474121rem;left:3.6875rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #kfJsd5XTmhTDUP0EBMcTHodWJEWCEHs2 { display:block; }
 }@media only screen and (max-width: 763px) { #zNhVVNGRPBD8CUNbblF3Ty7sWWXExz9T { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhU8q3sT1vDtm6PdUrzmLCpGbTu4yybd { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9OtR1IA8QEHy6OUXN5JqZKH9eD5RAqw { width:17.0625rem;height:2.275rem;top:34.1875rem;left:1.5rem;font-size:0.875rem;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #xNpxk9oMvuUTQ5iF8DtatfBy5Pa7KeNs { width:12.4375rem;height:3.1875rem;top:33.75rem;left:3.8125rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #qnKcphu23EzC8vakhJJWZX71vkfV7VNb { display:block; }
 }@media only screen and (max-width: 763px) { #t50O0RQ3e3aRxDEDnAV2etSqRCWWTuQ8 { width:17.0625rem;height:2.275rem;top:53.212493896484rem;left:1.4375rem;font-size:0.875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #WUtPAavraiahcHTd8XN0wJvm44NfXpF0 { width:11.4375rem;height:3.625rem;top:33.5rem;left:4.3125rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #H7oyzsT3gGkLJ1nXzX4gWC5SGvhgu695 { width:11.4375rem;height:3.625rem;top:52.537498474121rem;left:4.28125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #qtTWSVUlycmWGGT4p5xXrCTrJ1LJtWoF { width:11.4375rem;height:3.625rem;top:72.1875rem;left:4.3125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #Mf3ecXy8vmRhVo4M4LzTBq2Ez3f0QdXu { width:15.8125rem;height:12.375rem;top:58.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGTbG0yGMEldCo04wn1mkrhoPTJumKz { width:17.0625rem;height:2.275rem;top:72.875rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #dELIWT8rVErdFEt1KWZW0mvenlhtdDXy { width:12.0625rem;height:3.3125rem;top:14.3125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUOV6iMArtogkz4sBvsPzeG1n0ho1Rfi { width:11.3125rem;height:3.5625rem;top:72.21875rem;left:4.34375rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #bKHBdVDG7NnbqVzX0vLT2y9W4eTVXOkl { display:block; }
 }@media only screen and (max-width: 763px) { #fKmV39MDJyJ0KDxCJfkGiGFXWd2zmRwt { width:15.8125rem;height:12.25rem;top:1.5812492370606rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwrnLVZqlNTanZBgC4MxWc2l7TcRbsyi { width:12.0625rem;height:3.3125rem;top:14.3125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4P1LqrUM1iHH9UnWlza64Aw9vETepR3 { width:17.0625rem;height:2.275rem;top:15.362499237061rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #gOJ6XsfLkEzi8l3VWzmOblO66ScSrkBO { width:11.3125rem;height:3.5625rem;top:14.71875rem;left:4.5rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #GrONADhLQ4hxc9bKiaf5Pa1x7s9BINZN { display:block; }
 }@media only screen and (max-width: 763px) { #dX965WaoX6rLJ6o661CQka53qZAhcg93 { display:block; }#dX965WaoX6rLJ6o661CQka53qZAhcg93 > .row .container { width:20rem;height:76.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ngamqDFDgwElDal60UO8PT1mLrDfZtZB { width:11.4375rem;height:3.625rem;top:53.9375rem;left:4.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #uuCfFHAoBC2mqpmo2DzalNBcm4TDlh8O { width:11.4375rem;height:3.625rem;top:72.1875rem;left:4.3125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #g25vORHgxEWuspAo9UTfJ7wWcbLl2i5R { width:11.4375rem;height:3.625rem;top:14.5625rem;left:4.3125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #Z2H9PfuKI8vMSWNrRoUCvhiLN001LBEV { width:11.4375rem;height:3.625rem;top:33.8125rem;left:4.3125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #T1kaIqW6vPchORO0o2z6QIZLpQOHgvda { width:15.9375rem;height:12.5625rem;top:1.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTV3AVlDDJm46mbBT1SfBfolAl5G3UBE { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnEc8zzapvbsCheGb8NoaHq4vPTCl3TD { width:12.0625rem;height:3.3125rem;top:14.75rem;left:4rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #U6Tnzc2Evqd5nwnRgv7Viu84ZCCa4pvr { display:block; }
 }@media only screen and (max-width: 763px) { #qp2sTb7iWWbdm1FZqLXLIsUaFS5sDkPS { width:17.0625rem;height:2.275rem;top:15.25rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #LBsUNMBNBfncd2QuwnQwfEJ01xkKJiW1 { width:15.9375rem;height:12.4375rem;top:58.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTVhKCbTrtwT2qwkJ1fbHvvoKow3xWR { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gi6qlKZQhQm8XODzoWQESFfEisUoTvvc { width:12.0625rem;height:3.3125rem;top:72.375rem;left:4.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #S6rudJ5Is5ASmqxVCk5aC5UKmyfHNtQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #iJZ3gFOLox0zC90eHfUdAe7AU6X2ZFXE { width:17.0625rem;height:2.275rem;top:72.875rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #PDTsWJqRzgvteE1BV2VoZ6So8P2vqzVb { width:12.0625rem;height:3.1875rem;top:14.6875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewAGf58N2WWetRvrJra1fzxfzOks93z3 { width:15.9375rem;height:12.5rem;top:39.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WExbBMHdKZNMucT5rFA52T6G8BgIgiXX { width:17.0625rem;height:2.275rem;top:54.625rem;left:1.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GDOvo0UUxHnwLrLH2iNBqt2kP4a0Wq7p { width:11.75rem;height:3.4375rem;top:54rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Rq4ZxBr0gEo4K5J3rn2q0DzH6Xxt4D { display:block; }
 }@media only screen and (max-width: 763px) { #kQme13Qzdg5eQpebghIpg4DmkTfMHwfJ { width:15.6875rem;height:12.25rem;top:19.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzLOBZeJCoPI11FO9zeZgnn61OhM334u { width:17.0625rem;height:2.275rem;top:34.5rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #TW30SimSqVm6Tnv5e27QnMzyzS6kVIZp { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMyXbVrn2yiT0Zk4CAXTLvvmtLyaKNwy { width:11.3125rem;height:3.5625rem;top:33.875rem;left:4.375rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #JBeRkedXso6nfrtxgOS4LogrSlQkUiSQ { display:block; }
 }@media only screen and (max-width: 763px) { #kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 { display:block; }#kmInrAOpzONmh6C0qVvOQ6AFpoK9zGV2 > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZurOSFr4z1gD40tJnwdHvOw1kMa5VZD { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9MrbxKHyd8FSANWyTFMXTlRd0D6xNFK { width:15.75rem;height:12.4791875rem;top:19.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmK1uHLvTW0WZSucF6sCoeePXH1QL3RZ { width:17.0625rem;height:2.275rem;top:34.75rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ZLwL8P6hXO1T7krFzHzrqD8vJIlT6Npn { width:11.9375rem;height:3.3125rem;top:34.231250762939rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurmbJ9yG7EEdZqTnNyTrAFhREqURqTf { display:block; }
 }@media only screen and (max-width: 763px) { #hJZVaRKtLavcuA6VSHlQl8SGSTBFhFri { width:11.4375rem;height:3.625rem;top:14.125rem;left:4.3125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #Z5OrMbT8vQ66blkRwX2g03DV0rIpeuPr { width:11.4375rem;height:3.625rem;top:34.0625rem;left:4.28125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #QfrI7P2URU85kptiL5NU3k1rqUdEskBH { width:15.9375rem;height:12.5rem;top:56.862499237061rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngp53TAiP9vRVZzucyIygAMXP4iaTMrs { width:17.0625rem;height:2.275rem;top:71.549999237062rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ymdQPLd4m2FTRcrshhsNBETczsw5vDaN { width:12.0625rem;height:3.3125rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7IitqL0gzkHBBVVaI6m72DFovs0bpNP { width:12.0625rem;height:3.3125rem;top:71.03125rem;left:3.96875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #rOd7lUF3eFOKoQ8MUcfCRGqQtwfKJboy { display:block; }
 }@media only screen and (max-width: 763px) { #PapQXgWknFDfkRvfyIe6XNRnWTVG62ET { width:15.9375rem;height:12.375rem;top:38.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfv1FbQ9FTVfiA8KsKPZcD0kf9JM8JQP { width:12.0625rem;height:3.3125rem;top:51.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4HOda5W8tPOZOB48W6XFLi7wwoLp60K { display:block; }
 }@media only screen and (max-width: 763px) { #CrifsGCfyHSVDQ6oUJ1dOagrQ6QEKPxo { width:12.0625rem;height:3.3125rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TqzuoR1otPgUw7Ew7Oes9b4ZEghRsiEy { width:17.0625rem;height:2.1125rem;top:52.53750038147rem;left:2.125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Lfd56nTBDeIFF0eyp54uLAuXKlodpr0z { width:11.4375rem;height:3.625rem;top:51.875rem;left:4.625rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #rTAGgRPl5SevPallsvIs129ReX7LOGJZ { width:11.4375rem;height:3.625rem;top:70.875rem;left:4.28125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #E1XPCghiKbCVUS2IuTFdBmypCUOziWUp { width:12.0625rem;height:3.1875rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sheTsCTpdHuFd6gAomMgyvTVnpAuq0wG { width:12.1875rem;height:3.625rem;top:14.125rem;left:3.9375rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #UnsK7TRNehSRrxSaTctdAHtU71bfQU3T { display:block; }
 }@media only screen and (max-width: 763px) { #zuVf8hgKJQhrKGQ4iExGFckuoVWxy18O { width:17.0625rem;height:2.275rem;top:14.8125rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #r0ZcGFpK4DccKTQkfHh5AztxpSCABNrh { width:15.75rem;height:12.375rem;top:0.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaP22608m6v98nCiTk0VvNo7KAPOLpCr { display:block; }#gaP22608m6v98nCiTk0VvNo7KAPOLpCr > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUUyZyMOPa367WTuEHlLDwgtrF5CtgyM { width:15.9375rem;height:12.5rem;top:0rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeqHErpdqfxSXwwyUVCHKM6S4gU21m9K { width:12.0625rem;height:3.1875rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDvPLmep5am21dcZ8nRfDLqq6SKVwQaZ { width:17.0625rem;height:2.275rem;top:14.3125rem;left:1.9375rem;font-size:0.875rem;color:#ffffff;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #B2Bs9aaGcanOmLtLFG2V0TnmJfXEEVtD { width:12.1875rem;height:3.3125rem;top:13.8125rem;left:4.3125rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #PKa1RCqd9NxmzQ8PsBfyiQJ8D0MgE6oT { display:block; }
 }@media only screen and (max-width: 763px) { #glzo8f2Z7RW0Uug5NZHSkPtVisoyk92Z { width:15.9375rem;height:12.375rem;top:36rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQnuGlaKI9DgauFw4nFb8l0AFkTmUWPi { width:12.0625rem;height:3.3125rem;top:14.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT663BUhDgigC7a2XNJdk951I3GtbJyL { width:12.0625rem;height:3.3125rem;top:49.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUXaoiwBgzhmVkJ76hkLo1S97TXmgnpX { display:block; }
 }@media only screen and (max-width: 763px) { #iSV32TggRu7dZarRVxdwZ25WIOpV68ec { width:17.0625rem;height:2.275rem;top:49.8125rem;left:1.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pLh24RtmKeEQgPOFSqkM1KUmp7CciMsT { width:11.4375rem;height:3.625rem;top:13.625rem;left:4.75rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #NVV0Fzs2ElN7KCkI7pVAxxoRoi7anefn { width:11.4375rem;height:3.625rem;top:49.125rem;left:4.375rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #KcseWqMRkKZ9kg2W3Izh5eqRPbNglQRR { width:15.6875rem;height:12.25rem;top:53.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu0wBW4vw0dP5As4kLQrIcTLw7TcJxHV { width:11.3125rem;height:3.5625rem;top:67.25rem;left:4.4375rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #xTP9DozLrXl3L7SafMWuXFrhTQ1PT21q { display:block; }
 }@media only screen and (max-width: 763px) { #MOxnfxlqAzBeSlePDCW7BlxQ2ovFZA4Z { width:17.0625rem;height:2.275rem;top:67.875rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #vSPW5bZA4GOmQPukWaDyFRbpJGvmisIR { width:12.0625rem;height:3.3125rem;top:14.5rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFT1VpheqWuBXwWNcqkA4mTPiPxT5mIn { width:11.4375rem;height:3.625rem;top:31.375rem;left:4.25rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #TGTfsC2QgPgrNw4g9saqGrVc1qcpiGIk { width:11.4375rem;height:3.625rem;top:67.25rem;left:4.375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #D5aIxyzBVLSga9kgTWRys3dwHoUJ9VBK { width:15.8125rem;height:12.4375rem;top:18.21875rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvVaecH668pydKwU3ykDVpE33ycm7ulW { width:12.0625rem;height:3.1875rem;top:14.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcqsrICRvJ8oaxGRRkUvtT9WxldTnFDD { width:17.0625rem;height:2.275rem;top:32rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #nL9McTHlttFkrfvok6Cs4B7uEChxNgpc { width:12.1875rem;height:3.3125rem;top:31.5rem;left:3.9375rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #TLtfdJ2ukJ9DvzfAcXNnBBWDXAuzTLkA { display:block; }
 }@media only screen and (max-width: 763px) { #STszkkwknUWPClbqbx2JgnI1uqcayEkG { display:block; }#STszkkwknUWPClbqbx2JgnI1uqcayEkG > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFcsgm20rNi8r8CSFr1NDdZ7RkAToota { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfIV2DFgesdKwyIbXeXT11GsBRlHf0I2 { width:17.0625rem;height:2.275rem;top:15rem;left:1.5rem;font-size:0.875rem;color:#ffffff;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #KTZyAg2z3UBynmrxqmqXSS9a16QGmd2t { width:12.25rem;height:3.4375rem;top:18.668750762939rem;left:2rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #w2iIKoMrM2eCkQfNzaL7gV5ZFFXJPQc1 { display:block; }
 }@media only screen and (max-width: 763px) { #LfRJ7yZS1BaUd1GsLGRuCZfZzE1dJRsz { width:15.9375rem;height:12.5rem;top:0.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pORhQrvrQ3yFCl0gx9FTlGuy4XEyOgBd { width:11.4375rem;height:3.625rem;top:14.325000762939rem;left:4.28125rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #zPEGdRCywdNayFJEiXnfecuWLzNZGK4o { width:15.9375rem;height:12.5rem;top:19.625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQKnCPCJyV9IgeUfyz3X4Iy9e8PGulQi { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMw0lumCpf9dwr3iv0Vw1yfpt1DIwHn7 { width:17.0625rem;height:2.275rem;top:33.4375rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #zeQn8J3WFLAf8ZpeK0wnbv0TWOW6TTGD { width:11.9375rem;height:3.375rem;top:32.887500762939rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkvLhtqzVtw7qgrcR1k6yTcgVqu0o5r7 { display:block; }
 }@media only screen and (max-width: 763px) { #PcxhqXT7o28vIQdbCoKS2QJHkQKxi2cn { width:12.0625rem;height:3.1875rem;top:14.375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZlbR41sHlWvWcn62WUoXKJr776SKozF { width:15.9375rem;height:12.5rem;top:57.118751525879rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoRu5SZ1AhZ2UfVUDvMNtyJyCQOD4m0L { width:17.0625rem;height:2.275rem;top:70.84375rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMu08f98QbThelsrydtQodhiQ84SHccz { width:11.625rem;height:3.5rem;top:70.481250762938rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWCukrKbGT09QPhozBCE8rNK3edemGmo { display:block; }
 }@media only screen and (max-width: 763px) { #ANTMmrMEkbD5grSgTFhZfPszqw7v3xll { width:17.0625rem;height:2.275rem;top:52.050000190735rem;left:1.46875rem;font-size:0.875rem;color:#ffffff;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #fomB9FJDbqNAvw0XEmR267rromLZNNM9 { width:12.0625rem;height:3.3125rem;top:14.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9mfH12lsdzw62NTpCTqcgrWG3d6g2R1 { width:12.0625rem;height:3.3125rem;top:51.53125rem;left:3.96875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #vUkz9H8UtX3IvT2QT4st5EZL7Te5nWwH { display:block; }
 }@media only screen and (max-width: 763px) { #Ggd7om0OqvqRN9xOTBCIb0wQbFotVyr5 { width:15.9375rem;height:12.4375rem;top:37.8125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmdXK5vh2KkeCyHfpd2VNaCa5QNbC1FD { width:11.4375rem;height:3.625rem;top:32.762500762939rem;left:4.28125rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #pwNVdPaFlL2It4bQvORIVyeBaI7FT1iv { width:11.4375rem;height:3.625rem;top:51.375rem;left:4.28125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #V8Tm2FSmeTSTJDzlw9E7MLCl81zQfrmD { width:11.4375rem;height:3.625rem;top:70.387500762938rem;left:4.28125rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 { display:block; }#dBP4XcdTCGH0e2zPnWVfwziedTlziHz3 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJKBdR8vSFPlJuPDLw2aLiCJt4srLrsI { width:20rem;height:2.19375rem;top:1.3270835876465rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuyycKL4syHCC4Ca9MPCCi55z0aXyezM { width:11.8125rem;height:3.125rem;top:5.0010414123535rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXUmzQfXSdV3l6ySIpTwPVEDKUpME4IV { display:block; }
 }@media only screen and (max-width: 763px) { #ZHZDmtvRoggHfbkupzIQ3mvBFRpR9aNa { width:11.6875rem;height:3.125rem;top:13.123901367188rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhNndqdL2QxHWmqewWb6w5au4EwGqPP0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvAVUDxTGmwvEWMmB9DhSztbCog8Qf8v { width:11.6875rem;height:3.125rem;top:9.1239585876462rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP9r26OV9aSHqpsn01XT1uFyZF1XUXL6 { display:block; }
 }@media only screen and (max-width: 763px) { #B4GXUyWl3v9J5rpR8TXqfMn7H2xXPc4v { width:11.68747625rem;height:3.125rem;top:25.046875rem;left:4.0927085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCVPbXpmFo7MIxe9ksW3C32Q4nXiTuWM { display:block; }
 }@media only screen and (max-width: 763px) { #fh2mnkyFc1JDHbHSP4LFBur06XPOm1EW { width:11.68747625rem;height:3.125rem;top:21.125rem;left:4.1552085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqm7NkJRrEVOPUN0FF3wxRvMm19OIuT { display:block; }
 }@media only screen and (max-width: 763px) { #pvm9mPA5DD6J2Gfoz8qeaaBs6bywL2WN { width:11.8125rem;height:3.125rem;top:29.110473632812rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODxdfInxWtT9ZZTkyvDtmpR9P6NqtIH1 { display:block; }
 }@media only screen and (max-width: 763px) { #iHwTgtLTaWBw3ynnl5vimVLT16ri4ciz { width:20rem;height:17.75rem;top:21.297916412354rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(353deg, rgba(0,0,0,0), #383333);background-image: -moz-linear-gradient(353deg, rgba(0,0,0,0), #383333);background-image: -ms-linear-gradient(353deg, rgba(0,0,0,0), #383333);background-image: -o-linear-gradient(353deg, rgba(0,0,0,0), #383333);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#383333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#383333' );";background-image: linear-gradient(353deg, rgba(0,0,0,0), #383333);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gJ6ma0LxwusbJbe2TdksUZaVoHXnuIQF { width:20rem;height:21.3125rem;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(11deg, #383333, rgba(0,0,0,0));background-image: -moz-linear-gradient(11deg, #383333, rgba(0,0,0,0));background-image: -ms-linear-gradient(11deg, #383333, rgba(0,0,0,0));background-image: -o-linear-gradient(11deg, #383333, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#383333', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#383333', endColorstr='#00000000' );";background-image: linear-gradient(11deg, #383333, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sVgHuJmH3SuoHUKprczJ91E876ebVZAZ { width:11.6875rem;height:3.125rem;top:32.985416412354rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cry3MVnxk0xO4ZrBCma4SHwWfsxGIzin { display:block; }
 }@media only screen and (max-width: 763px) { #cKeFC502GcEkaZLMmUoCEiClZvKg5S13 { width:11.6875rem;height:3.125rem;top:17.046875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CITJwRa1iWKklH3TTAqigbk0cEMgfU5U { display:block; }
 }@media only screen and (max-width: 763px) { #VgPWQIZTPl1U73yy76Nc2hBciwoJ98AL { width:11.6875rem;height:3.125rem;top:36.672916412354rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyAqgZpc8cArdSEBtohLnenmhksVx9zi { display:block; }
 }@media only screen and (max-width: 763px) { #gpTZVdoAAwnSzPbgxIpLc1TVpTy0Wqoe { width:13.6875rem;height:3.625rem;top:41.047912597656rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4KnHqqluG2IG82MyMvCWKG9nLP23aKr { display:block; }
 }@media only screen and (max-width: 763px) { #oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 { display:block; }#oOPnsgZC6LIsPGOk3zGc2UI2LrVSCFq8 > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV { display:none; }#a2u76CAcSbbWHdKPZopOkgNNGiQNNtbV > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #li9skxDveUCVVNPThnsC5zeKSEH592ik { width:15.4375rem;height:2.1875rem;top:0.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kikfm6gsZdzHitGPCi2kWANArPwL3eT8 { width:11.6875rem;height:1.1375rem;top:1.2124996185302rem;left:4.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH5h8veAwuSw9ESXbLN0QLMGcV0sckdX { width:3.5625rem;height:3.125rem;top:0rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQ5TaKORHCZGrqm1p0yFf3duwS9RhJW { display:none; }#lXQ5TaKORHCZGrqm1p0yFf3duwS9RhJW > .row .container { width:20rem;height:0.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uG0JwvfnTZG9ds7S0P1G6ZPhZxdKW2G3 { display:none; }#uG0JwvfnTZG9ds7S0P1G6ZPhZxdKW2G3 > .row .container { width:20rem;height:22rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sAXhDy4KdkrnqvdBwH3c0q9q0s6iKW6I { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stRwWcfhkN0IOb944F70UFCXtuz72Twk { width:18.125rem;height:1.625rem;top:3.25rem;left:0.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 { width:20rem;height:4.675rem;top:4.875rem;left:0rem;font-size:0.875rem;display:block; }#xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#xqEuoRy5dynAshxSSFH5qHZi9MGnwVw9 li:before{  }
 }@media only screen and (max-width: 763px) { #fUvCKF5PqpNEaOSdCxTRhhf813X4VTOl { width:19.1875rem;height:3.875rem;top:5.4375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8xNdE1SOwESLHAX6wh4E0RcTwAF8vnW { width:8.75rem;height:8.75rem;top:12.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLGPOlFcTukc8S05plIQ51hzHgfvmvTQ { width:19.1875rem;height:3.875rem;top:7.4375rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pokgIMJ3H4m9G0aNwvHCSW7cTr7XElco { width:8.75rem;height:8.75rem;top:12.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6n3tcyEIaRvqBNUstAB4fQuu7CvouI6 { top:10.25rem;left:5.46875rem;width:9.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki1u0aWGsH8BbsxOnc5UgRu31h8PpzWq { display:block; }
 }@media only screen and (max-width: 763px) { #uDUMvCRTAvFmITUL6CAGxpC5zk0RqwDQ { display:none; }#uDUMvCRTAvFmITUL6CAGxpC5zk0RqwDQ > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK { display:block; }#bL7mVurZ6sTt9o4ynggyK2ur9ocK4tdK > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU7gKrC2QBsqdzVHEoSMG2i7eM7VUnv7 { width:16.1875rem;height:2.375rem;top:0.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb5QGufc8SHDp2ZxcrmU8kpgfQyINRIG { width:14.75rem;height:1.1375rem;top:1.3062496185302rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux { display:block; }#Jhft8BAI5g7wL7WKCbp9U7oPP95dLxux > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA { display:block; }#sfFU3gpy4w2wXeQ7eQra9qE7AUPfsLQA > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK2qkACknCynwx3IQdBlhawis8ObaKir { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSdkcMnWzWskJtiFkEtkeLlRicSWZzN6 { width:20rem;height:8.95625rem;top:27.4375rem;left:0rem;font-size:0.8125rem;display:block; }#JSdkcMnWzWskJtiFkEtkeLlRicSWZzN6 li:before{  }
 }@media only screen and (max-width: 763px) { #qicCoeoD7s7ROpMkRXHIVZevRwQnlRya { width:14.125rem;height:13.9375rem;top:12.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et { display:block; }#VhDXJ5TT6kyxS0sVdWf78xs4NCn5a5Et > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DkHiyMorDefuTx6E8vtEJT2xBet2EVG2 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TisoPi5bQnH9dNpAoKFszK1N1TwueUKg { width:20rem;height:1.21875rem;top:23.120834350586rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICyblpmRyh1XTccbXg7Ood1f56NV3gwT { width:20rem;height:11.7208125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9H3imcZvBfdeyLFGPT5MBzRRoe6IzZo { width:20rem;height:11.6208125rem;top:25.433334350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI13qK6zZTOl6gE566XqLUmmzawrQmTt { width:20rem;height:6.3375rem;top:15.845832824707rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPgWBoKXsgPMLgArcahn2VDRhrMrTUW1 { width:20rem;height:5.28125rem;top:37.991666793823rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th { display:block; }#DSbqTzwQGnbBrdtidGsxH72GzZT5F2Th > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNHONwoF7qF8J63OVguOtUsUwNsD2tCv { display:block; }#rNHONwoF7qF8J63OVguOtUsUwNsD2tCv > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVR9WnyEDInx74eE5107a2TuQfQJnU4f { width:19.875rem;height:2.375rem;top:0.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ7KGfQITtb9VJoNDeT8MLwfFRBka1EO { width:20rem;height:1.1375rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ { display:block; }#c1PbDygVcI14VE8Ig8VbelNWtf3UxJBQ > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo { display:block; }#rAdiBAUEwM042RsDXoRtVJcrfTGdBWMo > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PC9XUqciHBmu5isEQQxFBWT4muxD79u7 { width:20rem;height:1.21875rem;top:15.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hl13dHA97pLzIaGEtdN30H7f4k3KAXQU { width:10.6875rem;height:2.75rem;top:25.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atls5DiGdcO8R4oDKlydhUpHVLgPZeC7 { display:block; }
 }@media only screen and (max-width: 763px) { #fkwWy3N9ssbmLcB5kElNb73gO7c28Pu7 { width:10.6875rem;height:2.75rem;top:21.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0qOLNiuU7VThPDP4xFomUXlX7UMXNUA { display:block; }
 }@media only screen and (max-width: 763px) { #e5ecLbGeL6UVh3gDJutTMX3iMkHWGBCh { width:10.6875rem;height:2.75rem;top:17.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoRxvRkl5JZerkbFhwsQfsIDbtBCzWtq { display:block; }
 }@media only screen and (max-width: 763px) { #VhXpH8dBNp8T3T3oHWg4apGgJJUqVnRg { width:10.6875rem;height:2.75rem;top:11.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwvwC2uULkr9u4cGVx9bSw7zkSxUGELi { display:block; }
 }@media only screen and (max-width: 763px) { #Za4v6ascMDKqPa9xg6Wleu0Xn0RXB5yp { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZN9RExgTU7MDJDhnMvADv1pBwlimTEzp { width:10.6875rem;height:2.75rem;top:7.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9V8gsICUFlMuFT5aUMcGaoEWqHGuOWf { display:block; }
 }@media only screen and (max-width: 763px) { #HNDxlxHC1eCdhfFW5IDFLSdAEbhp9bxk { width:10.6875rem;height:2.75rem;top:3.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGOIMwWvg5lvK5MletE5lvLgSQz44cCq { display:block; }
 }@media only screen and (max-width: 763px) { #Re9rPbg7RM57BovHGl3cJo1PiBHp37mg { display:block; }#Re9rPbg7RM57BovHGl3cJo1PiBHp37mg > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna { display:block; }#XkuamkMcWIOO0U9lBgkOiTWHXlKvXpna > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwZpyzrTTUBDzOJHN70vPkVQVsHl5n9J { width:20rem;height:9.5333125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iidozLCPhsU6wit98aVvpDDESwOF7rNg { width:20rem;height:9.6458125rem;top:9.7833328247069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny { background-color:#ffffff;background-image:none;display:block; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { background-color: transparent; background-image: none; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container > .video-iframe-container { display: none; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row > .video-iframe-container { display: none; }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .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); }#G7FpOwRKkXhNpf9nHrXGQKXCvTlzTdny > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkE5h1rTNDzEAcTaouZQEb6gnuT0hS6J { width:6.625rem;height:0.89375rem;top:0.875rem;left:6.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdaehcU1nlH1yCN4VewOTkpbZOaJ9wVA { width:5.3125rem;height:0.89375rem;top:2rem;left:7.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDJlJl3xSJMGT9SFEqPb2oBgTUpi9lb2 { width:2.125rem;height:2.125rem;top:0.8125rem;left:17.25rem;font-size:1.4375rem;display:block; }
 }