.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f9f9f9;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row .container { background-color: transparent; background-image: none; }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row .container > .video-iframe-container { display: none; }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row > .video-iframe-container { display: none; }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .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); }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row .container { border-width: 0; border-radius: 0; }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#AKyCbIJDLWFFA51NwuVxh72trGvr7FUK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:4.0625rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#POaht0zFuxE1gTFZpQrm5cMpvrp00xUn { color:#005a78;display:block;width:12.5rem;position:absolute;font-family:proximanova;font-size:1rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.75rem;height:2.625rem;font-style:normal;display:block; }
#ZFUqMyqB0asZ0Z0EMDOwxGT7JZei2FEv { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:proximanova;font-size:1rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:41.375rem;height:1.29980625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(0,0,0,0.75);background-image:url("https://images.assets-landingi.com/lPWj190n/CommunityCenterHeader.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:34.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#343434;display:block;width:29.3125rem;position:absolute;font-family:proximanova;font-size:2.125rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:9.25rem;left:0.6875rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZO0UHgVqvzKhyaGoU25w9ax0nVtvacu { color:#343434;display:block;width:30.3125rem;position:absolute;font-family:proximanova;font-size:3.125rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:11.75rem;left:0.6875rem;height:3.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MRsEOMDmAOfZSCx0NMd6lfOG1cLuaDTZ { color:#ba0c2f;display:block;width:28.5625rem;position:absolute;font-family:proximanova;font-size:2.5rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:19.84375rem;left:1.0625rem;height:5.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KT5uCFolKvKT2TOxzTymEMpdvFsXazNs { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #343434;border-left:0.0625rem dotted #343434;border-right:0.0625rem dotted #343434;border-bottom:0.0625rem dotted #343434;height:7.875rem;width:29.0625rem;top:18.625rem;left:0.8125rem;display:block; }
#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz { position:relative;display:none; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz { border-width: 0; border-radius: 0; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#cyTJhDyHJ72lMApcsMKQcfhDah6hcfun { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:proximanova;font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.3125rem;left:1.75rem;display:none; }
#grUydT0RoD5OiQ1zQe7OmNEly4OOVpU7 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row .container { background-color: transparent; background-image: none; }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row .container > .video-iframe-container { display: none; }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row > .video-iframe-container { display: none; }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .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); }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row .container { border-width: 0; border-radius: 0; }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#woPC9b4sHDNTpWn35aM6yJEyX5lhe23a { color:#000000;display:block;width:28.125rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.8125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#byGOJXG7aJd5bL7V9AlslIe54C6549oU { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:proximanova;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JJ995NXfrF5xG5A9pHiTmdMlau0Dl0Tr { position:absolute;display:block;z-index:99999;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:58.1875rem;top:1.78125rem;left:0.90625rem;display:block; }
#y1TMWzB7V4kCGunQTBzaZfvTO14ITsWo { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:proximanova;font-size:0.6875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:1.8125rem;height:2.6806625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AH9s9aMooTIoL0qkTh2ar5TapSMSwvea { color:#000000;display:block;width:28.125rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:15.1875rem;left:1.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c0AHVR0Nua17HSMGwZ1TyUXf6CauWNJS { color:#000000;display:block;width:13.75rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.8125rem;height:4.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#c0AHVR0Nua17HSMGwZ1TyUXf6CauWNJS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c0AHVR0Nua17HSMGwZ1TyUXf6CauWNJS li:before{  }
#z8V921aPAgPFnwEEoOOf0RSssriAylDR { color:#000000;display:block;width:13.75rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:16.875rem;left:16.25rem;height:4.28125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#z8V921aPAgPFnwEEoOOf0RSssriAylDR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z8V921aPAgPFnwEEoOOf0RSssriAylDR li:before{  }
#HEVHTbkTPs3GO0JUWPvcUrQXUvlZ5Age { color:#000000;display:block;width:28.125rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:22.8125rem;left:1.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x3MdoARGS1mzTLloarkOo0QlRG4p7feo { color:#000000;display:block;width:11.6875rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.8125rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#x3MdoARGS1mzTLloarkOo0QlRG4p7feo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x3MdoARGS1mzTLloarkOo0QlRG4p7feo li:before{  }
#zaIxEcrWHQaSB1IDLBCsn7RncGDc5vUP { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:24.375rem;left:16.25rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#zaIxEcrWHQaSB1IDLBCsn7RncGDc5vUP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zaIxEcrWHQaSB1IDLBCsn7RncGDc5vUP li:before{  }
#w7IOMtEF5q8n6b9IuiT8s4uvzz24Txed { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:26.4375rem;top:2.625rem;left:31.8125rem;display:block; }
#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row .container { background-color: transparent; background-image: none; }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row .container > .video-iframe-container { display: none; }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row > .video-iframe-container { display: none; }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .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); }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row .container { border-width: 0; border-radius: 0; }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#HKFq6pTsTrTVpN8viHfEUGpG2Fzv1Ag5 { color:#000000;display:block;width:23.375rem;position:absolute;font-family:proximanova;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:18.3125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rV9KkCDLkvI5uoGzrfKBtU6i5tFLl0g0 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:proximanova;font-size:0.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.625rem;left:11.46875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row .container { background-color: transparent; background-image: none; }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row .container > .video-iframe-container { display: none; }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row > .video-iframe-container { display: none; }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .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); }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row .container { border-width: 0; border-radius: 0; }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#tod1p4EuhgG5vqTnE27FxGIPg4LZag10 { position:absolute;display:block;z-index:100000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:58.625rem;top:0.625rem;left:0.625rem;display:block; }
#gvIhBkenCWZo3mpGFLPMJp22QEVmEhxW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.34375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pQT5zfQylQSvonpyFQ6MIQreWwbPW0wL { color:#000000;display:block;width:20.5rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.34375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oc9w25w5R8ndeSrNFsXL3huAiaudzSzw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:22.5625rem;top:1.5rem;left:35.5380859375rem;overflow:hidden;display:block; }
#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row .container { background-color: transparent; background-image: none; }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row .container > .video-iframe-container { display: none; }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row > .video-iframe-container { display: none; }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .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); }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row .container { border-width: 0; border-radius: 0; }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#TIbbFXbDsR3ycw6lW1AtTWbOwJOkcSew { position:absolute;display:block;z-index:100000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:58.625rem;top:0.625rem;left:0.625rem;display:block; }
#xtmAku6QfQu3UrfpbI13vfJFO9umeZbu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.34375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kgwHZsdAeXmL26PmqinsxcTAUaT1TI8T { color:#000000;display:block;width:20.5rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.34375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTaD54NiKAgdu7w4xrOesmb08FAfJimz { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:22.5625rem;top:1.5rem;left:35.7880859375rem;overflow:hidden;display:block; }
#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row .container { background-color: transparent; background-image: none; }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row .container > .video-iframe-container { display: none; }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row > .video-iframe-container { display: none; }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .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); }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row .container { border-width: 0; border-radius: 0; }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#rdn8EpNnsVTOJIHgUVrAH3CHsm9P4ReM { position:absolute;display:block;z-index:100000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.625rem;width:58.625rem;top:0.625rem;left:0.625rem;display:block; }
#ulJmcuJNxtCFKsw6Wa0tqfW8y5PyLzcS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.34375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UsLsVQp5ELCvJi8NvOSZktTFL4nDKqDw { color:#000000;display:block;width:20.5rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:3.875rem;left:2.34375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u3HUMZ0ekOTW6rvK5zOulR5zoKeK4kMm { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:22.5625rem;top:2.4375rem;left:35.6630859375rem;overflow:hidden;display:block; }
#J4lQrVEdeGUM432XifoWNgpNo58mohCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row .container { background-color: transparent; background-image: none; }#J4lQrVEdeGUM432XifoWNgpNo58mohCX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row .container > .video-iframe-container { display: none; }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row > .video-iframe-container { display: none; }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .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); }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row .container { border-width: 0; border-radius: 0; }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:60rem;position:relative;display:block; }#mbXhzuMyUSR7TfavpmHTHkt2TQvbXqaz { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.8125rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UiE1d87B64MseDvUOeJLUuKGHcWgqMzB { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:proximanova;font-size:1.5625rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.8125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gNpAH6A6QKUXr7EivJcGiOl9Jn7P4uHm { position:absolute;display:block;z-index:99999;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.4375rem;width:58.625rem;top:0.5625rem;left:0.6875rem;display:block; }
#NTFi08rRmaTAHOudTFewDf69BIsASyft { color:#000000;display:block;width:28.125rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MuEtL4EvzOfDWNhxwvzWkZcsd4ZktwWe { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:13.75rem;left:1.8125rem;height:11.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MuEtL4EvzOfDWNhxwvzWkZcsd4ZktwWe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MuEtL4EvzOfDWNhxwvzWkZcsd4ZktwWe li:before{  }
#AJcqV6Qq5rEeWT73gRTe4fE06ScqK0o2 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:29.6875rem;left:1.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ad5Kxznek2rH5AdiWKau1OlZnwJ04ERr { color:#000000;display:block;width:52.4375rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:31.5rem;left:2.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ad5Kxznek2rH5AdiWKau1OlZnwJ04ERr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ad5Kxznek2rH5AdiWKau1OlZnwJ04ERr li:before{  }
#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row .container { background-color: transparent; background-image: none; }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row .container > .video-iframe-container { display: none; }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row > .video-iframe-container { display: none; }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .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); }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row .container { border-width: 0; border-radius: 0; }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Svc9UHpI1dPiWyHEnuo8NI7RbzSb7nBl { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:proximanova;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:0.875rem;left:16.625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTzbC86whZmwQIv9HIf5yX6nFfM6u7pN { color:#000000;display:block;width:41.625rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:9.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row .container { background-color: transparent; background-image: none; }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row .container > .video-iframe-container { display: none; }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row > .video-iframe-container { display: none; }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .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); }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row .container { border-width: 0; border-radius: 0; }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#m43SAIi3kD30IM4muo1wyn7xAPrUz0H8 { position:absolute;display:block;z-index:100002;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;height:27.5625rem;width:17.625rem;top:1.25rem;left:1.1875rem;display:block; }
#mdqypPA2pXBtTXSnuTlVAWoLziVuf3Um { position:absolute;display:block;z-index:100003;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;height:27.5625rem;width:17.625rem;top:1.40625rem;left:21.1875rem;display:block; }
#e9IyWV4f11mAPDFM8eAM5Nr7d2LdVmUQ { position:absolute;display:block;z-index:100004;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.2) ;height:27.5625rem;width:17.625rem;top:1.40625rem;left:41.1875rem;display:block; }
#hTUvF6g5q3N16JyUB34tMriiPZInXvZq { color:#000000;display:block;width:14.625rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:22.6875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F7U8XCcQ9y6bOubLuyecTtOtrdrrlO5q { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:2.40625rem;height:15.84375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w59LhVppw7bVdGb1TAX7asyuVnVdJJdR { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:25.5625rem;left:2.4375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RE3O0hET0Te3ppvSsqJc4U4CrPC4kGoU { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:proximanova;font-size:0.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:26.75rem;left:2.4375rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvxozDr4nqV0n4GaKy2FhbJf9Q5OWhFl { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:42.15625rem;height:10.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kzU3OciMAakf7Mh4D187cohr9vWKL1KF { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:25.5625rem;left:22.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MpieptUTMPwdaxC13vT4mXrQ5FC0Bsie { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:proximanova;font-size:0.8125rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:26.75rem;left:22.8125rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yZpiwKue1znLaZnEhd0H0V7ZtxSfB7uP { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:proximanova;font-size:0.9375rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:25.5625rem;left:42.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#taHB8B5McBxORv3MLcJApI6haFJ2BQDL { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:proximanova;font-size:0.8125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:26.75rem;left:42.8125rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a5uFGhnOzedIBTNQ4Fw9lhX8RTLA9w3V { box-sizing:content-box;color:#f2a900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:2.125rem;left:1.9375rem;display:block; }
#oH4SF0BrnGeZ0Ud41XXTbAuLkiSEQpLu { box-sizing:content-box;color:#f2a900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:2.125rem;left:22.25rem;display:block; }
#B92ZZcpcavqSlJi6OQs2g0VFSodooxCn { box-sizing:content-box;color:#f2a900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:2.125rem;left:41.65625rem;display:block; }
#UDt3EuxLJQqRuqUFlcXK98smzlQUe1TZ { box-sizing:content-box;color:#f2a900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:21.375rem;left:14.53125rem;display:block; }
#gui0mNLfZEnu0HoG3lQKFVPz6wnAfC1H { box-sizing:content-box;color:#f2a900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:15.4375rem;left:34.84375rem;display:block; }
#hyUSGtcRdMW8u2p9p5zCBsHXBOGpt5wK { box-sizing:content-box;color:#f2a900;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:16.625rem;left:54.78125rem;display:block; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#343434;background-image:none;position:relative;display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#V0TIa2gfrWNfBQK99Tr6G4vzN6PDATFM { color:#f9f9f9;display:block;width:55.625rem;position:absolute;font-family:proximanova;font-size:1rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:2.1875rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs { display:block; }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKyCbIJDLWFFA51NwuVxh72trGvr7FUK { width:4.0625rem;height:6.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POaht0zFuxE1gTFZpQrm5cMpvrp00xUn { top:2.8125rem;left:0rem;width:12.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUqMyqB0asZ0Z0EMDOwxGT7JZei2FEv { top:2.8125rem;left:29.8125rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZO0UHgVqvzKhyaGoU25w9ax0nVtvacu { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRsEOMDmAOfZSCx0NMd6lfOG1cLuaDTZ { top:19.8125rem;left:0rem;width:28.5625rem;height:5.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5uCFolKvKT2TOxzTymEMpdvFsXazNs { top:18.625rem;left:0rem;width:29.0625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz { display:none; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cyTJhDyHJ72lMApcsMKQcfhDah6hcfun { top:1.3125rem;left:0rem;width:16.4375rem;height:3.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #grUydT0RoD5OiQ1zQe7OmNEly4OOVpU7 { display:none; }
 }@media only screen and (max-width: 763px) { #ssQWQArDPziSN7Z96TtbxXcOmNbWX30L { display:block; }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woPC9b4sHDNTpWn35aM6yJEyX5lhe23a { top:5.3125rem;left:0rem;width:28.125rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byGOJXG7aJd5bL7V9AlslIe54C6549oU { top:2.625rem;left:0rem;width:25.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ995NXfrF5xG5A9pHiTmdMlau0Dl0Tr { top:1.75rem;left:0rem;width:47.75rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1TMWzB7V4kCGunQTBzaZfvTO14ITsWo { top:11.3125rem;left:0rem;width:28.4375rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH9s9aMooTIoL0qkTh2ar5TapSMSwvea { top:15.1875rem;left:0rem;width:28.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0AHVR0Nua17HSMGwZ1TyUXf6CauWNJS { top:16.875rem;left:0rem;width:13.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }#c0AHVR0Nua17HSMGwZ1TyUXf6CauWNJS li:before{  }
 }@media only screen and (max-width: 763px) { #z8V921aPAgPFnwEEoOOf0RSssriAylDR { top:16.875rem;left:10.125rem;width:13.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }#z8V921aPAgPFnwEEoOOf0RSssriAylDR li:before{  }
 }@media only screen and (max-width: 763px) { #HEVHTbkTPs3GO0JUWPvcUrQXUvlZ5Age { top:22.8125rem;left:0rem;width:28.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MdoARGS1mzTLloarkOo0QlRG4p7feo { top:24.375rem;left:0rem;width:11.6875rem;height:2.6875rem;font-size:0.9375rem;display:block; }#x3MdoARGS1mzTLloarkOo0QlRG4p7feo li:before{  }
 }@media only screen and (max-width: 763px) { #zaIxEcrWHQaSB1IDLBCsn7RncGDc5vUP { top:24.375rem;left:10.125rem;width:18.1875rem;height:2.6875rem;font-size:0.9375rem;display:block; }#zaIxEcrWHQaSB1IDLBCsn7RncGDc5vUP li:before{  }
 }@media only screen and (max-width: 763px) { #w7IOMtEF5q8n6b9IuiT8s4uvzz24Txed { top:2.625rem;left:21.3125rem;width:26.4375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA { display:block; }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKFq6pTsTrTVpN8viHfEUGpG2Fzv1Ag5 { top:0.9375rem;left:12.1875rem;width:23.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV9KkCDLkvI5uoGzrfKBtU6i5tFLl0g0 { top:3.625rem;left:5.34375rem;width:37.0625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV { display:block; }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tod1p4EuhgG5vqTnE27FxGIPg4LZag10 { top:0.625rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvIhBkenCWZo3mpGFLPMJp22QEVmEhxW { top:1.9375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQT5zfQylQSvonpyFQ6MIQreWwbPW0wL { top:3.875rem;left:0rem;width:20.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc9w25w5R8ndeSrNFsXL3huAiaudzSzw { top:1.5rem;left:25.1875rem;width:22.5625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm { display:block; }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIbbFXbDsR3ycw6lW1AtTWbOwJOkcSew { top:0.625rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtmAku6QfQu3UrfpbI13vfJFO9umeZbu { top:1.9375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwHZsdAeXmL26PmqinsxcTAUaT1TI8T { top:3.875rem;left:0rem;width:20.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTaD54NiKAgdu7w4xrOesmb08FAfJimz { top:1.5rem;left:25.1875rem;width:22.5625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl { display:block; }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdn8EpNnsVTOJIHgUVrAH3CHsm9P4ReM { top:0.625rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulJmcuJNxtCFKsw6Wa0tqfW8y5PyLzcS { top:1.9375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsLsVQp5ELCvJi8NvOSZktTFL4nDKqDw { top:3.875rem;left:0rem;width:20.5rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3HUMZ0ekOTW6rvK5zOulR5zoKeK4kMm { top:2.4375rem;left:25.1875rem;width:22.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lQrVEdeGUM432XifoWNgpNo58mohCX { display:block; }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbXhzuMyUSR7TfavpmHTHkt2TQvbXqaz { top:4.0625rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiE1d87B64MseDvUOeJLUuKGHcWgqMzB { top:1.375rem;left:0rem;width:25.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNpAH6A6QKUXr7EivJcGiOl9Jn7P4uHm { top:0.5625rem;left:0rem;width:47.75rem;height:48.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFi08rRmaTAHOudTFewDf69BIsASyft { top:12.3125rem;left:0rem;width:28.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuEtL4EvzOfDWNhxwvzWkZcsd4ZktwWe { top:13.75rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:0.9375rem;display:block; }#MuEtL4EvzOfDWNhxwvzWkZcsd4ZktwWe li:before{  }
 }@media only screen and (max-width: 763px) { #AJcqV6Qq5rEeWT73gRTe4fE06ScqK0o2 { top:29.6875rem;left:0rem;width:28.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad5Kxznek2rH5AdiWKau1OlZnwJ04ERr { top:31.5rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#ad5Kxznek2rH5AdiWKau1OlZnwJ04ERr li:before{  }
 }@media only screen and (max-width: 763px) { #CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC { display:block; }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svc9UHpI1dPiWyHEnuo8NI7RbzSb7nBl { top:0.875rem;left:10.5rem;width:26.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTzbC86whZmwQIv9HIf5yX6nFfM6u7pN { top:2.8125rem;left:3.0625rem;width:41.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 { display:block; }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m43SAIi3kD30IM4muo1wyn7xAPrUz0H8 { top:1.25rem;left:0rem;width:17.625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdqypPA2pXBtTXSnuTlVAWoLziVuf3Um { top:1.375rem;left:14.125rem;width:17.625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9IyWV4f11mAPDFM8eAM5Nr7d2LdVmUQ { top:1.375rem;left:30rem;width:17.625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUvF6g5q3N16JyUB34tMriiPZInXvZq { top:5.9375rem;left:16.5rem;width:14.625rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7U8XCcQ9y6bOubLuyecTtOtrdrrlO5q { top:5.9375rem;left:0.34375rem;width:15.1875rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w59LhVppw7bVdGb1TAX7asyuVnVdJJdR { top:25.5625rem;left:0.375rem;width:12.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3O0hET0Te3ppvSsqJc4U4CrPC4kGoU { top:26.75rem;left:0.375rem;width:15.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxozDr4nqV0n4GaKy2FhbJf9Q5OWhFl { top:5.9375rem;left:31.84375rem;width:15.6875rem;height:10.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzU3OciMAakf7Mh4D187cohr9vWKL1KF { top:25.5625rem;left:16.625rem;width:12.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpieptUTMPwdaxC13vT4mXrQ5FC0Bsie { top:26.75rem;left:16.625rem;width:14.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZpiwKue1znLaZnEhd0H0V7ZtxSfB7uP { top:25.5625rem;left:32.5rem;width:12.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #taHB8B5McBxORv3MLcJApI6haFJ2BQDL { top:26.75rem;left:32.5rem;width:14.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uFGhnOzedIBTNQ4Fw9lhX8RTLA9w3V { top:2.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH4SF0BrnGeZ0Ud41XXTbAuLkiSEQpLu { top:2.125rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92ZZcpcavqSlJi6OQs2g0VFSodooxCn { top:2.125rem;left:31.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDt3EuxLJQqRuqUFlcXK98smzlQUe1TZ { top:21.375rem;left:12.46875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gui0mNLfZEnu0HoG3lQKFVPz6wnAfC1H { top:15.4375rem;left:28.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyUSGtcRdMW8u2p9p5zCBsHXBOGpt5wK { top:16.625rem;left:44.46875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0TIa2gfrWNfBQK99Tr6G4vzN6PDATFM { top:2.1875rem;left:0rem;width:47.75rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs { display:block; }#A7ZoFqpcu3T1EJkS01IX6cZfD2ANUozs > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKyCbIJDLWFFA51NwuVxh72trGvr7FUK { width:3.8125rem;height:5.875rem;top:1.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POaht0zFuxE1gTFZpQrm5cMpvrp00xUn { width:12.5rem;height:2.625rem;top:8.375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFUqMyqB0asZ0Z0EMDOwxGT7JZei2FEv { width:17.9375rem;height:1.29980625rem;top:12.3125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/lPWj190n/CommunityCenterHeader.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:9.8125rem;height:2.25rem;top:3.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CZO0UHgVqvzKhyaGoU25w9ax0nVtvacu { width:9.6875rem;height:2.75rem;top:5.875rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MRsEOMDmAOfZSCx0NMd6lfOG1cLuaDTZ { width:20rem;height:auto;top:19.8125rem;left:0rem;font-size:2rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KT5uCFolKvKT2TOxzTymEMpdvFsXazNs { width:19.875rem;height:7.875rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row .container { background-color: transparent; background-image: none; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row .container > .video-iframe-container { display: none; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row > .video-iframe-container { display: none; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .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); }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row .container { border-width: 0; border-radius: 0; }#FPPzATJoPtELa2P8eXMyLH3ikdUQzWCz > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyTJhDyHJ72lMApcsMKQcfhDah6hcfun { top:1.66845703125rem;left:1.78125rem;width:16.4375rem;height:3.9121125rem;z-index:100000;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:300;font-style:normal;color:#ba0c2f;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #grUydT0RoD5OiQ1zQe7OmNEly4OOVpU7 { top:0.75rem;left:0.625rem;width:18.875rem;height:5.8125rem;z-index:99999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #343434;border-left:0.0625rem dotted #343434;border-right:0.0625rem dotted #343434;border-bottom:0.0625rem dotted #343434;display:block; }
 }@media only screen and (max-width: 763px) { #ssQWQArDPziSN7Z96TtbxXcOmNbWX30L { display:block; }#ssQWQArDPziSN7Z96TtbxXcOmNbWX30L > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woPC9b4sHDNTpWn35aM6yJEyX5lhe23a { width:17.875rem;height:6.82325rem;top:3.6875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byGOJXG7aJd5bL7V9AlslIe54C6549oU { width:17.9375rem;height:1.625rem;top:1.40625rem;left:0.78125rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJ995NXfrF5xG5A9pHiTmdMlau0Dl0Tr { width:18.6875rem;height:53.5625rem;top:0.78125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1TMWzB7V4kCGunQTBzaZfvTO14ITsWo { width:18.0625rem;height:5.84765625rem;top:24.6875rem;left:0.96875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AH9s9aMooTIoL0qkTh2ar5TapSMSwvea { width:10.5rem;height:1.21875rem;top:33rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c0AHVR0Nua17HSMGwZ1TyUXf6CauWNJS { width:13.75rem;height:4.28125rem;top:34.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#c0AHVR0Nua17HSMGwZ1TyUXf6CauWNJS li:before{  }
 }@media only screen and (max-width: 763px) { #z8V921aPAgPFnwEEoOOf0RSssriAylDR { width:13.75rem;height:4.28125rem;top:38.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#z8V921aPAgPFnwEEoOOf0RSssriAylDR li:before{  }
 }@media only screen and (max-width: 763px) { #HEVHTbkTPs3GO0JUWPvcUrQXUvlZ5Age { width:14.5rem;height:1.21875rem;top:44.875rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3MdoARGS1mzTLloarkOo0QlRG4p7feo { width:11.6875rem;height:2.75rem;top:47.25rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#x3MdoARGS1mzTLloarkOo0QlRG4p7feo li:before{  }
 }@media only screen and (max-width: 763px) { #zaIxEcrWHQaSB1IDLBCsn7RncGDc5vUP { width:18.1875rem;height:2.75rem;top:50.3125rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#zaIxEcrWHQaSB1IDLBCsn7RncGDc5vUP li:before{  }
 }@media only screen and (max-width: 763px) { #w7IOMtEF5q8n6b9IuiT8s4uvzz24Txed { height:10.4375rem;width:18.6875rem;top:12.6875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA { display:block; }#kZcn5v8g7V6Uc9qKUXuMt5VSwNgPKflA > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKFq6pTsTrTVpN8viHfEUGpG2Fzv1Ag5 { width:20rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rV9KkCDLkvI5uoGzrfKBtU6i5tFLl0g0 { width:18.125rem;height:3.8984375rem;top:4.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV { display:block; }#hM7FE3uqfWVT2OegaSEXLiQVdaUT5GfV > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tod1p4EuhgG5vqTnE27FxGIPg4LZag10 { width:18.6875rem;height:28.4375rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvIhBkenCWZo3mpGFLPMJp22QEVmEhxW { width:12.5rem;height:1.29980625rem;top:2.125rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQT5zfQylQSvonpyFQ6MIQreWwbPW0wL { width:17.1875rem;height:4.8984375rem;top:4rem;left:1.40625rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oc9w25w5R8ndeSrNFsXL3huAiaudzSzw { width:18.0625rem;height:13.5rem;top:15.8125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm { display:block; }#AS8VKDQyJfNmMJGGRm9uEg8g9axTKcQm > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIbbFXbDsR3ycw6lW1AtTWbOwJOkcSew { width:18.6875rem;height:28.75rem;top:0.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtmAku6QfQu3UrfpbI13vfJFO9umeZbu { width:12.5rem;height:1.29980625rem;top:1.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwHZsdAeXmL26PmqinsxcTAUaT1TI8T { width:17.1875rem;height:4.8984375rem;top:3.3125rem;left:1.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TTaD54NiKAgdu7w4xrOesmb08FAfJimz { width:18.0625rem;height:13.5rem;top:15.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl { display:block; }#zmPJeXWNGuk6F4CTRaQccUrdKe6PRCQl > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdn8EpNnsVTOJIHgUVrAH3CHsm9P4ReM { width:18.6875rem;height:27.375rem;top:0.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulJmcuJNxtCFKsw6Wa0tqfW8y5PyLzcS { width:12.5rem;height:1.29980625rem;top:1.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsLsVQp5ELCvJi8NvOSZktTFL4nDKqDw { width:17.1875rem;height:4.8984375rem;top:3.3125rem;left:1.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #u3HUMZ0ekOTW6rvK5zOulR5zoKeK4kMm { width:18.0625rem;height:12rem;top:15.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4lQrVEdeGUM432XifoWNgpNo58mohCX { display:block; }#J4lQrVEdeGUM432XifoWNgpNo58mohCX > .row .container { width:20rem;height:87.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbXhzuMyUSR7TfavpmHTHkt2TQvbXqaz { width:18.4375rem;height:10.23485625rem;top:3.75rem;left:0.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiE1d87B64MseDvUOeJLUuKGHcWgqMzB { width:17.9375rem;height:1.625rem;top:1.40625rem;left:0.78125rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNpAH6A6QKUXr7EivJcGiOl9Jn7P4uHm { width:20rem;height:86.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFi08rRmaTAHOudTFewDf69BIsASyft { width:10.875rem;height:1.21875rem;top:14.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MuEtL4EvzOfDWNhxwvzWkZcsd4ZktwWe { width:16.875rem;height:35.96875rem;top:16.625rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#MuEtL4EvzOfDWNhxwvzWkZcsd4ZktwWe li:before{  }
 }@media only screen and (max-width: 763px) { #AJcqV6Qq5rEeWT73gRTe4fE06ScqK0o2 { width:14.5rem;height:1.21875rem;top:54.0625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ad5Kxznek2rH5AdiWKau1OlZnwJ04ERr { width:17.9375rem;height:29.90625rem;top:55.5625rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ad5Kxznek2rH5AdiWKau1OlZnwJ04ERr li:before{  }
 }@media only screen and (max-width: 763px) { #CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC { display:block; }#CPO8wsRsTBTWBsBfdSnlXbkPFDPBr5EC > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svc9UHpI1dPiWyHEnuo8NI7RbzSb7nBl { width:14.875rem;height:1.625rem;top:0.9375rem;left:2.5625rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTzbC86whZmwQIv9HIf5yX6nFfM6u7pN { width:16.625rem;height:2.4375rem;top:3.5rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 { display:block; }#waTVGFWwT3Jw0nHK6H7AV3Zc6FrEoi73 > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m43SAIi3kD30IM4muo1wyn7xAPrUz0H8 { width:17.625rem;height:29.4375rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdqypPA2pXBtTXSnuTlVAWoLziVuf3Um { width:17.625rem;height:24.8125rem;top:32rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9IyWV4f11mAPDFM8eAM5Nr7d2LdVmUQ { width:17.625rem;height:23.9375rem;top:58.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTUvF6g5q3N16JyUB34tMriiPZInXvZq { width:15.3125rem;height:10.3984375rem;top:36.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7U8XCcQ9y6bOubLuyecTtOtrdrrlO5q { width:15.1875rem;height:19.4970625rem;top:5.9375rem;left:2.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w59LhVppw7bVdGb1TAX7asyuVnVdJJdR { width:14.625rem;height:1.29980625rem;top:27.625rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE3O0hET0Te3ppvSsqJc4U4CrPC4kGoU { width:14.8125rem;height:1.05615rem;top:28.8125rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvxozDr4nqV0n4GaKy2FhbJf9Q5OWhFl { width:15.6875rem;height:12.9980625rem;top:62.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzU3OciMAakf7Mh4D187cohr9vWKL1KF { width:12.9375rem;height:1.29980625rem;top:52rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpieptUTMPwdaxC13vT4mXrQ5FC0Bsie { width:14.4375rem;height:1.05615rem;top:53.1875rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZpiwKue1znLaZnEhd0H0V7ZtxSfB7uP { width:12.9375rem;height:1.29980625rem;top:78.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taHB8B5McBxORv3MLcJApI6haFJ2BQDL { width:14.4375rem;height:1.05615rem;top:79.6875rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5uFGhnOzedIBTNQ4Fw9lhX8RTLA9w3V { width:3.125rem;height:3.125rem;top:2.125rem;left:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH4SF0BrnGeZ0Ud41XXTbAuLkiSEQpLu { width:3.125rem;height:3.125rem;top:32.75rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B92ZZcpcavqSlJi6OQs2g0VFSodooxCn { width:3.125rem;height:3.125rem;top:59.0625rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDt3EuxLJQqRuqUFlcXK98smzlQUe1TZ { width:3.125rem;height:3.125rem;top:23.6875rem;left:14.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gui0mNLfZEnu0HoG3lQKFVPz6wnAfC1H { width:3.125rem;height:3.125rem;top:46.5625rem;left:14.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyUSGtcRdMW8u2p9p5zCBsHXBOGpt5wK { width:3.125rem;height:3.125rem;top:75.375rem;left:14.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { background-color:#343434;background-image:none;display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0TIa2gfrWNfBQK99Tr6G4vzN6PDATFM { width:20rem;height:8.53125rem;top:1.125rem;left:0rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }