.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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { background-color: transparent; background-image: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .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); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { border-width: 0; border-radius: 0; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container {  }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { font-size:0.875rem;font-family:"open sans";height:4.9375rem;width:75rem;position:relative;display:block; }#ReRh3AIDyZTRtFzWwy2WSC8TqgyQTTIC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37305rem;width:14.3105625rem;top:1.28125rem;left:30.3125rem;overflow:hidden;display:block; }
#edtyz3WkqKkyTBmLs0lvXTQx28o1qzpU { position:absolute;display:block;z-index:100013;height:4.25rem;width:7.625rem;top:0rem;left:56.28125rem;display:block; }
#v8Hgy9HLX4W8Zy5zFE5RfetTPDRzV3ef { position:absolute;display:block;z-index:100007;height:3.375rem;width:3.1875rem;top:1.5rem;left:36.34375rem;display:block; }
#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/r1Pu4NMe/header_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ.adaptive-delivery-prevent-bg, #RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ.lazyload, #RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ.lazyloading { background-image: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container { background-color: transparent; background-image: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container > .video-iframe-container { display: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row > .video-iframe-container { display: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .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); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container { border-width: 0; border-radius: 0; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row > .video-iframe-container {  }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container { font-size:0.875rem;font-family:"open sans";height:53rem;width:75rem;position:relative;display:block; }#eRc92Sc8TtQzUiZy0EzOk1kV2GhplJiR { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.5rem;left:9.6875rem;height:;text-align:left;text-align-last:left;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; }
#lsT5U58cENN3nt0pwgzCupgOZTg5IMR3 { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:22.4375rem;left:2.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yBZwv8gPi09Hv79TT3dcuzCwUHRQaqEd { position:absolute;display:block;z-index:100013;background-color:#ffffff;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:3.5rem;width:25rem;top:32.375rem;left:2.625rem;display:block; }
#Ro3WkIsetNmOCBGWnt9NdkNJ7Osx4JgH { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:33.125rem;left:3.5625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#C5k98fS89apbL593PB6g1snwCXfARn35 { color:#ffffff;display:block;width:21.3748125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:37.9375rem;left:2.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#JzkdJ72sS2pmhE8iUavOrVF69nITaSoU { color:#ffffff;display:block;width:21.3748125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:40.125rem;left:2.625rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#NhPAtIpyeUKCKkro9BhimwEburdFTiQh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014bae;background-image:none;position:relative;display:block; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { background-color: transparent; background-image: none; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container > .video-iframe-container { display: none; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row > .video-iframe-container { display: none; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .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); }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { border-width: 0; border-radius: 0; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row > .video-iframe-container {  }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#CJzXbPMahc0HCVO0Vw8pSTCu5eGqzJlc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#014bae;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:2.9375rem;left:28.75rem;display:block; }
#ZoO7yxpv9GKC11fnDBN6RzNK23ygfBzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DWpSikXflaxrAgLPn7PpWRhqhuvVqDQu { position:absolute;display:block;z-index:100001;height:40.5625rem;width:60rem;top:8.5rem;left:7.5rem;display:block; }
#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row .container { background-color: transparent; background-image: none; }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row .container > .video-iframe-container { display: none; }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row > .video-iframe-container { display: none; }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .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); }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row .container { border-width: 0; border-radius: 0; }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row > .video-iframe-container {  }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#OVZGZGCIexL96c0VfO4JmkTIdzPxZIp8 { color:#1344a5;display:block;width:55.061875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.1330289840698rem;left:9.9375rem;height:;text-align:center;text-align-last:center;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; }
#OSTEWB4zHcGU36xD3zHuHWD8HxeaKxb7 { color:#f47d19;display:block;width:55.0605625rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:8.5rem;left:9.96875rem;height:;text-align:center;text-align-last:center;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; }
#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row .container { background-color: transparent; background-image: none; }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row .container > .video-iframe-container { display: none; }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row > .video-iframe-container { display: none; }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .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); }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row .container { border-width: 0; border-radius: 0; }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row > .video-iframe-container {  }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#rfsa9sWPTgvJQP5DaAtGhf8KguenLvJ8 { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:1.625rem;text-align:left;text-align-last:left;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; }
#QhEO6in2rGiMOrTq7iVKCLybcCGTJe07 { color:#0c0f13;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#QoJNbx5EOzJ0DKETT7JnWkGrwaER9TDn { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.375rem;height:1.29980625rem;display:block; }
#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row .container { background-color: transparent; background-image: none; }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row .container > .video-iframe-container { display: none; }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row > .video-iframe-container { display: none; }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .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); }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row .container { border-width: 0; border-radius: 0; }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row > .video-iframe-container {  }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#gkn5vPPA7b2ZVfF8WqhTD3sMAZMC58hK { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#nM18lP1EFPqf75zH2zfRnntCBFot25xS { color:#0e121a;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#ePJCGcIZlolypxMtqrLo1rsQsxTFToHI { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.3125rem;left:6.375rem;height:1.29980625rem;display:block; }
#m4StWbTRkOwF1spCqx3ogoc7iUpyJHdD { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.125rem;left:6.375rem;height:1.29980625rem;display:block; }
#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row .container { background-color: transparent; background-image: none; }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row .container > .video-iframe-container { display: none; }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row > .video-iframe-container { display: none; }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .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); }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row .container { border-width: 0; border-radius: 0; }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row > .video-iframe-container {  }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#XgLsToC4PM9hUULDpOpDSPOsrHVEXATw { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#R0GCb0lqVd7fLKPKVg1uzn8xTRUuz3Pk { color:#0e121a;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#fQTbtoFSrnfwbhDepKyAxdGN1Uka4Cwk { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:7.25rem;left:6.375rem;height:1.29980625rem;display:block; }
#bQ1rReFmT6vIR54fZlsievMeaGODIU01 { color:#000000;display:block;width:45.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:9.125rem;left:6.375rem;height:1.29980625rem;display:block; }
#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row .container { background-color: transparent; background-image: none; }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row .container > .video-iframe-container { display: none; }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row > .video-iframe-container { display: none; }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .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); }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row .container { border-width: 0; border-radius: 0; }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row > .video-iframe-container {  }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#Mg1UQQRt77bPeZdsCmMVE0craJP7XJr4 { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#BRD7pKr56k8Zyahby3geZXfvaTvHTSBT { color:#0f131a;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#JSk5rfy7JZoAe9IIH6sqcyD9HvyKJamd { color:#000000;display:block;width:43.3095625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:5.6875rem;left:9rem;height:;display:block; }#JSk5rfy7JZoAe9IIH6sqcyD9HvyKJamd li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#JSk5rfy7JZoAe9IIH6sqcyD9HvyKJamd li:before{  }
#ooPHKO58W8w6AJOQofaaqMyAaM8083vL { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:16.6875rem;left:6.375rem;height:1.29980625rem;display:block; }
#bvXN7TLXrloNuH28pP6RCZcfd0PxSGaW { color:#000000;display:block;width:42.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:18.625rem;left:6.375rem;height:2.5996125rem;display:block; }
#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row .container { background-color: transparent; background-image: none; }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row .container > .video-iframe-container { display: none; }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row > .video-iframe-container { display: none; }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .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); }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row .container { border-width: 0; border-radius: 0; }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row > .video-iframe-container {  }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#VN1pyZVSBOah6rdwT6aNeOpVsBsAHZUA { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#TCG1NdefaJv4r5P4oxOnD092LqbD0zVW { color:#090b10;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#DXPGsrP11Eg2TWL60aCgRPn7yN0ruSOw { color:#000000;display:block;width:43.3095625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:6.4375rem;left:8.0625rem;height:;display:block; }#DXPGsrP11Eg2TWL60aCgRPn7yN0ruSOw li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#DXPGsrP11Eg2TWL60aCgRPn7yN0ruSOw li:before{  }
#uTFtTQR2TyzIF7NW5S3u2vBWQAl6WqiB { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:16.1875rem;left:6.375rem;height:1.29980625rem;display:block; }
#PyhXDs7s2CQSEvsu46IsylXSo3138e20 { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:18.25rem;left:6.375rem;height:1.29980625rem;display:block; }
#bKpXuO4cKaUKkSfDMBL19QayQQC6Nluq { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:20.8125rem;left:6.375rem;height:1.29980625rem;display:block; }
#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row .container { background-color: transparent; background-image: none; }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row .container > .video-iframe-container { display: none; }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row > .video-iframe-container { display: none; }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .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); }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row .container { border-width: 0; border-radius: 0; }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row > .video-iframe-container {  }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#ZP2owN05uqxGwfy8FpfvDfqdri3X48Jw { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#BMsI47wtHBc0dkcRSA1g1WKQ0f647EiZ { color:#0f131a;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#MXi7RGIuGxJWHOTkqVmKuKkiTiUNihmg { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:5.5rem;left:6.375rem;height:1.29980625rem;display:block; }
#dyHrKPcysxazU826k1gkSKt9FWTPKOXz { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:7.3125rem;left:6.375rem;height:1.29980625rem;display:block; }
#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row .container { background-color: transparent; background-image: none; }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row .container > .video-iframe-container { display: none; }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row > .video-iframe-container { display: none; }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .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); }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row .container { border-width: 0; border-radius: 0; }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row > .video-iframe-container {  }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#WCG0QWD7QwlteE6P4NVORTT3Tqmqmnsh { color:#f47d19;display:block;width:55.0605625rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.0302734375rem;height:;text-align:center;text-align-last:center;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; }
#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row .container { background-color: transparent; background-image: none; }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row .container > .video-iframe-container { display: none; }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row > .video-iframe-container { display: none; }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .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); }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row .container { border-width: 0; border-radius: 0; }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row > .video-iframe-container {  }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#TWI5iO8uf1zeb7Ugd5TvbqFUrNuwp77l { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#fnUUUv5OBeXve7tdwqO7BKAJgm5xAuvD { color:#111620;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;display:block; }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row .container { background-color: transparent; background-image: none; }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row .container > .video-iframe-container { display: none; }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row > .video-iframe-container { display: none; }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .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); }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row .container { border-width: 0; border-radius: 0; }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row > .video-iframe-container {  }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VDtG5WH5AMTuDWBprWOc8y0UFyitcauf { color:#1344a5;display:block;width:62.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.875rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#Sy4FsaKAOHlqgm7W8eDEuUnemfAaFTbd { color:#121721;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0.58203125rem;left:6.375rem;height:;text-align:left;text-align-last:left;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; }
#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row .container { background-color: transparent; background-image: none; }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row .container > .video-iframe-container { display: none; }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row > .video-iframe-container { display: none; }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .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); }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row .container { border-width: 0; border-radius: 0; }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row > .video-iframe-container {  }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#byTMN4nkfuZ8uSnUaqxFKAnWkI3w3LXd { color:#1344a5;display:block;width:55.061875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.4542083740234rem;left:9.9375rem;height:2.35625rem;text-align:center;text-align-last:center;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; }
#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM { position:relative;display:block; }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM { background-color: transparent; background-image: none; }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .row .container > .video-iframe-container { display: none; }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .row > .video-iframe-container { display: none; }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .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); }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM { border-width: 0; border-radius: 0; }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .row .container > .video-iframe-container {  }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .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:26.3125rem;width:75rem;position:relative;display:block; }#v6DokQSJ8DNGk5QOMRVlcZ88Aea1wAte { position:absolute;display:block;z-index:99999;height:2.375rem;width:10.0625rem;top:20.0625rem;left:22.6875rem;display:block; }
#MQtsFb23IO0sLI0lT8P7FR9PvpVpM27g { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:17.5625rem;left:19.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LGqcxWLgPQuEtCkT1QU2d9MJ4P44TOQ7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:5.75rem;left:22.9375rem;overflow:hidden;display:block; }
#BZBWxpxuEkhTAnbCl7ONvTdL8hC2TZAJ { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:5.4375rem;left:22.625rem;display:block; }
#IdkNNg7ftNE72GSHKFV7HEya41CRtScy { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPv1FCPL4Zio58Vnwk0sIu1wf5x5qrDt { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:5.75rem;left:4.1875rem;overflow:hidden;display:block; }
#mRmVZTLNzGgTK8JC0gP4LDENQ252L5ma { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:5.4375rem;left:3.875rem;display:block; }
#gSStLtC1MmtWTcadh1kRzVtop3hxrs7d { position:absolute;display:block;z-index:100003;height:2.375rem;width:10.0625rem;top:20.0625rem;left:4.34375rem;display:block; }
#XWTBBLBFOe3FuS3DdTOt4yradtCRAW0V { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:5.1875rem;left:41.875rem;display:block; }
#Ms2hti0e12d42LbXZKAwE5vPCTaJe2NK { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:17.625rem;left:38rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B9E5R17Wkk1xUKhu2u3FEPZsDP1IJrQC { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:5.5rem;left:42.1875rem;overflow:hidden;display:block; }
#VyEOaSKTTSJkhlS98AwzEK5G80USE5hi { position:absolute;display:block;z-index:100003;height:2.375rem;width:10.0625rem;top:20.125rem;left:41.875rem;display:block; }
#uqEfTCokQXScPItSDl2H5TAEcmIduoQe { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:5.1875rem;left:60.6875rem;display:block; }
#dx43cSVtV7TgC3QvLIIRF6IMson5sJGx { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.375rem;top:5.5rem;left:61rem;overflow:hidden;display:block; }
#TZF7tbplRhSUJbqXPeTtEENAhXbovrgo { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:17.625rem;left:56.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2p5wPikqJ0UTeMpTHMa4qIzKWGzb8GR { position:absolute;display:block;z-index:99999;height:2.375rem;width:10.0625rem;top:20.125rem;left:60.75rem;display:block; }
#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 { position:relative;display:block; }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 { background-color: transparent; background-image: none; }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .row .container > .video-iframe-container { display: none; }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .row > .video-iframe-container { display: none; }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .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); }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 { border-width: 0; border-radius: 0; }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .row .container > .video-iframe-container {  }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .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:22.125rem;width:75rem;position:relative;display:block; }#nN6yzqJggKSXhoGqssrJ1cHJbp1pJ7CU { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:3.125rem;left:23.25rem;overflow:hidden;display:block; }
#IH5T9T8GqGztJPg5WirITwtJd6uFQ0ZW { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.8125rem;left:22.9375rem;display:block; }
#VgHaAupT48TKr4BOIo9GHtlLqoIHQ2PG { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:15.25rem;left:20.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C122pUTUAQJWitFUOWHIJGEredLETcZn { position:absolute;display:block;z-index:100003;height:2.375rem;width:10.0625rem;top:17.4375rem;left:23rem;display:block; }
#yWiG9FGWWViGxE5tVfHMIN5qZutnZckG { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WPo0l5vX0glh56LieTcLQbKuxcF28Pl6 { position:absolute;display:block;z-index:99995;height:2.375rem;width:10.0625rem;top:17.4375rem;left:4.375rem;display:block; }
#thSIAmTxlSFIVJgbkrkubef8LzXzz4mX { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.5rem;left:4.3125rem;display:block; }
#d1KAJRCkEA7ipObMDUsTFJkJ6I8ulTy3 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:2.8125rem;left:4.625rem;overflow:hidden;display:block; }
#g8W2bOymdpyTbBD5qGtvIUSANg8snBLe { position:absolute;display:block;z-index:100005;height:2.375rem;width:10.0625rem;top:17.4375rem;left:41.84375rem;display:block; }
#bQDhxX5B0RDDstBSwfr5hCNhVW0Wqi7r { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:15.25rem;left:38.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GG4wr4a7Dg0RQHGzZTs3Vl159i7tcBPT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.8125rem;left:41.375rem;display:block; }
#TyCOEVvPU69cB2zhKb80DUJV4xvq3QvM { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:3.125rem;left:41.6875rem;overflow:hidden;display:block; }
#IgH1ZxqqTMriFvxIT3CwkeWZqJ54Mkeo { position:absolute;display:block;z-index:99995;height:2.375rem;width:10.0625rem;top:17.4375rem;left:60.59375rem;display:block; }
#FQoC5xZIQb2hvnuCy6MFOpO6O2sWtEJZ { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:15.25rem;left:58.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wuai4PoSzMp15zvitTEQiTK1gnPp2IuT { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:3.125rem;left:60.875rem;overflow:hidden;display:block; }
#AcnhavMo2ErCr149mkDbXuvVD5o2EBxR { position:absolute;display:block;z-index:99994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.8125rem;left:60.5625rem;display:block; }
#HGCkRlkOeyZPW00euucHctTEGFDizRdi { position:relative;display:block; }#HGCkRlkOeyZPW00euucHctTEGFDizRdi { background-color: transparent; background-image: none; }#HGCkRlkOeyZPW00euucHctTEGFDizRdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .row .container > .video-iframe-container { display: none; }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .row > .video-iframe-container { display: none; }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .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); }#HGCkRlkOeyZPW00euucHctTEGFDizRdi { border-width: 0; border-radius: 0; }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .row .container > .video-iframe-container {  }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .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:26.3125rem;width:75rem;position:relative;display:block; }#Eurebfv3UqpJgE2kVKvDe3d88s9BCTnd { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:4.25rem;left:23.125rem;display:block; }
#FzdnoMJo2ldkvH0RU86bWZHaTg9wq5yk { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:4.5625rem;left:23.4375rem;overflow:hidden;display:block; }
#r2GpDwWtKBUBfsL9us1HTNxWpGwlpFCl { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:99993;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQEs2EhmMKUN8pkKd0Omn9FKW08iEJmb { position:absolute;display:block;z-index:99992;height:2.374025rem;width:10.0615rem;top:18.875rem;left:23.125rem;display:block; }
#MqcoGN4Q5QFQQeGetsPPPW40lmhw4XWq { position:absolute;display:block;z-index:100005;height:2.375rem;width:10.0625rem;top:18.75rem;left:4.75rem;display:block; }
#cHIa0r4vJMZLTc4Ow3kHEJzxBsV8BoIR { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:16.5rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QkMRLxvq8U3axA9iLGo3bxdzxUplHLNX { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:4.375rem;left:4.5625rem;display:block; }
#cvqpvhLRddaeuDnygXxvEasrcZPZRkbM { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:4.6875rem;left:4.875rem;overflow:hidden;display:block; }
#Doy6SVgyW8v3qOPLL8IAt8q6aV9xbSBc { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:4.125rem;left:60.9375rem;display:block; }
#ARJzI6PEK6o4A17i1XOtUh1QwzZozLmh { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:4.4375rem;left:61.25rem;overflow:hidden;display:block; }
#QMBmNHOSCBXQfNlJrXrmQlrKq42Aiq5b { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:16.5625rem;left:59.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qr6p4htifvtwPnJ3GeR2BUkraxbWUt32 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:4.4375rem;left:42.1875rem;overflow:hidden;display:block; }
#Xwtt23SrGV6ufK99b1REamEJhh9n6Vma { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:4.125rem;left:41.875rem;display:block; }
#HokADAbW4BTmFthhlPKiK9oCxLGSQHyU { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:16.5625rem;left:41rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q1L9c9OEtozUsxkiSe5D9O0SCleAQg3q { position:absolute;display:block;z-index:100005;height:2.375rem;width:10.0625rem;top:18.75rem;left:60.9375rem;display:block; }
#kSNptVhB1z7rzzcw4vvXizgADPN3J9rf { position:absolute;display:block;z-index:99999;height:2.375rem;width:10.0625rem;top:18.8125rem;left:41.875rem;display:block; }
#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw { position:relative;display:block; }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw { background-color: transparent; background-image: none; }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .row .container > .video-iframe-container { display: none; }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .row > .video-iframe-container { display: none; }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .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); }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw { border-width: 0; border-radius: 0; }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .row .container > .video-iframe-container {  }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .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:22.625rem;width:75rem;position:relative;display:block; }#a4kXxax2SJhMM3EhiJKLfidTqT0myOLa { position:absolute;display:block;z-index:99996;height:2.37413125rem;width:10.061875rem;top:17.5625rem;left:4.4375rem;display:block; }
#rgoMHOfl1aG0p6D3ETb7u3gKDTrQCg3B { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:99997;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUwcQzViA3oyO5LkG4TRK3Jievw7bkXH { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.9375rem;left:4.4375rem;display:block; }
#AivpFT5RJlhiuArUOEVEnWoHVcp9UJc7 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:3.25rem;left:4.75rem;overflow:hidden;display:block; }
#ZcWvJpkq3XeJ1obpzU9IWqfGMTDBkZTB { position:absolute;display:block;z-index:99993;height:2.375rem;width:10.0625rem;top:17.625rem;left:23rem;display:block; }
#ZuP2Q1xA8O3tAnQ2M4eDD0mGPU9TENTA { color:#000000;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:15.125rem;left:22rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MlzOKpSFwORMC1yFP6ZhhgGNhJPUPZQ5 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:15.1875rem;left:39.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZutTEiT6bTQlduhPLtxiwI926kEGJqN { position:absolute;display:block;z-index:99997;height:2.375rem;width:10.0625rem;top:17.625rem;left:42rem;display:block; }
#ugfRHQsXSl6kVX21O5pcLEy6ZAnh4dxt { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.6875rem;left:23rem;display:block; }
#CtS4I7cudILpkvd2HqgWXLxNtIT5N0Da { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:3rem;left:23.3125rem;overflow:hidden;display:block; }
#TLFrp1ptGeTJDRA3TW20cVfluxtv0rUK { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.6875rem;left:42rem;display:block; }
#JH14zB2wXE8vSBxfxnMVDea7xTbxfmFT { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:3rem;left:42.3125rem;overflow:hidden;display:block; }
#r7Tb3NpyRhyM1oAeIQOq5h74rvZKtNhn { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:2.6875rem;left:60.625rem;display:block; }
#scg6L5q0adHkurTkR69W3cAgGV2GU4tQ { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:3rem;left:60.9375rem;overflow:hidden;display:block; }
#KyZFTpNUgikUmNG55WPq4PFitnqPCFwT { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:15.1875rem;left:57.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d888MA7HDTRTrvAJ9KCribZ89gvDb2gK { position:absolute;display:block;z-index:100001;height:2.375rem;width:10.0625rem;top:17.625rem;left:60.625rem;display:block; }
#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE { position:relative;display:block; }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE { background-color: transparent; background-image: none; }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .row .container > .video-iframe-container { display: none; }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .row > .video-iframe-container { display: none; }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .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); }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE { border-width: 0; border-radius: 0; }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .row .container > .video-iframe-container {  }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .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:26.3125rem;width:75rem;position:relative;display:block; }#a6fEf0I1OOsoDth2ObiuxByMiiRzZpF1 { position:absolute;display:block;z-index:100005;height:2.375rem;width:10.0625rem;top:19.4375rem;left:13.625rem;display:block; }
#W95QvWSIOvRbyq1mSFkgDUaPTiAr0Dqf { color:#000000;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:16.9375rem;left:10.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2ma01nPnllLc9w22w5t4VhBvBxgVa9o { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:4.5rem;left:13.625rem;display:block; }
#BFc5r03Q3UKIfI4xghDgVR70t01d7a4O { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:4.8125rem;left:13.9375rem;overflow:hidden;display:block; }
#ms6NJ0A9xIsJCxMlUzsraSRUTUra6pJ9 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:4.75rem;left:32.8125rem;display:block; }
#xD93WeySON3F6ZUznPvEHZ0J71fSVUoB { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:5.0625rem;left:33.125rem;overflow:hidden;display:block; }
#wG5kC5icETOwVy1w5ivezWOG1ACNonNc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:99993;line-height:1.3;letter-spacing:0;top:16.875rem;left:30rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5iLh6XORmKc308Hk3raxdzIu96Xpie0 { position:absolute;display:block;z-index:99992;height:2.37413125rem;width:10.061875rem;top:19.375rem;left:32.8125rem;display:block; }
#B5EK4EcMTU8gIXNNKV57ITuByxqikq5T { position:absolute;display:block;z-index:99996;height:2.37413125rem;width:10.061875rem;top:19.375rem;left:53.875rem;display:block; }
#trEoGymvdAH6JTVvkGuOo5oceuabP4PK { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:99997;line-height:1.3;letter-spacing:0;top:16.875rem;left:51.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGPeZdVyfmutTqZ98q9bwgv1yZ6dArag { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.9375rem 2.5rem 2.5rem rgba(0,0,0,0.12) ;height:10rem;width:10rem;top:4.75rem;left:53.875rem;display:block; }
#RuDvLOJcXRbc2FqBtylD4bgkPwQwRmA4 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:5.0625rem;left:54.1875rem;overflow:hidden;display:block; }
#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06193e;background-image:none;position:relative;display:block; }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row .container { background-color: transparent; background-image: none; }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row .container > .video-iframe-container { display: none; }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row > .video-iframe-container { display: none; }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .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); }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row .container { border-width: 0; border-radius: 0; }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row > .video-iframe-container {  }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#hTfVJ9mqd9q193R6VksoxrBZXd1x2zi5 { color:#ffffff;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.375rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cvI6z5PBlImFROwnN8H4p3aLUqrFpmDC { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:26.4375rem;top:3.875rem;left:19.5rem;overflow:hidden;display:block; }
#P8y7kTC6GulxhWaEbXEEo4PDRuNwT9n2 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:19.375rem;top:5.0625rem;left:49.4375rem;overflow:hidden;display:block; }
#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row .container { background-color: transparent; background-image: none; }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row .container > .video-iframe-container { display: none; }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row > .video-iframe-container { display: none; }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .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); }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row .container { border-width: 0; border-radius: 0; }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row > .video-iframe-container {  }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#AefpH9VOe62WgM19usE4yxHzDXZbPUpT { color:#000000;display:block;width:18.499rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1.25rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPLgZuapZrF2WLh2u4gH87ox6BSf6hDq { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.875rem;top:2.1875rem;left:18.998046875rem;overflow:hidden;display:block; }
#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row .container { background-color: transparent; background-image: none; }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row .container > .video-iframe-container { display: none; }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row > .video-iframe-container { display: none; }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .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); }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row .container { border-width: 0; border-radius: 0; }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row > .video-iframe-container {  }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#yT3DDX6zaGUNR5sKrr34SyAV6MBrHOyF { color:#000000;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.1875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cs37suDRsIdJw122UNkpNChDaLKtfxCm { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:12.5rem;top:2.5rem;left:17.873046875rem;overflow:hidden;display:block; }
#K33HDRZ7q7ULGJA5LS7qhsZ5LERAGFOp { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:12.5rem;top:4.5rem;left:32.998046875rem;overflow:hidden;display:block; }
#ovNzHiPR7gM8yFrewKrV4EpbqTVtBL0z { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:12rem;top:4.5rem;left:46.935546875rem;overflow:hidden;display:block; }
#AOW2VXws6RBhnpbs5hTCqGKA11xZm69J { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:12rem;top:4.5rem;left:62.060546875rem;overflow:hidden;display:block; }
#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row .container { background-color: transparent; background-image: none; }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row .container > .video-iframe-container { display: none; }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row > .video-iframe-container { display: none; }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .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); }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row .container { border-width: 0; border-radius: 0; }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row > .video-iframe-container {  }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#KoNppuOPeLpdckAkTqXL7WqPycLnTzcn { color:#000000;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.1875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ntchr437vlIOnfBPTvoZsulZacHm32Zb { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:9.1875rem;top:2.5rem;left:17.873046875rem;overflow:hidden;display:block; }
#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row .container { background-color: transparent; background-image: none; }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row .container > .video-iframe-container { display: none; }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row > .video-iframe-container { display: none; }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .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); }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row .container { border-width: 0; border-radius: 0; }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row > .video-iframe-container {  }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#Hu0JvAxhBQULpIGCTQPXXPx9q1nHHAGe { color:#000000;display:block;width:18.499375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.1875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q63WqcHw4dWpekihBTdOAoR9LWWJKT3e { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:11.25rem;top:10.8125rem;left:19.5rem;overflow:hidden;display:block; }
#HT1ou4uPqUGTyTttCVPKusxVV2g6KBEp { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:9.375rem;top:10.5625rem;left:32.25rem;overflow:hidden;display:block; }
#h9SwTkgbB3LXEpAfOqWXe6USwXfOvdJT { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:15.625rem;top:10.5rem;left:46.25rem;overflow:hidden;display:block; }
#oRXGa0xDxcfhc7hCfiwa7LA0ApffDJx9 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:12.5rem;top:19.4375rem;left:19.5rem;overflow:hidden;display:block; }
#uvCVNQG0DqW92CertmKuS3QrsZ0ERrzG { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.875rem;top:19.5625rem;left:33.125rem;overflow:hidden;display:block; }
#hShFO2PPxGkiRru589EJBZShzOSW69Nh { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:11.25rem;top:19.1875rem;left:44.1875rem;overflow:hidden;display:block; }
#osZaU4l3X9QkVrsocHBOpHyVcgyUyyZ5 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.62478125rem;width:16.25rem;top:19.4375rem;left:58.75rem;overflow:hidden;display:block; }
#Hhww88Ep0CwUTTBgBv4WR0eWbncvOHNv { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:9.375rem;top:25.875rem;left:19.5rem;overflow:hidden;display:block; }
#RJzhC2sDGSqPrW2S76f3f3g0LyOytJa0 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:11.25rem;top:27.625rem;left:32rem;overflow:hidden;display:block; }
#yQSfz2y53cRw3toGJTLJx2BcxymIATht { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:9.375rem;top:26.0625rem;left:48.25rem;overflow:hidden;display:block; }
#uTpGl2caWkfovhtM5wdPAfH09M7cyWHQ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:11.25rem;top:5.23046875rem;left:19.685546875rem;overflow:hidden;display:block; }
#I6VFmKORXVOvItoG9snbC76qfwsi8E7V { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:11.125rem;top:5.23046875rem;left:47.6875rem;overflow:hidden;display:block; }
#PTxUEPrnnFqargorEGpbTWJe71975aPe { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:10.5625rem;top:4.38671875rem;left:61.59375rem;overflow:hidden;display:block; }
#LuvoCH6OpfM7SsQIoFe8zfZerHQZPPed { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:10.1875rem;top:4.5625rem;left:34rem;overflow:hidden;display:block; }
#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3d80;background-image:none;position:relative;display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { background-color: transparent; background-image: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container { display: none; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .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); }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { border-width: 0; border-radius: 0; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row > .video-iframe-container {  }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { font-size:0.875rem;font-family:"open sans";height:0.0625rem;width:75rem;position:relative;display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { position:relative;display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { background-color: transparent; background-image: none; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container > .video-iframe-container { display: none; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row > .video-iframe-container { display: none; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .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); }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { border-width: 0; border-radius: 0; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container > .video-iframe-container {  }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .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:"open sans";height:10.0625rem;width:75rem;position:relative;display:block; }#oW4uBPVtEQMoCHNCoZopQ34NnAyn8MOb { color:#000000;display:block;width:45.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:14.8125rem;height:5.68359375rem;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) { #sChbNQRBUZhghChtIGkmPd24G7QtpGam { display:block; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { width:47.75rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ReRh3AIDyZTRtFzWwy2WSC8TqgyQTTIC { width:13.125rem;height:2.1875rem;top:1.3118489980698rem;left:2.2482640743256rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edtyz3WkqKkyTBmLs0lvXTQx28o1qzpU { width:7.6248125rem;height:4.24913125rem;top:0.34288194775581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v8Hgy9HLX4W8Zy5zFE5RfetTPDRzV3ef { width:3.1875rem;height:3.375rem;top:2.125rem;left:23.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ { background-color:#014bae;background-image:url("https://images.assets-landingi.com/r1Pu4NMe/header_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ.adaptive-delivery-prevent-bg, #RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ.lazyload, #RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ.lazyloading { background-image: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container { background-color: transparent; background-image: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container > .video-iframe-container { display: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row > .video-iframe-container { display: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .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); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container { width:47.75rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eRc92Sc8TtQzUiZy0EzOk1kV2GhplJiR { width:21.1875rem;height:12.25rem;top:3.5625rem;left:0.5625rem;font-size:2.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #lsT5U58cENN3nt0pwgzCupgOZTg5IMR3 { width:21.5rem;height:4.142575rem;top:18.750000953674rem;left:0.56206595897674rem;font-size:1.0625rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #yBZwv8gPi09Hv79TT3dcuzCwUHRQaqEd { width:20.8125rem;height:3.5625rem;top:31.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ro3WkIsetNmOCBGWnt9NdkNJ7Osx4JgH { width:19.749rem;height:2.15625rem;top:32.015625rem;left:1.2802734375rem;font-size:1.4375rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C5k98fS89apbL593PB6g1snwCXfARn35 { width:16.875rem;height:1.875rem;top:39.125rem;left:0.5625rem;font-size:1.25rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #JzkdJ72sS2pmhE8iUavOrVF69nITaSoU { width:18.9355625rem;height:2.34375rem;top:41rem;left:0.5625rem;font-size:1.5625rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #NhPAtIpyeUKCKkro9BhimwEburdFTiQh { display:block; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { width:47.75rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CJzXbPMahc0HCVO0Vw8pSTCu5eGqzJlc { width:17.5rem;height:3.4375rem;top:2.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoO7yxpv9GKC11fnDBN6RzNK23ygfBzR { display:block; }
 }@media only screen and (max-width: 1199px) { #DWpSikXflaxrAgLPn7PpWRhqhuvVqDQu { width:47.75rem;height:27.875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs { display:block; }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row .container { width:47.75rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OVZGZGCIexL96c0VfO4JmkTIdzPxZIp8 { width:39.249125rem;height:2.11263125rem;top:0.70637798309325rem;left:4.2491321563721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSTEWB4zHcGU36xD3zHuHWD8HxeaKxb7 { width:39.249rem;height:2.11263125rem;top:8.2431640625rem;left:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs { display:block; }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rfsa9sWPTgvJQP5DaAtGhf8KguenLvJ8 { width:42.5625rem;height:1.625rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QhEO6in2rGiMOrTq7iVKCLybcCGTJe07 { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QoJNbx5EOzJ0DKETT7JnWkGrwaER9TDn { width:14.9375rem;height:1.29980625rem;top:5.625rem;left:1.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 { display:block; }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row .container { width:47.75rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gkn5vPPA7b2ZVfF8WqhTD3sMAZMC58hK { width:42.5625rem;height:1.625rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nM18lP1EFPqf75zH2zfRnntCBFot25xS { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePJCGcIZlolypxMtqrLo1rsQsxTFToHI { width:14.9375rem;height:1.29980625rem;top:5.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4StWbTRkOwF1spCqx3ogoc7iUpyJHdD { width:31.5rem;height:1.29980625rem;top:7.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmCP469RQ09dtNn4l9Nb8gvbDecisCCL { display:block; }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row .container { width:47.75rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XgLsToC4PM9hUULDpOpDSPOsrHVEXATw { width:42.5625rem;height:4.875rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R0GCb0lqVd7fLKPKVg1uzn8xTRUuz3Pk { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQTbtoFSrnfwbhDepKyAxdGN1Uka4Cwk { width:14.9375rem;height:1.29980625rem;top:8.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQ1rReFmT6vIR54fZlsievMeaGODIU01 { width:45.125rem;height:1.29980625rem;top:10.5rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz { display:block; }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row .container { width:47.75rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mg1UQQRt77bPeZdsCmMVE0craJP7XJr4 { width:42.5625rem;height:3.25rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BRD7pKr56k8Zyahby3geZXfvaTvHTSBT { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSk5rfy7JZoAe9IIH6sqcyD9HvyKJamd { width:43.2484375rem;height:10rem;top:7.4375rem;left:3.0609375238419rem;font-size:1rem;display:block; }#JSk5rfy7JZoAe9IIH6sqcyD9HvyKJamd li:before{  }
 }@media only screen and (max-width: 1199px) { #ooPHKO58W8w6AJOQofaaqMyAaM8083vL { width:14.9375rem;height:1.29980625rem;top:18.75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvXN7TLXrloNuH28pP6RCZcfd0PxSGaW { width:42.8125rem;height:2.5996125rem;top:20.6875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BX70RABUSxW2kg4QsC4c89aEBCRhMTgW { display:block; }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row .container { width:47.75rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VN1pyZVSBOah6rdwT6aNeOpVsBsAHZUA { width:42.5625rem;height:1.625rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCG1NdefaJv4r5P4oxOnD092LqbD0zVW { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DXPGsrP11Eg2TWL60aCgRPn7yN0ruSOw { width:43.2491875rem;height:7.875rem;top:5.25rem;left:3.3734375238419rem;font-size:1rem;display:block; }#DXPGsrP11Eg2TWL60aCgRPn7yN0ruSOw li:before{  }
 }@media only screen and (max-width: 1199px) { #uTFtTQR2TyzIF7NW5S3u2vBWQAl6WqiB { width:20.75rem;height:1.29980625rem;top:16.3125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyhXDs7s2CQSEvsu46IsylXSo3138e20 { width:32.8125rem;height:1.29980625rem;top:18.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bKpXuO4cKaUKkSfDMBL19QayQQC6Nluq { width:14.9375rem;height:1.29980625rem;top:20.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp { display:block; }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row .container { width:47.75rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZP2owN05uqxGwfy8FpfvDfqdri3X48Jw { width:42.5625rem;height:3.25rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMsI47wtHBc0dkcRSA1g1WKQ0f647EiZ { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MXi7RGIuGxJWHOTkqVmKuKkiTiUNihmg { width:14.9375rem;height:1.29980625rem;top:7.5625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dyHrKPcysxazU826k1gkSKt9FWTPKOXz { width:24.3125rem;height:1.29980625rem;top:9.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nc0fALEwGAKoe8P9EwP7fdGxySboZlrr { display:block; }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WCG0QWD7QwlteE6P4NVORTT3Tqmqmnsh { width:39.2480625rem;height:2.11263125rem;top:1.2431640625rem;left:4.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV { display:block; }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TWI5iO8uf1zeb7Ugd5TvbqFUrNuwp77l { width:42.5625rem;height:1.625rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fnUUUv5OBeXve7tdwqO7BKAJgm5xAuvD { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 { display:block; }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VDtG5WH5AMTuDWBprWOc8y0UFyitcauf { width:42.5625rem;height:1.625rem;top:2.8935546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy4FsaKAOHlqgm7W8eDEuUnemfAaFTbd { width:40.125rem;height:1.625rem;top:0.7060546875rem;left:1.4990234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW { display:block; }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #byTMN4nkfuZ8uSnUaqxFKAnWkI3w3LXd { width:39.2480625rem;height:2.11263125rem;top:3.7044277191162rem;left:4.2491321563721rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2AAiv5hos0smDaDDDUr1teOqwWKiXSM { display:block; }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v6DokQSJ8DNGk5QOMRVlcZ88Aea1wAte { width:10.061875rem;height:2.37413125rem;top:17.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQtsFb23IO0sLI0lT8P7FR9PvpVpM27g { width:11.811rem;height:3.375rem;top:14.1875rem;left:11.875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LGqcxWLgPQuEtCkT1QU2d9MJ4P44TOQ7 { width:9.375rem;height:9.375rem;top:2.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZBWxpxuEkhTAnbCl7ONvTdL8hC2TZAJ { width:10rem;height:10rem;top:2.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IdkNNg7ftNE72GSHKFV7HEya41CRtScy { width:11.811rem;height:3.375rem;top:14.0625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TPv1FCPL4Zio58Vnwk0sIu1wf5x5qrDt { width:9.375rem;height:9.375rem;top:2.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mRmVZTLNzGgTK8JC0gP4LDENQ252L5ma { width:10rem;height:10rem;top:2.3125rem;left:36.8125rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 1199px) { #gSStLtC1MmtWTcadh1kRzVtop3hxrs7d { width:10.0615rem;height:2.374025rem;top:17.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWTBBLBFOe3FuS3DdTOt4yradtCRAW0V { width:10rem;height:10rem;top:2.25rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ms2hti0e12d42LbXZKAwE5vPCTaJe2NK { width:11.811rem;height:1.6875rem;top:14.375rem;left:23.875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #B9E5R17Wkk1xUKhu2u3FEPZsDP1IJrQC { width:9.375rem;height:9.375rem;top:2.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyEOaSKTTSJkhlS98AwzEK5G80USE5hi { width:10.061875rem;height:2.37413125rem;top:17.5625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uqEfTCokQXScPItSDl2H5TAEcmIduoQe { width:10rem;height:10rem;top:2.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dx43cSVtV7TgC3QvLIIRF6IMson5sJGx { width:9.375rem;height:9.3125rem;top:2.6875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZF7tbplRhSUJbqXPeTtEENAhXbovrgo { width:11.811rem;height:1.6875rem;top:14.5rem;left:36rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #l2p5wPikqJ0UTeMpTHMa4qIzKWGzb8GR { width:10.0615rem;height:2.374025rem;top:17.5rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 { display:block; }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nN6yzqJggKSXhoGqssrJ1cHJbp1pJ7CU { width:9.375rem;height:9.375rem;top:2.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IH5T9T8GqGztJPg5WirITwtJd6uFQ0ZW { width:10rem;height:10rem;top:2rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VgHaAupT48TKr4BOIo9GHtlLqoIHQ2PG { width:11.8105625rem;height:1.6875rem;top:14.375rem;left:12rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C122pUTUAQJWitFUOWHIJGEredLETcZn { width:10.061875rem;height:2.37413125rem;top:17.625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yWiG9FGWWViGxE5tVfHMIN5qZutnZckG { width:11.811rem;height:3.375rem;top:13.8125rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WPo0l5vX0glh56LieTcLQbKuxcF28Pl6 { width:10.061875rem;height:2.37413125rem;top:17.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #thSIAmTxlSFIVJgbkrkubef8LzXzz4mX { width:10rem;height:10rem;top:1.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d1KAJRCkEA7ipObMDUsTFJkJ6I8ulTy3 { width:9.375rem;height:9.375rem;top:2rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g8W2bOymdpyTbBD5qGtvIUSANg8snBLe { width:10.0625rem;height:2.375rem;top:17.6240234375rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQDhxX5B0RDDstBSwfr5hCNhVW0Wqi7r { width:11.8105625rem;height:1.6875rem;top:14.375rem;left:24.0625rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #GG4wr4a7Dg0RQHGzZTs3Vl159i7tcBPT { width:10rem;height:10rem;top:2.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TyCOEVvPU69cB2zhKb80DUJV4xvq3QvM { width:9.375rem;height:9.375rem;top:2.5625rem;left:24.9375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #IgH1ZxqqTMriFvxIT3CwkeWZqJ54Mkeo { width:10.061875rem;height:2.37413125rem;top:17.4375rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FQoC5xZIQb2hvnuCy6MFOpO6O2sWtEJZ { width:11.8105625rem;height:1.6875rem;top:14.1875rem;left:35.8125rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wuai4PoSzMp15zvitTEQiTK1gnPp2IuT { width:9.375rem;height:9.375rem;top:2.125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcnhavMo2ErCr149mkDbXuvVD5o2EBxR { width:10rem;height:10rem;top:1.8125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGCkRlkOeyZPW00euucHctTEGFDizRdi { display:block; }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Eurebfv3UqpJgE2kVKvDe3d88s9BCTnd { width:10rem;height:10rem;top:1.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzdnoMJo2ldkvH0RU86bWZHaTg9wq5yk { width:9.375rem;height:9.375rem;top:2rem;left:1.3125rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #r2GpDwWtKBUBfsL9us1HTNxWpGwlpFCl { width:8.624125rem;height:3.375rem;top:13.8125rem;left:1.6875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qQEs2EhmMKUN8pkKd0Omn9FKW08iEJmb { width:10.0625rem;height:2.375rem;top:17.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqcoGN4Q5QFQQeGetsPPPW40lmhw4XWq { width:10.0625rem;height:2.375rem;top:17.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHIa0r4vJMZLTc4Ow3kHEJzxBsV8BoIR { width:11.8105625rem;height:3.375rem;top:13.9375rem;left:11.9375rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #QkMRLxvq8U3axA9iLGo3bxdzxUplHLNX { width:10rem;height:10rem;top:1.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cvqpvhLRddaeuDnygXxvEasrcZPZRkbM { width:9.375rem;height:9.375rem;top:2.125rem;left:13.125rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #Doy6SVgyW8v3qOPLL8IAt8q6aV9xbSBc { width:10rem;height:10rem;top:1.6875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ARJzI6PEK6o4A17i1XOtUh1QwzZozLmh { width:9.375rem;height:9.375rem;top:2rem;left:37.0625rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #QMBmNHOSCBXQfNlJrXrmQlrKq42Aiq5b { width:11.8105625rem;height:1.6875rem;top:13.8125rem;left:35.875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qr6p4htifvtwPnJ3GeR2BUkraxbWUt32 { width:9.375rem;height:9.375rem;top:2rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xwtt23SrGV6ufK99b1REamEJhh9n6Vma { width:10rem;height:10rem;top:1.6875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HokADAbW4BTmFthhlPKiK9oCxLGSQHyU { width:11.8105625rem;height:1.6875rem;top:14.0625rem;left:24rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #q1L9c9OEtozUsxkiSe5D9O0SCleAQg3q { width:10.0625rem;height:2.375rem;top:17.3125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kSNptVhB1z7rzzcw4vvXizgADPN3J9rf { width:10.061875rem;height:2.37413125rem;top:17.3125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw { display:block; }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a4kXxax2SJhMM3EhiJKLfidTqT0myOLa { width:10.0625rem;height:2.375rem;top:17.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rgoMHOfl1aG0p6D3ETb7u3gKDTrQCg3B { width:8.624125rem;height:1.6875rem;top:13.9375rem;left:1.125rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XUwcQzViA3oyO5LkG4TRK3Jievw7bkXH { width:10rem;height:10rem;top:1.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AivpFT5RJlhiuArUOEVEnWoHVcp9UJc7 { width:9.375rem;height:9.375rem;top:2.125rem;left:0.75rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcWvJpkq3XeJ1obpzU9IWqfGMTDBkZTB { width:10.0625rem;height:2.375rem;top:17.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZuP2Q1xA8O3tAnQ2M4eDD0mGPU9TENTA { width:11.8105625rem;height:1.6875rem;top:13.875rem;left:11.625rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MlzOKpSFwORMC1yFP6ZhhgGNhJPUPZQ5 { width:11.8105625rem;height:3.375rem;top:14rem;left:23.6875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mZutTEiT6bTQlduhPLtxiwI926kEGJqN { width:10.0625rem;height:2.375rem;top:17.6875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ugfRHQsXSl6kVX21O5pcLEy6ZAnh4dxt { width:10rem;height:10rem;top:1.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CtS4I7cudILpkvd2HqgWXLxNtIT5N0Da { width:9.375rem;height:9.375rem;top:2.0625rem;left:12.8125rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #TLFrp1ptGeTJDRA3TW20cVfluxtv0rUK { width:10rem;height:10rem;top:1.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JH14zB2wXE8vSBxfxnMVDea7xTbxfmFT { width:9.375rem;height:9.375rem;top:2.1875rem;left:24.875rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #r7Tb3NpyRhyM1oAeIQOq5h74rvZKtNhn { width:10rem;height:10rem;top:1.8125rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scg6L5q0adHkurTkR69W3cAgGV2GU4tQ { width:9.375rem;height:9.375rem;top:2.125rem;left:37.1875rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #KyZFTpNUgikUmNG55WPq4PFitnqPCFwT { width:11.8105625rem;height:1.6875rem;top:13.9375rem;left:36rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #d888MA7HDTRTrvAJ9KCribZ89gvDb2gK { width:10.0625rem;height:2.375rem;top:17.625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE { display:block; }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a6fEf0I1OOsoDth2ObiuxByMiiRzZpF1 { width:10.0625rem;height:2.375rem;top:17.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W95QvWSIOvRbyq1mSFkgDUaPTiAr0Dqf { width:11.8105625rem;height:3.375rem;top:13.9375rem;left:6.1875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #k2ma01nPnllLc9w22w5t4VhBvBxgVa9o { width:10rem;height:10rem;top:1.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFc5r03Q3UKIfI4xghDgVR70t01d7a4O { width:9.375rem;height:9.375rem;top:2.125rem;left:7.0625rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #ms6NJ0A9xIsJCxMlUzsraSRUTUra6pJ9 { width:10rem;height:10rem;top:1.8125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xD93WeySON3F6ZUznPvEHZ0J71fSVUoB { width:9.375rem;height:9.375rem;top:2.125rem;left:19.375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #wG5kC5icETOwVy1w5ivezWOG1ACNonNc { width:8.624125rem;height:3.375rem;top:13.9375rem;left:19.75rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #W5iLh6XORmKc308Hk3raxdzIu96Xpie0 { width:10.0625rem;height:2.375rem;top:17.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5EK4EcMTU8gIXNNKV57ITuByxqikq5T { width:10.0625rem;height:2.375rem;top:17.625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trEoGymvdAH6JTVvkGuOo5oceuabP4PK { width:8.624125rem;height:3.375rem;top:13.9375rem;left:31.875rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qGPeZdVyfmutTqZ98q9bwgv1yZ6dArag { width:10rem;height:10rem;top:1.8125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuDvLOJcXRbc2FqBtylD4bgkPwQwRmA4 { width:9.375rem;height:9.375rem;top:2.125rem;left:31.5rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F { display:block; }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row .container { width:47.75rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hTfVJ9mqd9q193R6VksoxrBZXd1x2zi5 { width:9.6875rem;height:1.40625rem;top:4.125rem;left:0.8125rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cvI6z5PBlImFROwnN8H4p3aLUqrFpmDC { width:21.3125rem;height:4.8125rem;top:2.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8y7kTC6GulxhWaEbXEEo4PDRuNwT9n2 { width:12.5rem;height:3.0625rem;top:3.3125rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VhkGOy5yDoTn0JguDszI6bohNRUwIi8d { display:block; }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AefpH9VOe62WgM19usE4yxHzDXZbPUpT { width:7.6875rem;height:2.8125rem;top:3.5rem;left:1.0625rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #CPLgZuapZrF2WLh2u4gH87ox6BSf6hDq { width:6.6875rem;height:6.6875rem;top:2.859375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU { display:block; }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yT3DDX6zaGUNR5sKrr34SyAV6MBrHOyF { width:7.6875rem;height:1.40625rem;top:3.5rem;left:1.0625rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #cs37suDRsIdJw122UNkpNChDaLKtfxCm { width:9.375rem;height:6.6875rem;top:2.859375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K33HDRZ7q7ULGJA5LS7qhsZ5LERAGFOp { width:9.375rem;height:3.5rem;top:4.453125rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ovNzHiPR7gM8yFrewKrV4EpbqTVtBL0z { width:8.5625rem;height:3.5rem;top:4rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AOW2VXws6RBhnpbs5hTCqGKA11xZm69J { width:8.5625rem;height:3.3125rem;top:9.546875rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS { display:block; }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row .container { width:47.75rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KoNppuOPeLpdckAkTqXL7WqPycLnTzcn { width:7.6875rem;height:1.40625rem;top:3.5rem;left:1.0625rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Ntchr437vlIOnfBPTvoZsulZacHm32Zb { width:6.9375rem;height:6.6875rem;top:2.859375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh { display:block; }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row .container { width:47.75rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hu0JvAxhBQULpIGCTQPXXPx9q1nHHAGe { width:7.6875rem;height:1.40625rem;top:3.5rem;left:1.0625rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Q63WqcHw4dWpekihBTdOAoR9LWWJKT3e { width:8.6875rem;height:2.875rem;top:8.3125rem;left:37.498046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HT1ou4uPqUGTyTttCVPKusxVV2g6KBEp { width:6.25rem;height:2.8125rem;top:13.03125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9SwTkgbB3LXEpAfOqWXe6USwXfOvdJT { width:13.5rem;height:3.9375rem;top:12.46875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oRXGa0xDxcfhc7hCfiwa7LA0ApffDJx9 { width:12.5rem;height:2.5rem;top:13.1875rem;left:33.623046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uvCVNQG0DqW92CertmKuS3QrsZ0ERrzG { width:7.125rem;height:1.875rem;top:18.84375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hShFO2PPxGkiRru589EJBZShzOSW69Nh { width:9.5625rem;height:2.625rem;top:18.84375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osZaU4l3X9QkVrsocHBOpHyVcgyUyyZ5 { width:13.8115rem;height:2.1875rem;top:19.0625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hhww88Ep0CwUTTBgBv4WR0eWbncvOHNv { width:6.25rem;height:5.1875rem;top:23.46875rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJzhC2sDGSqPrW2S76f3f3g0LyOytJa0 { width:8.125rem;height:3.0625rem;top:24.53125rem;left:23.271484375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQSfz2y53cRw3toGJTLJx2BcxymIATht { width:7.875rem;height:6.125rem;top:23rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uTpGl2caWkfovhtM5wdPAfH09M7cyWHQ { width:13.8125rem;height:2.6875rem;top:2.859375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I6VFmKORXVOvItoG9snbC76qfwsi8E7V { width:9.9375rem;height:2rem;top:9.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTxUEPrnnFqargorEGpbTWJe71975aPe { width:9.9375rem;height:3.5625rem;top:7.96875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LuvoCH6OpfM7SsQIoFe8zfZerHQZPPed { width:12.25rem;height:4.0625rem;top:2.171875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oW4uBPVtEQMoCHNCoZopQ34NnAyn8MOb { width:27.75rem;height:7.95703125rem;top:1.09375rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sChbNQRBUZhghChtIGkmPd24G7QtpGam { background-color:#ffffff;background-image:none;display:block; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { background-color: transparent; background-image: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row > .video-iframe-container { display: none; }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .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); }#sChbNQRBUZhghChtIGkmPd24G7QtpGam > .row .container { width:20rem;height:12.12305rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReRh3AIDyZTRtFzWwy2WSC8TqgyQTTIC { width:18.624125rem;height:2.99913125rem;top:1.9357639551162rem;left:0.68793410062787rem;display:block; }
 }@media only screen and (max-width: 763px) { #edtyz3WkqKkyTBmLs0lvXTQx28o1qzpU { width:7.6248125rem;height:4.24805rem;top:2.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8Hgy9HLX4W8Zy5zFE5RfetTPDRzV3ef { width:9.6875rem;height:3.31055rem;top:7.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ { background-color:#014bae;background-image:none;display:block; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container { background-color: transparent; background-image: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container > .video-iframe-container { display: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row > .video-iframe-container { display: none; }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .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); }#RDwOMJai2wqG7ztZgFT5VHzX2BJqCxgZ > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRc92Sc8TtQzUiZy0EzOk1kV2GhplJiR { width:20rem;height:4.375rem;top:2.3095703125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsT5U58cENN3nt0pwgzCupgOZTg5IMR3 { width:19.9989375rem;height:3.9rem;top:10.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBZwv8gPi09Hv79TT3dcuzCwUHRQaqEd { width:19.875rem;height:3.4375rem;top:17.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro3WkIsetNmOCBGWnt9NdkNJ7Osx4JgH { width:20rem;height:1.6875rem;top:18.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5k98fS89apbL593PB6g1snwCXfARn35 { width:20rem;height:1.59375rem;top:22.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JzkdJ72sS2pmhE8iUavOrVF69nITaSoU { width:20rem;height:2.0625rem;top:24.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NhPAtIpyeUKCKkro9BhimwEburdFTiQh { display:block; }#NhPAtIpyeUKCKkro9BhimwEburdFTiQh > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJzXbPMahc0HCVO0Vw8pSTCu5eGqzJlc { width:17.5rem;height:3.4375rem;top:1.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoO7yxpv9GKC11fnDBN6RzNK23ygfBzR { display:block; }
 }@media only screen and (max-width: 763px) { #DWpSikXflaxrAgLPn7PpWRhqhuvVqDQu { width:20rem;height:16.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs { display:block; }#mub198DdRT6fq7v3CrZfNtxCv1h8Lqfs > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVZGZGCIexL96c0VfO4JmkTIdzPxZIp8 { width:20rem;height:3.575rem;top:1.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSTEWB4zHcGU36xD3zHuHWD8HxeaKxb7 { width:20rem;height:1.7875rem;top:10.19921875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs { display:block; }#HgoMFMU3AabHXEV1cTsVyJoCNyBIsyGs > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfsa9sWPTgvJQP5DaAtGhf8KguenLvJ8 { width:20rem;height:2.923825rem;top:2.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhEO6in2rGiMOrTq7iVKCLybcCGTJe07 { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoJNbx5EOzJ0DKETT7JnWkGrwaER9TDn { width:14.9375rem;height:1.29980625rem;top:7.109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 { display:block; }#oO9tUoJFElElgmWlfx2oks6ZFIazWfy3 > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkn5vPPA7b2ZVfF8WqhTD3sMAZMC58hK { width:20rem;height:2.923825rem;top:2.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nM18lP1EFPqf75zH2zfRnntCBFot25xS { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ePJCGcIZlolypxMtqrLo1rsQsxTFToHI { width:14.9375rem;height:1.29980625rem;top:7.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4StWbTRkOwF1spCqx3ogoc7iUpyJHdD { width:18.75rem;height:2.5996125rem;top:9.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCP469RQ09dtNn4l9Nb8gvbDecisCCL { display:block; }#kmCP469RQ09dtNn4l9Nb8gvbDecisCCL > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgLsToC4PM9hUULDpOpDSPOsrHVEXATw { width:19.375rem;height:7.3095625rem;top:3.3875875473023rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R0GCb0lqVd7fLKPKVg1uzn8xTRUuz3Pk { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQTbtoFSrnfwbhDepKyAxdGN1Uka4Cwk { width:14.9375rem;height:1.29980625rem;top:12rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ1rReFmT6vIR54fZlsievMeaGODIU01 { width:18.75rem;height:3.8994125rem;top:14.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz { display:block; }#J1MPZV4x2HDW2Bf41rOO73FctQ7rUrCz > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg1UQQRt77bPeZdsCmMVE0craJP7XJr4 { width:18.75rem;height:4.38574375rem;top:3.0598945617676rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRD7pKr56k8Zyahby3geZXfvaTvHTSBT { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JSk5rfy7JZoAe9IIH6sqcyD9HvyKJamd { width:20rem;height:19rem;top:8.6968872070312rem;left:0rem;font-size:1rem;display:block; }#JSk5rfy7JZoAe9IIH6sqcyD9HvyKJamd li:before{  }
 }@media only screen and (max-width: 763px) { #ooPHKO58W8w6AJOQofaaqMyAaM8083vL { width:14.9375rem;height:1.29980625rem;top:29.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvXN7TLXrloNuH28pP6RCZcfd0PxSGaW { width:18.75rem;height:3.8994125rem;top:31.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX70RABUSxW2kg4QsC4c89aEBCRhMTgW { display:block; }#BX70RABUSxW2kg4QsC4c89aEBCRhMTgW > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VN1pyZVSBOah6rdwT6aNeOpVsBsAHZUA { width:20rem;height:2.923825rem;top:2.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCG1NdefaJv4r5P4oxOnD092LqbD0zVW { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXPGsrP11Eg2TWL60aCgRPn7yN0ruSOw { width:18.125rem;height:7.875rem;top:6.0625rem;left:1.8750001192093rem;font-size:1rem;display:block; }#DXPGsrP11Eg2TWL60aCgRPn7yN0ruSOw li:before{  }
 }@media only screen and (max-width: 763px) { #uTFtTQR2TyzIF7NW5S3u2vBWQAl6WqiB { width:18.75rem;height:1.29980625rem;top:15.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyhXDs7s2CQSEvsu46IsylXSo3138e20 { width:18.75rem;height:2.5996125rem;top:17.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKpXuO4cKaUKkSfDMBL19QayQQC6Nluq { width:14.9375rem;height:1.29980625rem;top:21.7119140625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp { display:block; }#TtqwqnehB45OTLhcKS5CB3LdQhkTxeTp > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP2owN05uqxGwfy8FpfvDfqdri3X48Jw { width:18.75rem;height:4.38574375rem;top:3.0598945617676rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMsI47wtHBc0dkcRSA1g1WKQ0f647EiZ { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MXi7RGIuGxJWHOTkqVmKuKkiTiUNihmg { width:14.9375rem;height:1.29980625rem;top:8.75rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyHrKPcysxazU826k1gkSKt9FWTPKOXz { width:13.875rem;height:2.5996125rem;top:11.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc0fALEwGAKoe8P9EwP7fdGxySboZlrr { display:block; }#nc0fALEwGAKoe8P9EwP7fdGxySboZlrr > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCG0QWD7QwlteE6P4NVORTT3Tqmqmnsh { width:20rem;height:1.7875rem;top:1.99609375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV { display:block; }#MaTPgHc1GSVD1fIJmrHaIKzaybEbi8wV > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWI5iO8uf1zeb7Ugd5TvbqFUrNuwp77l { width:20rem;height:2.923825rem;top:2.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnUUUv5OBeXve7tdwqO7BKAJgm5xAuvD { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 { display:block; }#D1VuOJoyTg63TtCvBwDdq3Q9X4f6FDD1 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDtG5WH5AMTuDWBprWOc8y0UFyitcauf { width:20rem;height:2.923825rem;top:2.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sy4FsaKAOHlqgm7W8eDEuUnemfAaFTbd { width:13.1875rem;height:1.3rem;top:1.25rem;left:3.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW { display:block; }#sGxxT8FVhRWB2AMT6nHVSAu6s0y8uPlW > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byTMN4nkfuZ8uSnUaqxFKAnWkI3w3LXd { width:20rem;height:3.25rem;top:1.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2AAiv5hos0smDaDDDUr1teOqwWKiXSM { display:block; }#R2AAiv5hos0smDaDDDUr1teOqwWKiXSM > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6DokQSJ8DNGk5QOMRVlcZ88Aea1wAte { width:10.0625rem;height:2.375rem;top:36.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQtsFb23IO0sLI0lT8P7FR9PvpVpM27g { width:17.8125rem;height:1.875rem;top:32.9375rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LGqcxWLgPQuEtCkT1QU2d9MJ4P44TOQ7 { width:9.375rem;height:9.375rem;top:22rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZBWxpxuEkhTAnbCl7ONvTdL8hC2TZAJ { width:10rem;height:10rem;top:21.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdkNNg7ftNE72GSHKFV7HEya41CRtScy { width:17.8125rem;height:1.875rem;top:13.5625rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPv1FCPL4Zio58Vnwk0sIu1wf5x5qrDt { width:9.375rem;height:9.375rem;top:2.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRmVZTLNzGgTK8JC0gP4LDENQ252L5ma { width:10rem;height:10rem;top:2.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSStLtC1MmtWTcadh1kRzVtop3hxrs7d { width:10.0625rem;height:2.375rem;top:16.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWTBBLBFOe3FuS3DdTOt4yradtCRAW0V { width:10rem;height:10rem;top:41.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms2hti0e12d42LbXZKAwE5vPCTaJe2NK { width:17.8125rem;height:1.875rem;top:53.125rem;left:1.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9E5R17Wkk1xUKhu2u3FEPZsDP1IJrQC { width:9.375rem;height:9.375rem;top:42.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyEOaSKTTSJkhlS98AwzEK5G80USE5hi { width:10.0625rem;height:2.375rem;top:56.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqEfTCokQXScPItSDl2H5TAEcmIduoQe { width:10rem;height:10rem;top:62.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx43cSVtV7TgC3QvLIIRF6IMson5sJGx { width:9.375rem;height:9.3125rem;top:62.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZF7tbplRhSUJbqXPeTtEENAhXbovrgo { width:18.625rem;height:1.875rem;top:73.4375rem;left:0.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2p5wPikqJ0UTeMpTHMa4qIzKWGzb8GR { width:10.0625rem;height:2.375rem;top:76.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 { display:block; }#S9IGPNS7khq7lIlcqMeIwINVnoTyceL4 > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nN6yzqJggKSXhoGqssrJ1cHJbp1pJ7CU { width:9.375rem;height:9.375rem;top:24.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH5T9T8GqGztJPg5WirITwtJd6uFQ0ZW { width:10rem;height:10rem;top:24.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgHaAupT48TKr4BOIo9GHtlLqoIHQ2PG { width:15rem;height:1.875rem;top:35.125rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C122pUTUAQJWitFUOWHIJGEredLETcZn { width:10.0625rem;height:2.375rem;top:38.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWiG9FGWWViGxE5tVfHMIN5qZutnZckG { width:15.125rem;height:3.75rem;top:13.75rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPo0l5vX0glh56LieTcLQbKuxcF28Pl6 { width:10.0625rem;height:2.375rem;top:18.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thSIAmTxlSFIVJgbkrkubef8LzXzz4mX { width:10rem;height:10rem;top:1.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1KAJRCkEA7ipObMDUsTFJkJ6I8ulTy3 { width:9.375rem;height:9.375rem;top:2.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8W2bOymdpyTbBD5qGtvIUSANg8snBLe { width:10.0625rem;height:2.375rem;top:60.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQDhxX5B0RDDstBSwfr5hCNhVW0Wqi7r { width:12.0625rem;height:1.875rem;top:56.9375rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GG4wr4a7Dg0RQHGzZTs3Vl159i7tcBPT { width:10rem;height:10rem;top:44.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyCOEVvPU69cB2zhKb80DUJV4xvq3QvM { width:9.375rem;height:9.375rem;top:44.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgH1ZxqqTMriFvxIT3CwkeWZqJ54Mkeo { width:10.0625rem;height:2.375rem;top:83.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQoC5xZIQb2hvnuCy6MFOpO6O2sWtEJZ { width:18.2498125rem;height:1.875rem;top:80.0625rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wuai4PoSzMp15zvitTEQiTK1gnPp2IuT { width:9.375rem;height:9.375rem;top:68.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcnhavMo2ErCr149mkDbXuvVD5o2EBxR { width:10rem;height:10rem;top:67.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGCkRlkOeyZPW00euucHctTEGFDizRdi { display:block; }#HGCkRlkOeyZPW00euucHctTEGFDizRdi > .row .container { width:20rem;height:90.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eurebfv3UqpJgE2kVKvDe3d88s9BCTnd { width:10rem;height:10rem;top:2.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzdnoMJo2ldkvH0RU86bWZHaTg9wq5yk { width:9.375rem;height:9.375rem;top:3rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2GpDwWtKBUBfsL9us1HTNxWpGwlpFCl { width:10.625rem;height:3.75rem;top:15rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQEs2EhmMKUN8pkKd0Omn9FKW08iEJmb { width:10rem;height:2.3125rem;top:19.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqcoGN4Q5QFQQeGetsPPPW40lmhw4XWq { width:10.0625rem;height:2.375rem;top:43.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHIa0r4vJMZLTc4Ow3kHEJzxBsV8BoIR { width:12.0625rem;height:3.75rem;top:38.9375rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkMRLxvq8U3axA9iLGo3bxdzxUplHLNX { width:10rem;height:10rem;top:26.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvqpvhLRddaeuDnygXxvEasrcZPZRkbM { width:9.375rem;height:9.375rem;top:26.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doy6SVgyW8v3qOPLL8IAt8q6aV9xbSBc { width:10rem;height:10rem;top:49.625rem;left:5.0625rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #ARJzI6PEK6o4A17i1XOtUh1QwzZozLmh { width:9.375rem;height:9.375rem;top:49.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMBmNHOSCBXQfNlJrXrmQlrKq42Aiq5b { width:12.0625rem;height:1.875rem;top:62.0625rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qr6p4htifvtwPnJ3GeR2BUkraxbWUt32 { width:9.375rem;height:9.375rem;top:71.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwtt23SrGV6ufK99b1REamEJhh9n6Vma { width:10rem;height:10rem;top:71.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HokADAbW4BTmFthhlPKiK9oCxLGSQHyU { width:12.0625rem;height:1.875rem;top:82.75rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1L9c9OEtozUsxkiSe5D9O0SCleAQg3q { width:10.0625rem;height:2.375rem;top:65.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSNptVhB1z7rzzcw4vvXizgADPN3J9rf { width:10.0625rem;height:2.375rem;top:85.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw { display:block; }#dKNKm7BCMBBEGgvSSU5Wt2gZ0DT5MbZw > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4kXxax2SJhMM3EhiJKLfidTqT0myOLa { width:10rem;height:2.3125rem;top:18.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgoMHOfl1aG0p6D3ETb7u3gKDTrQCg3B { width:15.625rem;height:1.875rem;top:14.9375rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUwcQzViA3oyO5LkG4TRK3Jievw7bkXH { width:10rem;height:10rem;top:3.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AivpFT5RJlhiuArUOEVEnWoHVcp9UJc7 { width:9.375rem;height:9.375rem;top:4rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcWvJpkq3XeJ1obpzU9IWqfGMTDBkZTB { width:10.0625rem;height:2.375rem;top:40.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuP2Q1xA8O3tAnQ2M4eDD0mGPU9TENTA { width:12.0625rem;height:1.875rem;top:36.9375rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlzOKpSFwORMC1yFP6ZhhgGNhJPUPZQ5 { width:15.375rem;height:1.875rem;top:59.6875rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZutTEiT6bTQlduhPLtxiwI926kEGJqN { width:10.0625rem;height:2.375rem;top:62.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugfRHQsXSl6kVX21O5pcLEy6ZAnh4dxt { width:10rem;height:10rem;top:24.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtS4I7cudILpkvd2HqgWXLxNtIT5N0Da { width:9.375rem;height:9.375rem;top:25.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLFrp1ptGeTJDRA3TW20cVfluxtv0rUK { width:10rem;height:10rem;top:48.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH14zB2wXE8vSBxfxnMVDea7xTbxfmFT { width:9.375rem;height:9.375rem;top:48.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7Tb3NpyRhyM1oAeIQOq5h74rvZKtNhn { width:10rem;height:10rem;top:66.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #scg6L5q0adHkurTkR69W3cAgGV2GU4tQ { width:9.375rem;height:9.375rem;top:66.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyZFTpNUgikUmNG55WPq4PFitnqPCFwT { width:15.375rem;height:1.875rem;top:77.6875rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d888MA7HDTRTrvAJ9KCribZ89gvDb2gK { width:10.0625rem;height:2.375rem;top:80.8125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE { display:block; }#ZIPusq7Vxmac62NWwX1ek4fWbDq9JzzE > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6fEf0I1OOsoDth2ObiuxByMiiRzZpF1 { width:10.0625rem;height:2.375rem;top:22rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95QvWSIOvRbyq1mSFkgDUaPTiAr0Dqf { width:12.0625rem;height:3.75rem;top:17.5rem;left:4rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k2ma01nPnllLc9w22w5t4VhBvBxgVa9o { width:10rem;height:10rem;top:5.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFc5r03Q3UKIfI4xghDgVR70t01d7a4O { width:9.375rem;height:9.375rem;top:5.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6NJ0A9xIsJCxMlUzsraSRUTUra6pJ9 { width:10rem;height:10rem;top:29.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD93WeySON3F6ZUznPvEHZ0J71fSVUoB { width:9.375rem;height:9.375rem;top:29.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG5kC5icETOwVy1w5ivezWOG1ACNonNc { width:10.625rem;height:3.75rem;top:41.4375rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5iLh6XORmKc308Hk3raxdzIu96Xpie0 { width:10rem;height:2.3125rem;top:46.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5EK4EcMTU8gIXNNKV57ITuByxqikq5T { width:10rem;height:2.3125rem;top:67.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #trEoGymvdAH6JTVvkGuOo5oceuabP4PK { width:15.625rem;height:1.875rem;top:64rem;left:2.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGPeZdVyfmutTqZ98q9bwgv1yZ6dArag { width:10rem;height:10rem;top:52.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuDvLOJcXRbc2FqBtylD4bgkPwQwRmA4 { width:9.375rem;height:9.375rem;top:53.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F { display:block; }#ZQ49Ru3enhIZufQgz1ZL26RmhCDaZV5F > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTfVJ9mqd9q193R6VksoxrBZXd1x2zi5 { width:18.4375rem;height:1.40625rem;top:1.9375rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvI6z5PBlImFROwnN8H4p3aLUqrFpmDC { width:20rem;height:4.5862747230405rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8y7kTC6GulxhWaEbXEEo4PDRuNwT9n2 { width:12.5rem;height:2.9375rem;top:8.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhkGOy5yDoTn0JguDszI6bohNRUwIi8d { display:block; }#VhkGOy5yDoTn0JguDszI6bohNRUwIi8d > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AefpH9VOe62WgM19usE4yxHzDXZbPUpT { width:18.4375rem;height:1.40625rem;top:2.9375rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPLgZuapZrF2WLh2u4gH87ox6BSf6hDq { width:6.6875rem;height:6.6875rem;top:6.375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU { display:block; }#Gwqqpa3z6cgxMsfFDKQZ1Kc40Tbf84rU > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yT3DDX6zaGUNR5sKrr34SyAV6MBrHOyF { width:18.4375rem;height:1.40625rem;top:2.9375rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cs37suDRsIdJw122UNkpNChDaLKtfxCm { width:9.375rem;height:6.6875rem;top:4.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K33HDRZ7q7ULGJA5LS7qhsZ5LERAGFOp { width:12.5rem;height:4.875rem;top:12.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovNzHiPR7gM8yFrewKrV4EpbqTVtBL0z { width:12rem;height:4.875rem;top:21.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOW2VXws6RBhnpbs5hTCqGKA11xZm69J { width:12rem;height:4.6423357664234rem;top:27.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS { display:block; }#kms3bWZ6ELLw5girmOfOZlAKwnJw4qzS > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoNppuOPeLpdckAkTqXL7WqPycLnTzcn { width:18.4375rem;height:1.40625rem;top:2.9375rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ntchr437vlIOnfBPTvoZsulZacHm32Zb { width:9.3125rem;height:9rem;top:6.5rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh { display:block; }#HmvHTfDBNMH1pyDXuc4ZCFoWAQiUHVCh > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hu0JvAxhBQULpIGCTQPXXPx9q1nHHAGe { width:18.4375rem;height:1.40625rem;top:2.9375rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q63WqcHw4dWpekihBTdOAoR9LWWJKT3e { width:8.5rem;height:2.8125rem;top:6.6875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT1ou4uPqUGTyTttCVPKusxVV2g6KBEp { width:6.8125rem;height:3.0625rem;top:6.5625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SwTkgbB3LXEpAfOqWXe6USwXfOvdJT { width:16.0625rem;height:4.6875rem;top:11rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRXGa0xDxcfhc7hCfiwa7LA0ApffDJx9 { width:15.25rem;height:3.3125rem;top:24.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvCVNQG0DqW92CertmKuS3QrsZ0ERrzG { width:8.875rem;height:2.375rem;top:28.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hShFO2PPxGkiRru589EJBZShzOSW69Nh { width:11.25rem;height:3.1875rem;top:32.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZaU4l3X9QkVrsocHBOpHyVcgyUyyZ5 { width:15.625rem;height:2.6875rem;top:37.125rem;left:2.1875rem;z-index:100021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Hhww88Ep0CwUTTBgBv4WR0eWbncvOHNv { width:7.9355625rem;height:6.5625rem;top:41.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJzhC2sDGSqPrW2S76f3f3g0LyOytJa0 { width:11.25rem;height:4.25rem;top:48.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQSfz2y53cRw3toGJTLJx2BcxymIATht { width:10.375rem;height:8.0625rem;top:53.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpGl2caWkfovhtM5wdPAfH09M7cyWHQ { width:9.125rem;height:1.875rem;top:16.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6VFmKORXVOvItoG9snbC76qfwsi8E7V { width:7.9375rem;height:1.6875rem;top:21.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxUEPrnnFqargorEGpbTWJe71975aPe { width:7.5rem;height:2.8125rem;top:20.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuvoCH6OpfM7SsQIoFe8zfZerHQZPPed { width:10rem;height:3.4375rem;top:15.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILnmNqzXqAulKidGrx7RZTEZzcq8vNU { display:block; }#HILnmNqzXqAulKidGrx7RZTEZzcq8vNU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV { display:block; }#AIZJeNkTQZ318ptVoJVTJ5pedisa0JdV > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW4uBPVtEQMoCHNCoZopQ34NnAyn8MOb { width:19.4375rem;height:7.79688125rem;top:1.25rem;left:0.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }