.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#056449;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:3.8125rem;left:58rem;overflow:hidden;display:block; }
#FiK3nLsOgDkvn694kl1oTBs3GFrVDJbF { position:absolute;display:block;z-index:100019;background-color:rgba(227,227,227,0.5);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:2.5rem;width:0.125rem;top:1.78125rem;left:5.125rem;display:block; }
#CB1vOii4fVLig1BXBIC9dHIuwkHEVxiK { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.499025rem;width:8.125rem;top:2.31201171875rem;left:5.999755859375rem;overflow:hidden;display:block; }
#qMUUqfK7ApUD2AdsE5yuqe84FW4M60Ov { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:1.09375rem;left:0.8125rem;overflow:hidden;display:block; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2fe465ff-1430-42e6-a0ef-05cb1893d80e/GettyImages556336061.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:75rem;height:44.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:12.46142578125rem;left:2.27197265625rem;height:5.39795rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { z-index:100001;top:29.30859375rem;left:8.45947265625rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.75rem 1.25rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7483125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BGz2S8iG5bFofOVTOC3RN5DSLsKLL802 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JCWXps0q2rfAPRUcPZLkXdVmASfeJluc { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.68));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.68));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.68));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,255,255,0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#adffffff' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.68));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 1.6875rem 1.6875rem 1.3125rem rgba(0,0,0,0.32) ;height:35.5rem;width:27.1875rem;top:0rem;left:0.68701171875rem;display:block; }
#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#18af8b;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:400;z-index:100000;line-height:1.4;letter-spacing:0;top:2.810546875rem;left:2.27197265625rem;height:8.9245625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AT8w9EwMJr22T8L7ybX0fx2b0mbs4hxh { position:absolute;display:block;z-index:100007;background-color:#18af8b;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:8.3125rem;width:27.1875rem;top:19.125rem;left:0.625rem;display:block; }
#ksSgbB6eOMxTNdfuGBGF97mKkk8lRqke { color:#ffffff;display:block;width:20.99975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:20.375rem;left:2.75rem;height:1.2999125rem;display:block; }
#xIf24ZZ6IoQclOZETWb71rd2g0TG2Pzy { color:#ffffff;display:block;width:21.62475rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:22.1875rem;left:2.75rem;height:3.4609375rem;display:block; }
#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#hS6yPlod14N3KIUS0ruHHG2fC8iDxI1F { color:#000000;display:block;width:49.812rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.248291015625rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#mwpRADZL3mEHiya3OZwl1rzroWW35fGS { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100006;line-height:1.8;letter-spacing:0;top:17.56103515625rem;left:43.56201171875rem;height:3.59863125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SIJVrga92UIgWuwTdCqoN4QM4wfC153B { color:#048764;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.8;letter-spacing:0;top:15.311767578125rem;left:43.56201171875rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MFlNOSgTl8mTeZTRVcvB8U1Bm8hBbyiE { position:absolute;display:block;z-index:100004;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.625rem;width:0.374755625rem;top:15.4375rem;left:42.1240234375rem;display:block; }
#tMzz974qriWX8d3atCzHRyBgQzWlJ0Q6 { color:#a4a4a4;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:21.31201171875rem;left:43.624267578125rem;height:1.34895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XrWza7fZiT2uuoKi3GqMgEkbbsVr3FcN { position:absolute;display:block;z-index:100007;height:11.25rem;width:20rem;top:8.077392578125rem;left:3.936767578125rem;display:block; }
#fHtgTQ358QifZ6kl9cDH77UfhTvfJuK9 { color:#a4a4a4;display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:29rem;left:43.6875rem;height:1.34895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bGpgQiDwr38BXmCI2cmebVaxN4mQJpSB { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100010;line-height:1.8;letter-spacing:0;top:26.875rem;left:43.625rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r94Mr1fwag5f21n2uDFEkr7fK4bFdQ8g { color:#048764;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:24.6875rem;left:43.625rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oXXtMUT9pwu7l8RnS17Qo9qpJiNnZOMx { position:absolute;display:block;z-index:100008;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.625rem;width:0.374755625rem;top:24.8125rem;left:42.1875rem;display:block; }
#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container { background-color: transparent; background-image: none; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container > .video-iframe-container { display: none; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row > .video-iframe-container { display: none; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .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); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container { border-width: 0; border-radius: 0; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#iFuU3IU3mScgLsyKrve1fSGwFUyMo6yi { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.35595625rem;font-style:normal;display:block; }
#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container { background-color: transparent; background-image: none; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container > .video-iframe-container { display: none; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row > .video-iframe-container { display: none; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .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); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container { border-width: 0; border-radius: 0; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#gbWhH0SLftNhwT9Id876MbRzy3Esub30 { position:absolute;display:block;z-index:100015;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.375rem;left:2.5rem;display:block; }
#VDNnnD04qOLCNMKJDQuqFW8ScDzWC13y { color:#3d4051;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.5rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTTkiyhX5izsp00mLFFEWaoa3FUvJxXC { position:absolute;display:block;z-index:100017;background-color:#18af8b;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#TD5ucAzrvLq0aUBo5dFmnT3Rf3E9iszU { position:absolute;display:block;z-index:100019;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.375rem;left:27.625rem;display:block; }
#RrI1cFVrgqOtUTXprHeIkhfSp9e6OU1N { color:#3d4051;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100020;line-height:1.9;letter-spacing:0;top:7.5rem;left:27.625rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TO7IsNVokOfedw3q3m4bBNr7h7lacro8 { position:absolute;display:block;z-index:100021;background-color:#18af8b;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:36.25rem;display:block; }
#nCxDM62LESp8xUTM5qmoxOLcqMATBmvo { position:absolute;display:block;z-index:100023;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.375rem;left:52.75rem;display:block; }
#bKPpC39upOnReSpANWbPf78yEqHdI47M { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:7.5rem;left:54.9375rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnMwayGdIZmaCaagDJpZtcKiWSJimgbJ { position:absolute;display:block;z-index:100025;background-color:#18af8b;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:61.375rem;display:block; }
#Na4tFJ9NQa8iSeT5itIzefaCKd9sk5iE { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:3.3103694915771rem;left:11.561611175537rem;display:block; }
#tLkdr2RHWsPDqaxcTcscFWCW4LZpZ7nE { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:3.3643465042114rem;left:36.749111175537rem;display:block; }
#oADI1uFkyzlWkC8L4Kvrl80BIqP70Qps { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:3.3114347457886rem;left:61.811965942382rem;display:block; }
#GqkyIppZ86V2T1Qq20zpqIkSTbn8O1Mp { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100034;line-height:1.9;letter-spacing:0;top:9.600000575185rem;left:3.40625rem;height:3.38769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQkdxTUNAd8O5d4rpIqIVBTayAxMrqJ5 { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100035;line-height:1.9;letter-spacing:0;top:9.600000575185rem;left:28.406251907349rem;height:3.38769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6z851JRoiXodTpKsBd86v634znuRJ73 { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100036;line-height:1.9;letter-spacing:0;top:9.600000575185rem;left:53.406251907349rem;height:3.6245125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container { background-color: transparent; background-image: none; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container > .video-iframe-container { display: none; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row > .video-iframe-container { display: none; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .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); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container { border-width: 0; border-radius: 0; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#gUadTTfZhhtswb9QZefbeZZCSOyNWODL { position:absolute;display:block;z-index:100015;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.812255859375rem;left:2.5rem;display:block; }
#d0MIwOm7P6C7x4T2inWxSSobAhQgPupw { color:#3d4051;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:7.9375rem;left:2.562255859375rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sPwhJdpb00KZ8iRKF6EJDLD2xzRas5wT { position:absolute;display:block;z-index:100017;background-color:#18af8b;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:2.875rem;left:11.125rem;display:block; }
#NVBU0pMxi4W8IfBNLk0xownyFqLTDOTZ { position:absolute;display:block;z-index:100018;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.812255859375rem;left:27.62451171875rem;display:block; }
#LO5PCQ6v9QtmaWTBZ9EmA3pDT1OLfMxW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100020;line-height:1.9;letter-spacing:0;top:7.9375rem;left:29.81201171875rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o49A8DLiCwbgOUteW0GrAqtJfTBtFydD { position:absolute;display:block;z-index:100021;background-color:#18af8b;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:3.312255859375rem;left:36.25rem;display:block; }
#b5VqXnOtkJ7MAt9rAb8Go7ILpqH8bidq { position:absolute;display:block;z-index:100023;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:18.625rem;width:19.75rem;top:0.812255859375rem;left:52.7490234375rem;display:block; }
#NPJ27J3QVIeTSVkZTZDkEn1ieHxaMqQM { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:7.9375rem;left:54.9365234375rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5eDnboO4WqCvux5TgOoEn89Z3bHbrN4 { position:absolute;display:block;z-index:100025;background-color:#18af8b;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:3.312255859375rem;left:61.37451171875rem;display:block; }
#WCR3aZ2kyHyE7OfZymHDyuU2bXG17yKn { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:3.310546875rem;left:11.561611175537rem;display:block; }
#aGKH31XwsAPpdZ8TkD4EAovggZ5N9fXe { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:3.6845703125rem;left:36.68701171875rem;display:block; }
#xrAGVkaEeExEweh0an95gSbvdnttiew3 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:3.80908203125rem;left:61.8115234375rem;display:block; }
#HnDPuzGCkqDQzM5DPUtNgVdmywCvhcW2 { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.9;letter-spacing:0;top:10.035888671875rem;left:3.40576171875rem;height:3.38769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D2KQQbTx4fAtOKUPbCu7HLAp4d8fwNvh { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.9;letter-spacing:0;top:10.035888671875rem;left:28.40576171875rem;height:4.98779375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJLqPx21Ny5yJTu2sohGFPDzmRHFDMnn { color:#3d4051;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.9;letter-spacing:0;top:10.035888671875rem;left:53.40576171875rem;height:3.38769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row .container { background-color: transparent; background-image: none; }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row .container > .video-iframe-container { display: none; }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row > .video-iframe-container { display: none; }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .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); }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row .container { border-width: 0; border-radius: 0; }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#HMBtVB4Cwy3oDQMr4HltC7WK6ORh30bA { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#sdoNtLXpUDTqhCOlEuG2NZrLolcczds4 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.9980625rem;width:29.6228125rem;top:7.623291015625rem;left:8.45703125rem;overflow:hidden;display:block; }
#d8W3nkNHmQd5nWDLlNipqyZuG6eg4u1r { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.125rem;width:29.24925rem;top:11.21337890625rem;left:43.414306640625rem;overflow:hidden;display:block; }
#rRla0TVDdv3TW1oCBvKJ0VW6IzIcXwFW { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.56225rem;width:14.43725rem;top:16.373291015625rem;left:5.18310546875rem;overflow:hidden;display:block; }
#xJXJuvecOzpXaSGKMmaxXqnST32xVGrX { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.561rem;width:26.3733125rem;top:20.41259765625rem;left:28.39111328125rem;overflow:hidden;display:block; }
#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#056449;background-image:none;position:relative;display:block; }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row .container { background-color: transparent; background-image: none; }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row .container > .video-iframe-container { display: none; }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row > .video-iframe-container { display: none; }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .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); }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row .container { border-width: 0; border-radius: 0; }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#q7s1TasHOp55rKAlDfbG3lUQvPsaB5aI { color:#ffffff;display:block;width:24rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:3.999755859375rem;left:9.437255859375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oCo2GKBkx0MmcNOVtB41X8B5ypTU8pv6 { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100003;line-height:1.9;letter-spacing:0;top:7.0625rem;left:11.25rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKWU4hKFRGOJSQ1OtJftZ7m3WTc54kTM { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(255,255,255,0.5);border-left:0.125rem solid rgba(255,255,255,0.5);border-right:0.125rem solid rgba(255,255,255,0.5);border-bottom:0.125rem solid rgba(255,255,255,0.5);height:9.3125rem;width:51rem;top:4.437255859375rem;left:7.5rem;display:block; }
#RiU3QE7Nwzh9NTQhqZng7CIpV6I99grc { 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-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-sizing:border-box;color:#050b26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37425rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:7.218017578125rem;left:52.4365234375rem;display:block; }
#KMZ8BFwDnNx6r5dwWi8OzSoLCctqReLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#F7bFuRPRZAr6qTPp6Pfod5P68gxzeiXb { position:absolute;display:block;z-index:99998;background-color:#048764;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:2.4375rem;width:24.125rem;top:3.343505859375rem;left:9.375rem;display:block; }
#iWu32ePySDLFIMDO5G7KOCv18SBUE6aK { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.7;letter-spacing:0;top:7.436767578125rem;left:10.3125rem;height:3.82568125rem;display:block; }
#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row .container { background-color: transparent; background-image: none; }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row .container > .video-iframe-container { display: none; }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row > .video-iframe-container { display: none; }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .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); }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row .container { border-width: 0; border-radius: 0; }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#i3NfP5c0TDTwDxaNk4UsZNSG3sTFsX2a { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:;font-style:normal;display:block; }
#KvCMKkUqLNlDnrXUlHzwfcmlE8FgQGNE { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.3125rem;width:57.6875rem;top:11.541666746139rem;left:8.65625rem;display:block; }
#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row .container { background-color: transparent; background-image: none; }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row .container > .video-iframe-container { display: none; }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row > .video-iframe-container { display: none; }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .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); }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row .container { border-width: 0; border-radius: 0; }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row .container { font-size:0.875rem;font-family:arial;height:147.6875rem;width:75rem;position:relative;display:block; }#J776txfqhzhTCKhT9elz40ksSxXN8VGL { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:;font-style:normal;display:block; }
#vlreONqzQqv2DPWLIKdndpXZQoecZumo { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100021;line-height:1.8;letter-spacing:0;top:19.625rem;left:42.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W9KsCTn6Cxg2onBEbNTi7TH5ZnKmB9Ph { position:absolute;display:block;z-index:100019;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.374755625rem;top:18.1875rem;left:40.8125rem;display:block; }
#X5hQotQpMWZ0BR0lZ5fXlFBcmyQtkOPW { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.07) ;height:18.4375rem;width:34.375rem;top:11.249755859375rem;left:1.5625rem;overflow:hidden;display:block; }
#ZPJWp80SGSsl3BhVQFQAzk0KJsSuve6O { color:#048764;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.8;letter-spacing:0;top:17.75rem;left:42.375rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W2G0M77ImZqBnV0RQzMl5lVILqqCVLTe { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.187rem;width:34.375rem;top:33.02099609375rem;left:1.5625rem;overflow:hidden;display:block; }
#GKqXXa3O8uEMQWKUIsMMkS7Dxh7Xlx5c { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100024;line-height:1.8;letter-spacing:0;top:42.4375rem;left:42.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oVvLGSr3fKVUTCQ4mIIGmEqt5s5Qoirm { color:#048764;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.8;letter-spacing:0;top:40.5625rem;left:42.625rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JNg1MISwuRC6FiIvDJZeUBBqxJx2Mv4o { position:absolute;display:block;z-index:100022;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.374755625rem;top:40.625rem;left:41.0625rem;display:block; }
#s9ldeN9tXBoXZD3SqA72iWh8BTu1BDKW { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.3125rem;width:34.375rem;top:55.312255859375rem;left:1.5625rem;overflow:hidden;display:block; }
#M6AoEmLKVb7pGUQNEArJSENQ3gSx7xfA { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:34.375rem;top:78.375rem;left:1.5625rem;overflow:hidden;display:block; }
#hgSZ8kAxAmVWZofLhrFKdtJiq1VrboU4 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.25rem;width:37.5rem;top:99.435791015625rem;left:0rem;overflow:hidden;display:block; }
#fRumJMNJeAH7FU3FNnqU957el5Zswylx { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.4375rem;width:37.5rem;top:122.68408203125rem;left:0rem;overflow:hidden;display:block; }
#rdOqdg1HgiPiBpH8NhmaH0aisMZFilyI { position:absolute;display:block;z-index:100022;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.374755625rem;top:62.6875rem;left:40.875rem;display:block; }
#J65ApQucZZLg7OBZkAa7cQbr2qT5CBFQ { color:#048764;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100024;line-height:1.8;letter-spacing:0;top:62.25rem;left:42.4375rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RimwTPriRST10tgOGaKNJn8zLenuy0w0 { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100024;line-height:1.8;letter-spacing:0;top:64.125rem;left:42.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z84rqkaCy7ibcdkxE1Ln5IdgubEdMLHs { position:absolute;display:block;z-index:100025;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.374755625rem;top:86.1875rem;left:40.875rem;display:block; }
#cBpfFDU0W2MOnXXF1KWntf3WEAvwRTsN { color:#048764;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100027;line-height:1.8;letter-spacing:0;top:85.75rem;left:42.4375rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wdsflOurWXJPAnMltVBDDPv3De8z0fSS { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100027;line-height:1.8;letter-spacing:0;top:87.625rem;left:42.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HGEtkWbbAMbMdRmaR4l3baXlLeRRMF4T { position:absolute;display:block;z-index:100028;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.374755625rem;top:109.25rem;left:40.875rem;display:block; }
#VW3Cf97AzLsoDZfZ9EtRUZiBAwuNLFTC { color:#048764;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100030;line-height:1.8;letter-spacing:0;top:108.8125rem;left:42.4375rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QKuVTMVwNCCqwzviwGT8RhDcXRxWJ1T6 { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100030;line-height:1.8;letter-spacing:0;top:110.6875rem;left:42.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IQW2LwS9gGz4E38PDp6c1ip7IQIlLEd4 { position:absolute;display:block;z-index:100031;background-color:#f1f1f1;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.0625rem;width:0.374755625rem;top:131.25rem;left:40.875rem;display:block; }
#xGANZfQNMD2S1Dp6uHBvZmhf0dITqfXo { color:#048764;display:block;width:32.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100033;line-height:1.8;letter-spacing:0;top:130.8125rem;left:42.4375rem;height:2.08764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o3hCNxXwohkmsOJ8lebANyyIo8HKRU6p { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100033;line-height:1.8;letter-spacing:0;top:132.6875rem;left:42.375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row .container { background-color: transparent; background-image: none; }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row .container > .video-iframe-container { display: none; }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row > .video-iframe-container { display: none; }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .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); }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row .container { border-width: 0; border-radius: 0; }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:block; }#pZ1URpdF7XWmh8X3vsl70OpTDFPERJiG { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.2753875rem;font-style:normal;display:block; }
#Ou5yFFoI9A3EfqS3W141UFIP3yirzVMM { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8115rem;width:12.8745rem;top:23.9453125rem;left:3.75rem;overflow:hidden;display:block; }
#L4Q1MNBOiirlnGiz6t72IzM3yobm6hQo { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:28.94482421875rem;left:16.81103515625rem;overflow:hidden;display:block; }
#i04xlCoZRd4L4T3O4QimRq0oMKzcrFLP { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:11.44580078125rem;left:30rem;overflow:hidden;display:block; }
#JIFGdHPZxsSCqLHBCloUex0rhsXIKD8U { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:36.44482421875rem;left:30rem;overflow:hidden;display:block; }
#Ni8E0fU2iAluPqqJ0pwluaqTOrtLXept { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:16.4453125rem;left:16.9365234375rem;overflow:hidden;display:block; }
#pqq7AXoEocMnOwNcNJcI1rnR9M2f6FDP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:28.88232421875rem;left:43.375rem;overflow:hidden;display:block; }
#fc6TFpF3TaRuWJi3vBwZPHQtu6c58yro { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:23.8828125rem;left:30.0625rem;overflow:hidden;display:block; }
#rLddJTyqaKV11nIzCCdmugP9uBQ8KH3I { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8100625rem;width:12.8730625rem;top:16.19580078125rem;left:43.3740234375rem;overflow:hidden;display:block; }
#t1F7rrvUuihocCaHVU12hDdu97MLT6Fn { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:12.75rem;top:23.94580078125rem;left:56.25rem;overflow:hidden;display:block; }
#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row .container { background-color: transparent; background-image: none; }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row .container > .video-iframe-container { display: none; }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row > .video-iframe-container { display: none; }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .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); }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row .container { border-width: 0; border-radius: 0; }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.375rem;height:1.375rem;top:3.8125rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiK3nLsOgDkvn694kl1oTBs3GFrVDJbF { width:0.125rem;height:2.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB1vOii4fVLig1BXBIC9dHIuwkHEVxiK { top:2.25rem;left:0rem;width:8.125rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMUUqfK7ApUD2AdsE5yuqe84FW4M60Ov { top:1.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:24.0625rem;height:5.375rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { top:29.25rem;left:0rem;width:10.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGz2S8iG5bFofOVTOC3RN5DSLsKLL802 { display:block; }
 }@media only screen and (max-width: 763px) { #JCWXps0q2rfAPRUcPZLkXdVmASfeJluc { top:0rem;left:0rem;width:27.1875rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:23.0625rem;height:8.875rem;top:2.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8w9EwMJr22T8L7ybX0fx2b0mbs4hxh { top:19.125rem;left:0rem;width:27.1875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSgbB6eOMxTNdfuGBGF97mKkk8lRqke { top:20.375rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIf24ZZ6IoQclOZETWb71rd2g0TG2Pzy { top:22.1875rem;left:0rem;width:21.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS6yPlod14N3KIUS0ruHHG2fC8iDxI1F { top:3.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwpRADZL3mEHiya3OZwl1rzroWW35fGS { width:23.3125rem;height:3.625rem;top:17.5rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJVrga92UIgWuwTdCqoN4QM4wfC153B { width:24.6875rem;height:1.9375rem;top:15.25rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFlNOSgTl8mTeZTRVcvB8U1Bm8hBbyiE { top:15.4375rem;left:28.4365234375rem;width:0.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMzz974qriWX8d3atCzHRyBgQzWlJ0Q6 { width:10.9375rem;height:;top:21.25rem;left:20.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWza7fZiT2uuoKi3GqMgEkbbsVr3FcN { top:8.0625rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtgTQ358QifZ6kl9cDH77UfhTvfJuK9 { width:10.9375rem;height:1.3125rem;top:29rem;left:20.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGpgQiDwr38BXmCI2cmebVaxN4mQJpSB { width:25rem;height:1.75rem;top:26.875rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r94Mr1fwag5f21n2uDFEkr7fK4bFdQ8g { width:24.6875rem;height:1.9375rem;top:24.6875rem;left:7.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXXtMUT9pwu7l8RnS17Qo9qpJiNnZOMx { top:24.8125rem;left:28.5rem;width:0.3125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF { display:block; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFuU3IU3mScgLsyKrve1fSGwFUyMo6yi { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq { display:block; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbWhH0SLftNhwT9Id876MbRzy3Esub30 { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDNnnD04qOLCNMKJDQuqFW8ScDzWC13y { width:19.75rem;height:1.875rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTkiyhX5izsp00mLFFEWaoa3FUvJxXC { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5ucAzrvLq0aUBo5dFmnT3Rf3E9iszU { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrI1cFVrgqOtUTXprHeIkhfSp9e6OU1N { width:19.6875rem;height:1.875rem;top:7.5rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO7IsNVokOfedw3q3m4bBNr7h7lacro8 { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCxDM62LESp8xUTM5qmoxOLcqMATBmvo { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPpC39upOnReSpANWbPf78yEqHdI47M { width:15.5625rem;height:1.875rem;top:7.5rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnMwayGdIZmaCaagDJpZtcKiWSJimgbJ { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na4tFJ9NQa8iSeT5itIzefaCKd9sk5iE { top:3.25rem;left:6.9991111755369rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLkdr2RHWsPDqaxcTcscFWCW4LZpZ7nE { top:3.3125rem;left:23.061611175537rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oADI1uFkyzlWkC8L4Kvrl80BIqP70Qps { top:3.25rem;left:38.999465942382rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqkyIppZ86V2T1Qq20zpqIkSTbn8O1Mp { width:18.1875rem;height:3.25rem;top:9.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQkdxTUNAd8O5d4rpIqIVBTayAxMrqJ5 { width:18.1875rem;height:3.25rem;top:9.5625rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6z851JRoiXodTpKsBd86v634znuRJ73 { width:18.1875rem;height:3.5rem;top:9.5625rem;left:29.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd { display:block; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUadTTfZhhtswb9QZefbeZZCSOyNWODL { width:19.75rem;height:18.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MIwOm7P6C7x4T2inWxSSobAhQgPupw { width:19.6875rem;height:1.875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPwhJdpb00KZ8iRKF6EJDLD2xzRas5wT { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVBU0pMxi4W8IfBNLk0xownyFqLTDOTZ { width:19.75rem;height:18.625rem;top:0.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO5PCQ6v9QtmaWTBZ9EmA3pDT1OLfMxW { width:15.5625rem;height:1.875rem;top:7.875rem;left:16.12353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o49A8DLiCwbgOUteW0GrAqtJfTBtFydD { width:2.75rem;height:2.75rem;top:3.25rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VqXnOtkJ7MAt9rAb8Go7ILpqH8bidq { width:19.75rem;height:18.625rem;top:0.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJ27J3QVIeTSVkZTZDkEn1ieHxaMqQM { width:15.5625rem;height:1.875rem;top:7.875rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5eDnboO4WqCvux5TgOoEn89Z3bHbrN4 { width:2.75rem;height:2.75rem;top:3.25rem;left:38.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCR3aZ2kyHyE7OfZymHDyuU2bXG17yKn { top:3.25rem;left:6.9991111755369rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGKH31XwsAPpdZ8TkD4EAovggZ5N9fXe { top:3.625rem;left:22.99951171875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrAGVkaEeExEweh0an95gSbvdnttiew3 { top:3.75rem;left:38.9990234375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDPuzGCkqDQzM5DPUtNgVdmywCvhcW2 { width:18.1875rem;height:4.875rem;top:10rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2KQQbTx4fAtOKUPbCu7HLAp4d8fwNvh { width:18.1875rem;height:4.875rem;top:10rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJLqPx21Ny5yJTu2sohGFPDzmRHFDMnn { width:18.1875rem;height:3.25rem;top:10rem;left:29.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 { display:block; }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMBtVB4Cwy3oDQMr4HltC7WK6ORh30bA { top:3.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdoNtLXpUDTqhCOlEuG2NZrLolcczds4 { top:7.5625rem;left:0rem;width:29.5625rem;height:22.951238092475rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8W3nkNHmQd5nWDLlNipqyZuG6eg4u1r { top:11.1875rem;left:18.5rem;width:29.1875rem;height:23.076179303743rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRla0TVDdv3TW1oCBvKJ0VW6IzIcXwFW { top:16.3125rem;left:0rem;width:14.375rem;height:22.464966925834rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXJuvecOzpXaSGKMmaxXqnST32xVGrX { top:20.375rem;left:14.76611328125rem;width:26.3125rem;height:22.508978062578rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF { display:block; }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7s1TasHOp55rKAlDfbG3lUQvPsaB5aI { width:23.9375rem;height:1.0625rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCo2GKBkx0MmcNOVtB41X8B5ypTU8pv6 { width:33.125rem;height:;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKWU4hKFRGOJSQ1OtJftZ7m3WTc54kTM { width:47.5rem;height:9.3125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiU3QE7Nwzh9NTQhqZng7CIpV6I99grc { width:12.3125rem;height:3.4375rem;top:7.1875rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZ8BFwDnNx6r5dwWi8OzSoLCctqReLy { display:block; }
 }@media only screen and (max-width: 763px) { #F7bFuRPRZAr6qTPp6Pfod5P68gxzeiXb { width:24.125rem;height:2.4375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWu32ePySDLFIMDO5G7KOCv18SBUE6aK { top:7.375rem;left:0rem;width:40.1875rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB { display:block; }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3NfP5c0TDTwDxaNk4UsZNSG3sTFsX2a { top:3.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvCMKkUqLNlDnrXUlHzwfcmlE8FgQGNE { top:11.5rem;left:0rem;width:47.75rem;height:26.746208017335rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ { display:block; }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J776txfqhzhTCKhT9elz40ksSxXN8VGL { top:3.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlreONqzQqv2DPWLIKdndpXZQoecZumo { width:32.625rem;height:3.5rem;top:19.625rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9KsCTn6Cxg2onBEbNTi7TH5ZnKmB9Ph { top:18.1875rem;left:27.1875rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5hQotQpMWZ0BR0lZ5fXlFBcmyQtkOPW { top:11.1875rem;left:0rem;width:34.375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPJWp80SGSsl3BhVQFQAzk0KJsSuve6O { width:32.125rem;height:2rem;top:17.75rem;left:15.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2G0M77ImZqBnV0RQzMl5lVILqqCVLTe { top:33rem;left:0rem;width:34.375rem;height:19.187rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKqXXa3O8uEMQWKUIsMMkS7Dxh7Xlx5c { width:32.4375rem;height:1.75rem;top:42.4375rem;left:15.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVvLGSr3fKVUTCQ4mIIGmEqt5s5Qoirm { width:32.125rem;height:2rem;top:40.5625rem;left:15.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNg1MISwuRC6FiIvDJZeUBBqxJx2Mv4o { top:40.625rem;left:27.4375rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ldeN9tXBoXZD3SqA72iWh8BTu1BDKW { top:55.25rem;left:0rem;width:34.375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6AoEmLKVb7pGUQNEArJSENQ3gSx7xfA { top:78.375rem;left:0rem;width:34.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgSZ8kAxAmVWZofLhrFKdtJiq1VrboU4 { top:99.375rem;left:0rem;width:37.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRumJMNJeAH7FU3FNnqU957el5Zswylx { top:122.625rem;left:0rem;width:37.5rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdOqdg1HgiPiBpH8NhmaH0aisMZFilyI { top:62.6875rem;left:27.25rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65ApQucZZLg7OBZkAa7cQbr2qT5CBFQ { width:32.1875rem;height:2rem;top:62.25rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RimwTPriRST10tgOGaKNJn8zLenuy0w0 { width:32.625rem;height:3.5rem;top:64.125rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z84rqkaCy7ibcdkxE1Ln5IdgubEdMLHs { top:86.1875rem;left:27.25rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpfFDU0W2MOnXXF1KWntf3WEAvwRTsN { width:32.1875rem;height:2rem;top:85.75rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdsflOurWXJPAnMltVBDDPv3De8z0fSS { width:32.625rem;height:1.75rem;top:87.625rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGEtkWbbAMbMdRmaR4l3baXlLeRRMF4T { top:109.25rem;left:27.25rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW3Cf97AzLsoDZfZ9EtRUZiBAwuNLFTC { width:32.1875rem;height:2rem;top:108.8125rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKuVTMVwNCCqwzviwGT8RhDcXRxWJ1T6 { width:32.625rem;height:1.75rem;top:110.6875rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQW2LwS9gGz4E38PDp6c1ip7IQIlLEd4 { top:131.25rem;left:27.25rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGANZfQNMD2S1Dp6uHBvZmhf0dITqfXo { width:32.1875rem;height:2rem;top:130.8125rem;left:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3hCNxXwohkmsOJ8lebANyyIo8HKRU6p { width:32.625rem;height:5.25rem;top:132.6875rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMtFLc0pH5TcJvPxagwx78ieiECS67Hc { display:block; }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZ1URpdF7XWmh8X3vsl70OpTDFPERJiG { top:2.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou5yFFoI9A3EfqS3W141UFIP3yirzVMM { top:23.9375rem;left:0rem;width:12.8125rem;height:12.749803390423rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Q1MNBOiirlnGiz6t72IzM3yobm6hQo { top:28.9375rem;left:3.18603515625rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i04xlCoZRd4L4T3O4QimRq0oMKzcrFLP { top:11.4375rem;left:16.375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFGdHPZxsSCqLHBCloUex0rhsXIKD8U { top:36.4375rem;left:16.375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni8E0fU2iAluPqqJ0pwluaqTOrtLXept { top:16.4375rem;left:3.3115234375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqq7AXoEocMnOwNcNJcI1rnR9M2f6FDP { top:28.875rem;left:29.75rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc6TFpF3TaRuWJi3vBwZPHQtu6c58yro { top:23.875rem;left:16.4375rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLddJTyqaKV11nIzCCdmugP9uBQ8KH3I { top:16.1875rem;left:29.7490234375rem;width:12.8125rem;height:12.749796389262rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1F7rrvUuihocCaHVU12hDdu97MLT6Fn { top:23.9375rem;left:35rem;width:12.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ { display:block; }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4pbCxaVESGD2yB2Q5xxM9choilc5Nss { width:1.375rem;height:1.375rem;top:3.8125rem;left:9.3125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FiK3nLsOgDkvn694kl1oTBs3GFrVDJbF { width:0.125rem;height:2.5rem;top:0.7177734375rem;left:4.764404296875rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CB1vOii4fVLig1BXBIC9dHIuwkHEVxiK { width:6.375rem;height:1.25rem;top:1.24755859375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMUUqfK7ApUD2AdsE5yuqe84FW4M60Ov { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2fe465ff-1430-42e6-a0ef-05cb1893d80e/GettyImages556336061.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18.5625rem;height:5.24739375rem;top:9.98974609375rem;left:0.74951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { top:26.1826171875rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGz2S8iG5bFofOVTOC3RN5DSLsKLL802 { display:block; }
 }@media only screen and (max-width: 763px) { #JCWXps0q2rfAPRUcPZLkXdVmASfeJluc { width:20rem;height:32.1875rem;top:0rem;left:0rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:20rem;height:7.35025rem;top:1.9348959922791rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AT8w9EwMJr22T8L7ybX0fx2b0mbs4hxh { width:20rem;height:8.3125rem;top:16.24925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSgbB6eOMxTNdfuGBGF97mKkk8lRqke { width:20rem;height:1.13606875rem;top:17.49925rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIf24ZZ6IoQclOZETWb71rd2g0TG2Pzy { width:20rem;height:3.40060625rem;top:19.31175rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS6yPlod14N3KIUS0ruHHG2fC8iDxI1F { width:20rem;height:4.54948125rem;top:1.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwpRADZL3mEHiya3OZwl1rzroWW35fGS { width:20rem;height:2.79948125rem;top:27.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SIJVrga92UIgWuwTdCqoN4QM4wfC153B { width:20rem;height:1.6369375rem;top:25.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MFlNOSgTl8mTeZTRVcvB8U1Bm8hBbyiE { width:0.3125rem;height:5.625rem;top:36.71875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMzz974qriWX8d3atCzHRyBgQzWlJ0Q6 { width:20rem;height:1.04948125rem;top:30.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XrWza7fZiT2uuoKi3GqMgEkbbsVr3FcN { width:20rem;height:11.25rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHtgTQ358QifZ6kl9cDH77UfhTvfJuK9 { width:10.9375rem;height:1.04948125rem;top:38.031005859375rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bGpgQiDwr38BXmCI2cmebVaxN4mQJpSB { width:20rem;height:2.79948125rem;top:34.124755859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r94Mr1fwag5f21n2uDFEkr7fK4bFdQ8g { width:20rem;height:1.6369375rem;top:31.312255859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oXXtMUT9pwu7l8RnS17Qo9qpJiNnZOMx { width:0.3125rem;height:5.625rem;top:24.8125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF { background-color:#fafafa;background-image:none;display:block; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container { background-color: transparent; background-image: none; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container > .video-iframe-container { display: none; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row > .video-iframe-container { display: none; }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .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); }#hxurFCHU2DvG6KEbZr0SJWvIzGMhLzTF > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFuU3IU3mScgLsyKrve1fSGwFUyMo6yi { width:20rem;height:7.0670625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq { background-color:#fafafa;background-image:none;display:block; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container { background-color: transparent; background-image: none; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container > .video-iframe-container { display: none; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row > .video-iframe-container { display: none; }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .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); }#XQWCh1KclNFmeBtpCEefhPBBDnHnQ8Tq > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gbWhH0SLftNhwT9Id876MbRzy3Esub30 { width:19.749rem;height:15.625rem;top:0.6875rem;left:0.2509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDNnnD04qOLCNMKJDQuqFW8ScDzWC13y { width:19.9375rem;height:1.70030625rem;top:8.375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aTTkiyhX5izsp00mLFFEWaoa3FUvJxXC { width:2.749025rem;height:2.749025rem;top:3.75rem;left:8.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD5ucAzrvLq0aUBo5dFmnT3Rf3E9iszU { width:19.74975rem;height:15.625rem;top:18.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrI1cFVrgqOtUTXprHeIkhfSp9e6OU1N { width:19.9375rem;height:1.70030625rem;top:25.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TO7IsNVokOfedw3q3m4bBNr7h7lacro8 { width:2.749025rem;height:2.749025rem;top:20.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCxDM62LESp8xUTM5qmoxOLcqMATBmvo { width:19.74975rem;height:15.625rem;top:35.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPpC39upOnReSpANWbPf78yEqHdI47M { width:20rem;height:1.70030625rem;top:42.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TnMwayGdIZmaCaagDJpZtcKiWSJimgbJ { width:2.749025rem;height:2.749025rem;top:38.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na4tFJ9NQa8iSeT5itIzefaCKd9sk5iE { width:1.875rem;height:1.875rem;top:4.1845703125rem;left:9.186279296875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLkdr2RHWsPDqaxcTcscFWCW4LZpZ7nE { width:1.875rem;height:1.875rem;top:21.1875rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oADI1uFkyzlWkC8L4Kvrl80BIqP70Qps { width:1.875rem;height:1.875rem;top:38.625rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqkyIppZ86V2T1Qq20zpqIkSTbn8O1Mp { width:18.18725rem;height:2.97395625rem;top:10.474853515625rem;left:1.03076171875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bQkdxTUNAd8O5d4rpIqIVBTayAxMrqJ5 { width:18.18725rem;height:2.97395625rem;top:27.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #i6z851JRoiXodTpKsBd86v634znuRJ73 { width:18.18725rem;height:3.1857625rem;top:44.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd { background-color:#fafafa;background-image:none;display:block; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container { background-color: transparent; background-image: none; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container > .video-iframe-container { display: none; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row > .video-iframe-container { display: none; }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .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); }#EMEaMB7U6kpu4KW3lELx3BwzgDerrkXd > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUadTTfZhhtswb9QZefbeZZCSOyNWODL { width:19.74975rem;height:15.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0MIwOm7P6C7x4T2inWxSSobAhQgPupw { width:20rem;height:1.70030625rem;top:8.375rem;left:0.1240234375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sPwhJdpb00KZ8iRKF6EJDLD2xzRas5wT { width:2.749025rem;height:2.749025rem;top:3.31298828125rem;left:8.749267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVBU0pMxi4W8IfBNLk0xownyFqLTDOTZ { width:19.74975rem;height:15.625rem;top:18.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO5PCQ6v9QtmaWTBZ9EmA3pDT1OLfMxW { width:20rem;height:1.70030625rem;top:25.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #o49A8DLiCwbgOUteW0GrAqtJfTBtFydD { width:2.749025rem;height:2.749025rem;top:21.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5VqXnOtkJ7MAt9rAb8Go7ILpqH8bidq { width:19.74975rem;height:15.625rem;top:36.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJ27J3QVIeTSVkZTZDkEn1ieHxaMqQM { width:20rem;height:1.70030625rem;top:43.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Q5eDnboO4WqCvux5TgOoEn89Z3bHbrN4 { width:2.749025rem;height:2.749025rem;top:38.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCR3aZ2kyHyE7OfZymHDyuU2bXG17yKn { width:1.875rem;height:1.875rem;top:3.748779296875rem;left:9.186279296875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGKH31XwsAPpdZ8TkD4EAovggZ5N9fXe { width:1.875rem;height:1.875rem;top:21.6875rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrAGVkaEeExEweh0an95gSbvdnttiew3 { width:1.875rem;height:1.875rem;top:39.3125rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDPuzGCkqDQzM5DPUtNgVdmywCvhcW2 { width:18.18725rem;height:4.4596375rem;top:10.4736328125rem;left:1.03076171875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #D2KQQbTx4fAtOKUPbCu7HLAp4d8fwNvh { width:18.18725rem;height:4.4596375rem;top:28.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GJLqPx21Ny5yJTu2sohGFPDzmRHFDMnn { width:18.18725rem;height:2.97395625rem;top:45.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 { display:block; }#r4nrlBkoLXP1dTKG9v7EwyfmqaOvT9q5 > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMBtVB4Cwy3oDQMr4HltC7WK6ORh30bA { width:20rem;height:4.54948125rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sdoNtLXpUDTqhCOlEuG2NZrLolcczds4 { width:20rem;height:15.527443964353rem;top:30.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8W3nkNHmQd5nWDLlNipqyZuG6eg4u1r { width:20rem;height:15.812371257382rem;top:66.04175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRla0TVDdv3TW1oCBvKJ0VW6IzIcXwFW { width:14.4375rem;height:22.5625rem;top:7.03125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXJuvecOzpXaSGKMmaxXqnST32xVGrX { width:20rem;height:17.109139509754rem;top:47.683625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF { display:block; }#Tt5U27FE5HDm0TOn0BO7k95Dwm5TGHuF > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q7s1TasHOp55rKAlDfbG3lUQvPsaB5aI { width:18.4375rem;height:1.3125rem;top:3.4375rem;left:1.0000002980233rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oCo2GKBkx0MmcNOVtB41X8B5ypTU8pv6 { width:18rem;height:0;top:7.75rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HKWU4hKFRGOJSQ1OtJftZ7m3WTc54kTM { width:19.8125rem;height:11.75rem;top:3.9987182617188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiU3QE7Nwzh9NTQhqZng7CIpV6I99grc { width:11.6236875rem;height:3.4375rem;top:14.186197280884rem;left:4.1848958134651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMZ8BFwDnNx6r5dwWi8OzSoLCctqReLy { display:block; }
 }@media only screen and (max-width: 763px) { #F7bFuRPRZAr6qTPp6Pfod5P68gxzeiXb { width:18.5rem;height:2.3125rem;top:2.8125rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWu32ePySDLFIMDO5G7KOCv18SBUE6aK { width:18.1875rem;height:6.3715rem;top:6.4895935058594rem;left:1.1536458134651rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB { display:block; }#gnZEiTstTeWFuMpV0IKNKGc3pNBZ1DvB > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i3NfP5c0TDTwDxaNk4UsZNSG3sTFsX2a { width:20rem;height:6.8229375rem;top:1.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvCMKkUqLNlDnrXUlHzwfcmlE8FgQGNE { height:11.2018125rem;width:20rem;top:10.875000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ { display:block; }#JXR5Kwe3vguEZ4zAKFTi0gJb4fM44pgZ > .row .container { width:20rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J776txfqhzhTCKhT9elz40ksSxXN8VGL { width:20rem;height:2.33680625rem;top:1.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlreONqzQqv2DPWLIKdndpXZQoecZumo { width:20rem;height:2.09895625rem;top:8.7500009536744rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W9KsCTn6Cxg2onBEbNTi7TH5ZnKmB9Ph { width:0.375rem;height:4.0625rem;top:36.40625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5hQotQpMWZ0BR0lZ5fXlFBcmyQtkOPW { width:15.625rem;height:8.3125rem;top:12.000000953674rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPJWp80SGSsl3BhVQFQAzk0KJsSuve6O { width:20rem;height:1.04948125rem;top:7.1250009536744rem;left:0.059895813465118rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W2G0M77ImZqBnV0RQzMl5lVILqqCVLTe { width:15.625rem;height:8.75rem;top:27.687479496002rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKqXXa3O8uEMQWKUIsMMkS7Dxh7Xlx5c { width:20rem;height:1.04948125rem;top:25.312500476837rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oVvLGSr3fKVUTCQ4mIIGmEqt5s5Qoirm { width:20rem;height:1.04948125rem;top:23.812510490417rem;left:0.084635555744169rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JNg1MISwuRC6FiIvDJZeUBBqxJx2Mv4o { width:0.3125rem;height:4.0625rem;top:40.625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9ldeN9tXBoXZD3SqA72iWh8BTu1BDKW { width:15.625rem;height:8.75rem;top:45.750001907349rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6AoEmLKVb7pGUQNEArJSENQ3gSx7xfA { width:15.625rem;height:8.6875rem;top:62.588542938231rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgSZ8kAxAmVWZofLhrFKdtJiq1VrboU4 { width:15.625rem;height:9.625rem;top:77.937505722044rem;left:2.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRumJMNJeAH7FU3FNnqU957el5Zswylx { width:15.625rem;height:9.75rem;top:97.873701095581rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdOqdg1HgiPiBpH8NhmaH0aisMZFilyI { width:0.3125rem;height:4.0625rem;top:62.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J65ApQucZZLg7OBZkAa7cQbr2qT5CBFQ { width:20rem;height:1.04948125rem;top:40.777339935302rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RimwTPriRST10tgOGaKNJn8zLenuy0w0 { width:20rem;height:2.09895625rem;top:42.312501907349rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z84rqkaCy7ibcdkxE1Ln5IdgubEdMLHs { width:0.3125rem;height:4.0625rem;top:86.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBpfFDU0W2MOnXXF1KWntf3WEAvwRTsN { width:20rem;height:1.04948125rem;top:58.808594703674rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wdsflOurWXJPAnMltVBDDPv3De8z0fSS { width:20rem;height:1.04948125rem;top:60.298177719116rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HGEtkWbbAMbMdRmaR4l3baXlLeRRMF4T { width:0.3125rem;height:4.0625rem;top:109.25rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VW3Cf97AzLsoDZfZ9EtRUZiBAwuNLFTC { width:20rem;height:1.04948125rem;top:75.000020980838rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QKuVTMVwNCCqwzviwGT8RhDcXRxWJ1T6 { width:20rem;height:1.04948125rem;top:76.50000190735rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IQW2LwS9gGz4E38PDp6c1ip7IQIlLEd4 { width:0.3125rem;height:4.0625rem;top:131.25rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGANZfQNMD2S1Dp6uHBvZmhf0dITqfXo { width:20rem;height:1.04948125rem;top:91.269552230838rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o3hCNxXwohkmsOJ8lebANyyIo8HKRU6p { width:20rem;height:4.19791875rem;top:92.812505722044rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EMtFLc0pH5TcJvPxagwx78ieiECS67Hc { display:block; }#EMtFLc0pH5TcJvPxagwx78ieiECS67Hc > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZ1URpdF7XWmh8X3vsl70OpTDFPERJiG { width:20rem;height:6.8229375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ou5yFFoI9A3EfqS3W141UFIP3yirzVMM { width:5.249025rem;height:5.249025rem;top:11.0009765625rem;left:2.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Q1MNBOiirlnGiz6t72IzM3yobm6hQo { width:5.561525rem;height:5.561525rem;top:16.9384765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i04xlCoZRd4L4T3O4QimRq0oMKzcrFLP { width:6.687rem;height:6.687rem;top:16.251220703125rem;left:13.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFGdHPZxsSCqLHBCloUex0rhsXIKD8U { width:6.499rem;height:6.499rem;top:8.751220703125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni8E0fU2iAluPqqJ0pwluaqTOrtLXept { width:4.936525rem;height:4.936525rem;top:15.6884765625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqq7AXoEocMnOwNcNJcI1rnR9M2f6FDP { width:5rem;height:4.936525rem;top:21.375732421875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc6TFpF3TaRuWJi3vBwZPHQtu6c58yro { width:6.499rem;height:6.499rem;top:26.126708984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLddJTyqaKV11nIzCCdmugP9uBQ8KH3I { width:12.8125rem;height:12.75025rem;top:96.375732421875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1F7rrvUuihocCaHVU12hDdu97MLT6Fn { width:7.56225rem;height:7.56225rem;top:23.875732421875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ { display:block; }#P7AZIXKX7L7fJ8AkDOkJbtihp06uUZTJ > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }