.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;
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container { display: none; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .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); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { background-color: transparent; background-image: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container > .video-iframe-container { display: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row > .video-iframe-container { display: none; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .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); }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { border-width: 0; border-radius: 0; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:75rem;height:17.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#flDxmXzuTDU0eFtsSpFJDl2zzypzSnqf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:18.75rem;top:1.25rem;left:5rem;overflow:hidden;display:block; }
#GAO0L5Qy5erMXOH8vvBQzfQgB7cVnUhi { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:dosis;font-size:2.875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:6.875rem;left:21.375rem;height:6.32425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VXqgrl3PmGyKoteVp9awKxsvM8WtTIXh { color:#ff0000;display:block;width:33.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.125rem;left:20.34375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#NqHahGeqx3PT6yo87ixJyroMEDvMTRFV { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.78125rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row .container { background-color: transparent; background-image: none; }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row .container > .video-iframe-container { display: none; }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row > .video-iframe-container { display: none; }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .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); }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row .container { border-width: 0; border-radius: 0; }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#ZR9UNiXRzuPVqqgqyTCQsfFE5617LMTF { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#FWy5ypQIizUDCgvGTv44mxk3pDOeTPZZ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#tMyPWk9he1Xr1nAv6EuXWXayQ1qhxV5T { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#h2y9WcbceOU2C0LoOtVW2VWQ2HIeSkz1 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#s2GV7NZnIZeRblWNpE7rxbDBUaegDBhL { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#f1nuQ4rXaWh3naOKsGpvBMSvNn2fWopt { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#JZO00JBp1JPBqpfONXz5MiURdlLFnLT3 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#HcFJBTUAlCuervKg4JNe8eFdBM75R80B { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#LgBIx35hdOesiaTUIeuqn8BM7TqitDQ1 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#w9e2m9IxVpgWILlehlNmhJKtW9QiNLra { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:25.8125rem;left:7.53125rem;display:block; }
#diztVrhBRIdOxLTuB33qrPoyTwXQp7qv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#msSQDHTAIKimzV893LW0Q3vwTBchWTQ5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:25.8125rem;left:32.53125rem;display:block; }
#IA0SvLPHhNr27F7D2Np8AQZckERRLlua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HQSwafLoTJNZg7NidkuoZAuHBgNHtsEq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:25.8125rem;left:57.53125rem;display:block; }
#mDAJJBfoTz4mg7LgZe2KTGTWXD4J39ka { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row .container { background-color: transparent; background-image: none; }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row .container > .video-iframe-container { display: none; }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row > .video-iframe-container { display: none; }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .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); }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row .container { border-width: 0; border-radius: 0; }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#GTX0dCgTslBxml1sRTlCmP3vRWMlnBpu { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#hkTrG56akTuqsG3LEG5bZIdladM9pne6 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#zkgIarhlXoO87bwhT1hIuOmLVX4k5cVo { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#XEo3lEG9VFktA3PwLWOWyveQGRvSmZ5d { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#EWJCl7IMQVapiZH9uwD4yxQWe3Ahg8iq { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#EBNRH4Jb30SFlefe9WM5zSXUNlkWFKxu { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#JJP7gGsXABWTwhLoGLcETKKx6sNTThJH { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#TvpJJS2CQnqoQJXdOrThvlLX5NF0TzPd { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#XU0680q3uZXhoNbqzMznBrMBGkGQ75WN { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#Na649sBd4BaOiKAipNgbuiQtUMU63H56 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:25.8125rem;left:7.53125rem;display:block; }
#OO9qRpheGPiSzoAxQU5o1PUG3PETvKh7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mmFtTI631W7mVdqLXFJ3w8ttrgMktpco { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:25.8125rem;left:57.53125rem;display:block; }
#pGQStF4SRai10ZqL1V810Dcw27mIQDOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row .container { background-color: transparent; background-image: none; }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row .container > .video-iframe-container { display: none; }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row > .video-iframe-container { display: none; }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .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); }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row .container { border-width: 0; border-radius: 0; }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#mKUqURpPswclKo0IJnnwXvQdy8floNKS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#FMlFVAvD8bbdSXT4TvoI7EsahPL2BMQl { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#nlqoaStbaMfvRaFoeHN1tPUyeiXXEXLo { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#wi7iK2DsSBzAXiDzzy0nLMVCp9gO2mbN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#gev0Tolp9RIF2ZOuwGBdxsB1ITz5QmDi { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#ikQIJ7qsNITBrnvEo0abPhKWOy6H9GDf { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#KGPyCiut0UIOag7DARRKQVQuMRDGsvpf { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#u0fBT3usv3JpQaWlBcSoLRh31NdtloWq { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#H7d4SSwdmLR9oD6Drow7F4XczOlGo6T6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#vzGT4uPFoDCbNbN5Fzxfkf1xDS9DosZS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:25.4375rem;left:7.53125rem;display:block; }
#uyaw26t7WaNslxcRaovA0kqpKcGsBEkE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ts0GOrxCOdZWraArO1R470ff9ma0ExHC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:25.4375rem;left:32.53125rem;display:block; }
#lMDnnFpAI3tIT6kutMrKLTkNlOHMzh8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MEEalZWelPO9nqPcXvTPpzSm31qoqz6C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:25.4375rem;left:57.53125rem;display:block; }
#zSrcmzRRQ7CJbsGFngJpOy5UzFf4n2xi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row .container { background-color: transparent; background-image: none; }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row .container > .video-iframe-container { display: none; }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row > .video-iframe-container { display: none; }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .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); }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row .container { border-width: 0; border-radius: 0; }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#TcVmQotnMTqNz1Xv2rN0elK5n3B5aVLr { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#hZ2uR7ihCxoBe0pIp4dB0t6TD67Q2ysz { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#eElzebVJ4apTSfNtaqFS7xV0exNkSMZD { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#vs71WJ2JLvgJSe4y3tqqcrechUlRo9ym { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#O0ITl0XxB2Kk9nkk8VQ2OdmLbpxyhMAT { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#q2dfzo0muB7HRDllVTKwoduqSpTz0QbB { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:23.1875rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#ndNQyCWbL6pMGWc0Tv1ol8S3FxdKhXNK { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#p2OLPAvPztq037fv89Mmb6KNgINR2I83 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#LunuMA9APNCLHRGqHFkxcBsfn4e64l8z { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#C5cGqcbbAA7EDyewg8w1IZr1DB9FkBTE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:25.6875rem;left:7.53125rem;display:block; }
#L88CPo8crcR1ytW6vwUSAT8QsRXWARkI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JiLxmQyWsLzbJCHbHfVkptnP2HiXRR7g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:25.6875rem;left:32.53125rem;display:block; }
#E7F38ihn5OWgz1eIdUOiqfkq9JprB3SL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pd69d45I6x0wAZIIfV6goh3Cv0bCKCUn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:25.6875rem;left:57.53125rem;display:block; }
#Hf0wC5wcEsXc444la5nXC1NymrZZq0uy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row .container { background-color: transparent; background-image: none; }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row .container > .video-iframe-container { display: none; }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row > .video-iframe-container { display: none; }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .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); }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row .container { border-width: 0; border-radius: 0; }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#ig8pw2piVmx909fLmdWOppFgfeQr2QH8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#r3vBrOJxFHzJQZq6T9NXAitIghn1TZOH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#WWDT8LhCbrJuxElB1qUfsQVSxOwS0699 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#xg4f5wC0SPqCwiTFKTHuustnMCsNyUrS { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#szh8ZhgRILJqrcIZJTIyJ89ReAHNJr0Q { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#sawzZfVJ0NSFzuGnnXKzva6IaClfAIEw { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#evtiTk90XnSCNsJr0r97hkILSNeTsAGy { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.9375rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#nakRBU8lB8pqIEXSZUbtHu1lWmm9ch3t { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#SDbfV7XTPX4NrwOvZ7FrDQutFypuNPJH { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#CTnF3LsH2LXUo9h5aQTKQkTkn3x8wnMV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:25.5625rem;left:7.53125rem;display:block; }
#CFtKfm1T3it9mo0WdzTulgQvR1fmbiCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#krHchDfHFMbiowTE1gSBSmUdqmtbleUZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:25.5625rem;left:32.53125rem;display:block; }
#EV0STSdflvm2Q9lleK2Z6dTrAPLa7uPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PxcSSxsUroxznewAVncE7T5m49hdPank { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:25.5625rem;left:57.53125rem;display:block; }
#wOzWez2toHgdvwG4VGHLtIfRuir4S8eG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row .container { background-color: transparent; background-image: none; }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row .container > .video-iframe-container { display: none; }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row > .video-iframe-container { display: none; }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .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); }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row .container { border-width: 0; border-radius: 0; }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#oilyVvoMsUfDA74g5tSppPxNIEdlyA58 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#A8ag7wTx0liN3xRTRkOgQqoB08J3phhg { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#rUty88kraUQDZelKb3idTN39p4eA6qUQ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#ikK4aRmZb62sl9r5VBImb0IhdTpWoxX2 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#sXApE7K1xfIX98TgZFiTEK4VHi5q0Bek { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#TktLcApd7cX0qXD1kBiVvW39ZD8GrNXp { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#uoRSZtMbplP7zLTXrlNtSs6ECa3B0Oa1 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#rOv9neCrKQFfcV85fTE1btlf53W2yHOA { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#b7xurPaTL15kNA7BqcxyEScCD8eNNBIR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#d0S9EKawZTlP397nSOPXU3rl91n54hMu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:25.6875rem;left:7.53125rem;display:block; }
#NrswTBSVIiJ7V3STkqyiV0DLBUdSDhdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hwp4URT53Z736uuvmhb4luEcksb3wIa7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:25.6875rem;left:32.53125rem;display:block; }
#mBKhBZVbr4iW4bf3i985yyUhf66BHTfl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ERSGU743pQKNIw8zW81xQ8TFVT8tZDBW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:25.6875rem;left:57.53125rem;display:block; }
#o3qSfd4vDWapzp8GrXR8XFh8UzJriw7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row .container { background-color: transparent; background-image: none; }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row .container > .video-iframe-container { display: none; }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row > .video-iframe-container { display: none; }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .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); }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row .container { border-width: 0; border-radius: 0; }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#kT30J9g9dmsfN4SsyaGKGg4r8tmoBN4h { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#ET1HJUGKqtCbXpivKKDuzd4JdI6XrBcg { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#T8U9EE4ZTwa7lOKcvGaF82owSNRLiKJn { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#r5bTwonN52ItFq0ewxrwVQKH6o2t3el2 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#QBHgwTHBIadKdzmzfKTqdtgWEzne5ZLs { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#qXLahUukkLntZO22VVM1B6TCPtgk6KH1 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#XF3dCPO7Tg2gse5x8yTxVWaP8lt3gNxw { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:23.1875rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#iPhHPMtOsTstgBTkUiQMqTadsTKv6a37 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#JifmH4kXNJyuJTLoam4ESmn1ua6z8QK1 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#FUleKJXK0gRltmNwKi6oEUssy2r9a8oQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:25.75rem;left:7.53125rem;display:block; }
#TzgaawQscWcBdN24u5bP7TUKmWyBpy6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#catwOOuRGwAdTKaNvgB1zDu0wy7tvT5T { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:25.75rem;left:32.53125rem;display:block; }
#yw0OErIE8xHuXfqPpxCLhdofsqLcurTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cM8sK0eyukoGRwWlf4VwkMNW8GWVBT5B { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.75rem;left:57.53125rem;display:block; }
#Eg3Px8662mri5E65nkXwdZhhOMwiyzxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row .container { background-color: transparent; background-image: none; }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row .container > .video-iframe-container { display: none; }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row > .video-iframe-container { display: none; }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .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); }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row .container { border-width: 0; border-radius: 0; }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#wNDucWTsHTMUPUBDZDar2ozK2s2rU7G0 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#ZGf3fZTxPTDOKS1IHdeSuFxHh5ILfb2R { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:23.875rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#IkMK23m0O1pTsABF1P1eKhHpC24cXokZ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#tM6oTqLSC8bToK5MTN4ay2ewqBrtA3Oy { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#uNfQo7AxaVTBGoa4OCknl4ysafdyPPte { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#R1PsCZ11yH7KQuO1xO7wyxQAC8bwpsCy { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#EJwZX2OoauPasAVHE9wUMhGCJoIH40aP { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#MLuh8w315tooX9bhI7PRnsQniv8fxHzL { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#hQapuoFT6Sfb29Lez0b0ilSxOwkIHpfR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#ACy8yPCTN9Z4KtS7n6Cn94qkfaK2EymT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:25.75rem;left:7.53125rem;display:block; }
#S8iIOfT8ty6PfgMq0tCWS2q72pgZA4LU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gpk9NS8qgGWXsddL6Tz2lJKfz8TchRih { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.75rem;left:32.53125rem;display:block; }
#hnxdnNZ9LAhnK1OAPTCAnICiaVR3Ifoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gv9C3pHd3StVcaT2HixkHbat6uV903LF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:25.75rem;left:57.53125rem;display:block; }
#lr81C4vaozod8CcywUrlFuxBZQ4D6CXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row .container { background-color: transparent; background-image: none; }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row .container > .video-iframe-container { display: none; }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row > .video-iframe-container { display: none; }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .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); }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row .container { border-width: 0; border-radius: 0; }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#I4k7FRz9inusQ5PGoh79N08R1EGccwMU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#H8Jf2czybOeK1ToNHdHlJCldCSEk5Zt4 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#Q9yDLdfTqlGmvdSR1WTZrPTftRKu3owb { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#rXTmeBITmkC35wU8UegLLDe1U1Oi0O5y { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#lgGLxJ0R59EDoC0h5JMwiXhVOoEDHyZh { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#xXTi0XiAnmlCiZutIAc5U9bf2dRLXC7S { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#JymS5RDNwogq9RFR1TBqZxk8X5dEvUPP { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#P9J1LVu5cgRhr94V1R3zk2mwcAQASowt { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#OMApcSnCcvgDOSk5JE3yhoAQy5EWRlvz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#QzhFq4G723rQKIuvXEaO0WDf86HHxnTq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.9375rem;left:7.53125rem;display:block; }
#T5L1at7wBG16yL7TwqMo04rG5wMXUPrv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kGT0Q2pwnuGIRous1SHVzX6iAuvMQ8vX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:25.9375rem;left:32.53125rem;display:block; }
#qXFCcH50gU1tahMUQZ1WJJuC0vGRc8eG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TUkxR2M26ZwLWnSwqk2BpxHRbGkmVtgK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:25.9375rem;left:57.53125rem;display:block; }
#s4cduW9mMb5RdUoD8tTu8TDgUcwgTGcm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row .container { background-color: transparent; background-image: none; }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row .container > .video-iframe-container { display: none; }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row > .video-iframe-container { display: none; }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .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); }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row .container { border-width: 0; border-radius: 0; }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#oDkrteM3WcWloRgJCVb2WFNC2JdffnNw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#O4oXSSShx3EQBBCqDIdFtqEaZ8rQEfcU { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#SwRcNNXMwByt1WX7Ok3Gc9HW1sXxbdfi { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#pe0t2XtNspgpgGT4TrEh7MExETwnxNT0 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#lT9rTJnzZWNouppeMc8xMqvJm02Kl5ZU { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#zQgJ8f6iLo0RQe5Vpd3FlXJ2kIOvtkHf { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Uq7TSDdVsw5NQ4nv5f4HCWJP52o1nW3e { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#PWukV2kAKn7dJIpPeAb75xC0SbqXKRir { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#FuhaxkTF7T6d3ntKfhkT0HO72k4TklyQ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#VOnsfLhRFNUPTI2twePFSd3VPiqTPn9W { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:25.8125rem;left:7.53125rem;display:block; }
#HUitSbcbzIPAhgeeMKNZvXbN6diQhRAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UX9QlrGFlOPsnKq0bAZxDuqTTdFzJrDn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:25.8125rem;left:32.53125rem;display:block; }
#P7bBrFNOQMdoQVWCEfmFce7S8w3baUM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zJs4MnwUhCHuK98gMeJH7MPIHWi93fGE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:25.8125rem;left:57.53125rem;display:block; }
#rqKNtOiun4G4oXtxZArTOUG9PgSt9OAI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row .container { background-color: transparent; background-image: none; }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row .container > .video-iframe-container { display: none; }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row > .video-iframe-container { display: none; }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .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); }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row .container { border-width: 0; border-radius: 0; }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#FdxICKZAaMhAS9Ry3S9GPMbfqhaKNN86 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#WkDnTE1KKKatfoTmDfbaipF2qq1A5ufs { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#ZI4D3RwsT7FF30AXrR4H3F0wGCUUDDQb { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#xRPm7cNxXz2QCVMJ8SMnoB8MW1TNA9nx { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#ATVOBZw7WDJnsldqr3ZUcIgFJdRBNdnM { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#vEeyLPpmVTbI7cOxzoFQFpcGC69icTeP { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#ckR83dORrBguxFXtesb5h2a7t8MUG4hR { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#iQTi9wLC53olTDlVyigcQfcryp4ryus4 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#XNDGtpGwnhxZ650CGvAEeTtZDsdRoKxv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#dR5AHKuBmzWy6uQaFw0Css7fTfbThHCH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#POAke2SiTM2inRKmvhS8fLToksKPxdqv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a7pZTWd3JFTTo0IesTfTCt15USShrRZD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#aNuKQuySvfvSbi5cUrqumu2JCdH4EvZA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qn3DC67TVk3BtDUT1z45Xz04h0Tv7g3t { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#eT6usK9whnNhu6TOmdzgJeEs6QXkS8SA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row .container { background-color: transparent; background-image: none; }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row .container > .video-iframe-container { display: none; }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row > .video-iframe-container { display: none; }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .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); }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row .container { border-width: 0; border-radius: 0; }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#BD8H0Ta7ANt86puJw9dG13FIvSbT2HvB { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#TGBwArKBy4ZQB48V9Xna1KHuSKlPhmS2 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#tVPOO50dECCc5rxCCutNXcpfyBeaGF2M { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#yi9KdWy7r7hmgfkA6KMNK9XInBzIgzGE { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#eSraflDwlAT3n8Ny1rIRGH9zxEcAHkm5 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#rt5kQRpO7mLpR2FPIzaOsJqweWzektvJ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#qIT2ZpitxqXoM06IuFXavKeguVDayJ26 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#NltaxX3LecmgcHtgK9zMVHK7s4t8icgg { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#idXQ7vN1xBbQzlgyDxm21OoUsw3oUFn5 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:0.5rem;overflow:hidden;display:block; }
#WipmzgBoSlDFGG6UX2mxTik0HWIwNT8D { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:25.6875rem;left:7.53125rem;display:block; }
#zmhqTCem6xP7wgr338rbvyrNfN0OuNcb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aTg7ROaC3ugbUt4nwNKHEG7XCEsqPQZS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:25.6875rem;left:32.53125rem;display:block; }
#po0Ic60ah69MoiQuZUsAXfqAQvg78nTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#poPEgZocdbuikSpw68dlIR3Xhmaaariz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:25.6875rem;left:57.53125rem;display:block; }
#hqhPv351eWREnMXNmJ3OiyM80ROflm8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row .container { background-color: transparent; background-image: none; }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row .container > .video-iframe-container { display: none; }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row > .video-iframe-container { display: none; }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .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); }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row .container { border-width: 0; border-radius: 0; }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#IL0TtLtsuDNaZSNCoOZwVJ6WeC1WmDBG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#LhOF6Qy06MTHS6l3pEszTcZsOByVsInf { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#czXvDtXnZxyZNVWeZzzg9xJ0Nt1EHHpr { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#cJQP99yl7Z8qw9TsdGJQCRtWr4T2VcTS { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#gKNJQgpwNIWGMObvvGWmCXEVWTr1fELf { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#M6TWNTO9Iy9NLkZ9NRZQZcDp8DBDFtK6 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#FPgqrHwfQWf8X8nwgIx1E2gmHl2uLJUD { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#tTbLRX9MUTrB0XBGpBAgka5pmh3BFCm1 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#JXtrBZmvdPvPt8iu9hpMiMWKAhSesBG0 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#M3yFXezQLDqVWQrBivLEpWKkfTkI0zyU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:25.75rem;left:7.53125rem;display:block; }
#n0exVLNTFalmW36RQ478CQJ1GbUtWCdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TBdeUt8P8wgVTE8WPgabbP1E5ieLBho3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:25.75rem;left:32.53125rem;display:block; }
#d3b9XLzS9AtApdiXJ71llmsC8nbRCiEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DT5iXmohu4gLavRNdRTXHUSSZ95Du1Ca { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:25.75rem;left:57.53125rem;display:block; }
#VlRhyaFxdUzNVcGNB6fwmIQC2bxd2sPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row .container { background-color: transparent; background-image: none; }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row .container > .video-iframe-container { display: none; }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row > .video-iframe-container { display: none; }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .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); }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row .container { border-width: 0; border-radius: 0; }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#QRfZRxr1CiFveMBuMnwh0WM7HHIJ3BKp { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#ipgxdMmrxMDo6nJgbZNA8dsGW2wHWPsl { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#DoJnMOaWT1UHNh26JVOWIn8PPD8BJBOC { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#UbKQWnUsUAyO6Jn4zr7pWHZDpbV5rW9a { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#o2qTbQlxHkhx7FxhVM297mttDnQZmnAt { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#dTVDSHmphb9egPOPUL5wzzUFWHgNORMI { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#qTMSsU6nT2bRczvg1O5DCD1AZDpTbtTW { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#ma0nG1Jn6nT5REa3BZz5rommBQpDg6Hv { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#MvakERMT85PoG5GRXpaWuGNAyaT4khaT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#Dc7z8xpJ9OyN5cLko5Znax7bluw9bQ8y { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#Rz0N4OHR63WDEdFzFBWXFrX5v8hETXty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fbscv4F8z3oyTZqRx57Oe2Kf15EoVwQu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#XLno4glQc3TcUu8ih5igtznqLme8Notn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wCPuPv4yo2XeL51LPEq9gMIfJlpXEcek { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#BpBUfSTO8Vw3i1PF0o1WtefOfBZpT7Im { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row .container { background-color: transparent; background-image: none; }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row .container > .video-iframe-container { display: none; }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row > .video-iframe-container { display: none; }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .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); }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row .container { border-width: 0; border-radius: 0; }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#nyW7wC6OldZeFmVhuaPfe1ac4vT9Wf0l { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#bl7mIwyERVogu6tQHXBD34NOf9fMGLv3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#weKc3WtTBaT0sehTDaa9kP07kp3hk5BD { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#dTzrT7Wzp81uOGszw8oPkbQpu1iczv4P { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Ag5ItTtG6dRVDsWBJnaxUdLGMky691NQ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#giMTyk4TFrrEI1hy70lilctNFUPBEtRc { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#SvxIvMOw4tfSxiG8ANwIgufOuTP6eLkC { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#AawruKIqZiIqSlcXzOcJLL0lPZ9fFGwm { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#iRPTpqT6cgXW95U5TfLZFynOA3fPwGmz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#fy34arAKfUp7fUrV9EeANOMQfr33wlzC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:25.6875rem;left:7.53125rem;display:block; }
#y5lC4ExcgdpZ1UPVxzLIPSFxgssFxT3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ywhq9XpUq6WEwGdqOqT1GbbCHfCGDP1o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:25.6875rem;left:32.53125rem;display:block; }
#dTzCZtNi4b5pAJq6CbcL6A7qmnQCp0cQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hC9RI1zav9fX0rAIJcye00iJsEuFwXc6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:25.6875rem;left:57.53125rem;display:block; }
#GPxFvx2JRkflqQJWtg6FA22eWZfTT0pD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row .container { background-color: transparent; background-image: none; }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row .container > .video-iframe-container { display: none; }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row > .video-iframe-container { display: none; }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .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); }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row .container { border-width: 0; border-radius: 0; }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#TtyMzCheSDkoBKrVaT0EMnf6eU2WR7a8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#nrP8AewzEHASaRTiohUvxiyHRV4OGzSV { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#TAs4hvwbTB7nMeeRUIGW84Ue9pw4yU5R { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#hZyyO1M7hxfxQeGU0eeUAB24tI8V4Lv0 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#fMeVB1APn9eWezfkClSEUNfiT3DJJdQe { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#iZd3DqF4NV8V1rbdUL4Ugim7p6wMgcKV { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#sRgF5M2Jbx1ZsP0pUVBmVuXGvKmxKDDJ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#g4KH58iAaGDw4hAWo1pdUWtTssd92JXy { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#CXhrhWtPOS4CfDcB4Ergk1QoEehlbhTO { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#kaLcMXJC78NGhAQdp1Ug78XfFIztgfPm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:25.6875rem;left:7.53125rem;display:block; }
#O7T3TyU5lngJoeeHCH3J9GDyrGznKwT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F6E0MTG55AJLZNGPeDPouwG5GTtc3m8y { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:25.6875rem;left:32.53125rem;display:block; }
#R2m1FqaViXbNbPk8wpTo5fRnPfvo7iyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bkPiy72cKFHFFz4qQfauAxdVP7C5iE14 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:25.6875rem;left:57.53125rem;display:block; }
#ewcTIfgT0pFSTbwgaKpO7JranVQDJfsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row .container { background-color: transparent; background-image: none; }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row .container > .video-iframe-container { display: none; }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row > .video-iframe-container { display: none; }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .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); }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row .container { border-width: 0; border-radius: 0; }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#Q7T9TSizJCv7tdANDWza53AEEiupP2zm { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#xgtxJ7RM3yRxPivyTi5VRf5dfnlh3llo { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:23.875rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#fweDPt4rkwcRC61yMzPhtlZ2CATxlqb6 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#QViT7lO0DxwTTr2LWOot75d5X5b9HruZ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#oryGQFh1i0s0g5p66BWz4np2V0Ko6Cm4 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#StVhJTlwtxaHq4B3O8UIzyJ7RH7dTnJn { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#SwNstES8H9DARkSyTxCFte2SGk0ntAzz { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#xBay6TWXkS9QL53TSNlbRw96rJxdl4y7 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Bd2vCZRqyeAzaseeEuTHCc1tV2IpbbX7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#BcKDMKpILRGSlvufIDduyonNVfWTpFNS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#GtK8BXUxGNlUTRAGTOZVD4T46rU3RuJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MGtefXLbMkcuZ0QyADy8g4XX2uo6Idpd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#ZS8f9KOOU8R5QKT3Ulh3OTe7NZL0rlxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#msUTAKDfQTUTApBgXnVVSbf7sFINC5Oa { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#essrmTwPDTfnJCdrtgUQflP6oxqAo2AT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row .container { background-color: transparent; background-image: none; }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row .container > .video-iframe-container { display: none; }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row > .video-iframe-container { display: none; }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .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); }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row .container { border-width: 0; border-radius: 0; }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#zd2ZqTztZcD5pBCz9spWhl0EWT070VRO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#F1r2FVxK5fwRSmltb2euJk0wGM2pTtVq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:23.875rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#yoDsOFZR3VQg37Bp8Ghvf1LM8M1B6pnc { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#S8P1r5F2VSMAnXyTnSREko4KtouP1ozK { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Mhkh1IoKBmWuJ2dlv7F3zL0fED09ST4U { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Ivn7DuXdKuNP0WkZkZiSte6ncT43MayT { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#y7lwoXOcOHF2JkTLg4CLT1yTHKKp1Zhz { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#b9sebbUe0r0BsD5DpQTJeDNgvkzIy5V3 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Hd4eFNKQTQEgpf5sGVvaf9OlFIkbFmHw { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#oUakw9ctIiP3MT6WJrETzLQpp7hNTnDh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:25.5625rem;left:7.53125rem;display:block; }
#hHQq97N2REBgExyGduT1lIUXGIW7bv8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OZTP0vMmIfWzUWFe3RJJNbvQgkGspU4q { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:25.5625rem;left:32.53125rem;display:block; }
#EXPE15iDwnHhVEygcBMSOQvuh1NV5GX7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l0Te8eoSzWiboDy3tuQJKfoDKzM1DVne { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:25.5625rem;left:57.53125rem;display:block; }
#nMGW05xp5TpCF2tTJIOrw5JIZCDtCCrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o9WE5JnufQZIbACkLb4MC4thlylEq9nf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row .container { background-color: transparent; background-image: none; }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row .container > .video-iframe-container { display: none; }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row > .video-iframe-container { display: none; }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .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); }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row .container { border-width: 0; border-radius: 0; }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#txtVp621TcTFU4ZDmhpTbkN4otOcBmWW { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#mHoAdUfEaPFr9pvIs8GJkrNEgZhNnREx { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#XsQynZgrb07P7Zhlvq42hr7F40wPsgL9 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#FsTZc7fT0E8KUx0ev2kxmDSG4e8iTHfG { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#tAifR3GOULygwPs2E4c4heceOIhCu9O1 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#xwdDn6x1KTmwrT6WrXT2IIqR84yzQovd { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#h45ELfUes7sazf1L1aE3RQ02IEpQywsQ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Rm7XikH6c9A12hitDVq5cTdKIpnywBT2 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#TPtMQUL6L7xSIWNHzC1E0loIBIStxTvi { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#NpId69UtJ9OMiEJeoagTaapP1d3tIUyh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:25.6875rem;left:7.53125rem;display:block; }
#OBPzdgCTIXiJcvrdFLMvpyCmFKwt6E98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IOWweiEQizCuMMLSvb9EEbTglqm6NHdz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:25.6875rem;left:32.53125rem;display:block; }
#Td8XHlvFRzp3sylNVJW3ZdJCT5iQVtgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tGtPsd2lP98GOA7MrRuXMC4BbQtbdTr7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:25.6875rem;left:57.53125rem;display:block; }
#eQ2MZrzRuMLMCQkPeQaTGTdg0LKo4BB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row .container { background-color: transparent; background-image: none; }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row .container > .video-iframe-container { display: none; }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row > .video-iframe-container { display: none; }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .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); }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row .container { border-width: 0; border-radius: 0; }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#F3kwaoESZkWyTiG7ZelaKCncoIm9h0K9 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#WIS07bDPqq938z9reEx0m0mhuxQWW1Ag { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#NtcmdeW4KTtZGNComTnStx3h49wyp6qH { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#cD6E2HVnTlkxzpUxQJqxu4muf9OpZZwD { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#TWgPR3w8rgcuRVvK3I8ACUM4ZR4zdwlw { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#RfT8qORCa7BPqUWBpXgwcLcCevRoyVOK { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#HAKdsewowP9WD8xC3TeHtb3J11KpQuBr { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#st4zF0gQN4eqFIOFG13DUysVeTPqEIdO { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Khu4BSIMgdmXeqv6I2ppv3TsTrpDSr7J { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#xCBT6WBzQ5LRCvTGx7EhHgNsvREVACrE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:25.75rem;left:7.53125rem;display:block; }
#E9HeXHse1bUMVdkeRTo8RfMNVnEn2lTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BGzPMTr5hsc9D4irDS8iO7Ulk4PA3qHl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:25.75rem;left:32.53125rem;display:block; }
#zpmgKmfFfn7wJX2qrFBmByDu3pglJzXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yCtn9BcKRt2eIyWQGnVGHAM1eVwz2M3F { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:25.75rem;left:57.53125rem;display:block; }
#HJ5nQ5riw4DnnVogTLRM3ElciIgvfRT0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row .container { background-color: transparent; background-image: none; }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row .container > .video-iframe-container { display: none; }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row > .video-iframe-container { display: none; }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .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); }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row .container { border-width: 0; border-radius: 0; }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#saxK9p2GPGxo2KFou1RImdk49kAzru7L { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#J2aJIPLH7dBGX26VUMFceTpDOZypzn1v { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#hTphOuMJsyN93L5xRBbP3EqeEq40w0i7 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#M8whXuqmAvGl7xNy8NQe7uUs2ZF4pQBe { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#s59TOlC2lkbdUotPkNlMphPDC2FWN3Jy { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#qWeKqHIy4TuPTOLRZJPeluDUmcTK1fCU { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#hR1eT3IbZQLiwM9ohZhEy84fdqbsfP8x { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#TEMAJMQCzmrkXWnCOTbmi8HGvh4pa3u8 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#TkU40sThiR6dv9pFoU7hzkHmcCig9JWi { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#w36Olc8DBhixUhDZu46PDkXobEGVVgPF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#oqfEU7TnDu5pfvsMdutxesSdyHMHLxAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V3OkprUklp1kd4mFMd92z0Zt5BMF9uvn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#xkx1isE7ZFlCCu8GMAoVJzCkOz7DTMFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I0XCgxC2BlzN578UuTmVIsoH5XoTUAgO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#QT6mDf5VmdoG2JV4qwyNzvxP9O893TRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row .container { background-color: transparent; background-image: none; }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row .container > .video-iframe-container { display: none; }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row > .video-iframe-container { display: none; }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .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); }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row .container { border-width: 0; border-radius: 0; }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#A8rQVLUKE9VrU4wTpEaUCvW9D9gAW6zo { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#sUTTMKOQdzzTozV1HKu829eaNZgPKTh3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#JKourQzRTuM4m0TFyHkHqvNpvwHLvfaT { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#sQt8Ec3SuXnSea4TtGkTl5ohNvrsTOCz { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#d1gPmUpLnH4f6bmXc8OrVSCnoTaPocE9 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#uumLqwMQ58r4S4ZAFJKMDvhvA7T0Zldv { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#o0EnKvIns3FbfVV2lk86HyNTUdBuUSkV { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#w1bE2lzKTGiOnqHvwySSWSARUL1koDfz { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#WPEOnIXWUlF7Tr0TGXuRFZ0HTcBDV4Bp { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#hMF1Qq760Rz0brOlcGkTIuLneTx8v4OV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#P8h5IB5Dz5mQO8mEIcrTszCIOhLmnygR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Pv8mmd082NplESCw2TlW0gLUZ0oFM1hB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#HEkFCHuTTTerNJSxNIcdwJfmkpIvbJUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yNFyZBOwaPJTSHmy40nrx3CyecLfZKbv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#aTsV7oKTJH9LGaEiicmBcTJxWve0A0B3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row .container { background-color: transparent; background-image: none; }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row .container > .video-iframe-container { display: none; }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row > .video-iframe-container { display: none; }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .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); }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row .container { border-width: 0; border-radius: 0; }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#ugP8nx6TH9wZz3TIW52knOsG10ToRavk { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#A5ebqPlothMd5CUAR4CUfdwK3itUA9sp { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#kwL9Pcomlr8IOpktxMtdTAnr8zqyTc5I { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#KNH7S8AUcN3Dl9wWb565qL0XuuEw2eMw { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#vIGu2I7L0X3RH6W9e1Wzm5HoBHIruAnS { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#p2TfaSpX5haaBebrNkBTe1IklaWtSoNF { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#vmJ9d9BRLEiTARmdOGnI9vdWo7fISBkW { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#FGXsGLMbPuLAPWw1Wx9ymq2sD6KpvpyJ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#wcpAI5nlhdEQHmKtToaNFWNLxbXf75fz { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#IgBAnncFU7evqTqzyRM3Js8I6kOugnmG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#QtN1d6t5MZ53o4CPyWcSTTTTZib8o7Mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WhsDvu3fi6VaTgBo7XM3kuyU5VVBi7R8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#K8xP9CoPFrTAlG5N4xzp6DCGBnAcf3Tn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vnFXS0TOzGOtB1rE0e2cOD9DPSLPJn22 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#EroQM7u3qpvMl91hb1Ph3PZl2Th5wmPA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row .container { background-color: transparent; background-image: none; }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row .container > .video-iframe-container { display: none; }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row > .video-iframe-container { display: none; }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .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); }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row .container { border-width: 0; border-radius: 0; }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#Tv3eZBH3WSDOZ8lnlSlyTH1Dv8GTdg6x { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#OMnaOoLSfbr74DpGAqoHKBF5qT9TWJV6 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#DHeTPAahB7qCEoClG6T31gIpz4m33okD { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#N19vvTb7DKPGqOzWz3HikGZ4h5LgeNqr { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#pvoeNO5yexKZoU6OGzvoeaqDODuaBTdN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#CxUL6V8BZyA5rgm7KfPOcdlUNftv7WDh { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#AAwpN5CVvZrMTdvsxhScsD8TvOUICvii { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#uF7FX8ITkkpFezmh1wCsUmvG8Qrzdnbe { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#EEPHBPruqDwcNDmq28KDnchxRmZE4yKh { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#MRr0RcSl6JIcfCofyf1iTqaJMzIdNbrG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#SdvoS6gVNNnDy1yD2dXUCTZlHkFKecvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FtU40ll7Gc57o9NqfclhT0QBh5yTkoac { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#VtFDQTIEHoqZZ3AyaKyGIM7zgIvuOoQU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zufJ6TTPJLNQp1ww9pVyfrtzB8sO6RR8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#JDFqT6RtHMzt2otOZ6SLgPtwTFvzTOoP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row .container { background-color: transparent; background-image: none; }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row .container > .video-iframe-container { display: none; }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row > .video-iframe-container { display: none; }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .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); }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row .container { border-width: 0; border-radius: 0; }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#gkp0z1m7rKHow4a6yR0axCGcT89rxgx8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#NdWADsmuHdfp0c0dGXaAnJF0S5nEnX6H { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#oWNVWLrFyRsmfJTKIUFwxPaZ5kiymPTR { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#DwJZd9ptWgQPhUhXif8KGd9PDNwqsXUc { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Vm5S1UfQyz4ysHZImqGVA61cISJ460on { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#C6zKytoZXqyOsxOGc1TmMfT0ONXALXiN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#UOG5v0J1JMlT0bLOUEnildHPfnW4Mb4n { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#aX34O0LzU42qcSRydyLtEFFlJCfzq7pf { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#fIKsN7PssT1RcveA6GyPKETLE1HEeKJD { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#GKwbE9vQAuOsP1p59k5KLd8TsQlcto7Z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:25.5rem;left:7.53125rem;display:block; }
#tAehtSN7m1NnLix6KsIes7z1RAVLl6T9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tckxT65upkld6uSfgvDQbn8xX6v3GXVT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:25.5rem;left:32.53125rem;display:block; }
#TxgBeTgioqFvNFCNQKWBB081v3xG0xo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sT3zJwkuFcAdk3ARBd2if7ilKT5sJ0Zo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:25.5rem;left:57.53125rem;display:block; }
#UnPiP0zTSroU0I3PHcWEiBKMTgfbTBTD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row .container { background-color: transparent; background-image: none; }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row .container > .video-iframe-container { display: none; }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row > .video-iframe-container { display: none; }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .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); }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row .container { border-width: 0; border-radius: 0; }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#xyfb3LHS3up9aNxA7stqQLSKaRaRf7cV { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#osrRrVJUV52G1RAhsmTfsxrUr2L2qmpH { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#eEXbSlN7HfQyrTaq4LqEv6JEdL4Dqn8N { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#ttgKoWPN1gPGhrSsABDTOCrzT4lSIhQN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#QkVUZSPvUAS6vDcIXBGluhTkgvoFDAkK { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#hnMiyMmP0scJEvBgf3PxAqARJRqLmzLn { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#ditHla8t6XXv4Or1fcUqLlIXSWULNJeD { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#dS5XIocJRRagKeXa5GtI2TWpkVdLGUyI { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#MZ4HU8t7ppJtd1OGLnIerJ73nSQWk4L5 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#TLixM9k3Qwab0dJD5RmxCo6eeX986xTC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#c4W8KZg0kTwrmRqrWJFiyR9ZJ8510mPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gc1OVXV8aCQEGVz5O27RpH4cRUwT3SBe { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#wAguMQlHfOTF2nXrlyuR0qtkveaVc1ZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vfTihsBJ6bIOvXadkPHIGInF9QMq7kgD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#X5BqTpwFfSNtMo9pg1wJp5Vsbzsp3KyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row .container { background-color: transparent; background-image: none; }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row .container > .video-iframe-container { display: none; }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row > .video-iframe-container { display: none; }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .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); }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row .container { border-width: 0; border-radius: 0; }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#S0q278GXwmZUfrKBfbslux5dvTW2PKaP { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#mfDy6Eo2HcaCGRDF3DiUEFZ6bwF4oIkg { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#QQO4PwG4IochW2paonq9cHTTor7nRP85 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#tW3pTIJRDUW8ZD6GwOzpozS9oT1fI6au { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#wPAWF04sIN8GJT1IZzgKJC2i59xmtmzQ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#aBcPxp5O1lscAfKymSrf57ai9JSWu8Hw { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#lZ9efhla4l7NGzS2PhZeBEdTlw2TuIaE { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#AXC5LcNhhQrVQdmRvHr01qomcPz5rzWp { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#UqHf7iszbE9gZ7FFyOtyMiPkt0go1kiU { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#VwBu46R96KVny4UbLxzmR5XVsa0JluT1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#H3T7sXTbAAH2k08zHGxCOHwQGLLQF7dT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vIhQlz5DR85C7mCp9rxx0hbPVqwU5Tt1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#CgrkDJVPthffSNChmUrK13EDxndZTit8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Evxw3ZNI2Ba3V5l4lsQudWMK0nqI2D4i { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:25.625rem;left:56.71875rem;display:block; }
#EcarMFZAJFxuuGu6smJpm41AtNIIxox0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row .container { background-color: transparent; background-image: none; }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row .container > .video-iframe-container { display: none; }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row > .video-iframe-container { display: none; }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .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); }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row .container { border-width: 0; border-radius: 0; }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#k5KTVGN6rq8Whe81Fc8bisbeQA2q1D6J { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#d00sKqZBi3Enhsronovyzm9WVgUhXwQz { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#WdxZBTKZCOTKeQrgopCkAcbyUA9hePXn { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#KbBJqFktibS7HBBRX1OSTfhJXx3PRSfO { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#RVm0DwxhfT2lXuBTUBDd4xg2AfqpTIz9 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#PteUafbOOUeToXvSHnoKPFnWlMeOvxg9 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#gALnAhhefByq1pMzhpufEDEopcMph5ny { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#CrIM81hRXU7c5qzVJ9sK3zevazqLgVP7 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#ZrMokctTXThTLA8D2zTrInoPLlElVic6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#cbyQ3D5vKkIfLm0lVtF6Hzbo3swn7IX3 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#kytfIlAwHOARSTBvCBfH3A9DXJG7ZSrP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dT8v11KtALUk0aV3KtWA9bcKPdqKKc03 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#ZLMtnPOcXx7pBKrEw136urk4fo8GBw0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TebSJe7Ur1eEwd1boI6O1WRSBda5TCae { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#yOCX3uzwaWI9RToznUiPrT2fPSHgTIQ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row .container { background-color: transparent; background-image: none; }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row .container > .video-iframe-container { display: none; }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row > .video-iframe-container { display: none; }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .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); }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row .container { border-width: 0; border-radius: 0; }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#E1nD1cWGEFKt9vxrI83oWeNxUJy6IQh8 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:23.875rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#T0Visnxs3dP7OCNiQT9kaxLSg41XI7OU { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#gkJT0mLk7rltA36r8JNPq7zTtGbs68wS { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#ihr6k8Ww8U5kLN475X2uom1FGJG9hSZe { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#eRqznEOdh273Qm5TuNuHU6JIWs11FCsC { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#KsfTsJ31msa56X8m2olgJAvkk51r7Fsp { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Tu4sybs6mye7Xhbg9bFWgIgLgTC78IQ9 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#NXJfu0kPBIlOHWN2gQZCEZFN1dHdEadA { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#b2qXrVTXFXw82g9hRZ6AXy37Jw6COcti { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#GBsSwZhZ2l1CuuenmMovp4NwdgTWv9wK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:25.5rem;left:7.53125rem;display:block; }
#TxSSdM9gmM4ncx1aNrPHTBJBr0iTdS7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fz2C0rzGZXXdsyTP1aPU7LJHbwyzQ8P1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:25.5rem;left:32.53125rem;display:block; }
#HvldeiJa7oIeGqvRwDfLSJJlePnMrQR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vLZ6dXWtBwHErmBEXXPTOyPcHVQg4xJn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:25.5rem;left:57.53125rem;display:block; }
#yJvz8fiz55IRQaevrdXbXMht564NoVeI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row .container { background-color: transparent; background-image: none; }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row .container > .video-iframe-container { display: none; }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row > .video-iframe-container { display: none; }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .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); }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row .container { border-width: 0; border-radius: 0; }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#nPX9TphU7NmHnZh2gimgaeCqX3leEJTU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#GP75PaSQDOHud5CbTTaeoLhqlx9oTWgf { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#OXBG4KTnzBb3D6rMirVJ5ofpNFlUu9PV { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#VoVnr6o1PDRMz8bCwR7K4JppAB2VsQTZ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#JBly6DZhkzAwcSaqLUHwyHELBJRUe7tv { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#bwJ66EREiMHF8W7DXCIZMAI9xu1qVKM8 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#tWkMvbd5SJXiJiTnO4QkLr0dtITCr3yl { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#G4gwLLN2ADnauo5z6qPzxDMfb6pFk1zr { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#LdyOB0fL1UZryEqqdsGGBNVystJ0TTD6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#tuNfnfsnBJRBNJqH60tdOWOfd9wRu4t7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#HeAEzEAebhWLnpr5UaqbVvH6PPEy5wiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hvSWniOndECqTIlt2UefCTFLx7WUaZOF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#iuz5pa4Pzq6UIAx1MiXbHPhgZKetmeZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w08BE8xfxL8e16NZr5dWOSXwu9zfTxdU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#ghzLqmHIi6VAnEO4u89K0wPStuEzPNhs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row .container { background-color: transparent; background-image: none; }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row .container > .video-iframe-container { display: none; }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row > .video-iframe-container { display: none; }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .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); }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row .container { border-width: 0; border-radius: 0; }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#VRywqwM6N2MiTPk3cXaCkyeP6VK7DpQp { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#yXlodrZ7HMisicSDuSNBJuXgxsezFoBq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#di28am1ZM9kWK6TUiL4u0ODuSou22wIK { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#lsSzUKfFabt7W23mhpGNBo5weC9EgLIV { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#uLL5CgvrscKd27PaP4g17E9x7k6qfDEN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#yr47xpphzpCwDt18Kc2EhaSnVo6sePSQ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#MtnR3v3Ulbq0VIw4k39S6ypB37qcWTU8 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#t4kem0i1BCKt6Q2FhHrlfF8mwdWtZKMo { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#iqvIApru7Ce34KNKocUziqRX6QATVvif { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#NOxVDas1mMncXZ7cll3HGKCmx9thZL6u { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#pTCvKfFMPv3RuGllsfy9SnbvrMtH2qbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fQJ4ZF84LgdzNh12PKRzRxovsClc4GLE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#A3GTXW6ftJkHXTOJehnyQe8kI1az3SXa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HaDOAybkBSuwpJ3M1wU0zOuBC70Bho10 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#mPcCZ7woh7mcEEdDER6yONtSELhhN0r2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row .container { background-color: transparent; background-image: none; }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row .container > .video-iframe-container { display: none; }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row > .video-iframe-container { display: none; }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .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); }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row .container { border-width: 0; border-radius: 0; }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#NT6ScHq0A1vSCFGXFKSGFSOGzOucHdwg { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#Of49oKXM0OciJFptwyDzo5g1iiCoJRDJ { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#GkXUdfo8VsZrC9Vt9t9EOMiHQ6xWp0F7 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#IN9J6oSNe1bTThCliET7uyTzMIgcR4yN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#pBNdgkM9lyp8t1Uvdz110suQX1TZIKQN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Tz3ufz6PxkblyydAGvPKcmZw6XVsENdS { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#mLDGovfdysBo4ibwwtKQ6Z97sdOH37aZ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#mzuEaoRNyxqfcSGFT7VLcS1FJvZfglJJ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#l3rvqfR102SoBFdAVMXhUQlB3hNhTu0c { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#iNtw1U2nepsVVvbAfdTQBBaVwGSIqk0E { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:25.5rem;left:7.53125rem;display:block; }
#er5uJb20KVhRgqJtpeXAkRnfbPBTqIke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MlTTT7ElbAVHn79DwvnpZZ6EHhHgptrc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:25.5rem;left:32.53125rem;display:block; }
#lL4yqTT1X1T5PH4urJBngkMzAmUBnKeE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cVQiG16qgEBcuNJgrEdGulkwGg0l9AV1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:25.5rem;left:57.53125rem;display:block; }
#Ld3BRZ2kZSD4ee1ZmKTCIuFphe81SSdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row .container { background-color: transparent; background-image: none; }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row .container > .video-iframe-container { display: none; }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row > .video-iframe-container { display: none; }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .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); }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row .container { border-width: 0; border-radius: 0; }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#tTqZ4MMhZJL8VCtbUA2PRSbhWvaJadJi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#XDK59sXng049t8RT44xS02wPaypoAqMr { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#qIIiovVWQI96vge0v3v0abxXTKVtgbyG { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#xlcIuq62y9cWO4qlZW1mrFTmebUBg1BP { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#E3i0a2503ikI33DSzWNoE8e9FVxCJuDA { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#k2snW0XTsSnmP5EIW2uP3itq9trrfJaB { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#v6cUslA0Cpf7IcthBEMtszeKPJulL602 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#yqTCvIxxKseR249RFg6NvCVJXlJlh1rG { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Sl0slg4nQ781oldmCIaNchvgdZatHzMq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#t6y6aFSenlJxlX2FBctHo7D7ThlKaf0o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100036;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#KmrZOHTGSyJhPcMBo0N89iM9crCLoGwJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WhklqlXS227XLEmrPK0ZttyTGU9CKaTb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#ahCaxdeWZyLMyZgla6we9iepoD3ztPEy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lgdwJai8KDB98TuXORWfguoRCoVhc7St { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#U6qesrcmmtGPfdFKV1p3knT0STpydMuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row .container { background-color: transparent; background-image: none; }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row .container > .video-iframe-container { display: none; }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row > .video-iframe-container { display: none; }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .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); }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row .container { border-width: 0; border-radius: 0; }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#KBwsUl2orA56hetfo5qwSRWUA5Dn6yJA { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#yJ18uwWdfB4D87DC1zHv60lZdGxJXKTz { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#oV2iXv6CKeLt1hcbTUTs4qDJe1PekeJs { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#a2amHiu4ZiNF9p4nwIhqPSrbaJezRKzu { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#VIwqTUAiZA0BklfOr6DrJeBiRb8NemiL { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#RbEcsOrqJd3OU78TRhJQI0ARnvd12mDt { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#Ns139BeVS4swly9QIi3HtxJOt0QPTr43 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#uzucBtMgnfNb2wNdDVSVt0SzQ65gfyIS { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#dwrVP5T2O92QnbhFOvKPB00Bkt5yHBb1 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#rr9TcEbtIZkAyXCxEe19GHCvRWWrAcv1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#KySNJHSZVGIZDM4AXcogTxBh3a3ofAs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JMLKgOAJoHMreyQoVebzpSIGyx3RX7yS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#gwDNlR9nhac164Sc9ufxVD4wMENWguKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n5QJWUqlCM4NlB5kL546TU6ignd9wpy4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#xLJFtPqeJNEMxTguirHz0nEelTCAwDet { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row .container { background-color: transparent; background-image: none; }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row .container > .video-iframe-container { display: none; }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row > .video-iframe-container { display: none; }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .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); }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row .container { border-width: 0; border-radius: 0; }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#o4HAkkcZX6rNeITSTASefMoTlZPrMKcI { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#QGqfkwULgD4pcck918IDm2maMAdi9of1 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#rEm8BUuRcV5vHnr933cNiKAFHwp12DWB { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#atdNUkcEDSvw51gHWv83E9Svi8vwD1Nt { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#ZGZ1OuvSWXunB6a2hA49sID09cLMe93P { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#yzTM42FKVLC93nbBsZxmWGMPq5vr0bRy { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#iNi0R9UonzaSiE7Hl7iDwiL6ooG6RR1k { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#SoACB08zJmUWZ3IKHqHg8h6HeBhZIV5H { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#HQAP3xBUWIAHT417OHicLhm8EZ0J17g2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.8125rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#sDyZTSrxE6IGrBKHEBTQvwEmz3SNi68u { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:25.5rem;left:7.53125rem;display:block; }
#mB8nP5eLTzFvnOiFkRFs0Lk8AcgDFX6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#phqVJeRX69AivQiCq2aGaOcOhXxnqUpi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:25.5rem;left:32.53125rem;display:block; }
#PCAxd0OIUd7QknZOVZ3yN4aTMozbDtzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kTT5kC3WmtwLTv2gqE3L3JJJ1lANX6ML { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:25.5rem;left:57.53125rem;display:block; }
#spdreGRbD3WgmkNPJJxixzhAFpxGEdaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row .container { background-color: transparent; background-image: none; }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row .container > .video-iframe-container { display: none; }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row > .video-iframe-container { display: none; }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .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); }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row .container { border-width: 0; border-radius: 0; }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#HmCnqTK5sKkxvbBTMG8TwpfCnGqToLt6 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#Xx9u3t661O8ysRw5NLtmaU8Rhte6TOE2 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#ZKIxeKdQuPSyTfEVslvERq3B53CJ9Hm7 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#iX4oRlarA97Ec2JG7oHquNCi1wthsN0o { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#qsr7Pal7SRQdL6LFqDgUqeqvywmHf9pT { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#trWFUwwmd2iyiBe1E7TvSvntBc7PBxf8 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#Aygb7UNTEdvLNoAMpafgwZFrqqp4MZpx { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#Su4Od7CTk6x2mHA8ANrT5KtzTf1K7dUJ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#o8LiXc2U6iXV5Qi7ZpUZhcvpmF4ac2fD { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#hhSVFapTeFBaDtpnVckDVcbidgTeMLC0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#lVLtUK1KqxaT0KsAt7C5iSIIfz8DIdEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nAQ1a6CWcnX7Lq9ROOWSBAMWBczrWKyq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#boXFtF4yhdgTnx60Qd9Dox44SJ1dWpPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OgVkOIx0h8fDPtc7r68wV2nem8iHWJf2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#Iqr2wfRHAKVJO444tyZ94X64RpW4xQAi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row .container { background-color: transparent; background-image: none; }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row .container > .video-iframe-container { display: none; }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row > .video-iframe-container { display: none; }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .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); }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row .container { border-width: 0; border-radius: 0; }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#QgglzTiIltuCew4Q3GOTPf5ig0XvRxIG { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#bB75d6h7eMQNaBfhG0wmog3mU6Jhkvrq { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#fKJGW46DTJoTcWCMx8aPHGuhbNhxoBKl { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#NpNEdLtaRaoqBUJNoKV3vDXOcTozusix { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#NkrInLhOoxJQxDiMTl7ns21LEHeClIq3 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#QzeoU3XbZ2el4TuyH8ofLrRkR8GcVg9i { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#CirQoi78u6SMThUV07BNKeUxllXvONxd { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#BidBGoAUTUzHBZzKe3AO96iz2TGxHoxh { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#ENzESF64wlFqaPTiibvxuyUWHTTmEkWn { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#zOoQZa1GgJMJE2cgfxaMVmIktuaCwuyU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#uXCll9mmgcFx4bgA4m7ouRguamqDlMNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RqV1UXWeH43po7qvIgP0oRuTEFUdid8q { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#FIT8fT5XsUKu8H4pB8AMP72ZZmlSHbtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TytwT0hOTgJxCKE1wxPyLffN1SW4BCFx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:25.625rem;left:57.53125rem;display:block; }
#isFpCZxNWeg5gDr2L0xxVOKw6HNG0gWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row .container { background-color: transparent; background-image: none; }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row .container > .video-iframe-container { display: none; }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row > .video-iframe-container { display: none; }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .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); }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row .container { border-width: 0; border-radius: 0; }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#u9acW59hWA5ib84efU2bgedrmngFwhb4 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#F2nA8MGR7e5PH3ZqTD11uNXefUz1TDJp { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#BGG4780cnoDPr5LEC893czfyIb0kh3s6 { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#S6FKTx974aZdN2TsKMFEdAXtm4QsBTkN { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Kqx0wRAAskNHqwv8oWhCqBApPCOOaNMq { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#Fa08Xo45kHpBHHuTAiwatgQZ62SfEslg { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:1.05615rem;font-style:normal;display:block; }
#T5TadqgLarBAUsHbMw31QnLT6f1CKFko { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:1.05615rem;font-style:normal;display:block; }
#vEz2dqWPuSpdZeFJ9iN19deWidShAaCt { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#nwfIIP7pobPFgWDrxHzSJC2u5cpeBgfJ { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#OtzWWt09TOibvWGQFTuSy1FXJub3ZbD0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:25.4375rem;left:7.53125rem;display:block; }
#oEZxL7vZDfw8fMsH0zoKPEoBXzcgwh19 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nEQ99k4ucvKKUP4Fl09Cc90pVHPM4qph { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:25.4375rem;left:32.53125rem;display:block; }
#nBZpUkfGono1aZ0lWKlscoG57Xr9iA2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xo9T3p4gxS9bTR7qGB6gEuZTizmTcoii { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:25.4375rem;left:57.53125rem;display:block; }
#FkoxbkGmb0GtmCCxR5dwBNRWK3Jg0RDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row .container { background-color: transparent; background-image: none; }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row .container > .video-iframe-container { display: none; }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row > .video-iframe-container { display: none; }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .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); }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row .container { border-width: 0; border-radius: 0; }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#ORUixV45IyEEBp6A4GfNdxToN5uqs4lv { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:25.5rem;overflow:hidden;display:block; }
#ISVVF46Xt9mOdPU60aU7Q11veChhTk8X { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.375rem;left:50.5rem;overflow:hidden;display:block; }
#WlrAd1rzPatCsNDyQ9tP4tResbNAyuQD { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:0.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#IHv2kpCg7RP29hIeA8M4mTqhZHEap77t { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:25.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#KwwJwpfGOyDSygie1F4QxigXpc3HCWsZ { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.3125rem;left:50.5625rem;height:1.3808625rem;font-style:normal;display:block; }
#zm0oOa9oNaJJTG5OW0Xy5fuLtwrbA6Hu { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#Z0AGL9hre2pZZ9FvmWzLcMEJTtqpg4nV { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:21.3125rem;left:25.5625rem;height:2.11230625rem;font-style:normal;display:block; }
#q3DmPRQndhxMQfPvlzwp5FTKOTKSikBi { color:#585858;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:21.3125rem;left:50.5625rem;height:1.05615rem;font-style:normal;display:block; }
#dnTXQL63fBcBWHkXIAVZgBXTIwa9wt4I { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.9375rem;width:24rem;top:1.34375rem;left:0.5rem;overflow:hidden;display:block; }
#Q41ig3zmetJThd7EXUkVoLOc91LbGLf0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:25.625rem;left:7.53125rem;display:block; }
#y6aNhU7IQHUeovae6L8X8IciU46OoubB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xxONCwZEasTsAfQ3aZ8AGz19DVLLfm37 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -moz-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -ms-linear-gradient(180deg, #dd2c2c, #cc1d1d);background-image: -o-linear-gradient(180deg, #dd2c2c, #cc1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2c2c', endColorstr='#cc1d1d' );";background-image: linear-gradient(180deg, #dd2c2c, #cc1d1d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.5rem rgba(0,0,0,0.2) ;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.9375rem;height:1.9375rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:25.625rem;left:32.53125rem;display:block; }
#kdQShHRtGzG3ItKNwELWU6TX8ery1Ev4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe { position:relative;display:block; }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe { background-color: transparent; background-image: none; }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .row .container > .video-iframe-container { display: none; }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .row > .video-iframe-container { display: none; }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .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); }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe { border-width: 0; border-radius: 0; }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .row .container { border-top:0.0625rem dashed #dcdcdc;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#M9t5ckm52BWJ5OUJSVnTkR22NAGUJaHF { color:#000000;display:block;width:59.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:23.5625rem;left:7.8125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#dypxM5T9G1q0IvGJgc2EB1pDECeUviyT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:8.4375rem;top:16.0625rem;left:33.28125rem;overflow:hidden;display:block; }
#vyFBiq1MS1oxyswurxtOvzuz3AtB3hmF { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:5.625rem;height:2.6806625rem;text-align:center;text-align-last:center;display:block; }
#GiWAdZIAA7k5T1753RyzTnMUyz0y5KAI { color:#000000;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.5rem;left:18.0625rem;height:3.16845625rem;text-align:center;text-align-last:center;display:block; }
#xREFoXScHyv9vos4NFO6gQz9iFpAldfX { color:#000000;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.125rem;left:18.0625rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#J2AqtJhUsbqhpcgRwewiTP7IoSOJNSFq { color:#000000;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:20.75rem;left:18.0625rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#PmL8n3vEOh4nLwZ7Daf7C7gnomwh0Udl { color:#000000;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:18.0625rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #flDxmXzuTDU0eFtsSpFJDl2zzypzSnqf { width:18.75rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GAO0L5Qy5erMXOH8vvBQzfQgB7cVnUhi { width:33.0625rem;height:3.125rem;top:6.875rem;left:7.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXqgrl3PmGyKoteVp9awKxsvM8WtTIXh { width:33.875rem;height:1.1875rem;top:11.125rem;left:6.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NqHahGeqx3PT6yo87ixJyroMEDvMTRFV { width:32.25rem;height:1rem;top:13.8125rem;left:8.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ { display:block; }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZR9UNiXRzuPVqqgqyTCQsfFE5617LMTF { width:15.625rem;height:10.3125rem;top:4.15625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FWy5ypQIizUDCgvGTv44mxk3pDOeTPZZ { width:15.5rem;height:10.25rem;top:4.15625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMyPWk9he1Xr1nAv6EuXWXayQ1qhxV5T { width:14.5625rem;height:1.125rem;top:16.0625rem;left:0.6767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2y9WcbceOU2C0LoOtVW2VWQ2HIeSkz1 { width:14.5625rem;height:2.25rem;top:16.0625rem;left:16.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2GV7NZnIZeRblWNpE7rxbDBUaegDBhL { width:14.5625rem;height:1.125rem;top:16.0625rem;left:32.509765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1nuQ4rXaWh3naOKsGpvBMSvNn2fWopt { width:14.5625rem;height:1rem;top:19.375rem;left:0.6767578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JZO00JBp1JPBqpfONXz5MiURdlLFnLT3 { width:14.5625rem;height:2rem;top:19.375rem;left:16.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HcFJBTUAlCuervKg4JNe8eFdBM75R80B { width:14.5625rem;height:1rem;top:19.375rem;left:32.509765625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LgBIx35hdOesiaTUIeuqn8BM7TqitDQ1 { width:15.375rem;height:10.25rem;top:4.1875rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w9e2m9IxVpgWILlehlNmhJKtW9QiNLra { width:9.9375rem;height:1.9375rem;top:25.0625rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #diztVrhBRIdOxLTuB33qrPoyTwXQp7qv { display:block; }
 }@media only screen and (max-width: 1199px) { #msSQDHTAIKimzV893LW0Q3vwTBchWTQ5 { width:9.9375rem;height:1.9375rem;top:24.9375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IA0SvLPHhNr27F7D2Np8AQZckERRLlua { display:block; }
 }@media only screen and (max-width: 1199px) { #HQSwafLoTJNZg7NidkuoZAuHBgNHtsEq { width:9.9375rem;height:1.9375rem;top:25.0625rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDAJJBfoTz4mg7LgZe2KTGTWXD4J39ka { display:block; }
 }@media only screen and (max-width: 1199px) { #dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB { display:block; }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GTX0dCgTslBxml1sRTlCmP3vRWMlnBpu { width:15.5rem;height:10.3125rem;top:4.15625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hkTrG56akTuqsG3LEG5bZIdladM9pne6 { width:15.625rem;height:10.3125rem;top:4.15625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkgIarhlXoO87bwhT1hIuOmLVX4k5cVo { width:14.5625rem;height:1.125rem;top:16.0625rem;left:0.6767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEo3lEG9VFktA3PwLWOWyveQGRvSmZ5d { width:14.5625rem;height:2.25rem;top:16.0625rem;left:16.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EWJCl7IMQVapiZH9uwD4yxQWe3Ahg8iq { width:14.5625rem;height:1.125rem;top:16.0625rem;left:32.509765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EBNRH4Jb30SFlefe9WM5zSXUNlkWFKxu { width:14.5625rem;height:1rem;top:19.375rem;left:0.6767578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJP7gGsXABWTwhLoGLcETKKx6sNTThJH { width:14.5625rem;height:2rem;top:19.375rem;left:16.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvpJJS2CQnqoQJXdOrThvlLX5NF0TzPd { width:14.5625rem;height:1rem;top:19.375rem;left:32.509765625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XU0680q3uZXhoNbqzMznBrMBGkGQ75WN { width:15.625rem;height:10.25rem;top:4.1875rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Na649sBd4BaOiKAipNgbuiQtUMU63H56 { width:9.9375rem;height:1.9375rem;top:25.0625rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OO9qRpheGPiSzoAxQU5o1PUG3PETvKh7 { display:block; }
 }@media only screen and (max-width: 1199px) { #mmFtTI631W7mVdqLXFJ3w8ttrgMktpco { width:9.9375rem;height:1.9375rem;top:25.0625rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pGQStF4SRai10ZqL1V810Dcw27mIQDOL { display:block; }
 }@media only screen and (max-width: 1199px) { #afzaHl4ArZNqFC07BXgNDyL0RscfqmEX { display:block; }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mKUqURpPswclKo0IJnnwXvQdy8floNKS { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMlFVAvD8bbdSXT4TvoI7EsahPL2BMQl { width:15.625rem;height:10.375rem;top:1.375rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nlqoaStbaMfvRaFoeHN1tPUyeiXXEXLo { width:14.5625rem;height:1.125rem;top:13.8125rem;left:0.6767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wi7iK2DsSBzAXiDzzy0nLMVCp9gO2mbN { width:14.5625rem;height:3.375rem;top:13.8125rem;left:17.3330078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gev0Tolp9RIF2ZOuwGBdxsB1ITz5QmDi { width:14.5625rem;height:2.25rem;top:13.8125rem;left:32.509765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ikQIJ7qsNITBrnvEo0abPhKWOy6H9GDf { width:14.5625rem;height:2rem;top:16.0625rem;left:0.6767578125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGPyCiut0UIOag7DARRKQVQuMRDGsvpf { width:14.5625rem;height:1rem;top:18.0625rem;left:17.3330078125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u0fBT3usv3JpQaWlBcSoLRh31NdtloWq { width:14.5625rem;height:1rem;top:18.0625rem;left:33.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7d4SSwdmLR9oD6Drow7F4XczOlGo6T6 { width:15.625rem;height:10.375rem;top:1.375rem;left:0.353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzGT4uPFoDCbNbN5Fzxfkf1xDS9DosZS { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uyaw26t7WaNslxcRaovA0kqpKcGsBEkE { display:block; }
 }@media only screen and (max-width: 1199px) { #Ts0GOrxCOdZWraArO1R470ff9ma0ExHC { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lMDnnFpAI3tIT6kutMrKLTkNlOHMzh8s { display:block; }
 }@media only screen and (max-width: 1199px) { #MEEalZWelPO9nqPcXvTPpzSm31qoqz6C { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSrcmzRRQ7CJbsGFngJpOy5UzFf4n2xi { display:block; }
 }@media only screen and (max-width: 1199px) { #Q52stvyLiSoomedtRtE4LhkrZwhkrwfk { display:block; }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TcVmQotnMTqNz1Xv2rN0elK5n3B5aVLr { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hZ2uR7ihCxoBe0pIp4dB0t6TD67Q2ysz { width:15.625rem;height:10.375rem;top:1.375rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eElzebVJ4apTSfNtaqFS7xV0exNkSMZD { width:23.875rem;height:2.75rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vs71WJ2JLvgJSe4y3tqqcrechUlRo9ym { width:23.875rem;height:2.75rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #O0ITl0XxB2Kk9nkk8VQ2OdmLbpxyhMAT { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q2dfzo0muB7HRDllVTKwoduqSpTz0QbB { width:23.875rem;height:1rem;top:23.1875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ndNQyCWbL6pMGWc0Tv1ol8S3FxdKhXNK { width:23.875rem;height:1rem;top:23.1875rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #p2OLPAvPztq037fv89Mmb6KNgINR2I83 { width:23.875rem;height:1rem;top:23.1875rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LunuMA9APNCLHRGqHFkxcBsfn4e64l8z { width:15.625rem;height:10.375rem;top:1.375rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C5cGqcbbAA7EDyewg8w1IZr1DB9FkBTE { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L88CPo8crcR1ytW6vwUSAT8QsRXWARkI { display:block; }
 }@media only screen and (max-width: 1199px) { #JiLxmQyWsLzbJCHbHfVkptnP2HiXRR7g { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7F38ihn5OWgz1eIdUOiqfkq9JprB3SL { display:block; }
 }@media only screen and (max-width: 1199px) { #Pd69d45I6x0wAZIIfV6goh3Cv0bCKCUn { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hf0wC5wcEsXc444la5nXC1NymrZZq0uy { display:block; }
 }@media only screen and (max-width: 1199px) { #Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s { display:block; }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ig8pw2piVmx909fLmdWOppFgfeQr2QH8 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3vBrOJxFHzJQZq6T9NXAitIghn1TZOH { width:15.625rem;height:10.375rem;top:1.375rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWDT8LhCbrJuxElB1qUfsQVSxOwS0699 { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xg4f5wC0SPqCwiTFKTHuustnMCsNyUrS { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #szh8ZhgRILJqrcIZJTIyJ89ReAHNJr0Q { width:23.875rem;height:2.75rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sawzZfVJ0NSFzuGnnXKzva6IaClfAIEw { width:23.875rem;height:1rem;top:21.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #evtiTk90XnSCNsJr0r97hkILSNeTsAGy { width:23.875rem;height:1rem;top:21.9375rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nakRBU8lB8pqIEXSZUbtHu1lWmm9ch3t { width:23.875rem;height:1rem;top:23.1875rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SDbfV7XTPX4NrwOvZ7FrDQutFypuNPJH { width:15.625rem;height:10.375rem;top:1.375rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTnF3LsH2LXUo9h5aQTKQkTkn3x8wnMV { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CFtKfm1T3it9mo0WdzTulgQvR1fmbiCo { display:block; }
 }@media only screen and (max-width: 1199px) { #krHchDfHFMbiowTE1gSBSmUdqmtbleUZ { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EV0STSdflvm2Q9lleK2Z6dTrAPLa7uPf { display:block; }
 }@media only screen and (max-width: 1199px) { #PxcSSxsUroxznewAVncE7T5m49hdPank { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOzWez2toHgdvwG4VGHLtIfRuir4S8eG { display:block; }
 }@media only screen and (max-width: 1199px) { #Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu { display:block; }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oilyVvoMsUfDA74g5tSppPxNIEdlyA58 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8ag7wTx0liN3xRTRkOgQqoB08J3phhg { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUty88kraUQDZelKb3idTN39p4eA6qUQ { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ikK4aRmZb62sl9r5VBImb0IhdTpWoxX2 { width:23.875rem;height:2.75rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sXApE7K1xfIX98TgZFiTEK4VHi5q0Bek { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TktLcApd7cX0qXD1kBiVvW39ZD8GrNXp { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uoRSZtMbplP7zLTXrlNtSs6ECa3B0Oa1 { width:23.875rem;height:1rem;top:22.5625rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rOv9neCrKQFfcV85fTE1btlf53W2yHOA { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b7xurPaTL15kNA7BqcxyEScCD8eNNBIR { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0S9EKawZTlP397nSOPXU3rl91n54hMu { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrswTBSVIiJ7V3STkqyiV0DLBUdSDhdO { display:block; }
 }@media only screen and (max-width: 1199px) { #Hwp4URT53Z736uuvmhb4luEcksb3wIa7 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mBKhBZVbr4iW4bf3i985yyUhf66BHTfl { display:block; }
 }@media only screen and (max-width: 1199px) { #ERSGU743pQKNIw8zW81xQ8TFVT8tZDBW { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o3qSfd4vDWapzp8GrXR8XFh8UzJriw7u { display:block; }
 }@media only screen and (max-width: 1199px) { #OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb { display:block; }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kT30J9g9dmsfN4SsyaGKGg4r8tmoBN4h { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ET1HJUGKqtCbXpivKKDuzd4JdI6XrBcg { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8U9EE4ZTwa7lOKcvGaF82owSNRLiKJn { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r5bTwonN52ItFq0ewxrwVQKH6o2t3el2 { width:23.875rem;height:2.75rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QBHgwTHBIadKdzmzfKTqdtgWEzne5ZLs { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qXLahUukkLntZO22VVM1B6TCPtgk6KH1 { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XF3dCPO7Tg2gse5x8yTxVWaP8lt3gNxw { width:23.875rem;height:1rem;top:23.1875rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iPhHPMtOsTstgBTkUiQMqTadsTKv6a37 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JifmH4kXNJyuJTLoam4ESmn1ua6z8QK1 { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUleKJXK0gRltmNwKi6oEUssy2r9a8oQ { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzgaawQscWcBdN24u5bP7TUKmWyBpy6K { display:block; }
 }@media only screen and (max-width: 1199px) { #catwOOuRGwAdTKaNvgB1zDu0wy7tvT5T { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yw0OErIE8xHuXfqPpxCLhdofsqLcurTI { display:block; }
 }@media only screen and (max-width: 1199px) { #cM8sK0eyukoGRwWlf4VwkMNW8GWVBT5B { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eg3Px8662mri5E65nkXwdZhhOMwiyzxg { display:block; }
 }@media only screen and (max-width: 1199px) { #dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 { display:block; }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wNDucWTsHTMUPUBDZDar2ozK2s2rU7G0 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZGf3fZTxPTDOKS1IHdeSuFxHh5ILfb2R { width:15.625rem;height:10.375rem;top:1.375rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkMK23m0O1pTsABF1P1eKhHpC24cXokZ { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tM6oTqLSC8bToK5MTN4ay2ewqBrtA3Oy { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uNfQo7AxaVTBGoa4OCknl4ysafdyPPte { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R1PsCZ11yH7KQuO1xO7wyxQAC8bwpsCy { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EJwZX2OoauPasAVHE9wUMhGCJoIH40aP { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MLuh8w315tooX9bhI7PRnsQniv8fxHzL { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hQapuoFT6Sfb29Lez0b0ilSxOwkIHpfR { width:15.625rem;height:10.375rem;top:1.375rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACy8yPCTN9Z4KtS7n6Cn94qkfaK2EymT { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8iIOfT8ty6PfgMq0tCWS2q72pgZA4LU { display:block; }
 }@media only screen and (max-width: 1199px) { #Gpk9NS8qgGWXsddL6Tz2lJKfz8TchRih { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnxdnNZ9LAhnK1OAPTCAnICiaVR3Ifoo { display:block; }
 }@media only screen and (max-width: 1199px) { #Gv9C3pHd3StVcaT2HixkHbat6uV903LF { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lr81C4vaozod8CcywUrlFuxBZQ4D6CXb { display:block; }
 }@media only screen and (max-width: 1199px) { #cFppdtd58A6n36Q2IXOTb13pxNpKZnhl { display:block; }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I4k7FRz9inusQ5PGoh79N08R1EGccwMU { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8Jf2czybOeK1ToNHdHlJCldCSEk5Zt4 { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9yDLdfTqlGmvdSR1WTZrPTftRKu3owb { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rXTmeBITmkC35wU8UegLLDe1U1Oi0O5y { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lgGLxJ0R59EDoC0h5JMwiXhVOoEDHyZh { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xXTi0XiAnmlCiZutIAc5U9bf2dRLXC7S { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JymS5RDNwogq9RFR1TBqZxk8X5dEvUPP { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #P9J1LVu5cgRhr94V1R3zk2mwcAQASowt { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OMApcSnCcvgDOSk5JE3yhoAQy5EWRlvz { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QzhFq4G723rQKIuvXEaO0WDf86HHxnTq { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5L1at7wBG16yL7TwqMo04rG5wMXUPrv { display:block; }
 }@media only screen and (max-width: 1199px) { #kGT0Q2pwnuGIRous1SHVzX6iAuvMQ8vX { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXFCcH50gU1tahMUQZ1WJJuC0vGRc8eG { display:block; }
 }@media only screen and (max-width: 1199px) { #TUkxR2M26ZwLWnSwqk2BpxHRbGkmVtgK { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s4cduW9mMb5RdUoD8tTu8TDgUcwgTGcm { display:block; }
 }@media only screen and (max-width: 1199px) { #UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 { display:block; }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oDkrteM3WcWloRgJCVb2WFNC2JdffnNw { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4oXSSShx3EQBBCqDIdFtqEaZ8rQEfcU { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SwRcNNXMwByt1WX7Ok3Gc9HW1sXxbdfi { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pe0t2XtNspgpgGT4TrEh7MExETwnxNT0 { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lT9rTJnzZWNouppeMc8xMqvJm02Kl5ZU { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zQgJ8f6iLo0RQe5Vpd3FlXJ2kIOvtkHf { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Uq7TSDdVsw5NQ4nv5f4HCWJP52o1nW3e { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PWukV2kAKn7dJIpPeAb75xC0SbqXKRir { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FuhaxkTF7T6d3ntKfhkT0HO72k4TklyQ { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VOnsfLhRFNUPTI2twePFSd3VPiqTPn9W { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HUitSbcbzIPAhgeeMKNZvXbN6diQhRAc { display:block; }
 }@media only screen and (max-width: 1199px) { #UX9QlrGFlOPsnKq0bAZxDuqTTdFzJrDn { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7bBrFNOQMdoQVWCEfmFce7S8w3baUM0 { display:block; }
 }@media only screen and (max-width: 1199px) { #zJs4MnwUhCHuK98gMeJH7MPIHWi93fGE { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqKNtOiun4G4oXtxZArTOUG9PgSt9OAI { display:block; }
 }@media only screen and (max-width: 1199px) { #eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ { display:block; }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FdxICKZAaMhAS9Ry3S9GPMbfqhaKNN86 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkDnTE1KKKatfoTmDfbaipF2qq1A5ufs { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZI4D3RwsT7FF30AXrR4H3F0wGCUUDDQb { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xRPm7cNxXz2QCVMJ8SMnoB8MW1TNA9nx { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ATVOBZw7WDJnsldqr3ZUcIgFJdRBNdnM { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vEeyLPpmVTbI7cOxzoFQFpcGC69icTeP { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ckR83dORrBguxFXtesb5h2a7t8MUG4hR { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iQTi9wLC53olTDlVyigcQfcryp4ryus4 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XNDGtpGwnhxZ650CGvAEeTtZDsdRoKxv { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dR5AHKuBmzWy6uQaFw0Css7fTfbThHCH { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POAke2SiTM2inRKmvhS8fLToksKPxdqv { display:block; }
 }@media only screen and (max-width: 1199px) { #a7pZTWd3JFTTo0IesTfTCt15USShrRZD { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aNuKQuySvfvSbi5cUrqumu2JCdH4EvZA { display:block; }
 }@media only screen and (max-width: 1199px) { #Qn3DC67TVk3BtDUT1z45Xz04h0Tv7g3t { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT6usK9whnNhu6TOmdzgJeEs6QXkS8SA { display:block; }
 }@media only screen and (max-width: 1199px) { #SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS { display:block; }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BD8H0Ta7ANt86puJw9dG13FIvSbT2HvB { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TGBwArKBy4ZQB48V9Xna1KHuSKlPhmS2 { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tVPOO50dECCc5rxCCutNXcpfyBeaGF2M { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yi9KdWy7r7hmgfkA6KMNK9XInBzIgzGE { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eSraflDwlAT3n8Ny1rIRGH9zxEcAHkm5 { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rt5kQRpO7mLpR2FPIzaOsJqweWzektvJ { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qIT2ZpitxqXoM06IuFXavKeguVDayJ26 { width:23.875rem;height:2rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NltaxX3LecmgcHtgK9zMVHK7s4t8icgg { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #idXQ7vN1xBbQzlgyDxm21OoUsw3oUFn5 { width:15.625rem;height:10.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WipmzgBoSlDFGG6UX2mxTik0HWIwNT8D { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zmhqTCem6xP7wgr338rbvyrNfN0OuNcb { display:block; }
 }@media only screen and (max-width: 1199px) { #aTg7ROaC3ugbUt4nwNKHEG7XCEsqPQZS { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #po0Ic60ah69MoiQuZUsAXfqAQvg78nTe { display:block; }
 }@media only screen and (max-width: 1199px) { #poPEgZocdbuikSpw68dlIR3Xhmaaariz { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hqhPv351eWREnMXNmJ3OiyM80ROflm8s { display:block; }
 }@media only screen and (max-width: 1199px) { #ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe { display:block; }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IL0TtLtsuDNaZSNCoOZwVJ6WeC1WmDBG { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhOF6Qy06MTHS6l3pEszTcZsOByVsInf { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czXvDtXnZxyZNVWeZzzg9xJ0Nt1EHHpr { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cJQP99yl7Z8qw9TsdGJQCRtWr4T2VcTS { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gKNJQgpwNIWGMObvvGWmCXEVWTr1fELf { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M6TWNTO9Iy9NLkZ9NRZQZcDp8DBDFtK6 { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FPgqrHwfQWf8X8nwgIx1E2gmHl2uLJUD { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tTbLRX9MUTrB0XBGpBAgka5pmh3BFCm1 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JXtrBZmvdPvPt8iu9hpMiMWKAhSesBG0 { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M3yFXezQLDqVWQrBivLEpWKkfTkI0zyU { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n0exVLNTFalmW36RQ478CQJ1GbUtWCdZ { display:block; }
 }@media only screen and (max-width: 1199px) { #TBdeUt8P8wgVTE8WPgabbP1E5ieLBho3 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3b9XLzS9AtApdiXJ71llmsC8nbRCiEf { display:block; }
 }@media only screen and (max-width: 1199px) { #DT5iXmohu4gLavRNdRTXHUSSZ95Du1Ca { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlRhyaFxdUzNVcGNB6fwmIQC2bxd2sPt { display:block; }
 }@media only screen and (max-width: 1199px) { #CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E { display:block; }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QRfZRxr1CiFveMBuMnwh0WM7HHIJ3BKp { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ipgxdMmrxMDo6nJgbZNA8dsGW2wHWPsl { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DoJnMOaWT1UHNh26JVOWIn8PPD8BJBOC { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UbKQWnUsUAyO6Jn4zr7pWHZDpbV5rW9a { width:23.875rem;height:2.75rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o2qTbQlxHkhx7FxhVM297mttDnQZmnAt { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dTVDSHmphb9egPOPUL5wzzUFWHgNORMI { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qTMSsU6nT2bRczvg1O5DCD1AZDpTbtTW { width:23.875rem;height:1rem;top:22.5625rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ma0nG1Jn6nT5REa3BZz5rommBQpDg6Hv { width:23.875rem;height:2rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MvakERMT85PoG5GRXpaWuGNAyaT4khaT { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dc7z8xpJ9OyN5cLko5Znax7bluw9bQ8y { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rz0N4OHR63WDEdFzFBWXFrX5v8hETXty { display:block; }
 }@media only screen and (max-width: 1199px) { #fbscv4F8z3oyTZqRx57Oe2Kf15EoVwQu { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XLno4glQc3TcUu8ih5igtznqLme8Notn { display:block; }
 }@media only screen and (max-width: 1199px) { #wCPuPv4yo2XeL51LPEq9gMIfJlpXEcek { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BpBUfSTO8Vw3i1PF0o1WtefOfBZpT7Im { display:block; }
 }@media only screen and (max-width: 1199px) { #RXH34q0MLs93qGHSbMLfvSXHUwVDTasX { display:block; }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nyW7wC6OldZeFmVhuaPfe1ac4vT9Wf0l { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bl7mIwyERVogu6tQHXBD34NOf9fMGLv3 { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #weKc3WtTBaT0sehTDaa9kP07kp3hk5BD { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dTzrT7Wzp81uOGszw8oPkbQpu1iczv4P { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ag5ItTtG6dRVDsWBJnaxUdLGMky691NQ { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #giMTyk4TFrrEI1hy70lilctNFUPBEtRc { width:23.875rem;height:2rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SvxIvMOw4tfSxiG8ANwIgufOuTP6eLkC { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AawruKIqZiIqSlcXzOcJLL0lPZ9fFGwm { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iRPTpqT6cgXW95U5TfLZFynOA3fPwGmz { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fy34arAKfUp7fUrV9EeANOMQfr33wlzC { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y5lC4ExcgdpZ1UPVxzLIPSFxgssFxT3Q { display:block; }
 }@media only screen and (max-width: 1199px) { #ywhq9XpUq6WEwGdqOqT1GbbCHfCGDP1o { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTzCZtNi4b5pAJq6CbcL6A7qmnQCp0cQ { display:block; }
 }@media only screen and (max-width: 1199px) { #hC9RI1zav9fX0rAIJcye00iJsEuFwXc6 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPxFvx2JRkflqQJWtg6FA22eWZfTT0pD { display:block; }
 }@media only screen and (max-width: 1199px) { #zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 { display:block; }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TtyMzCheSDkoBKrVaT0EMnf6eU2WR7a8 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nrP8AewzEHASaRTiohUvxiyHRV4OGzSV { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAs4hvwbTB7nMeeRUIGW84Ue9pw4yU5R { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hZyyO1M7hxfxQeGU0eeUAB24tI8V4Lv0 { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fMeVB1APn9eWezfkClSEUNfiT3DJJdQe { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iZd3DqF4NV8V1rbdUL4Ugim7p6wMgcKV { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sRgF5M2Jbx1ZsP0pUVBmVuXGvKmxKDDJ { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #g4KH58iAaGDw4hAWo1pdUWtTssd92JXy { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CXhrhWtPOS4CfDcB4Ergk1QoEehlbhTO { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kaLcMXJC78NGhAQdp1Ug78XfFIztgfPm { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O7T3TyU5lngJoeeHCH3J9GDyrGznKwT9 { display:block; }
 }@media only screen and (max-width: 1199px) { #F6E0MTG55AJLZNGPeDPouwG5GTtc3m8y { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2m1FqaViXbNbPk8wpTo5fRnPfvo7iyA { display:block; }
 }@media only screen and (max-width: 1199px) { #bkPiy72cKFHFFz4qQfauAxdVP7C5iE14 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ewcTIfgT0pFSTbwgaKpO7JranVQDJfsG { display:block; }
 }@media only screen and (max-width: 1199px) { #EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K { display:block; }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q7T9TSizJCv7tdANDWza53AEEiupP2zm { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgtxJ7RM3yRxPivyTi5VRf5dfnlh3llo { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fweDPt4rkwcRC61yMzPhtlZ2CATxlqb6 { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QViT7lO0DxwTTr2LWOot75d5X5b9HruZ { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #oryGQFh1i0s0g5p66BWz4np2V0Ko6Cm4 { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #StVhJTlwtxaHq4B3O8UIzyJ7RH7dTnJn { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SwNstES8H9DARkSyTxCFte2SGk0ntAzz { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xBay6TWXkS9QL53TSNlbRw96rJxdl4y7 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Bd2vCZRqyeAzaseeEuTHCc1tV2IpbbX7 { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BcKDMKpILRGSlvufIDduyonNVfWTpFNS { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GtK8BXUxGNlUTRAGTOZVD4T46rU3RuJJ { display:block; }
 }@media only screen and (max-width: 1199px) { #MGtefXLbMkcuZ0QyADy8g4XX2uo6Idpd { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZS8f9KOOU8R5QKT3Ulh3OTe7NZL0rlxi { display:block; }
 }@media only screen and (max-width: 1199px) { #msUTAKDfQTUTApBgXnVVSbf7sFINC5Oa { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #essrmTwPDTfnJCdrtgUQflP6oxqAo2AT { display:block; }
 }@media only screen and (max-width: 1199px) { #fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa { display:block; }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zd2ZqTztZcD5pBCz9spWhl0EWT070VRO { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1r2FVxK5fwRSmltb2euJk0wGM2pTtVq { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoDsOFZR3VQg37Bp8Ghvf1LM8M1B6pnc { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S8P1r5F2VSMAnXyTnSREko4KtouP1ozK { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Mhkh1IoKBmWuJ2dlv7F3zL0fED09ST4U { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ivn7DuXdKuNP0WkZkZiSte6ncT43MayT { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #y7lwoXOcOHF2JkTLg4CLT1yTHKKp1Zhz { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b9sebbUe0r0BsD5DpQTJeDNgvkzIy5V3 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Hd4eFNKQTQEgpf5sGVvaf9OlFIkbFmHw { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oUakw9ctIiP3MT6WJrETzLQpp7hNTnDh { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hHQq97N2REBgExyGduT1lIUXGIW7bv8A { display:block; }
 }@media only screen and (max-width: 1199px) { #OZTP0vMmIfWzUWFe3RJJNbvQgkGspU4q { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EXPE15iDwnHhVEygcBMSOQvuh1NV5GX7 { display:block; }
 }@media only screen and (max-width: 1199px) { #l0Te8eoSzWiboDy3tuQJKfoDKzM1DVne { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nMGW05xp5TpCF2tTJIOrw5JIZCDtCCrK { display:block; }
 }@media only screen and (max-width: 1199px) { #o9WE5JnufQZIbACkLb4MC4thlylEq9nf { display:block; }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #txtVp621TcTFU4ZDmhpTbkN4otOcBmWW { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mHoAdUfEaPFr9pvIs8GJkrNEgZhNnREx { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsQynZgrb07P7Zhlvq42hr7F40wPsgL9 { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FsTZc7fT0E8KUx0ev2kxmDSG4e8iTHfG { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tAifR3GOULygwPs2E4c4heceOIhCu9O1 { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xwdDn6x1KTmwrT6WrXT2IIqR84yzQovd { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #h45ELfUes7sazf1L1aE3RQ02IEpQywsQ { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Rm7XikH6c9A12hitDVq5cTdKIpnywBT2 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TPtMQUL6L7xSIWNHzC1E0loIBIStxTvi { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NpId69UtJ9OMiEJeoagTaapP1d3tIUyh { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBPzdgCTIXiJcvrdFLMvpyCmFKwt6E98 { display:block; }
 }@media only screen and (max-width: 1199px) { #IOWweiEQizCuMMLSvb9EEbTglqm6NHdz { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Td8XHlvFRzp3sylNVJW3ZdJCT5iQVtgO { display:block; }
 }@media only screen and (max-width: 1199px) { #tGtPsd2lP98GOA7MrRuXMC4BbQtbdTr7 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQ2MZrzRuMLMCQkPeQaTGTdg0LKo4BB4 { display:block; }
 }@media only screen and (max-width: 1199px) { #ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ { display:block; }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #F3kwaoESZkWyTiG7ZelaKCncoIm9h0K9 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WIS07bDPqq938z9reEx0m0mhuxQWW1Ag { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NtcmdeW4KTtZGNComTnStx3h49wyp6qH { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cD6E2HVnTlkxzpUxQJqxu4muf9OpZZwD { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TWgPR3w8rgcuRVvK3I8ACUM4ZR4zdwlw { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RfT8qORCa7BPqUWBpXgwcLcCevRoyVOK { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HAKdsewowP9WD8xC3TeHtb3J11KpQuBr { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #st4zF0gQN4eqFIOFG13DUysVeTPqEIdO { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Khu4BSIMgdmXeqv6I2ppv3TsTrpDSr7J { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xCBT6WBzQ5LRCvTGx7EhHgNsvREVACrE { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E9HeXHse1bUMVdkeRTo8RfMNVnEn2lTP { display:block; }
 }@media only screen and (max-width: 1199px) { #BGzPMTr5hsc9D4irDS8iO7Ulk4PA3qHl { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zpmgKmfFfn7wJX2qrFBmByDu3pglJzXu { display:block; }
 }@media only screen and (max-width: 1199px) { #yCtn9BcKRt2eIyWQGnVGHAM1eVwz2M3F { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJ5nQ5riw4DnnVogTLRM3ElciIgvfRT0 { display:block; }
 }@media only screen and (max-width: 1199px) { #NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS { display:block; }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #saxK9p2GPGxo2KFou1RImdk49kAzru7L { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2aJIPLH7dBGX26VUMFceTpDOZypzn1v { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTphOuMJsyN93L5xRBbP3EqeEq40w0i7 { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #M8whXuqmAvGl7xNy8NQe7uUs2ZF4pQBe { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s59TOlC2lkbdUotPkNlMphPDC2FWN3Jy { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qWeKqHIy4TuPTOLRZJPeluDUmcTK1fCU { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hR1eT3IbZQLiwM9ohZhEy84fdqbsfP8x { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TEMAJMQCzmrkXWnCOTbmi8HGvh4pa3u8 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TkU40sThiR6dv9pFoU7hzkHmcCig9JWi { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w36Olc8DBhixUhDZu46PDkXobEGVVgPF { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oqfEU7TnDu5pfvsMdutxesSdyHMHLxAe { display:block; }
 }@media only screen and (max-width: 1199px) { #V3OkprUklp1kd4mFMd92z0Zt5BMF9uvn { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xkx1isE7ZFlCCu8GMAoVJzCkOz7DTMFf { display:block; }
 }@media only screen and (max-width: 1199px) { #I0XCgxC2BlzN578UuTmVIsoH5XoTUAgO { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QT6mDf5VmdoG2JV4qwyNzvxP9O893TRz { display:block; }
 }@media only screen and (max-width: 1199px) { #dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt { display:block; }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A8rQVLUKE9VrU4wTpEaUCvW9D9gAW6zo { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sUTTMKOQdzzTozV1HKu829eaNZgPKTh3 { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKourQzRTuM4m0TFyHkHqvNpvwHLvfaT { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sQt8Ec3SuXnSea4TtGkTl5ohNvrsTOCz { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #d1gPmUpLnH4f6bmXc8OrVSCnoTaPocE9 { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uumLqwMQ58r4S4ZAFJKMDvhvA7T0Zldv { width:23.875rem;height:2rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o0EnKvIns3FbfVV2lk86HyNTUdBuUSkV { width:23.875rem;height:2rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #w1bE2lzKTGiOnqHvwySSWSARUL1koDfz { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WPEOnIXWUlF7Tr0TGXuRFZ0HTcBDV4Bp { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hMF1Qq760Rz0brOlcGkTIuLneTx8v4OV { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8h5IB5Dz5mQO8mEIcrTszCIOhLmnygR { display:block; }
 }@media only screen and (max-width: 1199px) { #Pv8mmd082NplESCw2TlW0gLUZ0oFM1hB { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HEkFCHuTTTerNJSxNIcdwJfmkpIvbJUR { display:block; }
 }@media only screen and (max-width: 1199px) { #yNFyZBOwaPJTSHmy40nrx3CyecLfZKbv { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTsV7oKTJH9LGaEiicmBcTJxWve0A0B3 { display:block; }
 }@media only screen and (max-width: 1199px) { #DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF { display:block; }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ugP8nx6TH9wZz3TIW52knOsG10ToRavk { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5ebqPlothMd5CUAR4CUfdwK3itUA9sp { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwL9Pcomlr8IOpktxMtdTAnr8zqyTc5I { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KNH7S8AUcN3Dl9wWb565qL0XuuEw2eMw { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vIGu2I7L0X3RH6W9e1Wzm5HoBHIruAnS { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #p2TfaSpX5haaBebrNkBTe1IklaWtSoNF { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vmJ9d9BRLEiTARmdOGnI9vdWo7fISBkW { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #FGXsGLMbPuLAPWw1Wx9ymq2sD6KpvpyJ { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wcpAI5nlhdEQHmKtToaNFWNLxbXf75fz { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgBAnncFU7evqTqzyRM3Js8I6kOugnmG { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtN1d6t5MZ53o4CPyWcSTTTTZib8o7Mp { display:block; }
 }@media only screen and (max-width: 1199px) { #WhsDvu3fi6VaTgBo7XM3kuyU5VVBi7R8 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K8xP9CoPFrTAlG5N4xzp6DCGBnAcf3Tn { display:block; }
 }@media only screen and (max-width: 1199px) { #vnFXS0TOzGOtB1rE0e2cOD9DPSLPJn22 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EroQM7u3qpvMl91hb1Ph3PZl2Th5wmPA { display:block; }
 }@media only screen and (max-width: 1199px) { #cO98eeEpT2SELq5UOiUqBOQ3xpGac77r { display:block; }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tv3eZBH3WSDOZ8lnlSlyTH1Dv8GTdg6x { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMnaOoLSfbr74DpGAqoHKBF5qT9TWJV6 { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHeTPAahB7qCEoClG6T31gIpz4m33okD { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N19vvTb7DKPGqOzWz3HikGZ4h5LgeNqr { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pvoeNO5yexKZoU6OGzvoeaqDODuaBTdN { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CxUL6V8BZyA5rgm7KfPOcdlUNftv7WDh { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AAwpN5CVvZrMTdvsxhScsD8TvOUICvii { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uF7FX8ITkkpFezmh1wCsUmvG8Qrzdnbe { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EEPHBPruqDwcNDmq28KDnchxRmZE4yKh { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MRr0RcSl6JIcfCofyf1iTqaJMzIdNbrG { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SdvoS6gVNNnDy1yD2dXUCTZlHkFKecvm { display:block; }
 }@media only screen and (max-width: 1199px) { #FtU40ll7Gc57o9NqfclhT0QBh5yTkoac { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VtFDQTIEHoqZZ3AyaKyGIM7zgIvuOoQU { display:block; }
 }@media only screen and (max-width: 1199px) { #zufJ6TTPJLNQp1ww9pVyfrtzB8sO6RR8 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDFqT6RtHMzt2otOZ6SLgPtwTFvzTOoP { display:block; }
 }@media only screen and (max-width: 1199px) { #FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF { display:block; }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gkp0z1m7rKHow4a6yR0axCGcT89rxgx8 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdWADsmuHdfp0c0dGXaAnJF0S5nEnX6H { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWNVWLrFyRsmfJTKIUFwxPaZ5kiymPTR { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DwJZd9ptWgQPhUhXif8KGd9PDNwqsXUc { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Vm5S1UfQyz4ysHZImqGVA61cISJ460on { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #C6zKytoZXqyOsxOGc1TmMfT0ONXALXiN { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UOG5v0J1JMlT0bLOUEnildHPfnW4Mb4n { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aX34O0LzU42qcSRydyLtEFFlJCfzq7pf { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fIKsN7PssT1RcveA6GyPKETLE1HEeKJD { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GKwbE9vQAuOsP1p59k5KLd8TsQlcto7Z { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tAehtSN7m1NnLix6KsIes7z1RAVLl6T9 { display:block; }
 }@media only screen and (max-width: 1199px) { #tckxT65upkld6uSfgvDQbn8xX6v3GXVT { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxgBeTgioqFvNFCNQKWBB081v3xG0xo0 { display:block; }
 }@media only screen and (max-width: 1199px) { #sT3zJwkuFcAdk3ARBd2if7ilKT5sJ0Zo { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnPiP0zTSroU0I3PHcWEiBKMTgfbTBTD { display:block; }
 }@media only screen and (max-width: 1199px) { #Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 { display:block; }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xyfb3LHS3up9aNxA7stqQLSKaRaRf7cV { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osrRrVJUV52G1RAhsmTfsxrUr2L2qmpH { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eEXbSlN7HfQyrTaq4LqEv6JEdL4Dqn8N { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ttgKoWPN1gPGhrSsABDTOCrzT4lSIhQN { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QkVUZSPvUAS6vDcIXBGluhTkgvoFDAkK { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hnMiyMmP0scJEvBgf3PxAqARJRqLmzLn { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ditHla8t6XXv4Or1fcUqLlIXSWULNJeD { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dS5XIocJRRagKeXa5GtI2TWpkVdLGUyI { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MZ4HU8t7ppJtd1OGLnIerJ73nSQWk4L5 { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLixM9k3Qwab0dJD5RmxCo6eeX986xTC { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4W8KZg0kTwrmRqrWJFiyR9ZJ8510mPh { display:block; }
 }@media only screen and (max-width: 1199px) { #gc1OVXV8aCQEGVz5O27RpH4cRUwT3SBe { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wAguMQlHfOTF2nXrlyuR0qtkveaVc1ZM { display:block; }
 }@media only screen and (max-width: 1199px) { #vfTihsBJ6bIOvXadkPHIGInF9QMq7kgD { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X5BqTpwFfSNtMo9pg1wJp5Vsbzsp3KyA { display:block; }
 }@media only screen and (max-width: 1199px) { #ARmBDraopzVhC9B61ISzDTyFIMeoBmBs { display:block; }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S0q278GXwmZUfrKBfbslux5dvTW2PKaP { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mfDy6Eo2HcaCGRDF3DiUEFZ6bwF4oIkg { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QQO4PwG4IochW2paonq9cHTTor7nRP85 { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tW3pTIJRDUW8ZD6GwOzpozS9oT1fI6au { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wPAWF04sIN8GJT1IZzgKJC2i59xmtmzQ { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #aBcPxp5O1lscAfKymSrf57ai9JSWu8Hw { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lZ9efhla4l7NGzS2PhZeBEdTlw2TuIaE { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AXC5LcNhhQrVQdmRvHr01qomcPz5rzWp { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UqHf7iszbE9gZ7FFyOtyMiPkt0go1kiU { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwBu46R96KVny4UbLxzmR5XVsa0JluT1 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H3T7sXTbAAH2k08zHGxCOHwQGLLQF7dT { display:block; }
 }@media only screen and (max-width: 1199px) { #vIhQlz5DR85C7mCp9rxx0hbPVqwU5Tt1 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CgrkDJVPthffSNChmUrK13EDxndZTit8 { display:block; }
 }@media only screen and (max-width: 1199px) { #Evxw3ZNI2Ba3V5l4lsQudWMK0nqI2D4i { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EcarMFZAJFxuuGu6smJpm41AtNIIxox0 { display:block; }
 }@media only screen and (max-width: 1199px) { #E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH { display:block; }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k5KTVGN6rq8Whe81Fc8bisbeQA2q1D6J { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d00sKqZBi3Enhsronovyzm9WVgUhXwQz { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdxZBTKZCOTKeQrgopCkAcbyUA9hePXn { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KbBJqFktibS7HBBRX1OSTfhJXx3PRSfO { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RVm0DwxhfT2lXuBTUBDd4xg2AfqpTIz9 { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PteUafbOOUeToXvSHnoKPFnWlMeOvxg9 { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gALnAhhefByq1pMzhpufEDEopcMph5ny { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CrIM81hRXU7c5qzVJ9sK3zevazqLgVP7 { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZrMokctTXThTLA8D2zTrInoPLlElVic6 { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cbyQ3D5vKkIfLm0lVtF6Hzbo3swn7IX3 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kytfIlAwHOARSTBvCBfH3A9DXJG7ZSrP { display:block; }
 }@media only screen and (max-width: 1199px) { #dT8v11KtALUk0aV3KtWA9bcKPdqKKc03 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZLMtnPOcXx7pBKrEw136urk4fo8GBw0D { display:block; }
 }@media only screen and (max-width: 1199px) { #TebSJe7Ur1eEwd1boI6O1WRSBda5TCae { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yOCX3uzwaWI9RToznUiPrT2fPSHgTIQ9 { display:block; }
 }@media only screen and (max-width: 1199px) { #XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A { display:block; }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E1nD1cWGEFKt9vxrI83oWeNxUJy6IQh8 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T0Visnxs3dP7OCNiQT9kaxLSg41XI7OU { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gkJT0mLk7rltA36r8JNPq7zTtGbs68wS { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ihr6k8Ww8U5kLN475X2uom1FGJG9hSZe { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eRqznEOdh273Qm5TuNuHU6JIWs11FCsC { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KsfTsJ31msa56X8m2olgJAvkk51r7Fsp { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tu4sybs6mye7Xhbg9bFWgIgLgTC78IQ9 { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NXJfu0kPBIlOHWN2gQZCEZFN1dHdEadA { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #b2qXrVTXFXw82g9hRZ6AXy37Jw6COcti { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBsSwZhZ2l1CuuenmMovp4NwdgTWv9wK { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxSSdM9gmM4ncx1aNrPHTBJBr0iTdS7Z { display:block; }
 }@media only screen and (max-width: 1199px) { #fz2C0rzGZXXdsyTP1aPU7LJHbwyzQ8P1 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HvldeiJa7oIeGqvRwDfLSJJlePnMrQR8 { display:block; }
 }@media only screen and (max-width: 1199px) { #vLZ6dXWtBwHErmBEXXPTOyPcHVQg4xJn { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJvz8fiz55IRQaevrdXbXMht564NoVeI { display:block; }
 }@media only screen and (max-width: 1199px) { #uoVioSCuuVqpXRKc21QT2VoZB3wNms1w { display:block; }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nPX9TphU7NmHnZh2gimgaeCqX3leEJTU { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GP75PaSQDOHud5CbTTaeoLhqlx9oTWgf { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OXBG4KTnzBb3D6rMirVJ5ofpNFlUu9PV { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VoVnr6o1PDRMz8bCwR7K4JppAB2VsQTZ { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JBly6DZhkzAwcSaqLUHwyHELBJRUe7tv { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #bwJ66EREiMHF8W7DXCIZMAI9xu1qVKM8 { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tWkMvbd5SJXiJiTnO4QkLr0dtITCr3yl { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #G4gwLLN2ADnauo5z6qPzxDMfb6pFk1zr { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LdyOB0fL1UZryEqqdsGGBNVystJ0TTD6 { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuNfnfsnBJRBNJqH60tdOWOfd9wRu4t7 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HeAEzEAebhWLnpr5UaqbVvH6PPEy5wiN { display:block; }
 }@media only screen and (max-width: 1199px) { #hvSWniOndECqTIlt2UefCTFLx7WUaZOF { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iuz5pa4Pzq6UIAx1MiXbHPhgZKetmeZM { display:block; }
 }@media only screen and (max-width: 1199px) { #w08BE8xfxL8e16NZr5dWOSXwu9zfTxdU { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghzLqmHIi6VAnEO4u89K0wPStuEzPNhs { display:block; }
 }@media only screen and (max-width: 1199px) { #J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF { display:block; }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VRywqwM6N2MiTPk3cXaCkyeP6VK7DpQp { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXlodrZ7HMisicSDuSNBJuXgxsezFoBq { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #di28am1ZM9kWK6TUiL4u0ODuSou22wIK { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lsSzUKfFabt7W23mhpGNBo5weC9EgLIV { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uLL5CgvrscKd27PaP4g17E9x7k6qfDEN { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yr47xpphzpCwDt18Kc2EhaSnVo6sePSQ { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MtnR3v3Ulbq0VIw4k39S6ypB37qcWTU8 { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #t4kem0i1BCKt6Q2FhHrlfF8mwdWtZKMo { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iqvIApru7Ce34KNKocUziqRX6QATVvif { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOxVDas1mMncXZ7cll3HGKCmx9thZL6u { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTCvKfFMPv3RuGllsfy9SnbvrMtH2qbN { display:block; }
 }@media only screen and (max-width: 1199px) { #fQJ4ZF84LgdzNh12PKRzRxovsClc4GLE { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A3GTXW6ftJkHXTOJehnyQe8kI1az3SXa { display:block; }
 }@media only screen and (max-width: 1199px) { #HaDOAybkBSuwpJ3M1wU0zOuBC70Bho10 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mPcCZ7woh7mcEEdDER6yONtSELhhN0r2 { display:block; }
 }@media only screen and (max-width: 1199px) { #Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ { display:block; }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NT6ScHq0A1vSCFGXFKSGFSOGzOucHdwg { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Of49oKXM0OciJFptwyDzo5g1iiCoJRDJ { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GkXUdfo8VsZrC9Vt9t9EOMiHQ6xWp0F7 { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IN9J6oSNe1bTThCliET7uyTzMIgcR4yN { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pBNdgkM9lyp8t1Uvdz110suQX1TZIKQN { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Tz3ufz6PxkblyydAGvPKcmZw6XVsENdS { width:23.875rem;height:2rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mLDGovfdysBo4ibwwtKQ6Z97sdOH37aZ { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mzuEaoRNyxqfcSGFT7VLcS1FJvZfglJJ { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l3rvqfR102SoBFdAVMXhUQlB3hNhTu0c { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNtw1U2nepsVVvbAfdTQBBaVwGSIqk0E { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #er5uJb20KVhRgqJtpeXAkRnfbPBTqIke { display:block; }
 }@media only screen and (max-width: 1199px) { #MlTTT7ElbAVHn79DwvnpZZ6EHhHgptrc { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lL4yqTT1X1T5PH4urJBngkMzAmUBnKeE { display:block; }
 }@media only screen and (max-width: 1199px) { #cVQiG16qgEBcuNJgrEdGulkwGg0l9AV1 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ld3BRZ2kZSD4ee1ZmKTCIuFphe81SSdO { display:block; }
 }@media only screen and (max-width: 1199px) { #NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 { display:block; }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tTqZ4MMhZJL8VCtbUA2PRSbhWvaJadJi { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDK59sXng049t8RT44xS02wPaypoAqMr { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIIiovVWQI96vge0v3v0abxXTKVtgbyG { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xlcIuq62y9cWO4qlZW1mrFTmebUBg1BP { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E3i0a2503ikI33DSzWNoE8e9FVxCJuDA { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #k2snW0XTsSnmP5EIW2uP3itq9trrfJaB { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v6cUslA0Cpf7IcthBEMtszeKPJulL602 { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yqTCvIxxKseR249RFg6NvCVJXlJlh1rG { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Sl0slg4nQ781oldmCIaNchvgdZatHzMq { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6y6aFSenlJxlX2FBctHo7D7ThlKaf0o { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmrZOHTGSyJhPcMBo0N89iM9crCLoGwJ { display:block; }
 }@media only screen and (max-width: 1199px) { #WhklqlXS227XLEmrPK0ZttyTGU9CKaTb { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahCaxdeWZyLMyZgla6we9iepoD3ztPEy { display:block; }
 }@media only screen and (max-width: 1199px) { #lgdwJai8KDB98TuXORWfguoRCoVhc7St { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6qesrcmmtGPfdFKV1p3knT0STpydMuq { display:block; }
 }@media only screen and (max-width: 1199px) { #sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c { display:block; }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KBwsUl2orA56hetfo5qwSRWUA5Dn6yJA { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJ18uwWdfB4D87DC1zHv60lZdGxJXKTz { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oV2iXv6CKeLt1hcbTUTs4qDJe1PekeJs { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #a2amHiu4ZiNF9p4nwIhqPSrbaJezRKzu { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VIwqTUAiZA0BklfOr6DrJeBiRb8NemiL { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RbEcsOrqJd3OU78TRhJQI0ARnvd12mDt { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ns139BeVS4swly9QIi3HtxJOt0QPTr43 { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uzucBtMgnfNb2wNdDVSVt0SzQ65gfyIS { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dwrVP5T2O92QnbhFOvKPB00Bkt5yHBb1 { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rr9TcEbtIZkAyXCxEe19GHCvRWWrAcv1 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KySNJHSZVGIZDM4AXcogTxBh3a3ofAs8 { display:block; }
 }@media only screen and (max-width: 1199px) { #JMLKgOAJoHMreyQoVebzpSIGyx3RX7yS { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwDNlR9nhac164Sc9ufxVD4wMENWguKJ { display:block; }
 }@media only screen and (max-width: 1199px) { #n5QJWUqlCM4NlB5kL546TU6ignd9wpy4 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLJFtPqeJNEMxTguirHz0nEelTCAwDet { display:block; }
 }@media only screen and (max-width: 1199px) { #tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ { display:block; }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o4HAkkcZX6rNeITSTASefMoTlZPrMKcI { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QGqfkwULgD4pcck918IDm2maMAdi9of1 { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rEm8BUuRcV5vHnr933cNiKAFHwp12DWB { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #atdNUkcEDSvw51gHWv83E9Svi8vwD1Nt { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZGZ1OuvSWXunB6a2hA49sID09cLMe93P { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yzTM42FKVLC93nbBsZxmWGMPq5vr0bRy { width:23.875rem;height:2rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iNi0R9UonzaSiE7Hl7iDwiL6ooG6RR1k { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SoACB08zJmUWZ3IKHqHg8h6HeBhZIV5H { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HQAP3xBUWIAHT417OHicLhm8EZ0J17g2 { width:15.625rem;height:10.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sDyZTSrxE6IGrBKHEBTQvwEmz3SNi68u { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mB8nP5eLTzFvnOiFkRFs0Lk8AcgDFX6E { display:block; }
 }@media only screen and (max-width: 1199px) { #phqVJeRX69AivQiCq2aGaOcOhXxnqUpi { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PCAxd0OIUd7QknZOVZ3yN4aTMozbDtzG { display:block; }
 }@media only screen and (max-width: 1199px) { #kTT5kC3WmtwLTv2gqE3L3JJJ1lANX6ML { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #spdreGRbD3WgmkNPJJxixzhAFpxGEdaA { display:block; }
 }@media only screen and (max-width: 1199px) { #R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC { display:block; }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HmCnqTK5sKkxvbBTMG8TwpfCnGqToLt6 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xx9u3t661O8ysRw5NLtmaU8Rhte6TOE2 { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZKIxeKdQuPSyTfEVslvERq3B53CJ9Hm7 { width:23.875rem;height:2.75rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #iX4oRlarA97Ec2JG7oHquNCi1wthsN0o { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qsr7Pal7SRQdL6LFqDgUqeqvywmHf9pT { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #trWFUwwmd2iyiBe1E7TvSvntBc7PBxf8 { width:23.875rem;height:2rem;top:22.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Aygb7UNTEdvLNoAMpafgwZFrqqp4MZpx { width:23.875rem;height:2rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Su4Od7CTk6x2mHA8ANrT5KtzTf1K7dUJ { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o8LiXc2U6iXV5Qi7ZpUZhcvpmF4ac2fD { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hhSVFapTeFBaDtpnVckDVcbidgTeMLC0 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lVLtUK1KqxaT0KsAt7C5iSIIfz8DIdEr { display:block; }
 }@media only screen and (max-width: 1199px) { #nAQ1a6CWcnX7Lq9ROOWSBAMWBczrWKyq { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #boXFtF4yhdgTnx60Qd9Dox44SJ1dWpPk { display:block; }
 }@media only screen and (max-width: 1199px) { #OgVkOIx0h8fDPtc7r68wV2nem8iHWJf2 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Iqr2wfRHAKVJO444tyZ94X64RpW4xQAi { display:block; }
 }@media only screen and (max-width: 1199px) { #RBVN3g88QDd31NATwIUXTZiFtTdL9VpB { display:block; }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QgglzTiIltuCew4Q3GOTPf5ig0XvRxIG { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bB75d6h7eMQNaBfhG0wmog3mU6Jhkvrq { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKJGW46DTJoTcWCMx8aPHGuhbNhxoBKl { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NpNEdLtaRaoqBUJNoKV3vDXOcTozusix { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NkrInLhOoxJQxDiMTl7ns21LEHeClIq3 { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QzeoU3XbZ2el4TuyH8ofLrRkR8GcVg9i { width:23.875rem;height:2rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CirQoi78u6SMThUV07BNKeUxllXvONxd { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BidBGoAUTUzHBZzKe3AO96iz2TGxHoxh { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ENzESF64wlFqaPTiibvxuyUWHTTmEkWn { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOoQZa1GgJMJE2cgfxaMVmIktuaCwuyU { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uXCll9mmgcFx4bgA4m7ouRguamqDlMNX { display:block; }
 }@media only screen and (max-width: 1199px) { #RqV1UXWeH43po7qvIgP0oRuTEFUdid8q { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIT8fT5XsUKu8H4pB8AMP72ZZmlSHbtd { display:block; }
 }@media only screen and (max-width: 1199px) { #TytwT0hOTgJxCKE1wxPyLffN1SW4BCFx { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #isFpCZxNWeg5gDr2L0xxVOKw6HNG0gWm { display:block; }
 }@media only screen and (max-width: 1199px) { #qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ { display:block; }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u9acW59hWA5ib84efU2bgedrmngFwhb4 { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F2nA8MGR7e5PH3ZqTD11uNXefUz1TDJp { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BGG4780cnoDPr5LEC893czfyIb0kh3s6 { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #S6FKTx974aZdN2TsKMFEdAXtm4QsBTkN { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Kqx0wRAAskNHqwv8oWhCqBApPCOOaNMq { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fa08Xo45kHpBHHuTAiwatgQZ62SfEslg { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T5TadqgLarBAUsHbMw31QnLT6f1CKFko { width:23.875rem;height:1rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vEz2dqWPuSpdZeFJ9iN19deWidShAaCt { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nwfIIP7pobPFgWDrxHzSJC2u5cpeBgfJ { width:15.625rem;height:10.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OtzWWt09TOibvWGQFTuSy1FXJub3ZbD0 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.9892578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEZxL7vZDfw8fMsH0zoKPEoBXzcgwh19 { display:block; }
 }@media only screen and (max-width: 1199px) { #nEQ99k4ucvKKUP4Fl09Cc90pVHPM4qph { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBZpUkfGono1aZ0lWKlscoG57Xr9iA2b { display:block; }
 }@media only screen and (max-width: 1199px) { #Xo9T3p4gxS9bTR7qGB6gEuZTizmTcoii { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:34.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FkoxbkGmb0GtmCCxR5dwBNRWK3Jg0RDU { display:block; }
 }@media only screen and (max-width: 1199px) { #nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z { display:block; }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ORUixV45IyEEBp6A4GfNdxToN5uqs4lv { width:15.625rem;height:10.375rem;top:1.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ISVVF46Xt9mOdPU60aU7Q11veChhTk8X { width:15.625rem;height:10.375rem;top:1.375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WlrAd1rzPatCsNDyQ9tP4tResbNAyuQD { width:23.875rem;height:1.375rem;top:19.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IHv2kpCg7RP29hIeA8M4mTqhZHEap77t { width:23.875rem;height:1.375rem;top:19.3125rem;left:7.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KwwJwpfGOyDSygie1F4QxigXpc3HCWsZ { width:23.875rem;height:1.375rem;top:19.3125rem;left:23.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #zm0oOa9oNaJJTG5OW0Xy5fuLtwrbA6Hu { width:23.875rem;height:1rem;top:21.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Z0AGL9hre2pZZ9FvmWzLcMEJTtqpg4nV { width:23.875rem;height:2rem;top:21.3125rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q3DmPRQndhxMQfPvlzwp5FTKOTKSikBi { width:23.875rem;height:1rem;top:21.3125rem;left:23.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dnTXQL63fBcBWHkXIAVZgBXTIwa9wt4I { width:15.625rem;height:10.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q41ig3zmetJThd7EXUkVoLOc91LbGLf0 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6aNhU7IQHUeovae6L8X8IciU46OoubB { display:block; }
 }@media only screen and (max-width: 1199px) { #xxONCwZEasTsAfQ3aZ8AGz19DVLLfm37 { width:9.9375rem;height:1.9375rem;top:20.9375rem;left:18.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdQShHRtGzG3ItKNwELWU6TX8ery1Ev4 { display:block; }
 }@media only screen and (max-width: 1199px) { #zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe { display:block; }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M9t5ckm52BWJ5OUJSVnTkR22NAGUJaHF { width:47.75rem;height:1.125rem;top:23.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dypxM5T9G1q0IvGJgc2EB1pDECeUviyT { width:8.4375rem;height:2rem;top:16.0625rem;left:19.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyFBiq1MS1oxyswurxtOvzuz3AtB3hmF { width:47.75rem;height:2.625rem;top:11.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GiWAdZIAA7k5T1753RyzTnMUyz0y5KAI { width:38.875rem;height:2rem;top:7.5rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xREFoXScHyv9vos4NFO6gQz9iFpAldfX { width:38.875rem;height:2rem;top:3.125rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2AqtJhUsbqhpcgRwewiTP7IoSOJNSFq { width:38.875rem;height:1rem;top:20.75rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmL8n3vEOh4nLwZ7Daf7C7gnomwh0Udl { width:38.875rem;height:1rem;top:19.3125rem;left:4.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fRyjWugG/big3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .row > .video-iframe-container { display: none; }#Ab5mFmgyfeHtobOpb9yMlT82gRT9ydPp > .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) { #Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 { display:block; }#Wu4Ewm3q5Sa1OJLTiJe04exoHNV5uaf4 > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flDxmXzuTDU0eFtsSpFJDl2zzypzSnqf { width:12.5rem;height:2.75rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAO0L5Qy5erMXOH8vvBQzfQgB7cVnUhi { width:20rem;height:1.875rem;top:10.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXqgrl3PmGyKoteVp9awKxsvM8WtTIXh { width:20rem;height:0;top:13.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqHahGeqx3PT6yo87ixJyroMEDvMTRFV { width:20rem;height:0;top:15.78125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ { display:block; }#UoT60RBkGnv8loqfLHZrxXkdfwSyb8BZ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR9UNiXRzuPVqqgqyTCQsfFE5617LMTF { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWy5ypQIizUDCgvGTv44mxk3pDOeTPZZ { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMyPWk9he1Xr1nAv6EuXWXayQ1qhxV5T { width:20rem;height:auto;top:19.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2y9WcbceOU2C0LoOtVW2VWQ2HIeSkz1 { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2GV7NZnIZeRblWNpE7rxbDBUaegDBhL { width:20rem;height:auto;top:19.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1nuQ4rXaWh3naOKsGpvBMSvNn2fWopt { width:20rem;height:auto;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZO00JBp1JPBqpfONXz5MiURdlLFnLT3 { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcFJBTUAlCuervKg4JNe8eFdBM75R80B { width:20rem;height:auto;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgBIx35hdOesiaTUIeuqn8BM7TqitDQ1 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9e2m9IxVpgWILlehlNmhJKtW9QiNLra { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diztVrhBRIdOxLTuB33qrPoyTwXQp7qv { display:block; }
 }@media only screen and (max-width: 763px) { #msSQDHTAIKimzV893LW0Q3vwTBchWTQ5 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA0SvLPHhNr27F7D2Np8AQZckERRLlua { display:block; }
 }@media only screen and (max-width: 763px) { #HQSwafLoTJNZg7NidkuoZAuHBgNHtsEq { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDAJJBfoTz4mg7LgZe2KTGTWXD4J39ka { display:block; }
 }@media only screen and (max-width: 763px) { #dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB { display:block; }#dReBBGZf1lqTnPt3arKH1Kuv2QqCqdQB > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTX0dCgTslBxml1sRTlCmP3vRWMlnBpu { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkTrG56akTuqsG3LEG5bZIdladM9pne6 { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkgIarhlXoO87bwhT1hIuOmLVX4k5cVo { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEo3lEG9VFktA3PwLWOWyveQGRvSmZ5d { width:20rem;height:auto;top:19.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWJCl7IMQVapiZH9uwD4yxQWe3Ahg8iq { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EBNRH4Jb30SFlefe9WM5zSXUNlkWFKxu { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJP7gGsXABWTwhLoGLcETKKx6sNTThJH { width:20rem;height:auto;top:21.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvpJJS2CQnqoQJXdOrThvlLX5NF0TzPd { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XU0680q3uZXhoNbqzMznBrMBGkGQ75WN { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na649sBd4BaOiKAipNgbuiQtUMU63H56 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO9qRpheGPiSzoAxQU5o1PUG3PETvKh7 { display:block; }
 }@media only screen and (max-width: 763px) { #mmFtTI631W7mVdqLXFJ3w8ttrgMktpco { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGQStF4SRai10ZqL1V810Dcw27mIQDOL { display:block; }
 }@media only screen and (max-width: 763px) { #afzaHl4ArZNqFC07BXgNDyL0RscfqmEX { display:block; }#afzaHl4ArZNqFC07BXgNDyL0RscfqmEX > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKUqURpPswclKo0IJnnwXvQdy8floNKS { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMlFVAvD8bbdSXT4TvoI7EsahPL2BMQl { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlqoaStbaMfvRaFoeHN1tPUyeiXXEXLo { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wi7iK2DsSBzAXiDzzy0nLMVCp9gO2mbN { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gev0Tolp9RIF2ZOuwGBdxsB1ITz5QmDi { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikQIJ7qsNITBrnvEo0abPhKWOy6H9GDf { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGPyCiut0UIOag7DARRKQVQuMRDGsvpf { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0fBT3usv3JpQaWlBcSoLRh31NdtloWq { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H7d4SSwdmLR9oD6Drow7F4XczOlGo6T6 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzGT4uPFoDCbNbN5Fzxfkf1xDS9DosZS { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyaw26t7WaNslxcRaovA0kqpKcGsBEkE { display:block; }
 }@media only screen and (max-width: 763px) { #Ts0GOrxCOdZWraArO1R470ff9ma0ExHC { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMDnnFpAI3tIT6kutMrKLTkNlOHMzh8s { display:block; }
 }@media only screen and (max-width: 763px) { #MEEalZWelPO9nqPcXvTPpzSm31qoqz6C { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSrcmzRRQ7CJbsGFngJpOy5UzFf4n2xi { display:block; }
 }@media only screen and (max-width: 763px) { #Q52stvyLiSoomedtRtE4LhkrZwhkrwfk { display:block; }#Q52stvyLiSoomedtRtE4LhkrZwhkrwfk > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcVmQotnMTqNz1Xv2rN0elK5n3B5aVLr { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ2uR7ihCxoBe0pIp4dB0t6TD67Q2ysz { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eElzebVJ4apTSfNtaqFS7xV0exNkSMZD { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vs71WJ2JLvgJSe4y3tqqcrechUlRo9ym { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0ITl0XxB2Kk9nkk8VQ2OdmLbpxyhMAT { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2dfzo0muB7HRDllVTKwoduqSpTz0QbB { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndNQyCWbL6pMGWc0Tv1ol8S3FxdKhXNK { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2OLPAvPztq037fv89Mmb6KNgINR2I83 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LunuMA9APNCLHRGqHFkxcBsfn4e64l8z { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5cGqcbbAA7EDyewg8w1IZr1DB9FkBTE { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L88CPo8crcR1ytW6vwUSAT8QsRXWARkI { display:block; }
 }@media only screen and (max-width: 763px) { #JiLxmQyWsLzbJCHbHfVkptnP2HiXRR7g { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7F38ihn5OWgz1eIdUOiqfkq9JprB3SL { display:block; }
 }@media only screen and (max-width: 763px) { #Pd69d45I6x0wAZIIfV6goh3Cv0bCKCUn { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hf0wC5wcEsXc444la5nXC1NymrZZq0uy { display:block; }
 }@media only screen and (max-width: 763px) { #Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s { display:block; }#Gsl1yCMZm3zgdLqNuCLZ8IxzplmxPe0s > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig8pw2piVmx909fLmdWOppFgfeQr2QH8 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3vBrOJxFHzJQZq6T9NXAitIghn1TZOH { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWDT8LhCbrJuxElB1qUfsQVSxOwS0699 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xg4f5wC0SPqCwiTFKTHuustnMCsNyUrS { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #szh8ZhgRILJqrcIZJTIyJ89ReAHNJr0Q { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sawzZfVJ0NSFzuGnnXKzva6IaClfAIEw { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #evtiTk90XnSCNsJr0r97hkILSNeTsAGy { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nakRBU8lB8pqIEXSZUbtHu1lWmm9ch3t { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDbfV7XTPX4NrwOvZ7FrDQutFypuNPJH { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTnF3LsH2LXUo9h5aQTKQkTkn3x8wnMV { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtKfm1T3it9mo0WdzTulgQvR1fmbiCo { display:block; }
 }@media only screen and (max-width: 763px) { #krHchDfHFMbiowTE1gSBSmUdqmtbleUZ { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV0STSdflvm2Q9lleK2Z6dTrAPLa7uPf { display:block; }
 }@media only screen and (max-width: 763px) { #PxcSSxsUroxznewAVncE7T5m49hdPank { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzWez2toHgdvwG4VGHLtIfRuir4S8eG { display:block; }
 }@media only screen and (max-width: 763px) { #Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu { display:block; }#Ovu5R5VvG7SJ3mbNkvCN5GMKBVZfJOXu > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oilyVvoMsUfDA74g5tSppPxNIEdlyA58 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ag7wTx0liN3xRTRkOgQqoB08J3phhg { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUty88kraUQDZelKb3idTN39p4eA6qUQ { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikK4aRmZb62sl9r5VBImb0IhdTpWoxX2 { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXApE7K1xfIX98TgZFiTEK4VHi5q0Bek { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TktLcApd7cX0qXD1kBiVvW39ZD8GrNXp { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uoRSZtMbplP7zLTXrlNtSs6ECa3B0Oa1 { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOv9neCrKQFfcV85fTE1btlf53W2yHOA { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7xurPaTL15kNA7BqcxyEScCD8eNNBIR { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0S9EKawZTlP397nSOPXU3rl91n54hMu { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrswTBSVIiJ7V3STkqyiV0DLBUdSDhdO { display:block; }
 }@media only screen and (max-width: 763px) { #Hwp4URT53Z736uuvmhb4luEcksb3wIa7 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKhBZVbr4iW4bf3i985yyUhf66BHTfl { display:block; }
 }@media only screen and (max-width: 763px) { #ERSGU743pQKNIw8zW81xQ8TFVT8tZDBW { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3qSfd4vDWapzp8GrXR8XFh8UzJriw7u { display:block; }
 }@media only screen and (max-width: 763px) { #OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb { display:block; }#OLE61Xr00MOyVCcWM7l3UbpQuXpFgKUb > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT30J9g9dmsfN4SsyaGKGg4r8tmoBN4h { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1HJUGKqtCbXpivKKDuzd4JdI6XrBcg { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8U9EE4ZTwa7lOKcvGaF82owSNRLiKJn { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5bTwonN52ItFq0ewxrwVQKH6o2t3el2 { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBHgwTHBIadKdzmzfKTqdtgWEzne5ZLs { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXLahUukkLntZO22VVM1B6TCPtgk6KH1 { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XF3dCPO7Tg2gse5x8yTxVWaP8lt3gNxw { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPhHPMtOsTstgBTkUiQMqTadsTKv6a37 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JifmH4kXNJyuJTLoam4ESmn1ua6z8QK1 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUleKJXK0gRltmNwKi6oEUssy2r9a8oQ { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzgaawQscWcBdN24u5bP7TUKmWyBpy6K { display:block; }
 }@media only screen and (max-width: 763px) { #catwOOuRGwAdTKaNvgB1zDu0wy7tvT5T { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw0OErIE8xHuXfqPpxCLhdofsqLcurTI { display:block; }
 }@media only screen and (max-width: 763px) { #cM8sK0eyukoGRwWlf4VwkMNW8GWVBT5B { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg3Px8662mri5E65nkXwdZhhOMwiyzxg { display:block; }
 }@media only screen and (max-width: 763px) { #dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 { display:block; }#dUqudTJzHBmk8I6y0Cia2DxSPTuTg4R8 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNDucWTsHTMUPUBDZDar2ozK2s2rU7G0 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGf3fZTxPTDOKS1IHdeSuFxHh5ILfb2R { width:19.75rem;height:13.1875rem;top:36.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkMK23m0O1pTsABF1P1eKhHpC24cXokZ { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tM6oTqLSC8bToK5MTN4ay2ewqBrtA3Oy { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNfQo7AxaVTBGoa4OCknl4ysafdyPPte { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1PsCZ11yH7KQuO1xO7wyxQAC8bwpsCy { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJwZX2OoauPasAVHE9wUMhGCJoIH40aP { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLuh8w315tooX9bhI7PRnsQniv8fxHzL { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQapuoFT6Sfb29Lez0b0ilSxOwkIHpfR { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACy8yPCTN9Z4KtS7n6Cn94qkfaK2EymT { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8iIOfT8ty6PfgMq0tCWS2q72pgZA4LU { display:block; }
 }@media only screen and (max-width: 763px) { #Gpk9NS8qgGWXsddL6Tz2lJKfz8TchRih { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnxdnNZ9LAhnK1OAPTCAnICiaVR3Ifoo { display:block; }
 }@media only screen and (max-width: 763px) { #Gv9C3pHd3StVcaT2HixkHbat6uV903LF { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr81C4vaozod8CcywUrlFuxBZQ4D6CXb { display:block; }
 }@media only screen and (max-width: 763px) { #cFppdtd58A6n36Q2IXOTb13pxNpKZnhl { display:block; }#cFppdtd58A6n36Q2IXOTb13pxNpKZnhl > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4k7FRz9inusQ5PGoh79N08R1EGccwMU { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Jf2czybOeK1ToNHdHlJCldCSEk5Zt4 { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9yDLdfTqlGmvdSR1WTZrPTftRKu3owb { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXTmeBITmkC35wU8UegLLDe1U1Oi0O5y { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lgGLxJ0R59EDoC0h5JMwiXhVOoEDHyZh { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXTi0XiAnmlCiZutIAc5U9bf2dRLXC7S { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JymS5RDNwogq9RFR1TBqZxk8X5dEvUPP { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9J1LVu5cgRhr94V1R3zk2mwcAQASowt { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMApcSnCcvgDOSk5JE3yhoAQy5EWRlvz { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzhFq4G723rQKIuvXEaO0WDf86HHxnTq { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5L1at7wBG16yL7TwqMo04rG5wMXUPrv { display:block; }
 }@media only screen and (max-width: 763px) { #kGT0Q2pwnuGIRous1SHVzX6iAuvMQ8vX { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXFCcH50gU1tahMUQZ1WJJuC0vGRc8eG { display:block; }
 }@media only screen and (max-width: 763px) { #TUkxR2M26ZwLWnSwqk2BpxHRbGkmVtgK { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4cduW9mMb5RdUoD8tTu8TDgUcwgTGcm { display:block; }
 }@media only screen and (max-width: 763px) { #UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 { display:block; }#UeXAhNayRKUX2U9UqJC3LwcMLQJILTk2 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDkrteM3WcWloRgJCVb2WFNC2JdffnNw { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4oXSSShx3EQBBCqDIdFtqEaZ8rQEfcU { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRcNNXMwByt1WX7Ok3Gc9HW1sXxbdfi { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pe0t2XtNspgpgGT4TrEh7MExETwnxNT0 { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT9rTJnzZWNouppeMc8xMqvJm02Kl5ZU { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQgJ8f6iLo0RQe5Vpd3FlXJ2kIOvtkHf { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uq7TSDdVsw5NQ4nv5f4HCWJP52o1nW3e { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWukV2kAKn7dJIpPeAb75xC0SbqXKRir { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuhaxkTF7T6d3ntKfhkT0HO72k4TklyQ { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOnsfLhRFNUPTI2twePFSd3VPiqTPn9W { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUitSbcbzIPAhgeeMKNZvXbN6diQhRAc { display:block; }
 }@media only screen and (max-width: 763px) { #UX9QlrGFlOPsnKq0bAZxDuqTTdFzJrDn { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7bBrFNOQMdoQVWCEfmFce7S8w3baUM0 { display:block; }
 }@media only screen and (max-width: 763px) { #zJs4MnwUhCHuK98gMeJH7MPIHWi93fGE { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqKNtOiun4G4oXtxZArTOUG9PgSt9OAI { display:block; }
 }@media only screen and (max-width: 763px) { #eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ { display:block; }#eXm55hSyL4t8WFoxy1TQnAigMrbBG4MJ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdxICKZAaMhAS9Ry3S9GPMbfqhaKNN86 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkDnTE1KKKatfoTmDfbaipF2qq1A5ufs { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI4D3RwsT7FF30AXrR4H3F0wGCUUDDQb { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRPm7cNxXz2QCVMJ8SMnoB8MW1TNA9nx { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATVOBZw7WDJnsldqr3ZUcIgFJdRBNdnM { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEeyLPpmVTbI7cOxzoFQFpcGC69icTeP { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckR83dORrBguxFXtesb5h2a7t8MUG4hR { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iQTi9wLC53olTDlVyigcQfcryp4ryus4 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNDGtpGwnhxZ650CGvAEeTtZDsdRoKxv { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dR5AHKuBmzWy6uQaFw0Css7fTfbThHCH { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POAke2SiTM2inRKmvhS8fLToksKPxdqv { display:block; }
 }@media only screen and (max-width: 763px) { #a7pZTWd3JFTTo0IesTfTCt15USShrRZD { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNuKQuySvfvSbi5cUrqumu2JCdH4EvZA { display:block; }
 }@media only screen and (max-width: 763px) { #Qn3DC67TVk3BtDUT1z45Xz04h0Tv7g3t { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6usK9whnNhu6TOmdzgJeEs6QXkS8SA { display:block; }
 }@media only screen and (max-width: 763px) { #SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS { display:block; }#SnafgQG5NVaJRnfdOuvCSiZSTHuUSybS > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BD8H0Ta7ANt86puJw9dG13FIvSbT2HvB { width:19.75rem;height:13.125rem;top:18.96875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGBwArKBy4ZQB48V9Xna1KHuSKlPhmS2 { width:19.875rem;height:13.1875rem;top:36.53125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVPOO50dECCc5rxCCutNXcpfyBeaGF2M { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yi9KdWy7r7hmgfkA6KMNK9XInBzIgzGE { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSraflDwlAT3n8Ny1rIRGH9zxEcAHkm5 { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rt5kQRpO7mLpR2FPIzaOsJqweWzektvJ { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIT2ZpitxqXoM06IuFXavKeguVDayJ26 { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NltaxX3LecmgcHtgK9zMVHK7s4t8icgg { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #idXQ7vN1xBbQzlgyDxm21OoUsw3oUFn5 { width:20rem;height:13.28125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WipmzgBoSlDFGG6UX2mxTik0HWIwNT8D { width:9.9375rem;height:1.9375rem;top:15.78125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhqTCem6xP7wgr338rbvyrNfN0OuNcb { display:block; }
 }@media only screen and (max-width: 763px) { #aTg7ROaC3ugbUt4nwNKHEG7XCEsqPQZS { width:9.9375rem;height:1.9375rem;top:33.34375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po0Ic60ah69MoiQuZUsAXfqAQvg78nTe { display:block; }
 }@media only screen and (max-width: 763px) { #poPEgZocdbuikSpw68dlIR3Xhmaaariz { width:9.9375rem;height:1.9375rem;top:50.96875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqhPv351eWREnMXNmJ3OiyM80ROflm8s { display:block; }
 }@media only screen and (max-width: 763px) { #ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe { display:block; }#ZOQ3wSSG0n52mdrb1mmnLnQZ4TO6yGLe > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL0TtLtsuDNaZSNCoOZwVJ6WeC1WmDBG { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhOF6Qy06MTHS6l3pEszTcZsOByVsInf { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXvDtXnZxyZNVWeZzzg9xJ0Nt1EHHpr { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cJQP99yl7Z8qw9TsdGJQCRtWr4T2VcTS { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKNJQgpwNIWGMObvvGWmCXEVWTr1fELf { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6TWNTO9Iy9NLkZ9NRZQZcDp8DBDFtK6 { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPgqrHwfQWf8X8nwgIx1E2gmHl2uLJUD { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTbLRX9MUTrB0XBGpBAgka5pmh3BFCm1 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JXtrBZmvdPvPt8iu9hpMiMWKAhSesBG0 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3yFXezQLDqVWQrBivLEpWKkfTkI0zyU { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0exVLNTFalmW36RQ478CQJ1GbUtWCdZ { display:block; }
 }@media only screen and (max-width: 763px) { #TBdeUt8P8wgVTE8WPgabbP1E5ieLBho3 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3b9XLzS9AtApdiXJ71llmsC8nbRCiEf { display:block; }
 }@media only screen and (max-width: 763px) { #DT5iXmohu4gLavRNdRTXHUSSZ95Du1Ca { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlRhyaFxdUzNVcGNB6fwmIQC2bxd2sPt { display:block; }
 }@media only screen and (max-width: 763px) { #CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E { display:block; }#CK3ZGiuWOTlwGDJw0cDkBQ6Q3T0KCJ2E > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRfZRxr1CiFveMBuMnwh0WM7HHIJ3BKp { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipgxdMmrxMDo6nJgbZNA8dsGW2wHWPsl { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJnMOaWT1UHNh26JVOWIn8PPD8BJBOC { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UbKQWnUsUAyO6Jn4zr7pWHZDpbV5rW9a { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2qTbQlxHkhx7FxhVM297mttDnQZmnAt { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTVDSHmphb9egPOPUL5wzzUFWHgNORMI { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTMSsU6nT2bRczvg1O5DCD1AZDpTbtTW { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ma0nG1Jn6nT5REa3BZz5rommBQpDg6Hv { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvakERMT85PoG5GRXpaWuGNAyaT4khaT { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7z8xpJ9OyN5cLko5Znax7bluw9bQ8y { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz0N4OHR63WDEdFzFBWXFrX5v8hETXty { display:block; }
 }@media only screen and (max-width: 763px) { #fbscv4F8z3oyTZqRx57Oe2Kf15EoVwQu { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLno4glQc3TcUu8ih5igtznqLme8Notn { display:block; }
 }@media only screen and (max-width: 763px) { #wCPuPv4yo2XeL51LPEq9gMIfJlpXEcek { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpBUfSTO8Vw3i1PF0o1WtefOfBZpT7Im { display:block; }
 }@media only screen and (max-width: 763px) { #RXH34q0MLs93qGHSbMLfvSXHUwVDTasX { display:block; }#RXH34q0MLs93qGHSbMLfvSXHUwVDTasX > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nyW7wC6OldZeFmVhuaPfe1ac4vT9Wf0l { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7mIwyERVogu6tQHXBD34NOf9fMGLv3 { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weKc3WtTBaT0sehTDaa9kP07kp3hk5BD { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTzrT7Wzp81uOGszw8oPkbQpu1iczv4P { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ag5ItTtG6dRVDsWBJnaxUdLGMky691NQ { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #giMTyk4TFrrEI1hy70lilctNFUPBEtRc { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SvxIvMOw4tfSxiG8ANwIgufOuTP6eLkC { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AawruKIqZiIqSlcXzOcJLL0lPZ9fFGwm { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRPTpqT6cgXW95U5TfLZFynOA3fPwGmz { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy34arAKfUp7fUrV9EeANOMQfr33wlzC { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5lC4ExcgdpZ1UPVxzLIPSFxgssFxT3Q { display:block; }
 }@media only screen and (max-width: 763px) { #ywhq9XpUq6WEwGdqOqT1GbbCHfCGDP1o { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTzCZtNi4b5pAJq6CbcL6A7qmnQCp0cQ { display:block; }
 }@media only screen and (max-width: 763px) { #hC9RI1zav9fX0rAIJcye00iJsEuFwXc6 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPxFvx2JRkflqQJWtg6FA22eWZfTT0pD { display:block; }
 }@media only screen and (max-width: 763px) { #zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 { display:block; }#zwoSpIFGfC2AlKnSmxyJiBIpF2KwzFl5 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtyMzCheSDkoBKrVaT0EMnf6eU2WR7a8 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrP8AewzEHASaRTiohUvxiyHRV4OGzSV { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAs4hvwbTB7nMeeRUIGW84Ue9pw4yU5R { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZyyO1M7hxfxQeGU0eeUAB24tI8V4Lv0 { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMeVB1APn9eWezfkClSEUNfiT3DJJdQe { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZd3DqF4NV8V1rbdUL4Ugim7p6wMgcKV { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRgF5M2Jbx1ZsP0pUVBmVuXGvKmxKDDJ { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4KH58iAaGDw4hAWo1pdUWtTssd92JXy { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXhrhWtPOS4CfDcB4Ergk1QoEehlbhTO { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaLcMXJC78NGhAQdp1Ug78XfFIztgfPm { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7T3TyU5lngJoeeHCH3J9GDyrGznKwT9 { display:block; }
 }@media only screen and (max-width: 763px) { #F6E0MTG55AJLZNGPeDPouwG5GTtc3m8y { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2m1FqaViXbNbPk8wpTo5fRnPfvo7iyA { display:block; }
 }@media only screen and (max-width: 763px) { #bkPiy72cKFHFFz4qQfauAxdVP7C5iE14 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewcTIfgT0pFSTbwgaKpO7JranVQDJfsG { display:block; }
 }@media only screen and (max-width: 763px) { #EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K { display:block; }#EczEFiN4uaXE4Zw7otaoDrCtTC7Pg43K > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7T9TSizJCv7tdANDWza53AEEiupP2zm { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgtxJ7RM3yRxPivyTi5VRf5dfnlh3llo { width:19.75rem;height:13.1875rem;top:36.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fweDPt4rkwcRC61yMzPhtlZ2CATxlqb6 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QViT7lO0DxwTTr2LWOot75d5X5b9HruZ { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oryGQFh1i0s0g5p66BWz4np2V0Ko6Cm4 { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #StVhJTlwtxaHq4B3O8UIzyJ7RH7dTnJn { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwNstES8H9DARkSyTxCFte2SGk0ntAzz { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBay6TWXkS9QL53TSNlbRw96rJxdl4y7 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bd2vCZRqyeAzaseeEuTHCc1tV2IpbbX7 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcKDMKpILRGSlvufIDduyonNVfWTpFNS { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtK8BXUxGNlUTRAGTOZVD4T46rU3RuJJ { display:block; }
 }@media only screen and (max-width: 763px) { #MGtefXLbMkcuZ0QyADy8g4XX2uo6Idpd { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS8f9KOOU8R5QKT3Ulh3OTe7NZL0rlxi { display:block; }
 }@media only screen and (max-width: 763px) { #msUTAKDfQTUTApBgXnVVSbf7sFINC5Oa { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #essrmTwPDTfnJCdrtgUQflP6oxqAo2AT { display:block; }
 }@media only screen and (max-width: 763px) { #fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa { display:block; }#fTmnTo6qAhdQf3l06PHwyF77nQh6pmwa > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zd2ZqTztZcD5pBCz9spWhl0EWT070VRO { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1r2FVxK5fwRSmltb2euJk0wGM2pTtVq { width:19.75rem;height:13.1875rem;top:36.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDsOFZR3VQg37Bp8Ghvf1LM8M1B6pnc { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8P1r5F2VSMAnXyTnSREko4KtouP1ozK { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mhkh1IoKBmWuJ2dlv7F3zL0fED09ST4U { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ivn7DuXdKuNP0WkZkZiSte6ncT43MayT { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7lwoXOcOHF2JkTLg4CLT1yTHKKp1Zhz { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9sebbUe0r0BsD5DpQTJeDNgvkzIy5V3 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hd4eFNKQTQEgpf5sGVvaf9OlFIkbFmHw { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUakw9ctIiP3MT6WJrETzLQpp7hNTnDh { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHQq97N2REBgExyGduT1lIUXGIW7bv8A { display:block; }
 }@media only screen and (max-width: 763px) { #OZTP0vMmIfWzUWFe3RJJNbvQgkGspU4q { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXPE15iDwnHhVEygcBMSOQvuh1NV5GX7 { display:block; }
 }@media only screen and (max-width: 763px) { #l0Te8eoSzWiboDy3tuQJKfoDKzM1DVne { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMGW05xp5TpCF2tTJIOrw5JIZCDtCCrK { display:block; }
 }@media only screen and (max-width: 763px) { #o9WE5JnufQZIbACkLb4MC4thlylEq9nf { display:block; }#o9WE5JnufQZIbACkLb4MC4thlylEq9nf > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txtVp621TcTFU4ZDmhpTbkN4otOcBmWW { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHoAdUfEaPFr9pvIs8GJkrNEgZhNnREx { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsQynZgrb07P7Zhlvq42hr7F40wPsgL9 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsTZc7fT0E8KUx0ev2kxmDSG4e8iTHfG { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAifR3GOULygwPs2E4c4heceOIhCu9O1 { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwdDn6x1KTmwrT6WrXT2IIqR84yzQovd { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h45ELfUes7sazf1L1aE3RQ02IEpQywsQ { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rm7XikH6c9A12hitDVq5cTdKIpnywBT2 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPtMQUL6L7xSIWNHzC1E0loIBIStxTvi { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpId69UtJ9OMiEJeoagTaapP1d3tIUyh { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBPzdgCTIXiJcvrdFLMvpyCmFKwt6E98 { display:block; }
 }@media only screen and (max-width: 763px) { #IOWweiEQizCuMMLSvb9EEbTglqm6NHdz { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8XHlvFRzp3sylNVJW3ZdJCT5iQVtgO { display:block; }
 }@media only screen and (max-width: 763px) { #tGtPsd2lP98GOA7MrRuXMC4BbQtbdTr7 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2MZrzRuMLMCQkPeQaTGTdg0LKo4BB4 { display:block; }
 }@media only screen and (max-width: 763px) { #ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ { display:block; }#ohvWTwSzm5W4S6vNIr3BiFyT6HgdqlsZ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3kwaoESZkWyTiG7ZelaKCncoIm9h0K9 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIS07bDPqq938z9reEx0m0mhuxQWW1Ag { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtcmdeW4KTtZGNComTnStx3h49wyp6qH { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cD6E2HVnTlkxzpUxQJqxu4muf9OpZZwD { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWgPR3w8rgcuRVvK3I8ACUM4ZR4zdwlw { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfT8qORCa7BPqUWBpXgwcLcCevRoyVOK { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAKdsewowP9WD8xC3TeHtb3J11KpQuBr { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #st4zF0gQN4eqFIOFG13DUysVeTPqEIdO { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Khu4BSIMgdmXeqv6I2ppv3TsTrpDSr7J { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCBT6WBzQ5LRCvTGx7EhHgNsvREVACrE { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9HeXHse1bUMVdkeRTo8RfMNVnEn2lTP { display:block; }
 }@media only screen and (max-width: 763px) { #BGzPMTr5hsc9D4irDS8iO7Ulk4PA3qHl { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpmgKmfFfn7wJX2qrFBmByDu3pglJzXu { display:block; }
 }@media only screen and (max-width: 763px) { #yCtn9BcKRt2eIyWQGnVGHAM1eVwz2M3F { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ5nQ5riw4DnnVogTLRM3ElciIgvfRT0 { display:block; }
 }@media only screen and (max-width: 763px) { #NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS { display:block; }#NWAslG87Qc0XUO4PcC4B6Bozex2UyWmS > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saxK9p2GPGxo2KFou1RImdk49kAzru7L { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2aJIPLH7dBGX26VUMFceTpDOZypzn1v { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTphOuMJsyN93L5xRBbP3EqeEq40w0i7 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8whXuqmAvGl7xNy8NQe7uUs2ZF4pQBe { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s59TOlC2lkbdUotPkNlMphPDC2FWN3Jy { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWeKqHIy4TuPTOLRZJPeluDUmcTK1fCU { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hR1eT3IbZQLiwM9ohZhEy84fdqbsfP8x { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEMAJMQCzmrkXWnCOTbmi8HGvh4pa3u8 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkU40sThiR6dv9pFoU7hzkHmcCig9JWi { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w36Olc8DBhixUhDZu46PDkXobEGVVgPF { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqfEU7TnDu5pfvsMdutxesSdyHMHLxAe { display:block; }
 }@media only screen and (max-width: 763px) { #V3OkprUklp1kd4mFMd92z0Zt5BMF9uvn { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkx1isE7ZFlCCu8GMAoVJzCkOz7DTMFf { display:block; }
 }@media only screen and (max-width: 763px) { #I0XCgxC2BlzN578UuTmVIsoH5XoTUAgO { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT6mDf5VmdoG2JV4qwyNzvxP9O893TRz { display:block; }
 }@media only screen and (max-width: 763px) { #dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt { display:block; }#dkEac7uH2aWhVMsvx0Oc3AOXsZMGtvmt > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8rQVLUKE9VrU4wTpEaUCvW9D9gAW6zo { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUTTMKOQdzzTozV1HKu829eaNZgPKTh3 { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKourQzRTuM4m0TFyHkHqvNpvwHLvfaT { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQt8Ec3SuXnSea4TtGkTl5ohNvrsTOCz { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1gPmUpLnH4f6bmXc8OrVSCnoTaPocE9 { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uumLqwMQ58r4S4ZAFJKMDvhvA7T0Zldv { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0EnKvIns3FbfVV2lk86HyNTUdBuUSkV { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1bE2lzKTGiOnqHvwySSWSARUL1koDfz { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPEOnIXWUlF7Tr0TGXuRFZ0HTcBDV4Bp { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMF1Qq760Rz0brOlcGkTIuLneTx8v4OV { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8h5IB5Dz5mQO8mEIcrTszCIOhLmnygR { display:block; }
 }@media only screen and (max-width: 763px) { #Pv8mmd082NplESCw2TlW0gLUZ0oFM1hB { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEkFCHuTTTerNJSxNIcdwJfmkpIvbJUR { display:block; }
 }@media only screen and (max-width: 763px) { #yNFyZBOwaPJTSHmy40nrx3CyecLfZKbv { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTsV7oKTJH9LGaEiicmBcTJxWve0A0B3 { display:block; }
 }@media only screen and (max-width: 763px) { #DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF { display:block; }#DPkcCdE81LVC7bHs6GcRJXtTcX6CKvvF > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugP8nx6TH9wZz3TIW52knOsG10ToRavk { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5ebqPlothMd5CUAR4CUfdwK3itUA9sp { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwL9Pcomlr8IOpktxMtdTAnr8zqyTc5I { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNH7S8AUcN3Dl9wWb565qL0XuuEw2eMw { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vIGu2I7L0X3RH6W9e1Wzm5HoBHIruAnS { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2TfaSpX5haaBebrNkBTe1IklaWtSoNF { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmJ9d9BRLEiTARmdOGnI9vdWo7fISBkW { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGXsGLMbPuLAPWw1Wx9ymq2sD6KpvpyJ { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcpAI5nlhdEQHmKtToaNFWNLxbXf75fz { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgBAnncFU7evqTqzyRM3Js8I6kOugnmG { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtN1d6t5MZ53o4CPyWcSTTTTZib8o7Mp { display:block; }
 }@media only screen and (max-width: 763px) { #WhsDvu3fi6VaTgBo7XM3kuyU5VVBi7R8 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8xP9CoPFrTAlG5N4xzp6DCGBnAcf3Tn { display:block; }
 }@media only screen and (max-width: 763px) { #vnFXS0TOzGOtB1rE0e2cOD9DPSLPJn22 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EroQM7u3qpvMl91hb1Ph3PZl2Th5wmPA { display:block; }
 }@media only screen and (max-width: 763px) { #cO98eeEpT2SELq5UOiUqBOQ3xpGac77r { display:block; }#cO98eeEpT2SELq5UOiUqBOQ3xpGac77r > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv3eZBH3WSDOZ8lnlSlyTH1Dv8GTdg6x { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMnaOoLSfbr74DpGAqoHKBF5qT9TWJV6 { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHeTPAahB7qCEoClG6T31gIpz4m33okD { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N19vvTb7DKPGqOzWz3HikGZ4h5LgeNqr { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvoeNO5yexKZoU6OGzvoeaqDODuaBTdN { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxUL6V8BZyA5rgm7KfPOcdlUNftv7WDh { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAwpN5CVvZrMTdvsxhScsD8TvOUICvii { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uF7FX8ITkkpFezmh1wCsUmvG8Qrzdnbe { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEPHBPruqDwcNDmq28KDnchxRmZE4yKh { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRr0RcSl6JIcfCofyf1iTqaJMzIdNbrG { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdvoS6gVNNnDy1yD2dXUCTZlHkFKecvm { display:block; }
 }@media only screen and (max-width: 763px) { #FtU40ll7Gc57o9NqfclhT0QBh5yTkoac { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtFDQTIEHoqZZ3AyaKyGIM7zgIvuOoQU { display:block; }
 }@media only screen and (max-width: 763px) { #zufJ6TTPJLNQp1ww9pVyfrtzB8sO6RR8 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFqT6RtHMzt2otOZ6SLgPtwTFvzTOoP { display:block; }
 }@media only screen and (max-width: 763px) { #FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF { display:block; }#FdAgkmgLrCgd4MnIpr0yQVt9XLGJXNSF > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkp0z1m7rKHow4a6yR0axCGcT89rxgx8 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdWADsmuHdfp0c0dGXaAnJF0S5nEnX6H { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWNVWLrFyRsmfJTKIUFwxPaZ5kiymPTR { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwJZd9ptWgQPhUhXif8KGd9PDNwqsXUc { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vm5S1UfQyz4ysHZImqGVA61cISJ460on { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6zKytoZXqyOsxOGc1TmMfT0ONXALXiN { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UOG5v0J1JMlT0bLOUEnildHPfnW4Mb4n { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aX34O0LzU42qcSRydyLtEFFlJCfzq7pf { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIKsN7PssT1RcveA6GyPKETLE1HEeKJD { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKwbE9vQAuOsP1p59k5KLd8TsQlcto7Z { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAehtSN7m1NnLix6KsIes7z1RAVLl6T9 { display:block; }
 }@media only screen and (max-width: 763px) { #tckxT65upkld6uSfgvDQbn8xX6v3GXVT { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxgBeTgioqFvNFCNQKWBB081v3xG0xo0 { display:block; }
 }@media only screen and (max-width: 763px) { #sT3zJwkuFcAdk3ARBd2if7ilKT5sJ0Zo { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnPiP0zTSroU0I3PHcWEiBKMTgfbTBTD { display:block; }
 }@media only screen and (max-width: 763px) { #Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 { display:block; }#Tb3I2NNLASrEv34F44bhEd3eOLolA3X0 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyfb3LHS3up9aNxA7stqQLSKaRaRf7cV { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osrRrVJUV52G1RAhsmTfsxrUr2L2qmpH { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEXbSlN7HfQyrTaq4LqEv6JEdL4Dqn8N { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttgKoWPN1gPGhrSsABDTOCrzT4lSIhQN { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkVUZSPvUAS6vDcIXBGluhTkgvoFDAkK { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnMiyMmP0scJEvBgf3PxAqARJRqLmzLn { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ditHla8t6XXv4Or1fcUqLlIXSWULNJeD { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dS5XIocJRRagKeXa5GtI2TWpkVdLGUyI { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ4HU8t7ppJtd1OGLnIerJ73nSQWk4L5 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLixM9k3Qwab0dJD5RmxCo6eeX986xTC { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4W8KZg0kTwrmRqrWJFiyR9ZJ8510mPh { display:block; }
 }@media only screen and (max-width: 763px) { #gc1OVXV8aCQEGVz5O27RpH4cRUwT3SBe { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAguMQlHfOTF2nXrlyuR0qtkveaVc1ZM { display:block; }
 }@media only screen and (max-width: 763px) { #vfTihsBJ6bIOvXadkPHIGInF9QMq7kgD { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5BqTpwFfSNtMo9pg1wJp5Vsbzsp3KyA { display:block; }
 }@media only screen and (max-width: 763px) { #ARmBDraopzVhC9B61ISzDTyFIMeoBmBs { display:block; }#ARmBDraopzVhC9B61ISzDTyFIMeoBmBs > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0q278GXwmZUfrKBfbslux5dvTW2PKaP { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfDy6Eo2HcaCGRDF3DiUEFZ6bwF4oIkg { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQO4PwG4IochW2paonq9cHTTor7nRP85 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tW3pTIJRDUW8ZD6GwOzpozS9oT1fI6au { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPAWF04sIN8GJT1IZzgKJC2i59xmtmzQ { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBcPxp5O1lscAfKymSrf57ai9JSWu8Hw { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZ9efhla4l7NGzS2PhZeBEdTlw2TuIaE { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXC5LcNhhQrVQdmRvHr01qomcPz5rzWp { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqHf7iszbE9gZ7FFyOtyMiPkt0go1kiU { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwBu46R96KVny4UbLxzmR5XVsa0JluT1 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3T7sXTbAAH2k08zHGxCOHwQGLLQF7dT { display:block; }
 }@media only screen and (max-width: 763px) { #vIhQlz5DR85C7mCp9rxx0hbPVqwU5Tt1 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrkDJVPthffSNChmUrK13EDxndZTit8 { display:block; }
 }@media only screen and (max-width: 763px) { #Evxw3ZNI2Ba3V5l4lsQudWMK0nqI2D4i { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcarMFZAJFxuuGu6smJpm41AtNIIxox0 { display:block; }
 }@media only screen and (max-width: 763px) { #E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH { display:block; }#E6Mlx1yHNUElrk1Eh7UB6zN59pynUqpH > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k5KTVGN6rq8Whe81Fc8bisbeQA2q1D6J { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d00sKqZBi3Enhsronovyzm9WVgUhXwQz { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdxZBTKZCOTKeQrgopCkAcbyUA9hePXn { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbBJqFktibS7HBBRX1OSTfhJXx3PRSfO { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVm0DwxhfT2lXuBTUBDd4xg2AfqpTIz9 { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PteUafbOOUeToXvSHnoKPFnWlMeOvxg9 { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gALnAhhefByq1pMzhpufEDEopcMph5ny { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CrIM81hRXU7c5qzVJ9sK3zevazqLgVP7 { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZrMokctTXThTLA8D2zTrInoPLlElVic6 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbyQ3D5vKkIfLm0lVtF6Hzbo3swn7IX3 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kytfIlAwHOARSTBvCBfH3A9DXJG7ZSrP { display:block; }
 }@media only screen and (max-width: 763px) { #dT8v11KtALUk0aV3KtWA9bcKPdqKKc03 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLMtnPOcXx7pBKrEw136urk4fo8GBw0D { display:block; }
 }@media only screen and (max-width: 763px) { #TebSJe7Ur1eEwd1boI6O1WRSBda5TCae { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOCX3uzwaWI9RToznUiPrT2fPSHgTIQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A { display:block; }#XVGrS9Nb5AIPvFKyMyLCUnWAdFAA1M1A > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1nD1cWGEFKt9vxrI83oWeNxUJy6IQh8 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Visnxs3dP7OCNiQT9kaxLSg41XI7OU { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkJT0mLk7rltA36r8JNPq7zTtGbs68wS { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihr6k8Ww8U5kLN475X2uom1FGJG9hSZe { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRqznEOdh273Qm5TuNuHU6JIWs11FCsC { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsfTsJ31msa56X8m2olgJAvkk51r7Fsp { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tu4sybs6mye7Xhbg9bFWgIgLgTC78IQ9 { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXJfu0kPBIlOHWN2gQZCEZFN1dHdEadA { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2qXrVTXFXw82g9hRZ6AXy37Jw6COcti { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBsSwZhZ2l1CuuenmMovp4NwdgTWv9wK { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxSSdM9gmM4ncx1aNrPHTBJBr0iTdS7Z { display:block; }
 }@media only screen and (max-width: 763px) { #fz2C0rzGZXXdsyTP1aPU7LJHbwyzQ8P1 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvldeiJa7oIeGqvRwDfLSJJlePnMrQR8 { display:block; }
 }@media only screen and (max-width: 763px) { #vLZ6dXWtBwHErmBEXXPTOyPcHVQg4xJn { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJvz8fiz55IRQaevrdXbXMht564NoVeI { display:block; }
 }@media only screen and (max-width: 763px) { #uoVioSCuuVqpXRKc21QT2VoZB3wNms1w { display:block; }#uoVioSCuuVqpXRKc21QT2VoZB3wNms1w > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPX9TphU7NmHnZh2gimgaeCqX3leEJTU { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP75PaSQDOHud5CbTTaeoLhqlx9oTWgf { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXBG4KTnzBb3D6rMirVJ5ofpNFlUu9PV { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoVnr6o1PDRMz8bCwR7K4JppAB2VsQTZ { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JBly6DZhkzAwcSaqLUHwyHELBJRUe7tv { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwJ66EREiMHF8W7DXCIZMAI9xu1qVKM8 { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWkMvbd5SJXiJiTnO4QkLr0dtITCr3yl { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4gwLLN2ADnauo5z6qPzxDMfb6pFk1zr { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdyOB0fL1UZryEqqdsGGBNVystJ0TTD6 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuNfnfsnBJRBNJqH60tdOWOfd9wRu4t7 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeAEzEAebhWLnpr5UaqbVvH6PPEy5wiN { display:block; }
 }@media only screen and (max-width: 763px) { #hvSWniOndECqTIlt2UefCTFLx7WUaZOF { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuz5pa4Pzq6UIAx1MiXbHPhgZKetmeZM { display:block; }
 }@media only screen and (max-width: 763px) { #w08BE8xfxL8e16NZr5dWOSXwu9zfTxdU { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghzLqmHIi6VAnEO4u89K0wPStuEzPNhs { display:block; }
 }@media only screen and (max-width: 763px) { #J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF { display:block; }#J1VtDPuVc6zcAQsF85EyevLnDiaDhlBF > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VRywqwM6N2MiTPk3cXaCkyeP6VK7DpQp { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXlodrZ7HMisicSDuSNBJuXgxsezFoBq { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #di28am1ZM9kWK6TUiL4u0ODuSou22wIK { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lsSzUKfFabt7W23mhpGNBo5weC9EgLIV { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLL5CgvrscKd27PaP4g17E9x7k6qfDEN { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yr47xpphzpCwDt18Kc2EhaSnVo6sePSQ { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtnR3v3Ulbq0VIw4k39S6ypB37qcWTU8 { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4kem0i1BCKt6Q2FhHrlfF8mwdWtZKMo { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqvIApru7Ce34KNKocUziqRX6QATVvif { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOxVDas1mMncXZ7cll3HGKCmx9thZL6u { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCvKfFMPv3RuGllsfy9SnbvrMtH2qbN { display:block; }
 }@media only screen and (max-width: 763px) { #fQJ4ZF84LgdzNh12PKRzRxovsClc4GLE { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GTXW6ftJkHXTOJehnyQe8kI1az3SXa { display:block; }
 }@media only screen and (max-width: 763px) { #HaDOAybkBSuwpJ3M1wU0zOuBC70Bho10 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPcCZ7woh7mcEEdDER6yONtSELhhN0r2 { display:block; }
 }@media only screen and (max-width: 763px) { #Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ { display:block; }#Xn09pc3fl5JHl02C9TDT8JX8iizivBnJ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT6ScHq0A1vSCFGXFKSGFSOGzOucHdwg { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of49oKXM0OciJFptwyDzo5g1iiCoJRDJ { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkXUdfo8VsZrC9Vt9t9EOMiHQ6xWp0F7 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN9J6oSNe1bTThCliET7uyTzMIgcR4yN { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBNdgkM9lyp8t1Uvdz110suQX1TZIKQN { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tz3ufz6PxkblyydAGvPKcmZw6XVsENdS { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLDGovfdysBo4ibwwtKQ6Z97sdOH37aZ { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzuEaoRNyxqfcSGFT7VLcS1FJvZfglJJ { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3rvqfR102SoBFdAVMXhUQlB3hNhTu0c { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNtw1U2nepsVVvbAfdTQBBaVwGSIqk0E { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #er5uJb20KVhRgqJtpeXAkRnfbPBTqIke { display:block; }
 }@media only screen and (max-width: 763px) { #MlTTT7ElbAVHn79DwvnpZZ6EHhHgptrc { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL4yqTT1X1T5PH4urJBngkMzAmUBnKeE { display:block; }
 }@media only screen and (max-width: 763px) { #cVQiG16qgEBcuNJgrEdGulkwGg0l9AV1 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3BRZ2kZSD4ee1ZmKTCIuFphe81SSdO { display:block; }
 }@media only screen and (max-width: 763px) { #NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 { display:block; }#NQs3ua6bPlqJRc4L9e4XuXPSu7F9rfq3 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTqZ4MMhZJL8VCtbUA2PRSbhWvaJadJi { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDK59sXng049t8RT44xS02wPaypoAqMr { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIIiovVWQI96vge0v3v0abxXTKVtgbyG { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlcIuq62y9cWO4qlZW1mrFTmebUBg1BP { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3i0a2503ikI33DSzWNoE8e9FVxCJuDA { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2snW0XTsSnmP5EIW2uP3itq9trrfJaB { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6cUslA0Cpf7IcthBEMtszeKPJulL602 { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqTCvIxxKseR249RFg6NvCVJXlJlh1rG { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sl0slg4nQ781oldmCIaNchvgdZatHzMq { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6y6aFSenlJxlX2FBctHo7D7ThlKaf0o { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmrZOHTGSyJhPcMBo0N89iM9crCLoGwJ { display:block; }
 }@media only screen and (max-width: 763px) { #WhklqlXS227XLEmrPK0ZttyTGU9CKaTb { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahCaxdeWZyLMyZgla6we9iepoD3ztPEy { display:block; }
 }@media only screen and (max-width: 763px) { #lgdwJai8KDB98TuXORWfguoRCoVhc7St { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6qesrcmmtGPfdFKV1p3knT0STpydMuq { display:block; }
 }@media only screen and (max-width: 763px) { #sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c { display:block; }#sG1cG9AEphCdF4JWHVEdZLVE4ABedK6c > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBwsUl2orA56hetfo5qwSRWUA5Dn6yJA { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ18uwWdfB4D87DC1zHv60lZdGxJXKTz { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV2iXv6CKeLt1hcbTUTs4qDJe1PekeJs { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2amHiu4ZiNF9p4nwIhqPSrbaJezRKzu { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIwqTUAiZA0BklfOr6DrJeBiRb8NemiL { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbEcsOrqJd3OU78TRhJQI0ARnvd12mDt { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns139BeVS4swly9QIi3HtxJOt0QPTr43 { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzucBtMgnfNb2wNdDVSVt0SzQ65gfyIS { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwrVP5T2O92QnbhFOvKPB00Bkt5yHBb1 { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr9TcEbtIZkAyXCxEe19GHCvRWWrAcv1 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KySNJHSZVGIZDM4AXcogTxBh3a3ofAs8 { display:block; }
 }@media only screen and (max-width: 763px) { #JMLKgOAJoHMreyQoVebzpSIGyx3RX7yS { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwDNlR9nhac164Sc9ufxVD4wMENWguKJ { display:block; }
 }@media only screen and (max-width: 763px) { #n5QJWUqlCM4NlB5kL546TU6ignd9wpy4 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLJFtPqeJNEMxTguirHz0nEelTCAwDet { display:block; }
 }@media only screen and (max-width: 763px) { #tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ { display:block; }#tMsHqAbO3xovnwCbcBuJVJ6plhXiJXPQ > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4HAkkcZX6rNeITSTASefMoTlZPrMKcI { width:19.75rem;height:13.125rem;top:18.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGqfkwULgD4pcck918IDm2maMAdi9of1 { width:19.875rem;height:13.1875rem;top:36.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEm8BUuRcV5vHnr933cNiKAFHwp12DWB { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #atdNUkcEDSvw51gHWv83E9Svi8vwD1Nt { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGZ1OuvSWXunB6a2hA49sID09cLMe93P { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzTM42FKVLC93nbBsZxmWGMPq5vr0bRy { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNi0R9UonzaSiE7Hl7iDwiL6ooG6RR1k { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SoACB08zJmUWZ3IKHqHg8h6HeBhZIV5H { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQAP3xBUWIAHT417OHicLhm8EZ0J17g2 { width:20rem;height:13.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDyZTSrxE6IGrBKHEBTQvwEmz3SNi68u { width:9.9375rem;height:1.9375rem;top:15.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB8nP5eLTzFvnOiFkRFs0Lk8AcgDFX6E { display:block; }
 }@media only screen and (max-width: 763px) { #phqVJeRX69AivQiCq2aGaOcOhXxnqUpi { width:9.9375rem;height:1.9375rem;top:33.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCAxd0OIUd7QknZOVZ3yN4aTMozbDtzG { display:block; }
 }@media only screen and (max-width: 763px) { #kTT5kC3WmtwLTv2gqE3L3JJJ1lANX6ML { width:9.9375rem;height:1.9375rem;top:50.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spdreGRbD3WgmkNPJJxixzhAFpxGEdaA { display:block; }
 }@media only screen and (max-width: 763px) { #R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC { display:block; }#R3dUWwBAp6usMCXVSLWWyAJAu3hDS8SC > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmCnqTK5sKkxvbBTMG8TwpfCnGqToLt6 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx9u3t661O8ysRw5NLtmaU8Rhte6TOE2 { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKIxeKdQuPSyTfEVslvERq3B53CJ9Hm7 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iX4oRlarA97Ec2JG7oHquNCi1wthsN0o { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsr7Pal7SRQdL6LFqDgUqeqvywmHf9pT { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #trWFUwwmd2iyiBe1E7TvSvntBc7PBxf8 { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aygb7UNTEdvLNoAMpafgwZFrqqp4MZpx { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Su4Od7CTk6x2mHA8ANrT5KtzTf1K7dUJ { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8LiXc2U6iXV5Qi7ZpUZhcvpmF4ac2fD { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSVFapTeFBaDtpnVckDVcbidgTeMLC0 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVLtUK1KqxaT0KsAt7C5iSIIfz8DIdEr { display:block; }
 }@media only screen and (max-width: 763px) { #nAQ1a6CWcnX7Lq9ROOWSBAMWBczrWKyq { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boXFtF4yhdgTnx60Qd9Dox44SJ1dWpPk { display:block; }
 }@media only screen and (max-width: 763px) { #OgVkOIx0h8fDPtc7r68wV2nem8iHWJf2 { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqr2wfRHAKVJO444tyZ94X64RpW4xQAi { display:block; }
 }@media only screen and (max-width: 763px) { #RBVN3g88QDd31NATwIUXTZiFtTdL9VpB { display:block; }#RBVN3g88QDd31NATwIUXTZiFtTdL9VpB > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgglzTiIltuCew4Q3GOTPf5ig0XvRxIG { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bB75d6h7eMQNaBfhG0wmog3mU6Jhkvrq { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKJGW46DTJoTcWCMx8aPHGuhbNhxoBKl { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpNEdLtaRaoqBUJNoKV3vDXOcTozusix { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NkrInLhOoxJQxDiMTl7ns21LEHeClIq3 { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzeoU3XbZ2el4TuyH8ofLrRkR8GcVg9i { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CirQoi78u6SMThUV07BNKeUxllXvONxd { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BidBGoAUTUzHBZzKe3AO96iz2TGxHoxh { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENzESF64wlFqaPTiibvxuyUWHTTmEkWn { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOoQZa1GgJMJE2cgfxaMVmIktuaCwuyU { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXCll9mmgcFx4bgA4m7ouRguamqDlMNX { display:block; }
 }@media only screen and (max-width: 763px) { #RqV1UXWeH43po7qvIgP0oRuTEFUdid8q { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIT8fT5XsUKu8H4pB8AMP72ZZmlSHbtd { display:block; }
 }@media only screen and (max-width: 763px) { #TytwT0hOTgJxCKE1wxPyLffN1SW4BCFx { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #isFpCZxNWeg5gDr2L0xxVOKw6HNG0gWm { display:block; }
 }@media only screen and (max-width: 763px) { #qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ { display:block; }#qx8HWJ0ePhL6x1wKU7BRxGmQVJ9IBFZZ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9acW59hWA5ib84efU2bgedrmngFwhb4 { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2nA8MGR7e5PH3ZqTD11uNXefUz1TDJp { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGG4780cnoDPr5LEC893czfyIb0kh3s6 { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6FKTx974aZdN2TsKMFEdAXtm4QsBTkN { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kqx0wRAAskNHqwv8oWhCqBApPCOOaNMq { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fa08Xo45kHpBHHuTAiwatgQZ62SfEslg { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5TadqgLarBAUsHbMw31QnLT6f1CKFko { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEz2dqWPuSpdZeFJ9iN19deWidShAaCt { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwfIIP7pobPFgWDrxHzSJC2u5cpeBgfJ { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzWWt09TOibvWGQFTuSy1FXJub3ZbD0 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEZxL7vZDfw8fMsH0zoKPEoBXzcgwh19 { display:block; }
 }@media only screen and (max-width: 763px) { #nEQ99k4ucvKKUP4Fl09Cc90pVHPM4qph { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBZpUkfGono1aZ0lWKlscoG57Xr9iA2b { display:block; }
 }@media only screen and (max-width: 763px) { #Xo9T3p4gxS9bTR7qGB6gEuZTizmTcoii { width:9.9375rem;height:1.9375rem;top:50.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkoxbkGmb0GtmCCxR5dwBNRWK3Jg0RDU { display:block; }
 }@media only screen and (max-width: 763px) { #nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z { display:block; }#nzPTVZmeNqx3rKEX0CibiJeMnS3CGV5Z > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ORUixV45IyEEBp6A4GfNdxToN5uqs4lv { width:19.75rem;height:13.125rem;top:18.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISVVF46Xt9mOdPU60aU7Q11veChhTk8X { width:19.875rem;height:13.1875rem;top:36.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlrAd1rzPatCsNDyQ9tP4tResbNAyuQD { width:20rem;height:0;top:44.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHv2kpCg7RP29hIeA8M4mTqhZHEap77t { width:20rem;height:0;top:54.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwwJwpfGOyDSygie1F4QxigXpc3HCWsZ { width:20rem;height:0;top:59.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zm0oOa9oNaJJTG5OW0Xy5fuLtwrbA6Hu { width:20rem;height:0;top:52.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0AGL9hre2pZZ9FvmWzLcMEJTtqpg4nV { width:20rem;height:0;top:57.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3DmPRQndhxMQfPvlzwp5FTKOTKSikBi { width:20rem;height:0;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnTXQL63fBcBWHkXIAVZgBXTIwa9wt4I { width:20rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q41ig3zmetJThd7EXUkVoLOc91LbGLf0 { width:9.9375rem;height:1.9375rem;top:15.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6aNhU7IQHUeovae6L8X8IciU46OoubB { display:block; }
 }@media only screen and (max-width: 763px) { #xxONCwZEasTsAfQ3aZ8AGz19DVLLfm37 { width:9.9375rem;height:1.9375rem;top:33.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdQShHRtGzG3ItKNwELWU6TX8ery1Ev4 { display:block; }
 }@media only screen and (max-width: 763px) { #zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe { display:block; }#zN9o5g6B4P0b8qiiFHuqdGXWGH6DMoOe > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9t5ckm52BWJ5OUJSVnTkR22NAGUJaHF { width:20rem;height:0;top:20.821775rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dypxM5T9G1q0IvGJgc2EB1pDECeUviyT { width:8.4375rem;height:2rem;top:12.96045rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyFBiq1MS1oxyswurxtOvzuz3AtB3hmF { width:20rem;height:0;top:9.030275rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiWAdZIAA7k5T1753RyzTnMUyz0y5KAI { width:20rem;height:0;top:4.61230625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xREFoXScHyv9vos4NFO6gQz9iFpAldfX { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2AqtJhUsbqhpcgRwewiTP7IoSOJNSFq { width:20rem;height:0;top:18.5161125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmL8n3vEOh4nLwZ7Daf7C7gnomwh0Udl { width:20rem;height:0;top:16.21045rem;left:0rem;font-size:0.8125rem;display:block; }
 }