.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { background-color: transparent; background-image: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container > .video-iframe-container { display: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row > .video-iframe-container { display: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .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); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { border-width: 0; border-radius: 0; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#sxAzT4gd7oDrFzL3WOfF8d0qtHGyPn24 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:11.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row .container { background-color: transparent; background-image: none; }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row .container > .video-iframe-container { display: none; }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row > .video-iframe-container { display: none; }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .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); }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row .container { border-width: 0; border-radius: 0; }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#pJ2ViJvq1DtOEdTrzq2HStqFIwkvm4W6 { color:#ffffff;display:block;width:45rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:1.3500375747681rem;left:7.5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y { position:relative;display:block; }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y { background-color: transparent; background-image: none; }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .row .container > .video-iframe-container { display: none; }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .row > .video-iframe-container { display: none; }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .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); }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y { border-width: 0; border-radius: 0; }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#pWDhsG14FL9x7RlA5o5aJpek3CoNQM5y { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.625rem;width:40.3125rem;top:0.53125rem;left:9.84375rem;display:block; }
#vQCQlOBggmrbBcA38wwUSVvy5XtIZdFz { color:#f00632;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:24.466406822204rem;left:5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/fltlyBBV/NPA_8518.jpg");background-position:bottom 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; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.adaptive-delivery-prevent-bg, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyload, #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2.lazyloading { background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:22.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#C9I5xTZ2W9ohSal8s6qeoG21GFPfuCws { color:#ffffff;display:block;width:53.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.6123046875rem;left:3.84375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uy05cwq1OTN9n945pA8TMrTZ9FMRx2Pa { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:4.7578125rem;left:7.8125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.08203125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fltlyBBV/NPA_8518.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0.adaptive-delivery-prevent-bg, #Dl0TioIlTILwl29dDK9FTfkZaB2rHix0.lazyload, #Dl0TioIlTILwl29dDK9FTfkZaB2rHix0.lazyloading { background-image: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container { background-color: transparent; background-image: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container > .video-iframe-container { display: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row > .video-iframe-container { display: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .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); }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container { border-width: 0; border-radius: 0; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#V6Qh3vvH4weJwl3tTmfTVWK1KGFy1FQq { color:#16345f;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:22.845703125rem;left:3.5rem;height:6.4rem;text-align:center;text-align-last:center;display:block; }
#Z4pzN9JeQh2wUXmrMNwkgVm0XuZihgP3 { color:#16345f;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:3.2587890625rem;left:4.125rem;height:17.9375rem;text-align:left;text-align-last:left;display:block; }
#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row .container { background-color: transparent; background-image: none; }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row .container > .video-iframe-container { display: none; }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row > .video-iframe-container { display: none; }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .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); }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row .container { border-width: 0; border-radius: 0; }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row .container { font-size:0.875rem;font-family:arial;height:82.3125rem;width:60rem;position:relative;display:block; }#yCWHFd4Oznrod8a8lKRuvKFUhLQzgdBJ { color:#16345f;display:block;width:49.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.4580078125rem;left:5.125rem;height:9.0625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#iRqLlvy4ciHZS5MJCbaFctOasmJsHbas { color:#16345f;display:block;width:49.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:41.4560546875rem;left:3.28125rem;height:37.725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FESCaIWG4z8c9sg00dRbCvJ9cTSSmeBA { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:26.625rem;top:20.1083984375rem;left:15.8125rem;overflow:hidden;display:block; }
#ev4QAFepw7p0fNlApdgM3Kencp4RwC6t { color:#f00632;display:block;width:53.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.2998046875rem;left:3.28125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr { background-color:#16345f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container { background-color: transparent; background-image: none; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container > .video-iframe-container { display: none; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row > .video-iframe-container { display: none; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .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); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container { border-width: 0; border-radius: 0; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container { width:60rem;height:21.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#GnstuKT808vdNNLVfxfS8gUqbZTT5zAR { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100042;line-height:1.5;letter-spacing:0;top:1.5609378814698rem;left:3.5625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEvSEpvcb7I4uhRSCmaarPtqGBKbFTJK { color:#ffffff;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:5.3109378814697rem;left:3.5625rem;height:;text-align:justify;text-align-last:initial;display:block; }#FEvSEpvcb7I4uhRSCmaarPtqGBKbFTJK li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#FEvSEpvcb7I4uhRSCmaarPtqGBKbFTJK li:before{  }
#MUIXgeAh3xpcIbmoTmyQdTH0DvR2hSEV { color:#f00632;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:18.08984375rem;left:5.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container { background-color: transparent; background-image: none; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container > .video-iframe-container { display: none; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row > .video-iframe-container { display: none; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .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); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container { border-width: 0; border-radius: 0; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container { width:60rem;height:7.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Rzg4fhxU6ZH6c4rNHWnD784z2LD1H0s4 { color:#f00632;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.4973983764649rem;left:3.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row .container { background-color: transparent; background-image: none; }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row .container > .video-iframe-container { display: none; }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row > .video-iframe-container { display: none; }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .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); }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row .container { border-width: 0; border-radius: 0; }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#w4P9rtyi6Ksxde9xwk8n8kTKW4tcJe90 { color:#16345f;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:5.1032991409302rem;left:6.5rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAsmOn3TZU4tqSWM55kmRXE6XgXAIJiM { color:#16345f;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:18.384548187256rem;left:23.71875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPXEvaU97cnB8LrgVvyF2it7QpCmuv19 { color:#16345f;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:6.0199661254883rem;left:23.28125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1qUUxQRVOAgHAQxb4x13ZHJPJoe9HXT { position:absolute;display:block;z-index:99999;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.25rem 0.3125rem 0.3125rem #16345f ;height:14.0625rem;width:14.0625rem;top:15.9375rem;left:40.1875rem;display:block; }
#wHkVw6fd3lm9eyLtTlQgsVoEJmDQJJKy { position:absolute;display:block;z-index:100000;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.25rem 0.3125rem 0.3125rem #16345f ;height:14.0625rem;width:14.0625rem;top:15.9375rem;left:5.75rem;display:block; }
#liF9og6T9X4c0yXd0x1GEHXrUb2sUWL9 { position:absolute;display:block;z-index:99998;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.25rem 0.3125rem 0.3125rem #f00632 ;height:14.0625rem;width:14.0625rem;top:0.82456827163694rem;left:5.9375009536743rem;display:block; }
#M6m2pwyyWSllCtnML8WNpbSHnFawCC73 { position:absolute;display:block;z-index:100002;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.25rem 0.3125rem 0.3125rem #16345f ;height:14.0625rem;width:14.0625rem;top:0.82456827163694rem;left:22.968750953674rem;display:block; }
#G96nzkBDkDt509TmbNHNnkXAQedrgz03 { position:absolute;display:block;z-index:100003;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.25rem 0.3125rem 0.3125rem #f00632 ;height:14.0625rem;width:14.0625rem;top:15.9375rem;left:22.8125rem;display:block; }
#KuDT0kgs7Go7TppgCom5BNqPJx2Fzrp2 { position:absolute;display:block;z-index:100004;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.25rem 0.3125rem 0.3125rem #f00632 ;height:14.0625rem;width:14.0625rem;top:0.8125rem;left:40.375rem;display:block; }
#ckb1BWpbglyMS1HFFC45UhcLtMdTbZcL { color:#16345f;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:20.217882156372rem;left:6.5rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOhg9Wg2C1uQf5mPaug5mUCzqlous1Bz { color:#16345f;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:20.217882156372rem;left:41rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lMkzy6PZT4xGM8tGUQhIIqVatshbvx07 { color:#16345f;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:5.1041669845581rem;left:40.96875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJfFedMWDg9fVezD3upgpWAiM261VxNb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1fCsY8nt/Bez_nazwy_1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb.adaptive-delivery-prevent-bg, #dJfFedMWDg9fVezD3upgpWAiM261VxNb.lazyload, #dJfFedMWDg9fVezD3upgpWAiM261VxNb.lazyloading { background-image: none; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container { background-color: transparent; background-image: none; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container > .video-iframe-container { display: none; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row > .video-iframe-container { display: none; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .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); }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container { border-width: 0; border-radius: 0; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#h1t2d9zqEcSTBGT2h6zqEAZoTK3bpTEU { color:#ffffff;display:block;width:47.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.2216796875rem;left:6.46875rem;height:7.15rem;font-style:normal;display:block; }
#anNXf1ImNXNqeeveChtZZSsanmazHobq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row .container { background-color: transparent; background-image: none; }#anNXf1ImNXNqeeveChtZZSsanmazHobq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row .container > .video-iframe-container { display: none; }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row > .video-iframe-container { display: none; }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .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); }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row .container { border-width: 0; border-radius: 0; }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:60rem;position:relative;display:block; }#zfS6gHGXqFCgEaCDtVWphuUwpnv2Et1P { color:#1c4570;display:block;width:25.375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:1.6962890625rem;left:2.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQX13Ir3o12MOK3KcmWtz0ISiNfoy1Ja { color:#f00632;display:block;width:25.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:7.22265625rem;left:2.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#lQX13Ir3o12MOK3KcmWtz0ISiNfoy1Ja li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lQX13Ir3o12MOK3KcmWtz0ISiNfoy1Ja li:before{  }
#vXNbbfeG4swOs7ZtgHmQhksuPm9TS8Sw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:29.375rem;top:3.375rem;left:30.3125rem;overflow:hidden;display:block; }
#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row .container { background-color: transparent; background-image: none; }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row .container > .video-iframe-container { display: none; }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row > .video-iframe-container { display: none; }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .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); }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row .container { border-width: 0; border-radius: 0; }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#A1rX8cmoeilISny8nG87P4Umizizn4JO { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.0000019073486rem;left:3.6875rem;height:6.3375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 { position:relative;display:block; }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 { background-color: transparent; background-image: none; }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .row .container > .video-iframe-container { display: none; }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .row > .video-iframe-container { display: none; }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .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); }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 { border-width: 0; border-radius: 0; }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#PWNcKhTiPX7KavZDDdx32hwrUKE6U84h { z-index:100001;top:1.4062519073486rem;left:10.125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f00632, #f00632);background-image: -moz-linear-gradient(178deg, #f00632, #f00632);background-image: -ms-linear-gradient(178deg, #f00632, #f00632);background-image: -o-linear-gradient(178deg, #f00632, #f00632);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );";background-image: linear-gradient(178deg, #f00632, #f00632);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;box-shadow: -0.25rem 0.625rem 0.625rem #fafafa ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FFwXOCGh3NKKJMUueUITZ2Td4NshO3tm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fR8FZpKOHv05u0urXx5DPJD4Pp5TE1PL { z-index:100002;top:1.40625rem;left:37.28125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #16345f, #16345f);background-image: -moz-linear-gradient(178deg, #16345f, #16345f);background-image: -ms-linear-gradient(178deg, #16345f, #16345f);background-image: -o-linear-gradient(178deg, #16345f, #16345f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#16345f', endColorstr='#16345f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#16345f', endColorstr='#16345f' );";background-image: linear-gradient(178deg, #16345f, #16345f);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;box-shadow: -0.25rem 0.625rem 0.625rem #fafafa ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y3k2fcwnCHGEEa1Uso82CthVGlkddWz2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 { position:relative;display:block; }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 { background-color: transparent; background-image: none; }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .row .container > .video-iframe-container { display: none; }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .row > .video-iframe-container { display: none; }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .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); }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 { border-width: 0; border-radius: 0; }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#qbKS51EbNUBB6S5Dzl4iNQ9DJd9ktuHJ { color:#f00632;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.9367189407349rem;left:5rem;height:6.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A { position:relative;display:block; }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A { background-color: transparent; background-image: none; }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .row .container > .video-iframe-container { display: none; }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .row > .video-iframe-container { display: none; }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .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); }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A { border-width: 0; border-radius: 0; }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#mUuUFC8sRHIeLMvqipZEvgER5bQQrFfa { color:#f00632;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.4687519073486rem;left:30rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QbbKtLfDRw1Jbd1bOIDMrs31DFskXZ3T { color:#f00632;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9296846389771rem;left:30.000001907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#QbbKtLfDRw1Jbd1bOIDMrs31DFskXZ3T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QbbKtLfDRw1Jbd1bOIDMrs31DFskXZ3T li:before{  }
#xTeTe8nvcXJfFbEWlSFmIUROyF3pSiTg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.3125rem;width:22.25rem;top:0.51996898651123rem;left:3.875rem;overflow:hidden;display:block; }
#IknycyZvCoeO7rFlhorgWqigRDU5G3tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row .container { background-color: transparent; background-image: none; }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row .container > .video-iframe-container { display: none; }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row > .video-iframe-container { display: none; }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .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); }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row .container { border-width: 0; border-radius: 0; }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#MwvOmm9D28eTQquhmViclSLTp6Bgsg21 { color:#f00632;display:block;width:47.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.735237121582rem;left:6.15625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJl4LlAuF87aTeuetMsC0vu2UNg80go6 { color:#1c4570;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:7.9982643127444rem;left:5rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQkELubCaI2kBq7RJRfHXTt6I5fum3R0 { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:20.434028625488rem;left:14.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#16345f;background-image:none;color:#ffffff;padding-top:0.485rem;padding-right:0.43rem;padding-bottom:0.485rem;padding-left:0.43rem;display:block;align-items:center;width:2.581875rem;min-width:2.581875rem;height:2.6075rem;position:relative;font-family:"open sans";font-size:1.940625rem;font-weight:700;line-height:41.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.303125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.4425rem;height:1.03125rem;position:relative;font-family:"open sans";font-size:0.7275rem;font-weight:400;line-height:16.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:17.75rem;height:4.91171875rem;padding-top:0.60625rem;padding-right:0.615rem;padding-bottom:0.60625rem;padding-left:0.615rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.276562690735rem;left:20.508592605591rem;z-index:100005; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #HJMHpg73ELNPLIVQ619k9TLdPJ1X4iFP { display:flex;position:relative;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #OG7MTp08ElX0TgQgGJwEEpfczbLPDaIz { width:auto; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #CZP3cK0AOm4eIG5IgyIXwDJTAo2doDc2 {  }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #QB9RvqyFViqahDDoRO0dQkddShJJsBuo { display:flex;position:relative;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #wFcxmaQ13dlEKw4SoWtKWIpiCxUoBhFr {  }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #TQ7XzH3tnNCKewccWTOS4by3QiSECw55 {  }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #TJUFdNNXivTfPrTML3t2xDoSO0Q6TzM3 { display:flex;position:relative;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #EWZyg69u6f9gb4gSnQPKTWiVAKGSlVKo {  }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #fMqqI0euuJQHVf37af4Zd35LN8Zvpm4y {  }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #s6OQzTbnxAeyiCxgMk6GESMg11XaTRFw { display:flex;position:relative;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #Uyntbeanlzk7RBrVaoI5KI7QVn5FfBxz {  }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #ZTFpxn5ozyRHzmVaHa94UtZB0UupSqd8 {  }
#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS { position:relative;display:block; }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS { background-color: transparent; background-image: none; }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .row .container > .video-iframe-container { display: none; }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .row > .video-iframe-container { display: none; }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .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); }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS { border-width: 0; border-radius: 0; }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#DvbImN0WueboA6df8oA4wR58LGDn51WD { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1875rem;width:28.9375rem;top:3.8406286239624rem;left:0rem;overflow:hidden;display:block; }
#shH5pXTeGp9xvw3zDIJ9mLTlFTU3U19T { color:#f00632;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:1.2491245269776rem;left:28.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#shH5pXTeGp9xvw3zDIJ9mLTlFTU3U19T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#shH5pXTeGp9xvw3zDIJ9mLTlFTU3U19T li:before{  }
#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9eaee;background-image:none;position:relative;display:block; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container { background-color: transparent; background-image: none; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container > .video-iframe-container { display: none; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row > .video-iframe-container { display: none; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .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); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container { border-width: 0; border-radius: 0; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#XBghNKAZh1gHeqzVOSn4vZH3egD7PBde { color:#e8413b;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:19.1875rem;left:41.718751907349rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWAbSzXmdXwaKMysRZU77gR1Vo87RxRb { color:#e8413b;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:19.1875rem;left:1.71875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tgn6HruBVEcWtoqDOu3fqacRfXeHiWxQ { color:#e8413b;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:19.1875rem;left:21.718751907349rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sz1cVaJoegxg8PQLJTTpy5q4CAikfUls { color:#1c4570;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:24.25rem;left:1.4375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3I77p7vNH1gLJOp6BT8x4XUCJOsxNtm { color:#1c4570;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:24.25rem;left:21.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UdCruBPoOe1ZXJEinzJhs5Kv8XQtlCAo { color:#16345f;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:24.25rem;left:41.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAFkdrwvkG0hwhCfsX0iTUEBPGErRTkM { background-color:#f00632;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:26.875rem;left:3.9375rem;display:block; }
#GzXe1MH0veWzgQbRIpQXhvGKFiOyZXtP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aNvUyWJUTzNTA6iOTOv2SAK20TOOmKgA { background-color:#f00632;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:26.875rem;left:23.9375rem;display:block; }
#Tz3ayWEWtTLOMGoezN1IThz73nmtln2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pMakDQ3qAOyaZGOC3g4PhrNsrNBCSdDd { background-color:#f00632;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:26.875rem;left:43.4375rem;display:block; }
#DdmNcv32yzTSKBiSaRCkoIqFMIHPtgJh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FB2w4EKcB9Kqn9Fex4C0UZn4BspGP8Ui { position:absolute;display:block;z-index:100003;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.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:31.3125rem;width:18.75rem;top:0.5625rem;left:0.625rem;display:block; }
#d0C2ibWoiXx6pgOQ8p4cI8w0gqtUP3uN { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:19.125rem;width:19.125rem;top:0.5625rem;left:0.625rem;overflow:hidden;display:block; }
#UFUoW4xmcePgKMsayKD7tPtu4M67dlKO { position:absolute;display:block;z-index:100004;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.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:31.375rem;width:18.75rem;top:0.5625rem;left:20.1875rem;display:block; }
#T8bRZInJwSyhd7oDHJyqGvIWpuVGnNzs { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:19.125rem;width:19.125rem;top:0.5625rem;left:20.1875rem;overflow:hidden;display:block; }
#pwANHEIEAXb2dDiTTw8ldwc4GDGaCKX0 { position:absolute;display:block;z-index:100005;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.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:31.5rem;width:18.75rem;top:0.5625rem;left:40.1875rem;display:block; }
#sMpLhANSABb3lhn4xzTOakQQ9IRAxbFQ { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:19.125rem;width:19.125rem;top:0.5625rem;left:40.1875rem;overflow:hidden;display:block; }
#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S { position:relative;display:block; }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S { background-color: transparent; background-image: none; }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .row .container > .video-iframe-container { display: none; }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .row > .video-iframe-container { display: none; }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .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); }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S { border-width: 0; border-radius: 0; }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.375rem;width:60rem;position:relative;display:block; }#pDD6TggITEt8qQMATK82L1gIPVStf2WO { z-index:100002;top:1.87109375rem;left:19.437501907349rem;background-color:#16345f;background-image:none;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;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eELUAoE9khLPAGOLvepTXOOzMuca7Jsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fltlyBBV/NPA_8518.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f.adaptive-delivery-prevent-bg, #n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f.lazyload, #n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f.lazyloading { background-image: none; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row .container { background-color: transparent; background-image: none; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row .container > .video-iframe-container { display: none; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row > .video-iframe-container { display: none; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .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); }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row .container { border-width: 0; border-radius: 0; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#HuM7vipH0lUiloEiy8fkgTclvoK9dvbw { color:#f00632;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:1.3046875rem;left:18.843750953674rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTi4GSFFvHdwTuJA1U7xCuXoxLLKxKck { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100058;line-height:1.3;letter-spacing:0;top:4.0824661254883rem;left:8.8125rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.52);background-image:none;position:relative;display:block; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container { background-color: transparent; background-image: none; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container > .video-iframe-container { display: none; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row > .video-iframe-container { display: none; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .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); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container { border-width: 0; border-radius: 0; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#WdtiKoyPiryqvcBNN39K0ma9h26taZKa { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.125rem solid #f00632;border-left:0.125rem solid #f00632;border-right:0.125rem solid #f00632;border-bottom:0.125rem solid #f00632;height:7.25rem;width:16.875rem;top:0.5625rem;left:1.5625rem;display:block; }
#WcMvTMXs0Twq16loR8qJbT7xGeMNGIJU { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:2.9375rem;left:2.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNNXS3od94imtHzL9ZGIbUm9VzI7PEQh { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:3.3949661254883rem;left:22.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STKV02bzDfrceUHWKI9615MxPg1uRpQ4 { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:3.3949661254883rem;left:42.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tWMvl9LpIGDmLcHHkXqIZixhTvKJBd74 { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1rem;left:3.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#phXanM0SGlLiKUxu84s4uCEgALHECOsX { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:7.25rem;width:16.875rem;top:0.6875rem;left:21.4375rem;display:block; }
#Q9QvH1TlRpebV9CfncRw2ibL7FrZkNkV { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #f00632;border-left:0.125rem solid #f00632;border-right:0.125rem solid #f00632;border-bottom:0.125rem solid #f00632;height:7.25rem;width:16.875rem;top:0.6875rem;left:41.4375rem;display:block; }
#zz2hLVVxn7bxuAvGd4dvQAXzKmKF9LZl { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1rem;left:23.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dyaEAHzcN5MPRT4hRTrbmca8AnG5rHoF { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:1rem;left:43.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.52);background-image:none;position:relative;display:block; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container { background-color: transparent; background-image: none; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container > .video-iframe-container { display: none; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row > .video-iframe-container { display: none; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .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); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container { border-width: 0; border-radius: 0; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#Aww7GqULdi8VwHDeJdTGvrS5ga9reMSl { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:7.25rem;width:16.875rem;top:0.5625rem;left:1.5625rem;display:block; }
#A5fQAqnyogtdAX6Muo4szbMPW4DuDwtg { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:2.9375rem;left:2.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bzXkZcfv3rePGOP3AWSVM70Lz21CVq0v { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:3.3949661254883rem;left:22.875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aboOSywcCcltLI9gSftDQb5FmAntudaq { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:3.3949661254883rem;left:42.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3ezAyJVcVxTEXxm9N0kyadnhSeAJJRC { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1rem;left:3.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XqUsiBTHNTd6tbfKnoJxSN0oUGUVInip { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #f00632;border-left:0.125rem solid #f00632;border-right:0.125rem solid #f00632;border-bottom:0.125rem solid #f00632;height:7.25rem;width:16.875rem;top:0.6875rem;left:21.4375rem;display:block; }
#tTxVKT8vgwq9elydmckixpaQWZu6yqUc { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:7.25rem;width:16.875rem;top:0.6875rem;left:41.4375rem;display:block; }
#kv6BgZWIF0moKlkGayIiZT5pEaXxQcZi { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1rem;left:23.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7RXkQTsBeTxJuhpmq7TR54xRQNU4XOW { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:1rem;left:43.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.52);background-image:none;position:relative;display:block; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container { background-color: transparent; background-image: none; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container > .video-iframe-container { display: none; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row > .video-iframe-container { display: none; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .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); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container { border-width: 0; border-radius: 0; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#KGfLqR07rTsQ01K9p5bTv2RCctN2XD87 { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.125rem solid #f00632;border-left:0.125rem solid #f00632;border-right:0.125rem solid #f00632;border-bottom:0.125rem solid #f00632;height:7.25rem;width:16.875rem;top:0.5625rem;left:1.5625rem;display:block; }
#NXbQ5r5qfTmETTTZE1CPXT2UQE1PLiiT { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:2.9375rem;left:2.9375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tVvwTAoVLC007hwgf5N4IeT99D2H8Vxp { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:3.3949661254883rem;left:22.875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lzrlCOeTH0HgtE8dJK231qhtZuiZQX5u { color:#1c4570;display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:2.8125rem;left:42.875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1pz9cLdRk48OgfMG9WAZNDJfiG1fQdW { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:1rem;left:3.8125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwikGklmIllPKpvRvAZoXhPJDH46HHLr { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:7.25rem;width:16.875rem;top:0.6875rem;left:21.4375rem;display:block; }
#fTWxOHbBTuLzyZR9q7BBCIiDhLTwCKEV { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #f00632;border-left:0.125rem solid #f00632;border-right:0.125rem solid #f00632;border-bottom:0.125rem solid #f00632;height:7.25rem;width:16.875rem;top:0.6875rem;left:41.4375rem;display:block; }
#bAQx4d00aHeM1c0PdeHZBafBU8NP8sbC { color:#f00632;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1rem;left:23.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zl1gIu7saI47VW201K0wqmxRtyGc57lb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row .container { background-color: transparent; background-image: none; }#zl1gIu7saI47VW201K0wqmxRtyGc57lb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row .container > .video-iframe-container { display: none; }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row > .video-iframe-container { display: none; }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .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); }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row .container { border-width: 0; border-radius: 0; }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#tGJHtqtoK2ofc7EgLgMTvxlsPKXh9b3e { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5963649749756rem;left:7.09375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row .container { background-color: transparent; background-image: none; }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row .container > .video-iframe-container { display: none; }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row > .video-iframe-container { display: none; }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .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); }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row .container { border-width: 0; border-radius: 0; }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:60rem;position:relative;display:block; }#MGfyvCEke54dGDv4lT0SHIN9nEWgoEIN { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:1.7491340637207rem;left:-0.0625rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rG5oBHw7FgrmeHxeSZNxT3HmK00Codap { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:11.462656974793rem;left:2.25rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#TBLUwyocN8BW2WKzHpU33BqckQDeWFJX { color:#f00632;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:21.0234375rem;left:32.562501907349rem;height:;display:block; }#TBLUwyocN8BW2WKzHpU33BqckQDeWFJX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TBLUwyocN8BW2WKzHpU33BqckQDeWFJX li:before{  }
#PUNR6TsIdpFx9Eua1psix54aIi1ps6I7 { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:11.461809158325rem;left:32.25rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#Ky890t0tBJtBSyXWHDvcveVev5HaWmWP { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:6.0260419845581rem;left:6.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mn78P9Oo2thKOBHh07ryu8Mt9XZLQJp2 { color:#f00632;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:21.024219512939rem;left:2.25rem;height:;text-align:left;text-align-last:left;display:block; }#mn78P9Oo2thKOBHh07ryu8Mt9XZLQJp2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mn78P9Oo2thKOBHh07ryu8Mt9XZLQJp2 li:before{  }
#IgIMm8sbwP22Sdn9nGedX9N9M6q7mCOl { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.748263835907rem;left:30.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTlQ7bA7aVHttCtGMr1S5gmUuMess6h0 { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:6.0260415077209rem;left:36.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oO8Bbba9Oidk9tdE0zEWt51UyhP8mQA5 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:34.375rem;width:29.3125rem;top:0.78123962879181rem;left:0.21875rem;display:block; }
#TcrVgR5sKkHCBfKgbEM2w21EsLua9IgU { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:34.375rem;width:29.3125rem;top:0.78123962879181rem;left:30.218750953674rem;display:block; }
#km0QDxGle74JceGAzu4iqfZJIldyF4pC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row .container { background-color: transparent; background-image: none; }#km0QDxGle74JceGAzu4iqfZJIldyF4pC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row .container > .video-iframe-container { display: none; }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row > .video-iframe-container { display: none; }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .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); }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row .container { border-width: 0; border-radius: 0; }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#umJnKUOl3ptORbEeO4UfT9xSTXypVWmc { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:1.7491340637207rem;left:-0.0625rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ioeTbvRc5Xa0xfFACT9b77i93M1T1lAy { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:10.711810111999rem;left:1.9375rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#Z0Wk86ioycH794kID4KIWL0rxkLQVvNs { color:#f00632;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:19.690627098084rem;left:32.250001907349rem;height:;display:block; }#Z0Wk86ioycH794kID4KIWL0rxkLQVvNs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z0Wk86ioycH794kID4KIWL0rxkLQVvNs li:before{  }
#UnnGzsBTmq63WCknsCpBTGVWQQTDubHs { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:10.711810111999rem;left:32.25rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#g3fxc4M64MeuXhkCX0f041yRN6DRRI0e { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:6.0260419845581rem;left:6.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TENBAwuaCaOwlgKyBZqfGgS4E7wUFrOU { color:#f00632;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:19.690627098084rem;left:2.25rem;height:;text-align:left;text-align-last:left;display:block; }#TENBAwuaCaOwlgKyBZqfGgS4E7wUFrOU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TENBAwuaCaOwlgKyBZqfGgS4E7wUFrOU li:before{  }
#AQzK0sVGIwy8U1g00Z6iohh2ULqWk6OA { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.748263835907rem;left:30.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aNiz0iiQGoUkAEFmMgXbA0Kz16bskVFc { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:6.0260415077209rem;left:36.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LeOboOm67D5Jr97nz0LSwzSTXZIWQbmS { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:32.5rem;width:29.3125rem;top:0rem;left:0.21875rem;display:block; }
#fQwbAfzrTZkZttJU8CwbQosd0uaAgfGL { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:32.5rem;width:29.3125rem;top:0rem;left:30.218750953674rem;display:block; }
#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row .container { background-color: transparent; background-image: none; }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row .container > .video-iframe-container { display: none; }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row > .video-iframe-container { display: none; }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .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); }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row .container { border-width: 0; border-radius: 0; }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#gL0QHlK9axiFBImZmpotBfbLNt7xoruc { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:1.7491340637207rem;left:-0.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NZwNKKmbFb5smgkhwwZeiTxpTpirJS2v { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:11.462656974793rem;left:2.25rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#iGeKMRHFb8S6zPnzrQm03FityPZc5Bvr { color:#f00632;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:20.099227905274rem;left:32.562501907349rem;height:;display:block; }#iGeKMRHFb8S6zPnzrQm03FityPZc5Bvr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iGeKMRHFb8S6zPnzrQm03FityPZc5Bvr li:before{  }
#KurHmNaLQALrTK75psFAlOQd5MCf4RU3 { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:11.461809158325rem;left:32.25rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#viIEX3wWFs0yxQzo0OG8TN9GSntqIdO1 { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:6.0260419845581rem;left:6.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fBXtF5a1lU8wdcT9X7ea1f8ZbZ7fmE3O { color:#f00632;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:20.099227905274rem;left:2.25rem;height:;text-align:left;text-align-last:left;display:block; }#fBXtF5a1lU8wdcT9X7ea1f8ZbZ7fmE3O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fBXtF5a1lU8wdcT9X7ea1f8ZbZ7fmE3O li:before{  }
#uiUvNTkeDObTHvryh5lwkmXJGgBnnBAy { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.748263835907rem;left:30.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m2AKQmBEW1HxBb0WXE7byL1E2EsI58Tg { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:6.0260415077209rem;left:36.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wnptscstq9fPaEQJVCLA6I6xBhmqB2xl { position:absolute;display:block;z-index:100003;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:30rem;width:29.3125rem;top:0.40625rem;left:0.21875rem;display:block; }
#bBrZZ2TeZaW7WNSkfgrWH4GpSQGGWbuN { position:absolute;display:block;z-index:100004;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:30rem;width:29.3125rem;top:0.40625rem;left:30.218750953674rem;display:block; }
#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row .container { background-color: transparent; background-image: none; }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row .container > .video-iframe-container { display: none; }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row > .video-iframe-container { display: none; }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .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); }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row .container { border-width: 0; border-radius: 0; }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#uvct9H3SQSm6TXsaGyNtGRTl4yVh2sp0 { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:0.875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Va3iMNZerXskT0GIg74QFCg1TNCgpugd { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:10.5625rem;left:2.3125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#zEuesTn1ZesvdP0TOdz2395nAQ3SaO2B { color:#f00632;display:block;width:24.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:17.625rem;left:32.3125rem;height:;display:block; }#zEuesTn1ZesvdP0TOdz2395nAQ3SaO2B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zEuesTn1ZesvdP0TOdz2395nAQ3SaO2B li:before{  }
#zK0stfyd2yHhSx2eA8G8W00uT7RK47D4 { color:#16345f;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:10.5625rem;left:32.3125rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#SRpGdLWbaPn93vopwLeQGdafqQZRrp5D { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nilaXTZt4nxyhJUPDLnkc2sNJsd0zUkP { color:#f00632;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:17.625rem;left:2rem;height:;text-align:left;text-align-last:left;display:block; }#nilaXTZt4nxyhJUPDLnkc2sNJsd0zUkP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nilaXTZt4nxyhJUPDLnkc2sNJsd0zUkP li:before{  }
#esN8gUllTcfWz29Nfp0UKIH94M1GTDTs { color:#f00632;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:0.875rem;left:30.3125rem;height:4.3125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q1b4o6GorzpfVnD3Q8xuEhpLO99tb8vU { color:#f00632;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:5.125rem;left:36.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQqoIT8ks8gJvAlCBe441dPiMtovTbGy { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:30rem;width:29.3125rem;top:0rem;left:0.21875rem;display:block; }
#J6ilox7obLe8xJw1rx1fKUCJRmG2K3g8 { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;height:30rem;width:29.3125rem;top:0rem;left:30.218751907349rem;display:block; }
#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row .container { background-color: transparent; background-image: none; }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row .container > .video-iframe-container { display: none; }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row > .video-iframe-container { display: none; }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .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); }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row .container { border-width: 0; border-radius: 0; }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#dJPsuNbw54kFilTs4NznC5Gk1PRSCHbR { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2352428436279rem;left:7.09375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD { position:relative;display:block; }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD { background-color: transparent; background-image: none; }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .row .container > .video-iframe-container { display: none; }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .row > .video-iframe-container { display: none; }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .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); }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD { border-width: 0; border-radius: 0; }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#VgUNr45zD18UoUh5TMkyTFH9sNJxCvti { color:#f00632;display:block;width:25.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100027;line-height:1.8;letter-spacing:0;top:3.875rem;left:5.9375rem;height:18rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ums0kiwe7EQmf0ulqVah4TyzZsC9BKVU { color:#16345f;display:block;width:27.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100028;line-height:1.5;letter-spacing:0;top:0.53124523162842rem;left:3.75rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJCFwBfc3JrFTdX5MKi6oNotnPGUcNoN { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:3.875rem;left:3.75rem;display:block; }
#BORzhyR5t6vLSiubHRytM18hMUkshgKk { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:6.1875rem;left:3.75rem;display:block; }
#ueNrxkLQ4bmUKkW9VVEBHc9TZ1BazZr3 { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:8.5625rem;left:3.75rem;display:block; }
#hnqJ3wwE9BXNQGgs12VaHOL9FFE2qV8p { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:10.875rem;left:3.75rem;display:block; }
#swuqfB24qSmpmyEDue5vcmZm76e4eJdC { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:12.875rem;left:3.75rem;display:block; }
#B3tJhRmP1d5CnD8CvqD4337fSadJVirV { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:15.125rem;left:3.75rem;display:block; }
#QKmafCJpqoa2nBfXkyJuypyc6JguykmJ { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:17.375rem;left:3.75rem;display:block; }
#AcC3GMstxNavXJ1sHnSwpHKS5HSR5uBo { box-sizing:content-box;color:#f00632;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:19.625rem;left:3.75rem;display:block; }
#lD1hCs30UqLyNrcggIQPxXChlTQt6mnB { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.3125rem;width:22.3125rem;top:0.53125rem;left:37.187501907349rem;overflow:hidden;display:block; }
#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container { background-color: transparent; background-image: none; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container > .video-iframe-container { display: none; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row > .video-iframe-container { display: none; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .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); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container { border-width: 0; border-radius: 0; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#PqovbdBmTSWiOKmwJPlPR9Fri2yAKcpV { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.2352428436279rem;left:7.09375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc { position:relative;display:block; }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc { background-color: transparent; background-image: none; }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .row .container > .video-iframe-container { display: none; }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .row > .video-iframe-container { display: none; }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .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); }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc { border-width: 0; border-radius: 0; }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#LAPbHtfFAWN7E0dgEcF7MX5ivM7Gh5ui { box-sizing:content-box;color:#f00632;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.0499997138977rem;left:49.905469894409rem;display:block; }
#KlkT8ztOE4hMXeL5BMseiQOKRkZg8PRd { color:#f00632;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:6.1749999523163rem;left:0.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eS5dw5PwiTqzs8In3C38oMFABxMdSotO { color:#f00632;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:6.1749999523163rem;left:15.312501907349rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVidH5wnTizTbcrWS6u0TqmwBZfT2vRs { color:#f00632;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:6.175012588501rem;left:30.312501907349rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pfq8yVX6S5CBx1x9HniPUI05vt4oX3uf { color:#f00632;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:6.3679809570312rem;left:45.312501907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gguso4T2KPVL8UyMRWrnXolr156BwqP8 { box-sizing:content-box;color:#f00632;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:1.0499997138977rem;left:4.90625rem;display:block; }
#t9zpK9JMUqeAXmpNDc7JBJdV3MbypWh1 { box-sizing:content-box;color:#f00632;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.0499997138977rem;left:19.906251907349rem;display:block; }
#ZAQZVnHgoPK6FTHnGOmIuQrRCVVP7qhc { box-sizing:content-box;color:#f00632;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:1.0499997138977rem;left:34.906251907349rem;display:block; }
#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container { background-color: transparent; background-image: none; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container > .video-iframe-container { display: none; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row > .video-iframe-container { display: none; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .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); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container { border-width: 0; border-radius: 0; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#sy8B5d73MtaznqEpi7CFfL4CcdBxcayv { z-index:100003;top:7.8109359741213rem;left:15.656251907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f00632, #f00632);background-image: -moz-linear-gradient(178deg, #f00632, #f00632);background-image: -ms-linear-gradient(178deg, #f00632, #f00632);background-image: -o-linear-gradient(178deg, #f00632, #f00632);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );";background-image: linear-gradient(178deg, #f00632, #f00632);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;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#epLNmPBRN8BuZKHGnk7wrXK9txphRJuy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K4lc8bNAfT2yTfGW6kCJ5gTgTLWdFDkq { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.9281482696533rem;left:8.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row .container { background-color: transparent; background-image: none; }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row .container > .video-iframe-container { display: none; }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row > .video-iframe-container { display: none; }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .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); }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row .container { border-width: 0; border-radius: 0; }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#z7Govoz33oTarfdguTT9VZfrsBHWqGPO { color:#16345f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:1.3923683166504rem;left:0rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETtTboMmZmbmvZEiNwZC3XHpcVVVIweq { color:#16345f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:7.0992059707644rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { border-width: 0; border-radius: 0; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { font-size:0.875rem;font-family:arial;height:156.25rem;width:60rem;position:relative;display:block; }#ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { color:#1c4570;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100034;line-height:1.5;letter-spacing:0;top:4.0617189407349rem;left:4.28125rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DOWxx7PO22LK9F9rNnsDSQa9wDTvZpgs { position:absolute;display:block;z-index:100035;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:139.75rem;width:1.25rem;top:3rem;left:-30.374998092651rem;display:block; }
#PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { position:absolute;display:block;z-index:100037;background-color:#16345f;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;height:3rem;width:3rem;top:1.0625rem;left:27.9375rem;display:block; }
#IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { color:#16345f;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100037;line-height:1.5;letter-spacing:0;top:4.0617189407349rem;left:33.687501907349rem;height:13.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3i73VUur0tqILE6uTQqzZPq7GCtfJL6 { color:#000000;display:block;width:2.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100047;line-height:1.1;letter-spacing:0;top:1.5625rem;left:28.0625rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#qvtIo3wl9kDxHxSLDCcoxoJU26i8vxhr { color:#000000;display:block;width:2.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100049;line-height:1.1;letter-spacing:0;top:25.1875rem;left:28.0625rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#mO3SAcdC3Ubtbnw5ARX683wv69OcE3TA { position:absolute;display:block;z-index:100039;background-color:#16345f;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;height:3rem;width:3rem;top:24.6875rem;left:27.9375rem;display:block; }
#kfeXCSUlpoXoXuUNNV2y7W6s8VEu4ggB { color:#e8413b;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100035;line-height:1.5;letter-spacing:0;top:27.232812404633rem;left:3.375rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZuANot0KlmodRWIhO2Qq70nEOWP4Cehk { color:#e8413b;display:block;width:20.1875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100036;line-height:1.5;letter-spacing:0;top:54.436611175537rem;left:5.25rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#SsyE1aAcimzwA32r7W1AoicDZxF7ML3a { color:#e8413b;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.5;letter-spacing:0;top:90.5890378952rem;left:5.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#pKOfRcbyaqQBTWO9VSZ3PQl0bf5WHhl7 { color:#f00632;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:130.9991941452rem;left:5.875rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ssrbIsdQtBlvbhWoA4Ba2ipWNyUDscfI { color:#000000;display:block;width:2.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100051;line-height:1.1;letter-spacing:0;top:49.5rem;left:28.0625rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#Vc1Nx6VeWnFJQMmD4VUoxed8kXGuwUCg { position:absolute;display:block;z-index:100041;background-color:#16345f;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;height:3rem;width:3rem;top:49rem;left:27.9375rem;display:block; }
#uLSSwFWIqyDCUCOvRNC3XxIqkcRHZXQ9 { color:#000000;display:block;width:2.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100053;line-height:1.1;letter-spacing:0;top:88.062458992006rem;left:28.1875rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#z0szrWWzt1pP78S1ipZLp2ducIb5KKyF { color:#16345f;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100040;line-height:1.5;letter-spacing:0;top:54.437479019165rem;left:32rem;height:11.8125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BHRabhBFhC3VB0HXpby1WWxAl9MUN6p3 { position:absolute;display:block;z-index:100045;background-color:#16345f;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;height:3rem;width:3rem;top:87.589367866519rem;left:28.0625rem;display:block; }
#RmwGQwfHCCVepGD71f8xHNsTDighT5BA { color:#000000;display:block;width:2.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100055;line-height:1.1;letter-spacing:0;top:128.47419452668rem;left:28.187501907349rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#HZailSHOXRtAcnWsm69KfisaCG3Aq13H { color:#16345f;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:100041;line-height:1.5;letter-spacing:0;top:90.5890378952rem;left:32.000001907349rem;height:9.84375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HHQzXaSGdZF8ZOAoDftBfu5bvQwMh8yU { position:absolute;display:block;z-index:100047;background-color:#16345f;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;height:3rem;width:3rem;top:127.99997615814rem;left:28.062501907349rem;display:block; }
#zftBbETctpMOXIZfGnc2S5gddvlbQKvo { color:#16345f;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100043;line-height:1.5;letter-spacing:0;top:130.99841308594rem;left:30.937501907349rem;height:11.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UeJTBHgznXQPBmkUX7MzTRJyQG1QlNUN { color:#16345f;display:block;width:50.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:144.62424659729rem;left:4.84375rem;height:4.225rem;text-align:center;text-align-last:center;display:block; }
#Z14WifLtamqv2dFpMIRdyevMf9VXbZJi { position:absolute;display:block;z-index:100064;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.6875rem;width:31.25rem;top:60.187458813191rem;left:14.375rem;overflow:hidden;display:block; }
#rX19wEqEtlerpMgVBShcbKL9vuxRcAe1 { position:absolute;display:block;z-index:100065;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:31.25rem;top:102.2882566452rem;left:13.9375rem;overflow:hidden;display:block; }
#z85nAvhEC6i2rfEyHcVv1lACTpbgaM2l { color:#16345f;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100038;line-height:1.5;letter-spacing:0;top:30.812500476837rem;left:33.687501907349rem;height:;text-align:left;text-align-last:left;display:block; }#z85nAvhEC6i2rfEyHcVv1lACTpbgaM2l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z85nAvhEC6i2rfEyHcVv1lACTpbgaM2l li:before{  }
#PCfVp2aR8xrKDTnaoN2HxmGVqtO8Dywl { z-index:100002;top:150.40159797669rem;left:21.000001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f00632, #f00632);background-image: -moz-linear-gradient(178deg, #f00632, #f00632);background-image: -ms-linear-gradient(178deg, #f00632, #f00632);background-image: -o-linear-gradient(178deg, #f00632, #f00632);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );";background-image: linear-gradient(178deg, #f00632, #f00632);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;box-shadow: -0.25rem 0.625rem 0.625rem #fafafa ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f3iRo9fBdMiG0lMiKCTTg9UTFgLuNk8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kr8RkXlvvtyvsKf4yGvewZ1ifM9nOhzh { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:17rem;top:8.2499998807906rem;left:17.39999961853rem;overflow:hidden;display:block; }
#aVPq5WLvAU8EvU7y786oofbxztJGevsQ { position:absolute;display:block;z-index:100067;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:15.6875rem;top:38.200012207031rem;left:17.39999961853rem;overflow:hidden;display:block; }
#CPZWPIQU2MZThwTtiQzk8GiLDTq4mRnD { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:142.5rem;width:0.3125rem;top:0.66016852855681rem;left:29.312501907349rem;display:block; }
#WzpUGtPB4T2WGJWDFOdIzldTe26nCm7W { color:#16345f;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.5;letter-spacing:0;top:27.687500476837rem;left:33.687501907349rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDq3MA5errURH219ZfGIvMKOtR65awrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { background-color: transparent; background-image: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .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); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { border-width: 0; border-radius: 0; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#ye2RZUgyQ4rTdZknlDrl0Jm9mq0XZCVX { color:#ffffff;display:block;width:49.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:1.6345548629761rem;left:5.125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { position:relative;display:block; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { background-color: transparent; background-image: none; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container > .video-iframe-container { display: none; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row > .video-iframe-container { display: none; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .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); }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { border-width: 0; border-radius: 0; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.0625rem;width:60rem;position:relative;display:block; }#CW5zbTPZkAhWlIWvVMD9iQBlLDflv3iP { color:#16345f;display:block;width:29.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:0.85241603851319rem;left:30rem;height:39rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCmdTxVhfDF5Bx5tT9aIRRGouu8JRrJ5 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39.75rem;width:28.125rem;top:0.85154819488525rem;left:0.9375rem;overflow:hidden;display:block; }
#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { position:relative;display:block; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { background-color: transparent; background-image: none; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container > .video-iframe-container { display: none; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row > .video-iframe-container { display: none; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .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); }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { border-width: 0; border-radius: 0; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:block; }#uVGhKWr0TaSTPuvFuwl7B4UBMPFbzcZN { position:absolute;display:block;z-index:100001;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;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:17.75rem;width:58.375rem;top:1.09375rem;left:0.8125rem;display:block; }
#ARossfzmfKGWclmQveROUTU6yNnC3lfG { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:3.4375rem;left:4.75rem;overflow:hidden;display:block; }
#SxnWwnFOtlsn9UrdVBGV0eXbuJPyeMOr { color:#16345f;display:block;width:51.5rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:5.1875rem;height:8.2875rem;font-style:normal;display:block; }
#B03taNaPWnqLwdLbb0dSTtRdaKZ1b9kN { color:#16345f;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:15.550012588501rem;left:26.686719894409rem;height:2.03125rem;text-align:right;text-align-last:right;display:block; }
#uSKtwAiMiXJ1vbF7CfTS5Mp8BvBVz25c { color:#f00632;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:17.375rem;left:36.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { background-color: transparent; background-image: none; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container > .video-iframe-container { display: none; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row > .video-iframe-container { display: none; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .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); }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { border-width: 0; border-radius: 0; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#W54cFQQrT68q4puNzXLwTVKTOsvXRUX7 { color:#f00632;display:block;width:31.4375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:0.74651336669925rem;left:3.4375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hrait6UotF8F9TbWhRZw6hzW29ReImKI { color:#16345f;display:block;width:49.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:3.5218200683594rem;left:3.4375rem;height:12.5125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container { background-color: transparent; background-image: none; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container > .video-iframe-container { display: none; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row > .video-iframe-container { display: none; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .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); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container { border-width: 0; border-radius: 0; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#P7Lc4A28AOUN1msU3Ev1pbOOcaDpeoO8 { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.2621517181396rem;left:8.125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC { position:relative;display:block; }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC { background-color: transparent; background-image: none; }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .row .container > .video-iframe-container { display: none; }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .row > .video-iframe-container { display: none; }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .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); }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC { border-width: 0; border-radius: 0; }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#Pc4OFu7BdGMKDCZtSHG7RtLnJvoGDnRr { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:11.357814788818rem;left:10rem;display:block; }
#s905s2QiUl6AgEUNDNFgK3SH2kpf66fa { color:#16345f;display:block;width:51.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:1.3750505447387rem;left:3.625rem;height:1.75rem;font-style:normal;display:block; }
#oVEfugWdT3NEPJu7k9ySsftQkQiiuPs4 { color:#16345f;display:block;width:51.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:3.625rem;height:5.85rem;font-style:normal;display:block; }
#pQwiBNXdnshV3TUzltiCAd75DICgA8is { position:relative;display:block; }#pQwiBNXdnshV3TUzltiCAd75DICgA8is { background-color: transparent; background-image: none; }#pQwiBNXdnshV3TUzltiCAd75DICgA8is::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .row .container > .video-iframe-container { display: none; }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .row > .video-iframe-container { display: none; }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .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); }#pQwiBNXdnshV3TUzltiCAd75DICgA8is { border-width: 0; border-radius: 0; }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.4375rem;width:60rem;position:relative;display:block; }#aexdmdfSSZkq46FC8GIriTrS8fXTXi78 { color:#16345f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:5.3937501907349rem;left:0.9375rem;height:17.55rem;font-style:normal;display:block; }
#z9psQTEsqwgpW4tEey0z7roTMSoZvRIA { color:#16345f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:2.3140258789062rem;left:0.9375rem;height:1.6375rem;font-style:normal;display:block; }
#ZVp8l1aECH73y12uq3UTf9yIbfxd8OtH { color:#16345f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:5.3929691314697rem;left:30.937501907349rem;height:14.625rem;font-style:normal;display:block; }
#AfugSGHG21Tn3VQPncE1bqyZ464pLUnn { color:#16345f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:2.3132820129394rem;left:30.937501907349rem;height:1.6375rem;font-style:normal;display:block; }
#shLPWFpgedSwKxebZTGTS3w78xmxqk51 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:28.125rem;top:25.124257087708rem;left:0.9375rem;display:block; }
#zLtGWxPlOIXKaeoiTiRWmDXimQVDGR9g { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:28.125rem;top:25.124257087708rem;left:30.937501907349rem;display:block; }
#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container { background-color: transparent; background-image: none; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container > .video-iframe-container { display: none; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row > .video-iframe-container { display: none; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .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); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container { border-width: 0; border-radius: 0; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#OfLltHRW754bz2snbS8U0Xan3QTFVgKX { color:#1c4570;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.6874914169311rem;left:5rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRvVdvQcTTLQo6tAkHFEOyRI3Et9VEEo { z-index:100005;top:15.153696060181rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f00632, #f00632);background-image: -moz-linear-gradient(178deg, #f00632, #f00632);background-image: -ms-linear-gradient(178deg, #f00632, #f00632);background-image: -o-linear-gradient(178deg, #f00632, #f00632);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );";background-image: linear-gradient(178deg, #f00632, #f00632);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;box-shadow: -0.25rem 0.625rem 0.625rem #16345f ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vn9ZzKDGrEpIwXpa53xTNrvyr7qVI8V3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#16345f;background-image:none;color:#ffffff;padding-top:0.485rem;padding-right:0.43rem;padding-bottom:0.485rem;padding-left:0.43rem;display:block;align-items:center;width:2.581875rem;min-width:2.581875rem;height:2.6075rem;position:relative;font-family:"open sans";font-size:1.940625rem;font-weight:700;line-height:41.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.303125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.4425rem;height:1.03125rem;position:relative;font-family:"open sans";font-size:0.7275rem;font-weight:400;line-height:16.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:17.75rem;height:4.91171875rem;padding-top:0.60625rem;padding-right:0.615rem;padding-bottom:0.60625rem;padding-left:0.615rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.2187504768369rem;left:20.508592605591rem;z-index:100006; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #bLm50cUGtsomiJWHW6qeLB2mPGAf3zTr { display:flex;position:relative;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #fWPz7FWURHbwwbmO4JKvnbcrrGmJ2php { width:auto; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #ot0dAHOXwANO5JKWhX4mrDy6qg4uu6VT {  }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #WTeNBc8a7HibMKkKDnBDaAIbT7PZJKiT { display:flex;position:relative;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #Hue9e2cwau9SVxWUw03po5ksc5wwlg4p {  }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #dOcPcgKDtl1HlQ7FcNDpGtoOuGilnT1l {  }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #TE25Rpww7vJlqScbCOcP0Kq04EaaGrJc { display:flex;position:relative;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #bKAlQBQrzE150zwv5zUUcM8MS2tSbArB {  }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #r6oSLzHZKqZzZbpZJ1mThnhfkpctlToM {  }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #SHQpxlrcubMrTcbDfmlW36zmIgzmrUex { display:flex;position:relative;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #CLr4DZe72lP9dW4sBgWOodUKeA4GQCM6 {  }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz #iQXl6EmBTJ29wHigtnCzu743Eu6s5D22 {  }
#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f00632;background-image:none;position:relative;display:block; }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row .container { background-color: transparent; background-image: none; }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row .container > .video-iframe-container { display: none; }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row > .video-iframe-container { display: none; }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .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); }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row .container { border-width: 0; border-radius: 0; }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#gVHh1X5NT9SZoDvQC0bBx8HdETMfdrq3 { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9250001311302rem;left:2.8125rem;height:2.1125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwdlTLIpdUPWAk9mc68yotWKZpHnZlxq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.25rem;width:28.125rem;top:6.2499181032181rem;left:0.90625rem;overflow:hidden;display:block; }
#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ { position:relative;display:block; }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ { background-color: transparent; background-image: none; }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .row .container > .video-iframe-container { display: none; }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .row > .video-iframe-container { display: none; }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .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); }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ { border-width: 0; border-radius: 0; }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm { color:#16345f;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100046;line-height:1.5;letter-spacing:0;top:2.3125rem;left:30.937501907349rem;height:;text-align:justify;text-align-last:initial;display:block; }#hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm li:before{  }
#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f00632;background-image:none;position:relative;display:block; }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row .container { background-color: transparent; background-image: none; }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row .container > .video-iframe-container { display: none; }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row > .video-iframe-container { display: none; }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .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); }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row .container { border-width: 0; border-radius: 0; }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#nuvnw5yOzN3fEJs0wldncTvR7ZKDWa9P { color:#585858;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:1.9288177490234rem;left:3.3125rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);background-image:none;position:relative;display:block; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container { background-color: transparent; background-image: none; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container > .video-iframe-container { display: none; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row > .video-iframe-container { display: none; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .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); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container { border-width: 0; border-radius: 0; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#UWiaTaxHVJAMhFhAysLToO06bh6rRJTo { color:#585858;display:block;width:53.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.695303440094rem;left:1.9367179870606rem;height:2.4375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WzarZuCK4mQQ2Si3M7uZtOoxpxNnc1KM { color:#ffffff;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:26.560994148254rem;left:5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbB45HQp2vQAkvPRCI5zq28MvoEDa3KT { color:#ffffff;display:block;width:48.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100046;line-height:1.5;letter-spacing:0;top:4.9375rem;left:4.875rem;height:;text-align:justify;text-align-last:initial;display:block; }#NbB45HQp2vQAkvPRCI5zq28MvoEDa3KT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NbB45HQp2vQAkvPRCI5zq28MvoEDa3KT li:before{  }
#SR89br0flWS8WPQAotuC8nVptPkNnD9f { box-sizing:content-box;color:#f00632;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:100061;top:4.9375rem;left:4rem;display:block; }
#ONTBzFG4Fdv3gVadk36y6ONef0NU1Itk { box-sizing:content-box;color:#f00632;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:100062;top:9.3125rem;left:4rem;display:block; }
#LHQLJ8xIOrLPs7pLd0tIhxadd7Lf0zgc { box-sizing:content-box;color:#f00632;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:100063;top:13.0625rem;left:4rem;display:block; }
#WIhbH3gcL1ais015GspgPVnXDugUHSSO { box-sizing:content-box;color:#f00632;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:100064;top:17.375rem;left:4rem;display:block; }
#mkLVNVTZwufhRTgT7wKN0RcUaQuh8RUc { box-sizing:content-box;color:#f00632;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:100065;top:21.25rem;left:4rem;display:block; }
#uOXU8Tpqyw2FINZTiSoZBFVHTZ5PcXdQ { z-index:100003;top:37.499275207519rem;left:21.000001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f00632, #f00632);background-image: -moz-linear-gradient(178deg, #f00632, #f00632);background-image: -ms-linear-gradient(178deg, #f00632, #f00632);background-image: -o-linear-gradient(178deg, #f00632, #f00632);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );";background-image: linear-gradient(178deg, #f00632, #f00632);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;box-shadow: -0.25rem 0.625rem 0.625rem #fafafa ;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QAQA2hQ0UlDE2d6iFdRE4kuaVu0Gtii5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f00632;background-image:none;color:#ffffff;padding-top:0.485rem;padding-right:0.43rem;padding-bottom:0.485rem;padding-left:0.43rem;display:block;align-items:center;width:2.581875rem;min-width:2.581875rem;height:2.6075rem;position:relative;font-family:"open sans";font-size:1.940625rem;font-weight:700;line-height:41.72px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.303125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.4425rem;height:1.03125rem;position:relative;font-family:"open sans";font-size:0.7275rem;font-weight:400;line-height:16.5px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:17.75rem;height:4.911875rem;padding-top:0.60625rem;padding-right:0.615rem;padding-bottom:0.60625rem;padding-left:0.615rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:30.02968788147rem;left:20.508592605591rem;z-index:100007; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #HmIeVnM6UmxZVRHkSFOAd49hZQhJOKbS { display:flex;position:relative;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #M1RmwHqukm1sXwIS7BxDiUDxmkHHIMAT { width:auto; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #hhyguRFBnUxlqgrvSzcnnhpoWFm4P4ld {  }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #dpDKwP7nqWs8RD66labKTJhnCd2UQhK3 { display:flex;position:relative;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #icPKfGM7A5cMeMT89c9r1zxkHoFleHb9 {  }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #xIZKFszRxqkEndDS4M2odUEFhcKKpxAC {  }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #xbN99AzZ9a8OW74HxQWDoM4BOtsekCyo { display:flex;position:relative;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #k2WQotrqEzuBlwxlKQX4o9WTDVD6iued {  }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #SJpi0Rm2Q05mmsNKIxOa7zkJSrAxDA6B {  }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #NZUREcP0ua3Oh98KZqwyHiRQ9eD7RCfp { display:flex;position:relative;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #shVBbvT2H0g3eF3lbrDHCrXTq2Unmamu {  }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #vQk4qwQyFAcoc53g3H1UIgFoyDJqWMvI {  }
#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container { background-color: transparent; background-image: none; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container > .video-iframe-container { display: none; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row > .video-iframe-container { display: none; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .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); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container { border-width: 0; border-radius: 0; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#b9RGqJh02bNHkcwRMqfawXmWRDvQG4FR { color:#ffffff;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:2.4296599477529rem;left:5rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I47wQeMUocHGZHKuTzKTNuuBUBuqQ5qV { color:#ffffff;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.4;letter-spacing:0;top:5.5373258590698rem;left:5.875rem;height:5.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wVuJKZ7G36LBXHmbTZsXnd0Bvd6xbdH7 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:11.703125953674rem;left:6.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy { position:relative;display:block; }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy { background-color: transparent; background-image: none; }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .row .container > .video-iframe-container { display: none; }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .row > .video-iframe-container { display: none; }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .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); }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy { border-width: 0; border-radius: 0; }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:165.625rem;width:60rem;position:relative;display:block; }#x7eEr65TAb6TUkqCxeXyz6tA5cTnqLmB { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:20.374975204467rem;left:5rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rTONngbvSKNDo1fCtxQn4F3LUWJloGR4 { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:22.937475204467rem;left:5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmaTHLo4rq3WK7WTliLK9zXpp27h4Bpu { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:25.749195098877rem;left:5rem;height:7.2125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ooq40MlUkSpcQaFh2XKUlK1VnrJer6Fe { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:31.25rem;top:2.3741950988769rem;left:15.187501907349rem;overflow:hidden;display:block; }
#R0gQ6Xns7WJcOQSK8KGoGd8iU8iz9MA1 { color:#f00632;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:1.3656253814698rem;left:5.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G3aRLtac4TKrJiZegBTiO9mTt8EwCs9B { color:#f00632;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:33.93515586853rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#G3aRLtac4TKrJiZegBTiO9mTt8EwCs9B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G3aRLtac4TKrJiZegBTiO9mTt8EwCs9B li:before{  }
#b5NDdaH8vv3PVKOJeywy3gbGlSS7oBZN { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:65.994533538819rem;left:5rem;height:5.3625rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ppM2ZVcLPflJfDhqgaGcIn9DOpV36Kb2 { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:75.245312690738rem;left:5rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iGubmkw0PqBoE3AnaPunik6vcH5ZlLk3 { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:79.114088058469rem;left:5rem;height:7.2125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJrJSEf564g9tqaNyxe1RIAl0UT4Z6df { color:#f00632;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:162.22344207764rem;left:5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cNPdRDZ7h7il5kSTuLdf5JIEooJRfWi5 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:52.186720848084rem;left:5rem;overflow:hidden;display:block; }
#BROXOdPgL70x4aB2PfK7bTckC2tczxWQ { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:52.186720848084rem;left:43.374219894409rem;overflow:hidden;display:block; }
#Sweb9LNr2kuyS7l2ifuBOuAbNMfse2bW { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:52.186720848084rem;left:24.562501907349rem;overflow:hidden;display:block; }
#KPlLvQF48GqEqlnBZ3alrdCMGOMbitbS { color:#f00632;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:87.239065170288rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#KPlLvQF48GqEqlnBZ3alrdCMGOMbitbS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KPlLvQF48GqEqlnBZ3alrdCMGOMbitbS li:before{  }
#rbb9QFDDZmqG55RwLW2vpT5ukVPqlRnS { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:96.364062309262rem;left:5rem;height:12.6375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mw7HFTT5LyTiGQxXwEaSUwSvsociiaAl { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:23.4375rem;top:145.47187995911rem;left:5rem;overflow:hidden;display:block; }
#DdwEyygQqLTMrkmFGeKe9EMkq151IV3e { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:23.4375rem;top:145.47109794617rem;left:30.936719894409rem;overflow:hidden;display:block; }
#HLiXvbGIUeqHQzUEZVSDgrEpKltyNtFS { color:#16345f;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:136.62422370911rem;left:5rem;height:7.2125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxUtfDP50xrHRvbTyFQ1NkKGzDqAbfpb { color:#f00632;display:block;width:51.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:109.99997568131rem;left:5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bxUtfDP50xrHRvbTyFQ1NkKGzDqAbfpb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bxUtfDP50xrHRvbTyFQ1NkKGzDqAbfpb li:before{  }
#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row .container { background-color: transparent; background-image: none; }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row .container > .video-iframe-container { display: none; }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row > .video-iframe-container { display: none; }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .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); }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row .container { border-width: 0; border-radius: 0; }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#RaSngoFGHVS7y1NSb6n7FXFFT8mK4IpU { color:#ffffff;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:3.1789281368256rem;left:5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container { background-color: transparent; background-image: none; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container > .video-iframe-container { display: none; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row > .video-iframe-container { display: none; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .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); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container { border-width: 0; border-radius: 0; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container { font-size:0.875rem;font-family:arial;height:93.5625rem;width:60rem;position:relative;display:block; }#TsZCu5IzD3K3SWpPTUvERtMZxWwATJRU { color:#f00632;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:20.99843788147rem;left:1.84375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TsZCu5IzD3K3SWpPTUvERtMZxWwATJRU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TsZCu5IzD3K3SWpPTUvERtMZxWwATJRU li:before{  }
#XEUOZxT6AEpDAATSdhkOpzCs1dA2o0GA { color:#e8413b;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:72.866407394406rem;left:41.687501907349rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hi3dMIC8n8tFz3vd0VzaDt5eIQtpDsxa { color:#e8413b;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:72.8671875rem;left:1.71875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ODDDZ30Zg5DiPhrH6v4VL4uQ16WrzBp3 { color:#e8413b;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:72.866407394406rem;left:21.687501907349rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HVuDKzAeMFgTw6ClfFyoILzsCH7F4BDo { color:#1c4570;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:78.328907012938rem;left:1.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mflk6ZF5HMK2S097eTI0dp0pPmLT59vw { color:#1c4570;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:78.329688072206rem;left:21.718751907349rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ynzMCUQphxEq1LcbSVLhW6ZkJ2kNkX26 { color:#16345f;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:78.328907012938rem;left:41.718751907349rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sEHv120DMB5oeL58IJNscNMXULzq6sTS { position:absolute;display:block;z-index:100003;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.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:88.375rem;width:18.75rem;top:0.75rem;left:0.5625rem;display:block; }
#vTwrqoG4TLHzdlZFOFFsGIrrfgsKysqb { position:absolute;display:block;z-index:100004;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.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:90.25rem;width:18.75rem;top:0.75rem;left:20.5625rem;display:block; }
#rKaRVCSpJzwQ4C0PZZJO38WGymLEbOuJ { position:absolute;display:block;z-index:100005;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.125rem solid #16345f;border-left:0.125rem solid #16345f;border-right:0.125rem solid #16345f;border-bottom:0.125rem solid #16345f;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:90.0625rem;width:18.75rem;top:0.75rem;left:40.5625rem;display:block; }
#oTPgyuzCLG7VcAkKxAOxebledHGtWDCe { background-color:#f00632;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:81.955447196962rem;left:3.75rem;display:block; }
#NF08WEoBK9V4PyLch3g8sc1laUmA3peG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WcsknJzHLmMG3RWsXUDqTgOcgGu4ddR8 { background-color:#f00632;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:81.953884124756rem;left:23.750001907349rem;display:block; }
#E0nDMb88mRWzfLEmfoiJfT1QOVF3msuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qo7gfGiM4BTWZ7d0ChcfIn3y0QGMc4LH { background-color:#f00632;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:82.017189025881rem;left:43.750001907349rem;display:block; }
#DbpRk8XIWbx3PhyNxglFJs9cGmW18Pti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zhqTkkLUFQRkpzIgma9HeTAeDpFNISSb { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:19.125rem;width:19.125rem;top:0.74997615814206rem;left:0.4375rem;overflow:hidden;display:block; }
#GeHgoAfL235JVX808q4VOKuNVoCFtgvI { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:19.125rem;width:19.125rem;top:0.74997615814206rem;left:40.437501907349rem;overflow:hidden;display:block; }
#uDi0JvXkiTTGBV3Pl1wV3eDBsfOCLri9 { position:absolute;display:block;z-index:100032;background-color:#16345f;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:4.375rem;width:19.125rem;top:86.812502861025rem;left:0.5625rem;display:block; }
#wpCc3lt6k36Ax6VEPt89uF1TVgBnUH6o { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:100033;line-height:1.5;letter-spacing:0;top:87.511357307431rem;left:1.8125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ph3ldWltwzhC9kutCPtFrfhIckXpzAPZ { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:100035;line-height:1.5;letter-spacing:0;top:87.512500762938rem;left:21.687501907349rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RL0eNV3dRs9H350tbzqCZWnWrrqaMeZD { position:absolute;display:block;z-index:100034;background-color:#16345f;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:4.375rem;width:18.875rem;top:86.8125rem;left:20.625rem;display:block; }
#dvoDgWFUxkmKxbEgzAakJEkOcIUIv3XF { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:100037;line-height:1.5;letter-spacing:0;top:87.332466125487rem;left:41.71875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JdWNfycpHoeF8RovUgKtmW6LNexbv8JI { position:absolute;display:block;z-index:100036;background-color:#16345f;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:4.375rem;width:19rem;top:86.812502861025rem;left:40.562501907349rem;display:block; }
#n8MTxQWEHlxc9MRR1nIEsqeDFProHagE { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:19.125rem;width:19.125rem;top:0.74997615814206rem;left:20.500001907349rem;overflow:hidden;display:block; }
#EgcKSTCVIq4mTnfBkdCC1BOFDQqUtizl { color:#f00632;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:20.99843788147rem;left:41.687501907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#EgcKSTCVIq4mTnfBkdCC1BOFDQqUtizl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EgcKSTCVIq4mTnfBkdCC1BOFDQqUtizl li:before{  }
#slWdNgCJDv0Pb62S0mIvCtoyiMe6nOGR { color:#f00632;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:20.99843788147rem;left:21.687501907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#slWdNgCJDv0Pb62S0mIvCtoyiMe6nOGR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#slWdNgCJDv0Pb62S0mIvCtoyiMe6nOGR li:before{  }
#hncgOaOHU0iIGfb38lu2ynDTzK87xDzP { color:#f00632;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:51.4609375rem;left:1.6875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CkOWC7M540RERqJKTmmF81OyCiUD5bla { color:#1c4570;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:55.3046875rem;left:1.84375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CkOWC7M540RERqJKTmmF81OyCiUD5bla li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#CkOWC7M540RERqJKTmmF81OyCiUD5bla li:before{  }
#TyKhrPVth2OVfteM9LhVA5LZdKScxIs2 { color:#1c4570;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:55.3046875rem;left:21.718751907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#TyKhrPVth2OVfteM9LhVA5LZdKScxIs2 li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#TyKhrPVth2OVfteM9LhVA5LZdKScxIs2 li:before{  }
#XoMrCEqvZhu7KrW0dWh9XxgStVgBfPVG { color:#f00632;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:51.4609375rem;left:21.687501907349rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CGJ0d2PFp5eXf5bc3ddzEcsMoSe8NvRq { color:#f00632;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:51.4921875rem;left:41.687501907349rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmSRIyosQobs1a2pOI6k8hXxrlkJkQOS { color:#1c4570;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:55.3046875rem;left:41.687501907349rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#lmSRIyosQobs1a2pOI6k8hXxrlkJkQOS li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#lmSRIyosQobs1a2pOI6k8hXxrlkJkQOS li:before{  }
#ulvJzpRkb88phQOky4XQhUkqKTbdy59w { position:relative;display:block; }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w { background-color: transparent; background-image: none; }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .row .container > .video-iframe-container { display: none; }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .row > .video-iframe-container { display: none; }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .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); }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w { border-width: 0; border-radius: 0; }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#JISMoh64MyZNzIxcnfHp8cF4G9XhM63I { color:#16345f;display:block;width:56.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3366928100586rem;left:3.0242195129394rem;height:1.4625rem;display:block; }
#nrpyNRQyquluFCM2T2Q3zMCTW8qsLZSl { box-sizing:content-box;color:#f00632;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:1.4374732971191rem;left:1.0867195129394rem;display:block; }
#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row .container { background-color: transparent; background-image: none; }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row .container > .video-iframe-container { display: none; }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row > .video-iframe-container { display: none; }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .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); }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row .container { border-width: 0; border-radius: 0; }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#BITaTVsvRJgL4WOndbTnaznSTsHMyzkU { color:#ffffff;display:block;width:50rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.9852428436279rem;left:5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row .container { background-color: transparent; background-image: none; }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row .container > .video-iframe-container { display: none; }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row > .video-iframe-container { display: none; }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .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); }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row .container { border-width: 0; border-radius: 0; }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:60rem;position:relative;display:block; }#HptkFaMpgvKIBTl5Mg3KAeGr6Z3N5Q8h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:11.75rem;top:14.536693572998rem;left:24.125001907349rem;overflow:hidden;display:block; }
#H1OBP3NoGL5X6UX7DIzSCm7F777SqSuQ { color:#16345f;display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100042;line-height:1.5;letter-spacing:0;top:1.4343490600586rem;left:4.625rem;height:6.1875rem;text-align:left;text-align-last:left;display:block; }
#txpZyArNVMipr4KLPfN2FpGvH0geUHXx { color:#16345f;display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:36.059326171875rem;left:4.625rem;height:34.025rem;text-align:left;text-align-last:left;display:block; }
#y0sxB9bqN1HDSNOfI9T0IS45ehap0uCF { color:#f00632;display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:100043;line-height:1.5;letter-spacing:0;top:8.9288806915281rem;left:4.625rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#uyilE5sOUDOwhhvBUlzkbIOgUXMAGC0n { color:#16345f;display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:28.678905487061rem;left:4.625rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row .container { background-color: transparent; background-image: none; }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row .container > .video-iframe-container { display: none; }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row > .video-iframe-container { display: none; }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .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); }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row .container { border-width: 0; border-radius: 0; }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#eHmoF3VsaoH5UuGIUJwRP1TugRSX8XWu { z-index:100004;top:16.656251907349rem;left:19.406251907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f00632, #f00632);background-image: -moz-linear-gradient(178deg, #f00632, #f00632);background-image: -ms-linear-gradient(178deg, #f00632, #f00632);background-image: -o-linear-gradient(178deg, #f00632, #f00632);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00632', endColorstr='#f00632' );";background-image: linear-gradient(178deg, #f00632, #f00632);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;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dWpbaXL5SMXJFuEJ3diWTxyhVy8xFUCy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TMsX6Jm6w0DicT6kvtgSkIhC8rDskJX5 { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.6742172241211rem;left:4.375rem;height:12.5125rem;display:block; }
#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#16345f;background-image:none;position:relative;display:block; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { background-color: transparent; background-image: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container > .video-iframe-container { display: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row > .video-iframe-container { display: none; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .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); }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { border-width: 0; border-radius: 0; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#CuaS8mn0F4vQT0Kn3dU4L87gT7fnunUh { color:#f00632;display:block;width:50.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.8;letter-spacing:0;top:2.0824246406555rem;left:4.8125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { position:relative;display:block; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { background-color: transparent; background-image: none; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container > .video-iframe-container { display: none; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row > .video-iframe-container { display: none; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .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); }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { border-width: 0; border-radius: 0; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:100.8125rem;width:60rem;position:relative;display:block; }#OkSkQEUyB3PcAv0aT7hWhq1v7guW3bX2 { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.0000009536744rem;left:5.3125rem;height:1.625rem;display:block; }
#yhHOME1nS3Vpt9MoKvSaJRK5gpWSONXH { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:17.475001335144rem;left:5.375rem;height:2.925rem;display:block; }
#OHpElK478bBygJ8PM2o4ScRmaAWirm8l { color:#16345f;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:9.5992212295531rem;left:5.3125rem;height:4.3875rem;display:block; }
#ahkyN8p3gBkVKF3eTDTSO1qL2Um0gikH { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:15.875000953674rem;left:5.3125rem;height:1.625rem;display:block; }
#Z8I2tZQPTnrcEduyt02fOM9f5G7JfoHZ { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5.3125rem;height:1.625rem;display:block; }
#zxcFhuJf5CHdLKQqulhk3s5IuAKNXyVV { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:31.9375rem;left:5.375rem;height:2.925rem;display:block; }
#HUnPxaNpHPFdAN1sVTMTRTNOS4WI9zne { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:54.9375rem;left:5.3125rem;height:1.625rem;display:block; }
#CEihyQUltknLw7vHVLvh43MxtTzCKRnf { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:56.5625rem;left:5.375rem;height:2.925rem;display:block; }
#knz6ihrv4CyZ5OIhLTRMqC1lKmgNt3nv { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:60.875rem;left:5.3125rem;height:1.625rem;display:block; }
#FA9mHnlGGWMmz9qiKL2dR4BycOu9kDB0 { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:62.5rem;left:5.375rem;height:1.4625rem;display:block; }
#ZX9H6OhaTJK6ZxxQcM4qlSRruN17BwKZ { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:65.875rem;left:5.3125rem;height:1.625rem;display:block; }
#xvZtc23L7welVgn6QdZgpmHhdhhrlhen { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:67.5rem;left:5.375rem;height:4.3875rem;display:block; }
#p1P0STSE3rWIH9LmA1c9iR2QuWZRkMbB { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:73.1875rem;left:5.3125rem;height:1.625rem;display:block; }
#DTWOKr6e5qu1KI4aqDKGoGgDvrUac1A0 { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:74.8125rem;left:5.375rem;height:5.85rem;display:block; }
#vTQpiPe18kv8WTmWtHJBLwDWn7IAAtKO { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:82.0625rem;left:5.3125rem;height:1.625rem;display:block; }
#cKXwUvdqVhJUQA8okcxX3rz73Tyu2QNd { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:83.6875rem;left:5.375rem;height:7.3125rem;display:block; }
#Arw3nkle3tDW3sB9fw1MLgSkIpuGzawv { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:93.75rem;left:5.3125rem;height:1.625rem;display:block; }
#spXfPV8DQSvPVvqNz27OgeTUvQq33GXv { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:95.375rem;left:5.375rem;height:4.3875rem;display:block; }
#o27faACTqDx4JK8xVVaC7HWZtcNSzPfH { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:36.3125rem;left:5.3125rem;height:1.625rem;display:block; }
#TA1giTapoavVV0oXxuCXlJsdJzQTbOkO { color:#16345f;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:37.9375rem;left:5.375rem;height:16.15rem;display:block; }
#ehlB4PkGEeohEb5uWp1vKZLvTAKBWe7Z { color:#f00632;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.75rem;left:5.3125rem;height:1.625rem;display:block; }
#VbKK0BRdEgh6rIwd7dUqfG0oTArBMthz { color:#16345f;display:block;width:43.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:3.3500003814698rem;left:5.3125rem;height:2.925rem;display:block; }
#m9OesqGquqCJcLLRoJ0ya8nQlZK9BVgu { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:12.25rem;top:21.10004901886rem;left:21.125001907349rem;overflow:hidden;display:block; }
#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { position:relative;display:block; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { background-color: transparent; background-image: none; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container > .video-iframe-container { display: none; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row > .video-iframe-container { display: none; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .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); }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { border-width: 0; border-radius: 0; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#Qo6bEQOffp78wLynNdzobpT0imrntkIf { background-color:#16345f;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.4375rem;height:3.4375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:7.655468940735rem;left:15.781251907349rem;display:block; }
#XidUTkvIAt5h1pifqXqTHNLCtpmxSPSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IJ4klrETUOBTQQ5slLSmzzwQRPcviepn { color:#1c4570;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:1.2485332489014rem;left:0rem;height:4.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSnqALGLDEKACXunN12u1LwGm3yMG5ou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { background-color: transparent; background-image: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .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); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { border-width: 0; border-radius: 0; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw { display:block; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxAzT4gd7oDrFzL3WOfF8d0qtHGyPn24 { top:0rem;left:0rem;width:11.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp { display:block; }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ2ViJvq1DtOEdTrzq2HStqFIwkvm4W6 { top:1.3125rem;left:1.375rem;width:45rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y { display:block; }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWDhsG14FL9x7RlA5o5aJpek3CoNQM5y { top:0.5rem;left:3.71875rem;width:40.3125rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQCQlOBggmrbBcA38wwUSVvy5XtIZdFz { width:47.75rem;height:2.25rem;top:24.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9I5xTZ2W9ohSal8s6qeoG21GFPfuCws { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy05cwq1OTN9n945pA8TMrTZ9FMRx2Pa { top:4.75rem;left:1.6875rem;width:45.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 { display:block; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6Qh3vvH4weJwl3tTmfTVWK1KGFy1FQq { top:22.8125rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pzN9JeQh2wUXmrMNwkgVm0XuZihgP3 { top:3.25rem;left:0rem;width:47.75rem;height:17.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn { display:block; }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCWHFd4Oznrod8a8lKRuvKFUhLQzgdBJ { width:47.75rem;height:8.875rem;top:8.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRqLlvy4ciHZS5MJCbaFctOasmJsHbas { width:47.75rem;height:39.375rem;top:41.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FESCaIWG4z8c9sg00dRbCvJ9cTSSmeBA { top:20.0625rem;left:9.6875rem;width:26.625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev4QAFepw7p0fNlApdgM3Kencp4RwC6t { top:2.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr { display:block; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnstuKT808vdNNLVfxfS8gUqbZTT5zAR { width:47.75rem;height:2.8125rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEvSEpvcb7I4uhRSCmaarPtqGBKbFTJK { width:47.75rem;height:;top:5.25rem;left:0rem;font-size:1.3125rem;display:block; }#FEvSEpvcb7I4uhRSCmaarPtqGBKbFTJK li:before{  }
 }@media only screen and (max-width: 763px) { #MUIXgeAh3xpcIbmoTmyQdTH0DvR2hSEV { width:47.75rem;height:2.4375rem;top:18.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C03IxrGIQvSTRwx5b5J6bL480CnddOi6 { display:block; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzg4fhxU6ZH6c4rNHWnD784z2LD1H0s4 { width:47.75rem;height:2.4375rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL { display:block; }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4P9rtyi6Ksxde9xwk8n8kTKW4tcJe90 { top:5.0625rem;left:0.375rem;width:12.5625rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAsmOn3TZU4tqSWM55kmRXE6XgXAIJiM { top:18.375rem;left:17.59375rem;width:12.5625rem;height:9.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPXEvaU97cnB8LrgVvyF2it7QpCmuv19 { top:6rem;left:17.15625rem;width:13.4375rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1qUUxQRVOAgHAQxb4x13ZHJPJoe9HXT { width:14.0625rem;height:14.0625rem;top:15.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHkVw6fd3lm9eyLtTlQgsVoEJmDQJJKy { width:14.0625rem;height:14.0625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liF9og6T9X4c0yXd0x1GEHXrUb2sUWL9 { width:14.0625rem;height:14.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6m2pwyyWSllCtnML8WNpbSHnFawCC73 { width:14.0625rem;height:14.0625rem;top:0.8125rem;left:16.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #G96nzkBDkDt509TmbNHNnkXAQedrgz03 { width:14.0625rem;height:14.0625rem;top:15.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDT0kgs7Go7TppgCom5BNqPJx2Fzrp2 { width:14.0625rem;height:14.0625rem;top:0.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckb1BWpbglyMS1HFFC45UhcLtMdTbZcL { top:20.1875rem;left:0.375rem;width:12.5625rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOhg9Wg2C1uQf5mPaug5mUCzqlous1Bz { top:20.1875rem;left:34.875rem;width:12.5rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkzy6PZT4xGM8tGUQhIIqVatshbvx07 { top:5.0625rem;left:34.84375rem;width:12.5625rem;height:5.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJfFedMWDg9fVezD3upgpWAiM261VxNb { display:block; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1t2d9zqEcSTBGT2h6zqEAZoTK3bpTEU { top:2.1875rem;left:0.34375rem;width:47.0625rem;height:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNXf1ImNXNqeeveChtZZSsanmazHobq { display:block; }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfS6gHGXqFCgEaCDtVWphuUwpnv2Et1P { top:1.6875rem;left:0rem;width:25.375rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQX13Ir3o12MOK3KcmWtz0ISiNfoy1Ja { top:7.1875rem;left:0rem;width:25.375rem;height:;font-size:1.25rem;display:block; }#lQX13Ir3o12MOK3KcmWtz0ISiNfoy1Ja li:before{  }
 }@media only screen and (max-width: 763px) { #vXNbbfeG4swOs7ZtgHmQhksuPm9TS8Sw { top:3.375rem;left:18.375rem;width:29.375rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd { display:block; }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1rX8cmoeilISny8nG87P4Umizizn4JO { top:2rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 { display:block; }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNcKhTiPX7KavZDDdx32hwrUKE6U84h { top:1.375rem;left:4rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFwXOCGh3NKKJMUueUITZ2Td4NshO3tm { display:block; }
 }@media only screen and (max-width: 763px) { #fR8FZpKOHv05u0urXx5DPJD4Pp5TE1PL { top:1.375rem;left:30.9375rem;width:16.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3k2fcwnCHGEEa1Uso82CthVGlkddWz2 { display:block; }
 }@media only screen and (max-width: 763px) { #CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 { display:block; }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbKS51EbNUBB6S5Dzl4iNQ9DJd9ktuHJ { width:47.75rem;height:6.25rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A { display:block; }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUuUFC8sRHIeLMvqipZEvgER5bQQrFfa { top:1.4375rem;left:23.3125rem;width:24.4375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbKtLfDRw1Jbd1bOIDMrs31DFskXZ3T { width:26.3125rem;height:;top:4.875rem;left:21.4375rem;font-size:1.1875rem;display:block; }#QbbKtLfDRw1Jbd1bOIDMrs31DFskXZ3T li:before{  }
 }@media only screen and (max-width: 763px) { #xTeTe8nvcXJfFbEWlSFmIUROyF3pSiTg { top:0.5rem;left:0.8125rem;width:22.25rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IknycyZvCoeO7rFlhorgWqigRDU5G3tu { display:block; }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwvOmm9D28eTQquhmViclSLTp6Bgsg21 { top:1.6875rem;left:0.03125rem;width:47.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJl4LlAuF87aTeuetMsC0vu2UNg80go6 { width:47.75rem;height:3.5rem;top:7.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQkELubCaI2kBq7RJRfHXTt6I5fum3R0 { top:20.375rem;left:8.0625rem;width:31.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC { display:flex;width:18rem;height:5.0625rem;top:5.125rem;left:14.321092605591rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #HJMHpg73ELNPLIVQ619k9TLdPJ1X4iFP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #OG7MTp08ElX0TgQgGJwEEpfczbLPDaIz {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #CZP3cK0AOm4eIG5IgyIXwDJTAo2doDc2 {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #QB9RvqyFViqahDDoRO0dQkddShJJsBuo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #wFcxmaQ13dlEKw4SoWtKWIpiCxUoBhFr {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #TQ7XzH3tnNCKewccWTOS4by3QiSECw55 {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #TJUFdNNXivTfPrTML3t2xDoSO0Q6TzM3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #EWZyg69u6f9gb4gSnQPKTWiVAKGSlVKo {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #fMqqI0euuJQHVf37af4Zd35LN8Zvpm4y {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #s6OQzTbnxAeyiCxgMk6GESMg11XaTRFw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #Uyntbeanlzk7RBrVaoI5KI7QVn5FfBxz {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #ZTFpxn5ozyRHzmVaHa94UtZB0UupSqd8 {  }
 }@media only screen and (max-width: 763px) { #MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS { display:block; }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvbImN0WueboA6df8oA4wR58LGDn51WD { top:3.8125rem;left:0rem;width:28.9375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shH5pXTeGp9xvw3zDIJ9mLTlFTU3U19T { width:31.25rem;height:;top:1.1875rem;left:16.5rem;font-size:1.25rem;display:block; }#shH5pXTeGp9xvw3zDIJ9mLTlFTU3U19T li:before{  }
 }@media only screen and (max-width: 763px) { #STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck { display:block; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBghNKAZh1gHeqzVOSn4vZH3egD7PBde { width:16.5625rem;height:4.5rem;top:19.1875rem;left:31.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAbSzXmdXwaKMysRZU77gR1Vo87RxRb { width:16.5625rem;height:4.5rem;top:19.1875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgn6HruBVEcWtoqDOu3fqacRfXeHiWxQ { width:16.5625rem;height:4.5rem;top:19.1875rem;left:15.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz1cVaJoegxg8PQLJTTpy5q4CAikfUls { width:16.5625rem;height:1.5rem;top:24.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3I77p7vNH1gLJOp6BT8x4XUCJOsxNtm { width:16.5625rem;height:1.5rem;top:24.25rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdCruBPoOe1ZXJEinzJhs5Kv8XQtlCAo { width:16.5625rem;height:1.5rem;top:24.25rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAFkdrwvkG0hwhCfsX0iTUEBPGErRTkM { width:12.5rem;height:3.4375rem;top:26.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzXe1MH0veWzgQbRIpQXhvGKFiOyZXtP { display:block; }
 }@media only screen and (max-width: 763px) { #aNvUyWJUTzNTA6iOTOv2SAK20TOOmKgA { width:12.5rem;height:3.4375rem;top:26.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz3ayWEWtTLOMGoezN1IThz73nmtln2n { display:block; }
 }@media only screen and (max-width: 763px) { #pMakDQ3qAOyaZGOC3g4PhrNsrNBCSdDd { width:12.5rem;height:3.4375rem;top:26.875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdmNcv32yzTSKBiSaRCkoIqFMIHPtgJh { display:block; }
 }@media only screen and (max-width: 763px) { #FB2w4EKcB9Kqn9Fex4C0UZn4BspGP8Ui { width:18.75rem;height:31.3125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0C2ibWoiXx6pgOQ8p4cI8w0gqtUP3uN { top:0.5625rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUoW4xmcePgKMsayKD7tPtu4M67dlKO { width:18.75rem;height:31.375rem;top:0.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bRZInJwSyhd7oDHJyqGvIWpuVGnNzs { top:0.5625rem;left:12.625rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwANHEIEAXb2dDiTTw8ldwc4GDGaCKX0 { width:18.75rem;height:31.5rem;top:0.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMpLhANSABb3lhn4xzTOakQQ9IRAxbFQ { top:0.5625rem;left:28.5rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S { display:block; }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDD6TggITEt8qQMATK82L1gIPVStf2WO { top:1.8125rem;left:13.312501907349rem;width:21.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELUAoE9khLPAGOLvepTXOOzMuca7Jsw { display:block; }
 }@media only screen and (max-width: 763px) { #n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f { display:block; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuM7vipH0lUiloEiy8fkgTclvoK9dvbw { top:1.25rem;left:12.718750953674rem;width:22.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTi4GSFFvHdwTuJA1U7xCuXoxLLKxKck { top:4.0625rem;left:2.6875rem;width:42.375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbhttVKw5cWNvyBC91T8eglsKmfq1aSp { display:block; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdtiKoyPiryqvcBNN39K0ma9h26taZKa { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcMvTMXs0Twq16loR8qJbT7xGeMNGIJU { width:14.25rem;height:3.625rem;top:2.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNXS3od94imtHzL9ZGIbUm9VzI7PEQh { width:14.25rem;height:1.8125rem;top:3.375rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKV02bzDfrceUHWKI9615MxPg1uRpQ4 { width:14.25rem;height:1.8125rem;top:3.375rem;left:32.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMvl9LpIGDmLcHHkXqIZixhTvKJBd74 { top:1rem;left:1.75rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phXanM0SGlLiKUxu84s4uCEgALHECOsX { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QvH1TlRpebV9CfncRw2ibL7FrZkNkV { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz2hLVVxn7bxuAvGd4dvQAXzKmKF9LZl { top:1rem;left:17.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyaEAHzcN5MPRT4hRTrbmca8AnG5rHoF { top:1rem;left:33.4375rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK { display:block; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aww7GqULdi8VwHDeJdTGvrS5ga9reMSl { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5fQAqnyogtdAX6Muo4szbMPW4DuDwtg { width:14.25rem;height:3.625rem;top:2.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzXkZcfv3rePGOP3AWSVM70Lz21CVq0v { width:14.25rem;height:3.625rem;top:3.375rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aboOSywcCcltLI9gSftDQb5FmAntudaq { width:14.25rem;height:1.8125rem;top:3.375rem;left:32.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ezAyJVcVxTEXxm9N0kyadnhSeAJJRC { top:1rem;left:1.75rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqUsiBTHNTd6tbfKnoJxSN0oUGUVInip { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxVKT8vgwq9elydmckixpaQWZu6yqUc { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv6BgZWIF0moKlkGayIiZT5pEaXxQcZi { top:1rem;left:17.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RXkQTsBeTxJuhpmq7TR54xRQNU4XOW { top:1rem;left:33.4375rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV { display:block; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGfLqR07rTsQ01K9p5bTv2RCctN2XD87 { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbQ5r5qfTmETTTZE1CPXT2UQE1PLiiT { width:14.25rem;height:1.8125rem;top:2.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVvwTAoVLC007hwgf5N4IeT99D2H8Vxp { width:14.25rem;height:3.625rem;top:3.375rem;left:16.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzrlCOeTH0HgtE8dJK231qhtZuiZQX5u { width:14.25rem;height:3.75rem;top:2.8125rem;left:32.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pz9cLdRk48OgfMG9WAZNDJfiG1fQdW { top:1rem;left:1.75rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwikGklmIllPKpvRvAZoXhPJDH46HHLr { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTWxOHbBTuLzyZR9q7BBCIiDhLTwCKEV { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQx4d00aHeM1c0PdeHZBafBU8NP8sbC { top:1rem;left:17.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1gIu7saI47VW201K0wqmxRtyGc57lb { display:block; }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGJHtqtoK2ofc7EgLgMTvxlsPKXh9b3e { top:2.5625rem;left:0.96875rem;width:45.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf { display:block; }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGfyvCEke54dGDv4lT0SHIN9nEWgoEIN { top:1.6875rem;left:0rem;width:29.5rem;height:4.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG5oBHw7FgrmeHxeSZNxT3HmK00Codap { top:11.4375rem;left:0rem;width:25.5rem;height:9.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBLUwyocN8BW2WKzHpU33BqckQDeWFJX { top:21rem;left:22.875rem;width:24.875rem;height:;font-size:1.125rem;display:block; }#TBLUwyocN8BW2WKzHpU33BqckQDeWFJX li:before{  }
 }@media only screen and (max-width: 763px) { #PUNR6TsIdpFx9Eua1psix54aIi1ps6I7 { top:11.4375rem;left:22.25rem;width:25.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky890t0tBJtBSyXWHDvcveVev5HaWmWP { top:6rem;left:3.8125rem;width:16.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn78P9Oo2thKOBHh07ryu8Mt9XZLQJp2 { top:21rem;left:0rem;width:25.5rem;height:;font-size:1.125rem;display:block; }#mn78P9Oo2thKOBHh07ryu8Mt9XZLQJp2 li:before{  }
 }@media only screen and (max-width: 763px) { #IgIMm8sbwP22Sdn9nGedX9N9M6q7mCOl { top:1.6875rem;left:18.25rem;width:29.5rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTlQ7bA7aVHttCtGMr1S5gmUuMess6h0 { top:6rem;left:27.6875rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO8Bbba9Oidk9tdE0zEWt51UyhP8mQA5 { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcrVgR5sKkHCBfKgbEM2w21EsLua9IgU { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #km0QDxGle74JceGAzu4iqfZJIldyF4pC { display:block; }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umJnKUOl3ptORbEeO4UfT9xSTXypVWmc { top:1.6875rem;left:0rem;width:29.5rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioeTbvRc5Xa0xfFACT9b77i93M1T1lAy { top:10.6875rem;left:0rem;width:25.5rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Wk86ioycH794kID4KIWL0rxkLQVvNs { top:19.6875rem;left:22.875rem;width:24.875rem;height:;font-size:1.125rem;display:block; }#Z0Wk86ioycH794kID4KIWL0rxkLQVvNs li:before{  }
 }@media only screen and (max-width: 763px) { #UnnGzsBTmq63WCknsCpBTGVWQQTDubHs { top:10.6875rem;left:22.25rem;width:25.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3fxc4M64MeuXhkCX0f041yRN6DRRI0e { top:6rem;left:3.8125rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENBAwuaCaOwlgKyBZqfGgS4E7wUFrOU { top:19.6875rem;left:0rem;width:25.5rem;height:;font-size:1.125rem;display:block; }#TENBAwuaCaOwlgKyBZqfGgS4E7wUFrOU li:before{  }
 }@media only screen and (max-width: 763px) { #AQzK0sVGIwy8U1g00Z6iohh2ULqWk6OA { top:1.6875rem;left:18.25rem;width:29.5rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNiz0iiQGoUkAEFmMgXbA0Kz16bskVFc { top:6rem;left:27.6875rem;width:16.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeOboOm67D5Jr97nz0LSwzSTXZIWQbmS { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQwbAfzrTZkZttJU8CwbQosd0uaAgfGL { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA { display:block; }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL0QHlK9axiFBImZmpotBfbLNt7xoruc { top:1.6875rem;left:0rem;width:29.5rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZwNKKmbFb5smgkhwwZeiTxpTpirJS2v { top:11.4375rem;left:0rem;width:25.5rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGeKMRHFb8S6zPnzrQm03FityPZc5Bvr { top:20.0625rem;left:22.875rem;width:24.875rem;height:9rem;font-size:1.125rem;display:block; }#iGeKMRHFb8S6zPnzrQm03FityPZc5Bvr li:before{  }
 }@media only screen and (max-width: 763px) { #KurHmNaLQALrTK75psFAlOQd5MCf4RU3 { top:11.4375rem;left:22.25rem;width:25.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIEX3wWFs0yxQzo0OG8TN9GSntqIdO1 { top:6rem;left:3.8125rem;width:16.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBXtF5a1lU8wdcT9X7ea1f8ZbZ7fmE3O { top:20.0625rem;left:0rem;width:25.5rem;height:;font-size:1.125rem;display:block; }#fBXtF5a1lU8wdcT9X7ea1f8ZbZ7fmE3O li:before{  }
 }@media only screen and (max-width: 763px) { #uiUvNTkeDObTHvryh5lwkmXJGgBnnBAy { top:1.6875rem;left:18.25rem;width:29.5rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2AKQmBEW1HxBb0WXE7byL1E2EsI58Tg { top:6rem;left:27.6875rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnptscstq9fPaEQJVCLA6I6xBhmqB2xl { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBrZZ2TeZaW7WNSkfgrWH4GpSQGGWbuN { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M { display:block; }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvct9H3SQSm6TXsaGyNtGRTl4yVh2sp0 { top:0.875rem;left:0rem;width:29.5rem;height:4.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va3iMNZerXskT0GIg74QFCg1TNCgpugd { top:10.5625rem;left:0rem;width:25.5rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEuesTn1ZesvdP0TOdz2395nAQ3SaO2B { top:17.625rem;left:22.875rem;width:24.875rem;height:;font-size:1.125rem;display:block; }#zEuesTn1ZesvdP0TOdz2395nAQ3SaO2B li:before{  }
 }@media only screen and (max-width: 763px) { #zK0stfyd2yHhSx2eA8G8W00uT7RK47D4 { top:10.5625rem;left:22.25rem;width:25.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRpGdLWbaPn93vopwLeQGdafqQZRrp5D { top:5.125rem;left:3.875rem;width:16.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilaXTZt4nxyhJUPDLnkc2sNJsd0zUkP { top:17.625rem;left:0rem;width:25.5rem;height:;font-size:1.125rem;display:block; }#nilaXTZt4nxyhJUPDLnkc2sNJsd0zUkP li:before{  }
 }@media only screen and (max-width: 763px) { #esN8gUllTcfWz29Nfp0UKIH94M1GTDTs { top:0.875rem;left:18.25rem;width:29.5rem;height:4.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1b4o6GorzpfVnD3Q8xuEhpLO99tb8vU { top:5.125rem;left:27.75rem;width:16.25rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQqoIT8ks8gJvAlCBe441dPiMtovTbGy { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ilox7obLe8xJw1rx1fKUCJRmG2K3g8 { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO { display:block; }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJPsuNbw54kFilTs4NznC5Gk1PRSCHbR { top:2.1875rem;left:0.96875rem;width:45.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD { display:block; }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgUNr45zD18UoUh5TMkyTFH9sNJxCvti { top:3.875rem;left:0rem;width:25.5rem;height:18rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ums0kiwe7EQmf0ulqVah4TyzZsC9BKVU { top:0.5rem;left:0rem;width:27.3125rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJCFwBfc3JrFTdX5MKi6oNotnPGUcNoN { top:3.875rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BORzhyR5t6vLSiubHRytM18hMUkshgKk { top:6.1875rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNrxkLQ4bmUKkW9VVEBHc9TZ1BazZr3 { top:8.5625rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnqJ3wwE9BXNQGgs12VaHOL9FFE2qV8p { top:10.875rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swuqfB24qSmpmyEDue5vcmZm76e4eJdC { top:12.875rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3tJhRmP1d5CnD8CvqD4337fSadJVirV { top:15.125rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKmafCJpqoa2nBfXkyJuypyc6JguykmJ { top:17.375rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcC3GMstxNavXJ1sHnSwpHKS5HSR5uBo { top:19.625rem;left:0rem;width:2.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD1hCs30UqLyNrcggIQPxXChlTQt6mnB { top:0.5rem;left:25.4375rem;width:22.3125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC { display:block; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqovbdBmTSWiOKmwJPlPR9Fri2yAKcpV { top:2.1875rem;left:0.96875rem;width:45.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc { display:block; }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAPbHtfFAWN7E0dgEcF7MX5ivM7Gh5ui { top:1rem;left:39.186719894409rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlkT8ztOE4hMXeL5BMseiQOKRkZg8PRd { top:6.125rem;left:0rem;width:14.375rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS5dw5PwiTqzs8In3C38oMFABxMdSotO { top:6.125rem;left:9.5rem;width:14.375rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVidH5wnTizTbcrWS6u0TqmwBZfT2vRs { top:6.125rem;left:21.4375rem;width:14.375rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfq8yVX6S5CBx1x9HniPUI05vt4oX3uf { top:6.3125rem;left:33.375rem;width:14.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gguso4T2KPVL8UyMRWrnXolr156BwqP8 { top:1rem;left:3.375rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9zpK9JMUqeAXmpNDc7JBJdV3MbypWh1 { top:1rem;left:15.312501907349rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAQZVnHgoPK6FTHnGOmIuQrRCVVP7qhc { top:1rem;left:27.250001907349rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf { display:block; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy8B5d73MtaznqEpi7CFfL4CcdBxcayv { top:7.75rem;left:9.5312519073488rem;width:28.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epLNmPBRN8BuZKHGnk7wrXK9txphRJuy { display:block; }
 }@media only screen and (max-width: 763px) { #K4lc8bNAfT2yTfGW6kCJ5gTgTLWdFDkq { top:1.875rem;left:2rem;width:43.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB { display:block; }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Govoz33oTarfdguTT9VZfrsBHWqGPO { width:47.75rem;height:4.125rem;top:1.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETtTboMmZmbmvZEiNwZC3XHpcVVVIweq { width:47.75rem;height:2.4375rem;top:7.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { width:22.125rem;height:4.75rem;top:4rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWxx7PO22LK9F9rNnsDSQa9wDTvZpgs { width:1.25rem;height:139.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { width:3rem;height:3rem;top:1.0625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:23.0625rem;height:13.125rem;top:4rem;left:24.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i73VUur0tqILE6uTQqzZPq7GCtfJL6 { width:2.75rem;height:2rem;top:1.5625rem;left:21.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvtIo3wl9kDxHxSLDCcoxoJU26i8vxhr { width:2.75rem;height:2rem;top:25.1875rem;left:21.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO3SAcdC3Ubtbnw5ARX683wv69OcE3TA { width:3rem;height:3rem;top:24.6875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfeXCSUlpoXoXuUNNV2y7W6s8VEu4ggB { width:22.125rem;height:9.5625rem;top:27.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuANot0KlmodRWIhO2Qq70nEOWP4Cehk { width:20.1875rem;height:2.375rem;top:54.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsyE1aAcimzwA32r7W1AoicDZxF7ML3a { width:22.125rem;height:2.375rem;top:90.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKOfRcbyaqQBTWO9VSZ3PQl0bf5WHhl7 { width:22.125rem;height:2.375rem;top:130.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssrbIsdQtBlvbhWoA4Ba2ipWNyUDscfI { width:2.75rem;height:2rem;top:49.5rem;left:21.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1Nx6VeWnFJQMmD4VUoxed8kXGuwUCg { width:3rem;height:3rem;top:49rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLSSwFWIqyDCUCOvRNC3XxIqkcRHZXQ9 { width:2.75rem;height:2rem;top:88rem;left:22.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0szrWWzt1pP78S1ipZLp2ducIb5KKyF { width:23.0625rem;height:11.625rem;top:54.375rem;left:24.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHRabhBFhC3VB0HXpby1WWxAl9MUN6p3 { width:3rem;height:3rem;top:87.5625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwGQwfHCCVepGD71f8xHNsTDighT5BA { width:2.75rem;height:2rem;top:128.4375rem;left:22.062501907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZailSHOXRtAcnWsm69KfisaCG3Aq13H { width:23.0625rem;height:9.6875rem;top:90.5625rem;left:24.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHQzXaSGdZF8ZOAoDftBfu5bvQwMh8yU { width:3rem;height:3rem;top:127.9375rem;left:21.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zftBbETctpMOXIZfGnc2S5gddvlbQKvo { width:23.0625rem;height:11.25rem;top:130.9375rem;left:24.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeJTBHgznXQPBmkUX7MzTRJyQG1QlNUN { width:47.75rem;height:4.1875rem;top:144.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14WifLtamqv2dFpMIRdyevMf9VXbZJi { top:60.125rem;left:8.25rem;width:31.25rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX19wEqEtlerpMgVBShcbKL9vuxRcAe1 { top:102.25rem;left:7.8125rem;width:31.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z85nAvhEC6i2rfEyHcVv1lACTpbgaM2l { width:23.0625rem;height:;top:30.8125rem;left:24.6875rem;font-size:1.25rem;display:block; }#z85nAvhEC6i2rfEyHcVv1lACTpbgaM2l li:before{  }
 }@media only screen and (max-width: 763px) { #PCfVp2aR8xrKDTnaoN2HxmGVqtO8Dywl { top:150.375rem;left:14.875001907349rem;width:18rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3iRo9fBdMiG0lMiKCTTg9UTFgLuNk8o { display:block; }
 }@media only screen and (max-width: 763px) { #kr8RkXlvvtyvsKf4yGvewZ1ifM9nOhzh { top:8.1875rem;left:11.27499961853rem;width:17rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVPq5WLvAU8EvU7y786oofbxztJGevsQ { top:38.1875rem;left:11.27499961853rem;width:15.6875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPZWPIQU2MZThwTtiQzk8GiLDTq4mRnD { top:0.625rem;left:23.187501907349rem;width:0.3125rem;height:142.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzpUGtPB4T2WGJWDFOdIzldTe26nCm7W { width:23.0625rem;height:1.8125rem;top:27.6875rem;left:24.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDq3MA5errURH219ZfGIvMKOtR65awrV { display:block; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye2RZUgyQ4rTdZknlDrl0Jm9mq0XZCVX { width:47.75rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { display:block; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW5zbTPZkAhWlIWvVMD9iQBlLDflv3iP { width:29.9375rem;height:40.625rem;top:0.8125rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmdTxVhfDF5Bx5tT9aIRRGouu8JRrJ5 { top:0.8125rem;left:0rem;width:28.125rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { display:block; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVGhKWr0TaSTPuvFuwl7B4UBMPFbzcZN { width:47.75rem;height:17.75rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARossfzmfKGWclmQveROUTU6yNnC3lfG { width:2.4375rem;height:2.4375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnWwnFOtlsn9UrdVBGV0eXbuJPyeMOr { width:47.75rem;height:8.25rem;top:6.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B03taNaPWnqLwdLbb0dSTtRdaKZ1b9kN { top:15.5rem;left:17.6875rem;width:30.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSKtwAiMiXJ1vbF7CfTS5Mp8BvBVz25c { top:17.375rem;left:27.125rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z { display:block; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W54cFQQrT68q4puNzXLwTVKTOsvXRUX7 { width:31.4375rem;height:2.0625rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrait6UotF8F9TbWhRZw6hzW29ReImKI { width:47.75rem;height:12.25rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 { display:block; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7Lc4A28AOUN1msU3Ev1pbOOcaDpeoO8 { top:2.25rem;left:2rem;width:43.75rem;height:4.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UautWzT6UtDdOUMlRM4XMtTGBhwxKruC { display:block; }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc4OFu7BdGMKDCZtSHG7RtLnJvoGDnRr { top:11.3125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s905s2QiUl6AgEUNDNFgK3SH2kpf66fa { width:47.75rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVEfugWdT3NEPJu7k9ySsftQkQiiuPs4 { width:47.75rem;height:5.75rem;top:3.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQwiBNXdnshV3TUzltiCAd75DICgA8is { display:block; }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aexdmdfSSZkq46FC8GIriTrS8fXTXi78 { width:28.125rem;height:17.375rem;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9psQTEsqwgpW4tEey0z7roTMSoZvRIA { width:28.125rem;height:1.5rem;top:2.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVp8l1aECH73y12uq3UTf9yIbfxd8OtH { width:28.125rem;height:15.9375rem;top:5.375rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfugSGHG21Tn3VQPncE1bqyZ464pLUnn { width:28.125rem;height:1.5rem;top:2.3125rem;left:19.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shLPWFpgedSwKxebZTGTS3w78xmxqk51 { top:25.0625rem;left:0rem;width:28.125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLtGWxPlOIXKaeoiTiRWmDXimQVDGR9g { top:25.0625rem;left:19.625rem;width:28.125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu { display:block; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfLltHRW754bz2snbS8U0Xan3QTFVgKX { width:47.75rem;height:4.1875rem;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRvVdvQcTTLQo6tAkHFEOyRI3Et9VEEo { top:15.125rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn9ZzKDGrEpIwXpa53xTNrvyr7qVI8V3 { display:block; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz { display:flex;width:18rem;height:5.0625rem;top:5.125rem;left:14.321092605591rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #bLm50cUGtsomiJWHW6qeLB2mPGAf3zTr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #fWPz7FWURHbwwbmO4JKvnbcrrGmJ2php {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #ot0dAHOXwANO5JKWhX4mrDy6qg4uu6VT {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #WTeNBc8a7HibMKkKDnBDaAIbT7PZJKiT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #Hue9e2cwau9SVxWUw03po5ksc5wwlg4p {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #dOcPcgKDtl1HlQ7FcNDpGtoOuGilnT1l {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #TE25Rpww7vJlqScbCOcP0Kq04EaaGrJc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #bKAlQBQrzE150zwv5zUUcM8MS2tSbArB {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #r6oSLzHZKqZzZbpZJ1mThnhfkpctlToM {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #SHQpxlrcubMrTcbDfmlW36zmIgzmrUex { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #CLr4DZe72lP9dW4sBgWOodUKeA4GQCM6 {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #iQXl6EmBTJ29wHigtnCzu743Eu6s5D22 {  }
 }@media only screen and (max-width: 763px) { #Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa { display:block; }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVHh1X5NT9SZoDvQC0bBx8HdETMfdrq3 { width:43.75rem;height:2.0625rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdlTLIpdUPWAk9mc68yotWKZpHnZlxq { top:6.1875rem;left:0rem;width:28.125rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ { display:block; }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm { width:28.125rem;height:;top:2.3125rem;left:19.625rem;font-size:1.25rem;display:block; }#hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm li:before{  }
 }@media only screen and (max-width: 763px) { #W6rp01aK3A1ymoy0Qzk8snisIigOrBvR { display:block; }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuvnw5yOzN3fEJs0wldncTvR7ZKDWa9P { width:47.75rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt { display:block; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiaTaxHVJAMhFhAysLToO06bh6rRJTo { width:47.75rem;height:2.4375rem;top:1.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzarZuCK4mQQ2Si3M7uZtOoxpxNnc1KM { width:47.75rem;height:2.375rem;top:26.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbB45HQp2vQAkvPRCI5zq28MvoEDa3KT { width:47.75rem;height:;top:4.9375rem;left:0rem;font-size:1.0625rem;display:block; }#NbB45HQp2vQAkvPRCI5zq28MvoEDa3KT li:before{  }
 }@media only screen and (max-width: 763px) { #SR89br0flWS8WPQAotuC8nVptPkNnD9f { top:4.9375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTBzFG4Fdv3gVadk36y6ONef0NU1Itk { top:9.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHQLJ8xIOrLPs7pLd0tIhxadd7Lf0zgc { top:13.0625rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIhbH3gcL1ais015GspgPVnXDugUHSSO { top:17.375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkLVNVTZwufhRTgT7wKN0RcUaQuh8RUc { top:21.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOXU8Tpqyw2FINZTiSoZBFVHTZ5PcXdQ { top:37.4375rem;left:14.875001907349rem;width:18rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQA2hQ0UlDE2d6iFdRE4kuaVu0Gtii5 { display:block; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB { display:flex;width:18rem;height:5.0625rem;top:5.125rem;left:14.321092605591rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #HmIeVnM6UmxZVRHkSFOAd49hZQhJOKbS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #M1RmwHqukm1sXwIS7BxDiUDxmkHHIMAT {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #hhyguRFBnUxlqgrvSzcnnhpoWFm4P4ld {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #dpDKwP7nqWs8RD66labKTJhnCd2UQhK3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #icPKfGM7A5cMeMT89c9r1zxkHoFleHb9 {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #xIZKFszRxqkEndDS4M2odUEFhcKKpxAC {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #xbN99AzZ9a8OW74HxQWDoM4BOtsekCyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #k2WQotrqEzuBlwxlKQX4o9WTDVD6iued {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #SJpi0Rm2Q05mmsNKIxOa7zkJSrAxDA6B {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #NZUREcP0ua3Oh98KZqwyHiRQ9eD7RCfp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #shVBbvT2H0g3eF3lbrDHCrXTq2Unmamu {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #vQk4qwQyFAcoc53g3H1UIgFoyDJqWMvI {  }
 }@media only screen and (max-width: 763px) { #TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB { display:block; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9RGqJh02bNHkcwRMqfawXmWRDvQG4FR { width:47.75rem;height:2.25rem;top:2.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I47wQeMUocHGZHKuTzKTNuuBUBuqQ5qV { width:47.75rem;height:5.6875rem;top:5.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVuJKZ7G36LBXHmbTZsXnd0Bvd6xbdH7 { width:47.75rem;height:2.5625rem;top:11.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy { display:block; }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7eEr65TAb6TUkqCxeXyz6tA5cTnqLmB { width:47.75rem;height:1.75rem;top:20.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTONngbvSKNDo1fCtxQn4F3LUWJloGR4 { width:47.75rem;height:1.9375rem;top:22.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmaTHLo4rq3WK7WTliLK9zXpp27h4Bpu { width:47.75rem;height:7rem;top:25.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ooq40MlUkSpcQaFh2XKUlK1VnrJer6Fe { top:2.3125rem;left:9.0625019073488rem;width:31.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0gQ6Xns7WJcOQSK8KGoGd8iU8iz9MA1 { width:47.75rem;height:2.375rem;top:1.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3aRLtac4TKrJiZegBTiO9mTt8EwCs9B { width:47.75rem;height:;top:33.875rem;left:0rem;font-size:1.25rem;display:block; }#G3aRLtac4TKrJiZegBTiO9mTt8EwCs9B li:before{  }
 }@media only screen and (max-width: 763px) { #b5NDdaH8vv3PVKOJeywy3gbGlSS7oBZN { width:47.75rem;height:5.25rem;top:65.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppM2ZVcLPflJfDhqgaGcIn9DOpV36Kb2 { width:47.75rem;height:2.0625rem;top:75.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGubmkw0PqBoE3AnaPunik6vcH5ZlLk3 { width:47.75rem;height:7.125rem;top:79.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrJSEf564g9tqaNyxe1RIAl0UT4Z6df { width:47.75rem;height:2.375rem;top:162.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNPdRDZ7h7il5kSTuLdf5JIEooJRfWi5 { top:52.125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BROXOdPgL70x4aB2PfK7bTckC2tczxWQ { top:52.125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sweb9LNr2kuyS7l2ifuBOuAbNMfse2bW { top:52.125rem;left:18.437501907349rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPlLvQF48GqEqlnBZ3alrdCMGOMbitbS { width:47.75rem;height:;top:87.1875rem;left:0rem;font-size:1.25rem;display:block; }#KPlLvQF48GqEqlnBZ3alrdCMGOMbitbS li:before{  }
 }@media only screen and (max-width: 763px) { #rbb9QFDDZmqG55RwLW2vpT5ukVPqlRnS { width:47.75rem;height:12.5rem;top:96.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw7HFTT5LyTiGQxXwEaSUwSvsociiaAl { top:145.4375rem;left:0rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdwEyygQqLTMrkmFGeKe9EMkq151IV3e { top:145.4375rem;left:24.3125rem;width:23.4375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiXvbGIUeqHQzUEZVSDgrEpKltyNtFS { width:47.75rem;height:7.1875rem;top:136.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxUtfDP50xrHRvbTyFQ1NkKGzDqAbfpb { width:47.75rem;height:;top:109.9375rem;left:0rem;font-size:1.25rem;display:block; }#bxUtfDP50xrHRvbTyFQ1NkKGzDqAbfpb li:before{  }
 }@media only screen and (max-width: 763px) { #nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 { display:block; }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RaSngoFGHVS7y1NSb6n7FXFFT8mK4IpU { width:47.75rem;height:2.375rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 { display:block; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsZCu5IzD3K3SWpPTUvERtMZxWwATJRU { width:16.5625rem;height:18.75rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:block; }#TsZCu5IzD3K3SWpPTUvERtMZxWwATJRU li:before{  }
 }@media only screen and (max-width: 763px) { #XEUOZxT6AEpDAATSdhkOpzCs1dA2o0GA { width:16.5625rem;height:4.5rem;top:72.8125rem;left:31.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3dMIC8n8tFz3vd0VzaDt5eIQtpDsxa { width:16.5625rem;height:4.5rem;top:72.8125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODDDZ30Zg5DiPhrH6v4VL4uQ16WrzBp3 { width:16.5625rem;height:4.5rem;top:72.8125rem;left:15.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVuDKzAeMFgTw6ClfFyoILzsCH7F4BDo { width:16.5625rem;height:1.5rem;top:78.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mflk6ZF5HMK2S097eTI0dp0pPmLT59vw { width:16.5625rem;height:1.5rem;top:78.3125rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynzMCUQphxEq1LcbSVLhW6ZkJ2kNkX26 { width:16.5625rem;height:1.5rem;top:78.3125rem;left:31.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHv120DMB5oeL58IJNscNMXULzq6sTS { width:18.75rem;height:88.375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwrqoG4TLHzdlZFOFFsGIrrfgsKysqb { width:18.75rem;height:90.25rem;top:0.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaRVCSpJzwQ4C0PZZJO38WGymLEbOuJ { width:18.75rem;height:90.0625rem;top:0.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPgyuzCLG7VcAkKxAOxebledHGtWDCe { width:12.5rem;height:3.4375rem;top:81.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF08WEoBK9V4PyLch3g8sc1laUmA3peG { display:block; }
 }@media only screen and (max-width: 763px) { #WcsknJzHLmMG3RWsXUDqTgOcgGu4ddR8 { width:12.5rem;height:3.4375rem;top:81.9375rem;left:17.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0nDMb88mRWzfLEmfoiJfT1QOVF3msuP { display:block; }
 }@media only screen and (max-width: 763px) { #Qo7gfGiM4BTWZ7d0ChcfIn3y0QGMc4LH { width:12.5rem;height:3.4375rem;top:82rem;left:33.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbpRk8XIWbx3PhyNxglFJs9cGmW18Pti { display:block; }
 }@media only screen and (max-width: 763px) { #zhqTkkLUFQRkpzIgma9HeTAeDpFNISSb { top:0.6875rem;left:0rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeHgoAfL235JVX808q4VOKuNVoCFtgvI { top:0.6875rem;left:28.5rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDi0JvXkiTTGBV3Pl1wV3eDBsfOCLri9 { top:86.8125rem;left:0rem;width:19.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCc3lt6k36Ax6VEPt89uF1TVgBnUH6o { width:16.5625rem;height:2.75rem;top:87.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph3ldWltwzhC9kutCPtFrfhIckXpzAPZ { width:16.5625rem;height:2.75rem;top:87.5rem;left:15.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0eNV3dRs9H350tbzqCZWnWrrqaMeZD { top:86.8125rem;left:13rem;width:18.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvoDgWFUxkmKxbEgzAakJEkOcIUIv3XF { width:16.5625rem;height:2.75rem;top:87.3125rem;left:31.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdWNfycpHoeF8RovUgKtmW6LNexbv8JI { top:86.8125rem;left:28.75rem;width:19rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8MTxQWEHlxc9MRR1nIEsqeDFProHagE { top:0.6875rem;left:12.75rem;width:19.125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcKSTCVIq4mTnfBkdCC1BOFDQqUtizl { width:16.5625rem;height:29.8125rem;top:20.9375rem;left:31.0625rem;font-size:1.125rem;display:block; }#EgcKSTCVIq4mTnfBkdCC1BOFDQqUtizl li:before{  }
 }@media only screen and (max-width: 763px) { #slWdNgCJDv0Pb62S0mIvCtoyiMe6nOGR { width:16.5625rem;height:26.125rem;top:20.9375rem;left:15.1875rem;font-size:1.125rem;display:block; }#slWdNgCJDv0Pb62S0mIvCtoyiMe6nOGR li:before{  }
 }@media only screen and (max-width: 763px) { #hncgOaOHU0iIGfb38lu2ynDTzK87xDzP { width:16.5625rem;height:2.0625rem;top:51.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkOWC7M540RERqJKTmmF81OyCiUD5bla { width:16.5625rem;height:10.875rem;top:55.25rem;left:0rem;font-size:1.125rem;display:block; }#CkOWC7M540RERqJKTmmF81OyCiUD5bla li:before{  }
 }@media only screen and (max-width: 763px) { #TyKhrPVth2OVfteM9LhVA5LZdKScxIs2 { width:16.5625rem;height:14.5rem;top:55.25rem;left:15.1875rem;font-size:1.125rem;display:block; }#TyKhrPVth2OVfteM9LhVA5LZdKScxIs2 li:before{  }
 }@media only screen and (max-width: 763px) { #XoMrCEqvZhu7KrW0dWh9XxgStVgBfPVG { width:16.5625rem;height:2.0625rem;top:51.4375rem;left:15.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJ0d2PFp5eXf5bc3ddzEcsMoSe8NvRq { width:16.5625rem;height:2.0625rem;top:51.4375rem;left:31.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmSRIyosQobs1a2pOI6k8hXxrlkJkQOS { width:16.5625rem;height:14.5rem;top:55.25rem;left:31.0625rem;font-size:1.125rem;display:block; }#lmSRIyosQobs1a2pOI6k8hXxrlkJkQOS li:before{  }
 }@media only screen and (max-width: 763px) { #ulvJzpRkb88phQOky4XQhUkqKTbdy59w { display:block; }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JISMoh64MyZNzIxcnfHp8cF4G9XhM63I { top:1.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrpyNRQyquluFCM2T2Q3zMCTW8qsLZSl { top:1.375rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOWhi1PASQ3hBd1ENWepipZdz7aILSI { display:block; }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BITaTVsvRJgL4WOndbTnaznSTsHMyzkU { width:47.75rem;height:2.4375rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn { display:block; }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HptkFaMpgvKIBTl5Mg3KAeGr6Z3N5Q8h { top:14.5rem;left:18.000001907349rem;width:11.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OBP3NoGL5X6UX7DIzSCm7F777SqSuQ { width:47.75rem;height:6.125rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txpZyArNVMipr4KLPfN2FpGvH0geUHXx { width:47.75rem;height:33.25rem;top:36rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0sxB9bqN1HDSNOfI9T0IS45ehap0uCF { width:47.75rem;height:4.5rem;top:8.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyilE5sOUDOwhhvBUlzkbIOgUXMAGC0n { width:47.75rem;height:5.25rem;top:28.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb { display:block; }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHmoF3VsaoH5UuGIUJwRP1TugRSX8XWu { top:16.625rem;left:13.281251907349rem;width:21.1875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpbaXL5SMXJFuEJ3diWTxyhVy8xFUCy { display:block; }
 }@media only screen and (max-width: 763px) { #TMsX6Jm6w0DicT6kvtgSkIhC8rDskJX5 { top:2.625rem;left:0rem;width:47.75rem;height:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { display:block; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuaS8mn0F4vQT0Kn3dU4L87gT7fnunUh { width:47.75rem;height:3.3125rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { display:block; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkSkQEUyB3PcAv0aT7hWhq1v7guW3bX2 { top:8rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhHOME1nS3Vpt9MoKvSaJRK5gpWSONXH { top:17.4375rem;left:0rem;width:43.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHpElK478bBygJ8PM2o4ScRmaAWirm8l { top:9.5625rem;left:0rem;width:43.875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahkyN8p3gBkVKF3eTDTSO1qL2Um0gikH { top:15.875rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8I2tZQPTnrcEduyt02fOM9f5G7JfoHZ { top:30.3125rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxcFhuJf5CHdLKQqulhk3s5IuAKNXyVV { top:31.9375rem;left:0rem;width:43.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUnPxaNpHPFdAN1sVTMTRTNOS4WI9zne { top:54.9375rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEihyQUltknLw7vHVLvh43MxtTzCKRnf { top:56.5625rem;left:0rem;width:43.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knz6ihrv4CyZ5OIhLTRMqC1lKmgNt3nv { top:60.875rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9mHnlGGWMmz9qiKL2dR4BycOu9kDB0 { top:62.5rem;left:0rem;width:43.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9H6OhaTJK6ZxxQcM4qlSRruN17BwKZ { top:65.875rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvZtc23L7welVgn6QdZgpmHhdhhrlhen { top:67.5rem;left:0rem;width:43.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1P0STSE3rWIH9LmA1c9iR2QuWZRkMbB { top:73.1875rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWOKr6e5qu1KI4aqDKGoGgDvrUac1A0 { top:74.8125rem;left:0rem;width:43.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQpiPe18kv8WTmWtHJBLwDWn7IAAtKO { top:82.0625rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKXwUvdqVhJUQA8okcxX3rz73Tyu2QNd { top:83.6875rem;left:0rem;width:43.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arw3nkle3tDW3sB9fw1MLgSkIpuGzawv { top:93.75rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spXfPV8DQSvPVvqNz27OgeTUvQq33GXv { top:95.375rem;left:0rem;width:43.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27faACTqDx4JK8xVVaC7HWZtcNSzPfH { top:36.3125rem;left:0rem;width:43.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1giTapoavVV0oXxuCXlJsdJzQTbOkO { top:37.9375rem;left:0rem;width:43.75rem;height:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehlB4PkGEeohEb5uWp1vKZLvTAKBWe7Z { top:1.75rem;left:0rem;width:43.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbKK0BRdEgh6rIwd7dUqfG0oTArBMthz { top:3.3125rem;left:0rem;width:43.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OesqGquqCJcLLRoJ0ya8nQlZK9BVgu { top:21.0625rem;left:15.000001907349rem;width:12.25rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { display:block; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo6bEQOffp78wLynNdzobpT0imrntkIf { width:28.4375rem;height:3.4375rem;top:7.625rem;left:9.6562519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #XidUTkvIAt5h1pifqXqTHNLCtpmxSPSK { display:block; }
 }@media only screen and (max-width: 763px) { #IJ4klrETUOBTQQ5slLSmzzwQRPcviepn { width:47.75rem;height:4.0625rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSnqALGLDEKACXunN12u1LwGm3yMG5ou { display:block; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .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) { #dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw { background-color:#ffffff;background-image:none;display:block; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { background-color: transparent; background-image: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container > .video-iframe-container { display: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row > .video-iframe-container { display: none; }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .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); }#dV1AZ0AZcdKNF5bX4Z75erFuSkAsdvEw > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxAzT4gd7oDrFzL3WOfF8d0qtHGyPn24 { width:13.25rem;height:7.5rem;top:0rem;left:3.3749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp { display:block; }#MIalzPKlnKZ8S1QwXV0hb8GnuFXQGTsp > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pJ2ViJvq1DtOEdTrzq2HStqFIwkvm4W6 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y { display:block; }#X4GlxqKGnvP8UlAnhEivbwT4vv7LDl3y > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWDhsG14FL9x7RlA5o5aJpek3CoNQM5y { height:11.25rem;width:19.5rem;top:0.71093773841856rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQCQlOBggmrbBcA38wwUSVvy5XtIZdFz { width:20rem;height:3.15rem;top:12.687499761581rem;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) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color: transparent; background-image: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row > .video-iframe-container { display: none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .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); }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:24.375rem;background-color:#f00632;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9I5xTZ2W9ohSal8s6qeoG21GFPfuCws { width:20rem;height:10.725rem;top:10.953125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy05cwq1OTN9n945pA8TMrTZ9FMRx2Pa { width:20rem;height:3.6375rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTifFTDhHC3xZHkbdyLnlrcih3VoQNsm { width:17.8125rem;height:4.5rem;top:0.875rem;left:1.09375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/fltlyBBV/NPA_8518.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0.adaptive-delivery-prevent-bg, #Dl0TioIlTILwl29dDK9FTfkZaB2rHix0.lazyload, #Dl0TioIlTILwl29dDK9FTfkZaB2rHix0.lazyloading { background-image: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container { background-color: transparent; background-image: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container > .video-iframe-container { display: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16345f; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row > .video-iframe-container { display: none; }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .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); }#Dl0TioIlTILwl29dDK9FTfkZaB2rHix0 > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6Qh3vvH4weJwl3tTmfTVWK1KGFy1FQq { width:20rem;height:9.75rem;top:0.77812385559081rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pzN9JeQh2wUXmrMNwkgVm0XuZihgP3 { width:20rem;height:39.325rem;top:11.77734375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn { display:block; }#cCI78gt32Ul0Zo8CD8kuKknTeJM1ZMPn > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCWHFd4Oznrod8a8lKRuvKFUhLQzgdBJ { width:18.75rem;height:14.6875rem;top:0.75468826293944rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRqLlvy4ciHZS5MJCbaFctOasmJsHbas { width:20rem;height:51.25rem;top:30.27499961853rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FESCaIWG4z8c9sg00dRbCvJ9cTSSmeBA { width:20rem;height:13.3328125rem;top:16.317213058472rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev4QAFepw7p0fNlApdgM3Kencp4RwC6t { width:20rem;height:5.3625rem;top:82.77490234375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr { background-color:#16345f;background-image:none;display:block; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container { background-color: transparent; background-image: none; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container > .video-iframe-container { display: none; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row > .video-iframe-container { display: none; }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .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); }#XwLDRDmeeSpiMBLugIbGZJzE4XBOBhAr > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnstuKT808vdNNLVfxfS8gUqbZTT5zAR { width:15.625rem;height:4.3125rem;top:0rem;left:1.3125001192093rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FEvSEpvcb7I4uhRSCmaarPtqGBKbFTJK { width:18.75rem;height:21.5875rem;top:5.5500011444092rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#FEvSEpvcb7I4uhRSCmaarPtqGBKbFTJK li:before{  }
 }@media only screen and (max-width: 763px) { #MUIXgeAh3xpcIbmoTmyQdTH0DvR2hSEV { width:20rem;height:4.55rem;top:28.137500762939rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C03IxrGIQvSTRwx5b5J6bL480CnddOi6 { background-color:#16345f;background-image:none;display:block; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container { background-color: transparent; background-image: none; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container > .video-iframe-container { display: none; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row > .video-iframe-container { display: none; }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .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); }#C03IxrGIQvSTRwx5b5J6bL480CnddOi6 > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzg4fhxU6ZH6c4rNHWnD784z2LD1H0s4 { width:20rem;height:6.46875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL { display:block; }#fAmI7oKu0GtZ0SDGOnaL15alc0FFDnKL > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4P9rtyi6Ksxde9xwk8n8kTKW4tcJe90 { width:12.5625rem;height:5.34375rem;top:5.3089904785156rem;left:0.93750005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAsmOn3TZU4tqSWM55kmRXE6XgXAIJiM { width:12.5625rem;height:7.125rem;top:14.110085964203rem;left:6.6867901682856rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPXEvaU97cnB8LrgVvyF2it7QpCmuv19 { width:12.5625rem;height:3.5625rem;top:26.683239936829rem;left:0.93750005960463rem;font-size:1.1875rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #n1qUUxQRVOAgHAQxb4x13ZHJPJoe9HXT { width:14.0625rem;height:14.0625rem;top:55.436790466309rem;left:5.9367901682854rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #wHkVw6fd3lm9eyLtTlQgsVoEJmDQJJKy { width:14.0625rem;height:14.0625rem;top:22.312480926514rem;left:0rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #liF9og6T9X4c0yXd0x1GEHXrUb2sUWL9 { width:14.0625rem;height:14.0625rem;top:0.93750560283662rem;left:0rem;z-index:99996;display:block; }
 }@media only screen and (max-width: 763px) { #M6m2pwyyWSllCtnML8WNpbSHnFawCC73 { width:14.0625rem;height:14.0625rem;top:10.625005895272rem;left:5.9367901682854rem;display:block; }
 }@media only screen and (max-width: 763px) { #G96nzkBDkDt509TmbNHNnkXAQedrgz03 { width:14.0625rem;height:14.0625rem;top:44.41121673584rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuDT0kgs7Go7TppgCom5BNqPJx2Fzrp2 { width:14.0625rem;height:14.0625rem;top:33.562512397766rem;left:5.9367901682854rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckb1BWpbglyMS1HFFC45UhcLtMdTbZcL { width:12.5625rem;height:5.34375rem;top:49.191775321961rem;left:0.93750005960463rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOhg9Wg2C1uQf5mPaug5mUCzqlous1Bz { width:12.5rem;height:5.625rem;top:58.739347457886rem;left:6.7180401682856rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkzy6PZT4xGM8tGUQhIIqVatshbvx07 { width:12.5625rem;height:5.34375rem;top:39.093750953674rem;left:6.6867901682856rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJfFedMWDg9fVezD3upgpWAiM261VxNb { background-color:#16345f;background-image:none;display:block; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container { background-color: transparent; background-image: none; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container > .video-iframe-container { display: none; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row > .video-iframe-container { display: none; }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .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); }#dJfFedMWDg9fVezD3upgpWAiM261VxNb > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1t2d9zqEcSTBGT2h6zqEAZoTK3bpTEU { width:20rem;height:14.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNXf1ImNXNqeeveChtZZSsanmazHobq { display:block; }#anNXf1ImNXNqeeveChtZZSsanmazHobq > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfS6gHGXqFCgEaCDtVWphuUwpnv2Et1P { width:20rem;height:6.46875rem;top:0.50000262260437rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lQX13Ir3o12MOK3KcmWtz0ISiNfoy1Ja { width:20rem;height:27.65625rem;top:7.5625002384187rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#lQX13Ir3o12MOK3KcmWtz0ISiNfoy1Ja li:before{  }
 }@media only screen and (max-width: 763px) { #vXNbbfeG4swOs7ZtgHmQhksuPm9TS8Sw { width:20rem;height:16rem;top:34.43749833107rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd { display:block; }#CNhXh3fTaawJDtO7UOgGCNwRDzlzhlBd > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1rX8cmoeilISny8nG87P4Umizizn4JO { width:20rem;height:8.125rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 { display:block; }#G5wgrsEwuInwKt4oiIGHsGBqiBRHqKz9 > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWNcKhTiPX7KavZDDdx32hwrUKE6U84h { top:1.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFwXOCGh3NKKJMUueUITZ2Td4NshO3tm { display:block; }
 }@media only screen and (max-width: 763px) { #fR8FZpKOHv05u0urXx5DPJD4Pp5TE1PL { top:5.9375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3k2fcwnCHGEEa1Uso82CthVGlkddWz2 { display:block; }
 }@media only screen and (max-width: 763px) { #CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 { display:block; }#CbtxmXVpuK0HQLmvb9NFVTOnbulKTy10 > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbKS51EbNUBB6S5Dzl4iNQ9DJd9ktuHJ { width:20rem;height:10.125rem;top:0.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A { display:block; }#Rd2BWT5wz9gQKBRQuiaqEkCqEtIOw34A > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUuUFC8sRHIeLMvqipZEvgER5bQQrFfa { width:20rem;height:2.15625rem;top:0.00010967254638672rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QbbKtLfDRw1Jbd1bOIDMrs31DFskXZ3T { width:18.75rem;height:27.65625rem;top:2.6976566314698rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#QbbKtLfDRw1Jbd1bOIDMrs31DFskXZ3T li:before{  }
 }@media only screen and (max-width: 763px) { #xTeTe8nvcXJfFbEWlSFmIUROyF3pSiTg { width:20rem;height:30.8421875rem;top:31.94765663147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IknycyZvCoeO7rFlhorgWqigRDU5G3tu { display:block; }#IknycyZvCoeO7rFlhorgWqigRDU5G3tu > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwvOmm9D28eTQquhmViclSLTp6Bgsg21 { width:20rem;height:9.75rem;top:0rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJl4LlAuF87aTeuetMsC0vu2UNg80go6 { width:20rem;height:7.7rem;top:10.224218845367rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FQkELubCaI2kBq7RJRfHXTt6I5fum3R0 { width:20rem;height:5.85rem;top:28.199999809265rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ahOgvaegPhnDKnGPZrmKV7mQT154LcUC { display:flex;width:18rem;height:5.0625rem;top:19.737500190735rem;left:0.76953125rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #HJMHpg73ELNPLIVQ619k9TLdPJ1X4iFP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #OG7MTp08ElX0TgQgGJwEEpfczbLPDaIz {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #CZP3cK0AOm4eIG5IgyIXwDJTAo2doDc2 {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #QB9RvqyFViqahDDoRO0dQkddShJJsBuo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #wFcxmaQ13dlEKw4SoWtKWIpiCxUoBhFr {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #TQ7XzH3tnNCKewccWTOS4by3QiSECw55 {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #TJUFdNNXivTfPrTML3t2xDoSO0Q6TzM3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #EWZyg69u6f9gb4gSnQPKTWiVAKGSlVKo {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #fMqqI0euuJQHVf37af4Zd35LN8Zvpm4y {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #s6OQzTbnxAeyiCxgMk6GESMg11XaTRFw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #Uyntbeanlzk7RBrVaoI5KI7QVn5FfBxz {  }
 }@media only screen and (max-width: 763px) { #ahOgvaegPhnDKnGPZrmKV7mQT154LcUC #ZTFpxn5ozyRHzmVaHa94UtZB0UupSqd8 {  }
 }@media only screen and (max-width: 763px) { #MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS { display:block; }#MvI790ghnCW2JHnrqkHRQfcOhlvuhGKS > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvbImN0WueboA6df8oA4wR58LGDn51WD { width:20rem;height:13.2855rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shH5pXTeGp9xvw3zDIJ9mLTlFTU3U19T { width:20rem;height:33.71875rem;top:15.7848125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.5;display:block; }#shH5pXTeGp9xvw3zDIJ9mLTlFTU3U19T li:before{  }
 }@media only screen and (max-width: 763px) { #STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck { background-color:#fafafa;background-image:none;display:block; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container { background-color: transparent; background-image: none; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container > .video-iframe-container { display: none; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row > .video-iframe-container { display: none; }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .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); }#STKZ4VqPkUMfNSVuzhOP6xOsKylJVfck > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBghNKAZh1gHeqzVOSn4vZH3egD7PBde { width:16.5625rem;height:3rem;top:85.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAbSzXmdXwaKMysRZU77gR1Vo87RxRb { width:16.5625rem;height:3rem;top:21.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgn6HruBVEcWtoqDOu3fqacRfXeHiWxQ { width:16.5625rem;height:3rem;top:53.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz1cVaJoegxg8PQLJTTpy5q4CAikfUls { width:16.5625rem;height:1.25rem;top:25.25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3I77p7vNH1gLJOp6BT8x4XUCJOsxNtm { width:16.5625rem;height:1.25rem;top:56.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdCruBPoOe1ZXJEinzJhs5Kv8XQtlCAo { width:16.5625rem;height:1.25rem;top:88.9375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAFkdrwvkG0hwhCfsX0iTUEBPGErRTkM { width:12.5rem;height:3.4375rem;top:28.374218749814rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzXe1MH0veWzgQbRIpQXhvGKFiOyZXtP { display:block; }
 }@media only screen and (max-width: 763px) { #aNvUyWJUTzNTA6iOTOv2SAK20TOOmKgA { width:12.5rem;height:3.4375rem;top:60.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz3ayWEWtTLOMGoezN1IThz73nmtln2n { display:block; }
 }@media only screen and (max-width: 763px) { #pMakDQ3qAOyaZGOC3g4PhrNsrNBCSdDd { width:12.5rem;height:3.4375rem;top:92.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdmNcv32yzTSKBiSaRCkoIqFMIHPtgJh { display:block; }
 }@media only screen and (max-width: 763px) { #FB2w4EKcB9Kqn9Fex4C0UZn4BspGP8Ui { width:18.75rem;height:31.1875rem;top:1.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0C2ibWoiXx6pgOQ8p4cI8w0gqtUP3uN { width:19.0625rem;height:19.0625rem;top:1.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFUoW4xmcePgKMsayKD7tPtu4M67dlKO { width:18.875rem;height:31.875rem;top:33.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bRZInJwSyhd7oDHJyqGvIWpuVGnNzs { width:19.0625rem;height:19.0625rem;top:33.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwANHEIEAXb2dDiTTw8ldwc4GDGaCKX0 { width:18.875rem;height:29.8125rem;top:66.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMpLhANSABb3lhn4xzTOakQQ9IRAxbFQ { width:19.25rem;height:19.25rem;top:66.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S { display:block; }#MDS86Vrp2WnVXBGKakGTDW8HT7xJGL3S > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDD6TggITEt8qQMATK82L1gIPVStf2WO { top:1.5328121185302rem;left:0.78125rem;width:18.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eELUAoE9khLPAGOLvepTXOOzMuca7Jsw { display:block; }
 }@media only screen and (max-width: 763px) { #n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f { display:block; }#n5LSAAMbOyldB2aFtnJFel7Fwx0ZGU0f > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuM7vipH0lUiloEiy8fkgTclvoK9dvbw { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTi4GSFFvHdwTuJA1U7xCuXoxLLKxKck { width:20rem;height:10.7875rem;top:5.4500064849854rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbhttVKw5cWNvyBC91T8eglsKmfq1aSp { background-color:rgba(255,255,255,0.52);background-image:none;display:block; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container { background-color: transparent; background-image: none; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container > .video-iframe-container { display: none; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row > .video-iframe-container { display: none; }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .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); }#fbhttVKw5cWNvyBC91T8eglsKmfq1aSp > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdtiKoyPiryqvcBNN39K0ma9h26taZKa { width:16.875rem;height:6.25rem;top:1.25rem;left:1.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcMvTMXs0Twq16loR8qJbT7xGeMNGIJU { width:14.25rem;height:3.75rem;top:3.625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNNXS3od94imtHzL9ZGIbUm9VzI7PEQh { width:14.25rem;height:1.875rem;top:11.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKV02bzDfrceUHWKI9615MxPg1uRpQ4 { width:14.25rem;height:1.875rem;top:18.625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMvl9LpIGDmLcHHkXqIZixhTvKJBd74 { width:12.5rem;height:2.03125rem;top:1.6875rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phXanM0SGlLiKUxu84s4uCEgALHECOsX { width:16.875rem;height:6.25rem;top:8.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QvH1TlRpebV9CfncRw2ibL7FrZkNkV { width:16.875rem;height:6.25rem;top:15.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz2hLVVxn7bxuAvGd4dvQAXzKmKF9LZl { width:12.5rem;height:2.03125rem;top:8.8125rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyaEAHzcN5MPRT4hRTrbmca8AnG5rHoF { width:12.5rem;height:2.03125rem;top:16.25rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK { background-color:rgba(255,255,255,0.52);background-image:none;display:block; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container { background-color: transparent; background-image: none; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container > .video-iframe-container { display: none; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row > .video-iframe-container { display: none; }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .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); }#Cu8TZLMm13cs4p7FtxDOyfH5cleTODtK > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aww7GqULdi8VwHDeJdTGvrS5ga9reMSl { width:16.875rem;height:6.25rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5fQAqnyogtdAX6Muo4szbMPW4DuDwtg { width:14.25rem;height:3.75rem;top:3.625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzXkZcfv3rePGOP3AWSVM70Lz21CVq0v { width:14.25rem;height:3.75rem;top:11.125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aboOSywcCcltLI9gSftDQb5FmAntudaq { width:14.25rem;height:1.875rem;top:18.3125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ezAyJVcVxTEXxm9N0kyadnhSeAJJRC { width:12.5rem;height:2.03125rem;top:1.6875rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqUsiBTHNTd6tbfKnoJxSN0oUGUVInip { width:16.875rem;height:6.25rem;top:8.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTxVKT8vgwq9elydmckixpaQWZu6yqUc { width:16.875rem;height:6.25rem;top:15.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv6BgZWIF0moKlkGayIiZT5pEaXxQcZi { width:12.5rem;height:2.03125rem;top:8.75rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RXkQTsBeTxJuhpmq7TR54xRQNU4XOW { width:12.5rem;height:2.03125rem;top:15.9375rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV { background-color:rgba(255,255,255,0.52);background-image:none;display:block; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container { background-color: transparent; background-image: none; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container > .video-iframe-container { display: none; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row > .video-iframe-container { display: none; }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .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); }#OQalzwHCElrCUnfPWRrs2d5b4v5b2LJV > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGfLqR07rTsQ01K9p5bTv2RCctN2XD87 { width:16.875rem;height:6.25rem;top:1.2999801635743rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXbQ5r5qfTmETTTZE1CPXT2UQE1PLiiT { width:14.25rem;height:1.875rem;top:3.625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVvwTAoVLC007hwgf5N4IeT99D2H8Vxp { width:14.25rem;height:3.75rem;top:11.125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzrlCOeTH0HgtE8dJK231qhtZuiZQX5u { width:14.25rem;height:3.75rem;top:17rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1pz9cLdRk48OgfMG9WAZNDJfiG1fQdW { width:12.5rem;height:2.03125rem;top:1.6875rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwikGklmIllPKpvRvAZoXhPJDH46HHLr { width:16.875rem;height:6.25rem;top:8.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTWxOHbBTuLzyZR9q7BBCIiDhLTwCKEV { width:16.875rem;height:6.25rem;top:15.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAQx4d00aHeM1c0PdeHZBafBU8NP8sbC { width:12.5rem;height:2.03125rem;top:8.75rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1gIu7saI47VW201K0wqmxRtyGc57lb { display:block; }#zl1gIu7saI47VW201K0wqmxRtyGc57lb > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGJHtqtoK2ofc7EgLgMTvxlsPKXh9b3e { width:20rem;height:5.3625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf { display:block; }#FJ1Z6VoJ5Z6yB5dvp1JTT004Qge9FJvf > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGfyvCEke54dGDv4lT0SHIN9nEWgoEIN { width:12.5rem;height:3rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG5oBHw7FgrmeHxeSZNxT3HmK00Codap { width:20rem;height:auto;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBLUwyocN8BW2WKzHpU33BqckQDeWFJX { width:20rem;height:9.4rem;top:60.224220275879rem;left:0rem;font-size:1.125rem;display:block; }#TBLUwyocN8BW2WKzHpU33BqckQDeWFJX li:before{  }
 }@media only screen and (max-width: 763px) { #PUNR6TsIdpFx9Eua1psix54aIi1ps6I7 { width:20rem;height:9.75rem;top:48.298473358154rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky890t0tBJtBSyXWHDvcveVev5HaWmWP { width:16.25rem;height:3.25rem;top:4.875rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn78P9Oo2thKOBHh07ryu8Mt9XZLQJp2 { width:20rem;height:auto;top:21rem;left:0rem;font-size:1.125rem;display:block; }#mn78P9Oo2thKOBHh07ryu8Mt9XZLQJp2 li:before{  }
 }@media only screen and (max-width: 763px) { #IgIMm8sbwP22Sdn9nGedX9N9M6q7mCOl { width:20rem;height:3rem;top:43.698462486267rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTlQ7bA7aVHttCtGMr1S5gmUuMess6h0 { width:16.25rem;height:1.625rem;top:46.698438644409rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO8Bbba9Oidk9tdE0zEWt51UyhP8mQA5 { width:19.75rem;height:35.3125rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcrVgR5sKkHCBfKgbEM2w21EsLua9IgU { width:19.75rem;height:35.3125rem;top:47.418774414062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #km0QDxGle74JceGAzu4iqfZJIldyF4pC { display:block; }#km0QDxGle74JceGAzu4iqfZJIldyF4pC > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umJnKUOl3ptORbEeO4UfT9xSTXypVWmc { width:12.5rem;height:3rem;top:1rem;left:3.7499998807907rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioeTbvRc5Xa0xfFACT9b77i93M1T1lAy { width:20rem;height:6.5rem;top:7.461718559265rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Wk86ioycH794kID4KIWL0rxkLQVvNs { width:20rem;height:13.7875rem;top:51.755469322204rem;left:0rem;font-size:1.125rem;display:block; }#Z0Wk86ioycH794kID4KIWL0rxkLQVvNs li:before{  }
 }@media only screen and (max-width: 763px) { #UnnGzsBTmq63WCknsCpBTGVWQQTDubHs { width:20rem;height:9.75rem;top:41.21484375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3fxc4M64MeuXhkCX0f041yRN6DRRI0e { width:16.25rem;height:1.625rem;top:3.9992189407349rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TENBAwuaCaOwlgKyBZqfGgS4E7wUFrOU { width:20rem;height:17.5rem;top:15.627368927002rem;left:0rem;font-size:1.125rem;display:block; }#TENBAwuaCaOwlgKyBZqfGgS4E7wUFrOU li:before{  }
 }@media only screen and (max-width: 763px) { #AQzK0sVGIwy8U1g00Z6iohh2ULqWk6OA { width:20rem;height:3rem;top:33.812476158142rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNiz0iiQGoUkAEFmMgXbA0Kz16bskVFc { width:16.25rem;height:3.25rem;top:36.81093788147rem;left:1.8750001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeOboOm67D5Jr97nz0LSwzSTXZIWQbmS { width:19.75rem;height:33.4375rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQwbAfzrTZkZttJU8CwbQosd0uaAgfGL { width:19.75rem;height:33.4375rem;top:43.565612792969rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA { display:block; }#RCDXifWOT9L1DSP3KmlgOqiIOtWcw3EA > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL0QHlK9axiFBImZmpotBfbLNt7xoruc { width:12.5rem;height:3rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZwNKKmbFb5smgkhwwZeiTxpTpirJS2v { width:20rem;height:8.125rem;top:8.930468559265rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGeKMRHFb8S6zPnzrQm03FityPZc5Bvr { width:20rem;height:12.0125rem;top:40.75rem;left:0rem;font-size:1.125rem;display:block; }#iGeKMRHFb8S6zPnzrQm03FityPZc5Bvr li:before{  }
 }@media only screen and (max-width: 763px) { #KurHmNaLQALrTK75psFAlOQd5MCf4RU3 { width:20rem;height:6.5rem;top:33.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIEX3wWFs0yxQzo0OG8TN9GSntqIdO1 { width:16.25rem;height:3.25rem;top:4.25rem;left:1.8750001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBXtF5a1lU8wdcT9X7ea1f8ZbZ7fmE3O { width:20rem;height:8.75rem;top:18.004688262939rem;left:0rem;font-size:1.125rem;display:block; }#fBXtF5a1lU8wdcT9X7ea1f8ZbZ7fmE3O li:before{  }
 }@media only screen and (max-width: 763px) { #uiUvNTkeDObTHvryh5lwkmXJGgBnnBAy { width:20rem;height:3rem;top:27.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2AKQmBEW1HxBb0WXE7byL1E2EsI58Tg { width:16.25rem;height:1.625rem;top:30.374218940735rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnptscstq9fPaEQJVCLA6I6xBhmqB2xl { width:19.75rem;height:31.25rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBrZZ2TeZaW7WNSkfgrWH4GpSQGGWbuN { width:19.75rem;height:31.25rem;top:38.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M { display:block; }#NmtqBtZM2K35A2xpwlBN9FrMbGgLA07M > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvct9H3SQSm6TXsaGyNtGRTl4yVh2sp0 { width:12.5rem;height:3rem;top:1.25rem;left:3.7499998807907rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Va3iMNZerXskT0GIg74QFCg1TNCgpugd { width:20rem;height:6.5rem;top:6.8125362396237rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEuesTn1ZesvdP0TOdz2395nAQ3SaO2B { width:20rem;height:10.8625rem;top:42.25rem;left:0rem;font-size:1.125rem;display:block; }#zEuesTn1ZesvdP0TOdz2395nAQ3SaO2B li:before{  }
 }@media only screen and (max-width: 763px) { #zK0stfyd2yHhSx2eA8G8W00uT7RK47D4 { width:20rem;height:6.5rem;top:35.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRpGdLWbaPn93vopwLeQGdafqQZRrp5D { width:16.25rem;height:1.625rem;top:4.25rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nilaXTZt4nxyhJUPDLnkc2sNJsd0zUkP { width:20rem;height:13.8125rem;top:13.874975204467rem;left:0rem;font-size:1.125rem;display:block; }#nilaXTZt4nxyhJUPDLnkc2sNJsd0zUkP li:before{  }
 }@media only screen and (max-width: 763px) { #esN8gUllTcfWz29Nfp0UKIH94M1GTDTs { width:20rem;height:3rem;top:28.387512207031rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1b4o6GorzpfVnD3Q8xuEhpLO99tb8vU { width:16.25rem;height:3.25rem;top:31.387500286103rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQqoIT8ks8gJvAlCBe441dPiMtovTbGy { width:19.75rem;height:30rem;top:5.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6ilox7obLe8xJw1rx1fKUCJRmG2K3g8 { width:19.75rem;height:30rem;top:37.8875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO { display:block; }#u9oSd7h0SeiqPfpuswHgIRgmmR7rUcuO > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJPsuNbw54kFilTs4NznC5Gk1PRSCHbR { width:20rem;height:3.6375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD { display:block; }#aAOgv1QhbArkWXNtOf0sn8OtnKmRSdtD > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgUNr45zD18UoUh5TMkyTFH9sNJxCvti { width:20rem;height:15.025rem;top:6.2rem;left:0rem;font-size:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ums0kiwe7EQmf0ulqVah4TyzZsC9BKVU { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJCFwBfc3JrFTdX5MKi6oNotnPGUcNoN { width:2.25rem;height:2.3125rem;top:6.2rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BORzhyR5t6vLSiubHRytM18hMUkshgKk { width:2.25rem;height:2.3125rem;top:9.7625rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueNrxkLQ4bmUKkW9VVEBHc9TZ1BazZr3 { width:2.25rem;height:2.3125rem;top:13.3875rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnqJ3wwE9BXNQGgs12VaHOL9FFE2qV8p { width:2.25rem;height:2.3125rem;top:16.95rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #swuqfB24qSmpmyEDue5vcmZm76e4eJdC { width:2.25rem;height:2.3125rem;top:12.875rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3tJhRmP1d5CnD8CvqD4337fSadJVirV { width:2.25rem;height:2.3125rem;top:15.125rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKmafCJpqoa2nBfXkyJuypyc6JguykmJ { width:2.25rem;height:2.3125rem;top:27.7rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcC3GMstxNavXJ1sHnSwpHKS5HSR5uBo { width:2.25rem;height:2.3125rem;top:31.2625rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD1hCs30UqLyNrcggIQPxXChlTQt6mnB { width:20rem;height:20rem;top:23.450012207031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC { background-color:#16345f;background-image:none;display:block; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container { background-color: transparent; background-image: none; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container > .video-iframe-container { display: none; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row > .video-iframe-container { display: none; }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .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); }#QUkTzScpeAI4uHcHxfhS7vxSHfFOJUVC > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PqovbdBmTSWiOKmwJPlPR9Fri2yAKcpV { width:20rem;height:5.3625rem;top:1.8117187023163rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc { display:block; }#hyiy3efxTcTSsf3mwF3Sv3W4yZkt2rCc > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAPbHtfFAWN7E0dgEcF7MX5ivM7Gh5ui { width:5.1875rem;height:5.1875rem;top:31.025001138449rem;left:7.4062503576281rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlkT8ztOE4hMXeL5BMseiQOKRkZg8PRd { width:14.375rem;height:4.875rem;top:4.5rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS5dw5PwiTqzs8In3C38oMFABxMdSotO { width:14.375rem;height:4.875rem;top:14.487501144409rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVidH5wnTizTbcrWS6u0TqmwBZfT2vRs { width:14.375rem;height:4.875rem;top:26.225rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfq8yVX6S5CBx1x9HniPUI05vt4oX3uf { width:14.375rem;height:3.25rem;top:36.212501525879rem;left:2.8125001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gguso4T2KPVL8UyMRWrnXolr156BwqP8 { width:5.1875rem;height:5.1875rem;top:0rem;left:7.4062503576281rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9zpK9JMUqeAXmpNDc7JBJdV3MbypWh1 { width:5.1875rem;height:5.1875rem;top:9.3000011444094rem;left:7.4062503576281rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAQZVnHgoPK6FTHnGOmIuQrRCVVP7qhc { width:5.1875rem;height:5.1875rem;top:21.099975585938rem;left:7.4062503576281rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf { background-color:#16345f;background-image:none;display:block; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container { background-color: transparent; background-image: none; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container > .video-iframe-container { display: none; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row > .video-iframe-container { display: none; }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .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); }#ar5TIHInWnsXkF3r9DmwWTJdNubAfUMf > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sy8B5d73MtaznqEpi7CFfL4CcdBxcayv { top:10.686719894409rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epLNmPBRN8BuZKHGnk7wrXK9txphRJuy { display:block; }
 }@media only screen and (max-width: 763px) { #K4lc8bNAfT2yTfGW6kCJ5gTgTLWdFDkq { width:20rem;height:5.85rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB { display:block; }#qPe6iFx6wPlFpJ0xi2CJRRHSSqEbm5yB > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Govoz33oTarfdguTT9VZfrsBHWqGPO { width:18.75rem;height:4.69375rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETtTboMmZmbmvZEiNwZC3XHpcVVVIweq { width:20rem;height:3.5625rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg { background-color:transparent;background-image:none;display:block; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { background-color: transparent; background-image: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row > .video-iframe-container { display: none; }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .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); }#gyhUDEQA4cuUd8TKO4KehhUiD7pmEsqg > .row .container { width:20rem;height:179.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZOgB8KTaDnkourVooBfyBQ7baNOEppQh { width:15rem;height:4.3125rem;top:4.125rem;left:2.5000001192093rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DOWxx7PO22LK9F9rNnsDSQa9wDTvZpgs { width:20rem;height:151.5625rem;top:1.25rem;left:0rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #PuSIk4NoDHuUvLJl2TxPwwEpMRqSDVSs { width:2.1875rem;height:2.1875rem;top:1.1125001907349rem;left:9.0000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuFwcbu5K6XZ4BTsPgG9wuC2OHxZPkKK { width:15.625rem;height:15rem;top:21.362535953522rem;left:2.5625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3i73VUur0tqILE6uTQqzZPq7GCtfJL6 { width:2.75rem;height:1.65rem;top:1.25rem;left:8.6250003576281rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvtIo3wl9kDxHxSLDCcoxoJU26i8vxhr { width:2.75rem;height:1.65rem;top:38.462463736534rem;left:8.6250003576281rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mO3SAcdC3Ubtbnw5ARX683wv69OcE3TA { width:2.1875rem;height:2.1875rem;top:38.192970275879rem;left:8.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfeXCSUlpoXoXuUNNV2y7W6s8VEu4ggB { width:15rem;height:8.625rem;top:41.362501144409rem;left:2.8750001192093rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZuANot0KlmodRWIhO2Qq70nEOWP4Cehk { width:15rem;height:2.625rem;top:76.087476730344rem;left:2.8750001192093rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SsyE1aAcimzwA32r7W1AoicDZxF7ML3a { width:15rem;height:2.625rem;top:110.91173171997rem;left:2.5000001192093rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pKOfRcbyaqQBTWO9VSZ3PQl0bf5WHhl7 { width:15rem;height:2.625rem;top:142.71869468689rem;left:2.5000001192093rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ssrbIsdQtBlvbhWoA4Ba2ipWNyUDscfI { width:2.75rem;height:1.65rem;top:72.587501525881rem;left:8.6250003576281rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1Nx6VeWnFJQMmD4VUoxed8kXGuwUCg { width:2.1875rem;height:2.1875rem;top:72.318750381469rem;left:8.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLSSwFWIqyDCUCOvRNC3XxIqkcRHZXQ9 { width:2.75rem;height:1.65rem;top:108.3242225647rem;left:8.6250003576281rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0szrWWzt1pP78S1ipZLp2ducIb5KKyF { width:15.625rem;height:10.5rem;top:95.501553535463rem;left:2.1875001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHRabhBFhC3VB0HXpby1WWxAl9MUN6p3 { width:2.1875rem;height:2.1875rem;top:108.05547332764rem;left:8.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwGQwfHCCVepGD71f8xHNsTDighT5BA { width:2.75rem;height:1.65rem;top:140.86016082764rem;left:8.6250003576281rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZailSHOXRtAcnWsm69KfisaCG3Aq13H { width:15.625rem;height:9rem;top:114.16406059265rem;left:2.8750001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHQzXaSGdZF8ZOAoDftBfu5bvQwMh8yU { width:2.1875rem;height:2.1875rem;top:140.59219169617rem;left:8.9062503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #zftBbETctpMOXIZfGnc2S5gddvlbQKvo { width:15.625rem;height:10.5rem;top:146.78125rem;left:2.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeJTBHgznXQPBmkUX7MzTRJyQG1QlNUN { width:18.75rem;height:10.725rem;top:160.625rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z14WifLtamqv2dFpMIRdyevMf9VXbZJi { width:20rem;height:16.4390625rem;top:78.124999046325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX19wEqEtlerpMgVBShcbKL9vuxRcAe1 { width:20rem;height:15.5195rem;top:123.16406106949rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z85nAvhEC6i2rfEyHcVv1lACTpbgaM2l { width:18.5625rem;height:9.625rem;top:60.587500572204rem;left:1.4375001192093rem;font-size:1rem;display:block; }#z85nAvhEC6i2rfEyHcVv1lACTpbgaM2l li:before{  }
 }@media only screen and (max-width: 763px) { #PCfVp2aR8xrKDTnaoN2HxmGVqtO8Dywl { top:172.18749427796rem;left:1.09375rem;width:18rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3iRo9fBdMiG0lMiKCTTg9UTFgLuNk8o { display:block; }
 }@media only screen and (max-width: 763px) { #kr8RkXlvvtyvsKf4yGvewZ1ifM9nOhzh { width:17rem;height:17rem;top:6.800000190735rem;left:1.5000001192093rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #aVPq5WLvAU8EvU7y786oofbxztJGevsQ { width:15.6875rem;height:8.9375rem;top:50.587525367737rem;left:2.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPZWPIQU2MZThwTtiQzk8GiLDTq4mRnD { width:0.3125rem;height:142.5rem;top:152.59372615814rem;left:10.750000357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #WzpUGtPB4T2WGJWDFOdIzldTe26nCm7W { width:20rem;height:1.5rem;top:176.87499666214rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDq3MA5errURH219ZfGIvMKOtR65awrV { background-color:#16345f;background-image:none;display:block; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { background-color: transparent; background-image: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row > .video-iframe-container { display: none; }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .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); }#wDq3MA5errURH219ZfGIvMKOtR65awrV > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ye2RZUgyQ4rTdZknlDrl0Jm9mq0XZCVX { width:20rem;height:4.5rem;top:1.7492184638977rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO { display:block; }#mOoPgQzbzVJ3Mz1IwG1d7cCWrbTvAQFO > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW5zbTPZkAhWlIWvVMD9iQBlLDflv3iP { width:20rem;height:58.5rem;top:28.374925613403rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmdTxVhfDF5Bx5tT9aIRRGouu8JRrJ5 { width:20rem;height:28.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n { display:block; }#LwL1uL9GSux2lqthvmA3JUWyBT3tCp7n > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVGhKWr0TaSTPuvFuwl7B4UBMPFbzcZN { width:20rem;height:14.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARossfzmfKGWclmQveROUTU6yNnC3lfG { width:2.4375rem;height:2.4375rem;top:0.71874427795412rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxnWwnFOtlsn9UrdVBGV0eXbuJPyeMOr { width:18rem;height:7.125rem;top:3.1546878814698rem;left:1rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B03taNaPWnqLwdLbb0dSTtRdaKZ1b9kN { width:20rem;height:3.6375rem;top:10.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSKtwAiMiXJ1vbF7CfTS5Mp8BvBVz25c { width:20rem;height:1.3rem;top:14.387523651123rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z { display:block; }#gcAvClAZyiukGSPTxZhkwUuzK7vSCW0Z > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W54cFQQrT68q4puNzXLwTVKTOsvXRUX7 { width:14.5rem;height:4.125rem;top:1.25rem;left:2.75rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hrait6UotF8F9TbWhRZw6hzW29ReImKI { width:18.75rem;height:20.5375rem;top:6.31746875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 { background-color:#16345f;background-image:none;display:block; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container { background-color: transparent; background-image: none; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container > .video-iframe-container { display: none; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row > .video-iframe-container { display: none; }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .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); }#nbccZUT2mrwyLWR4u2bnvVc9FqUqdwR5 > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7Lc4A28AOUN1msU3Ev1pbOOcaDpeoO8 { width:20rem;height:5.85rem;top:1.7625007629394rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UautWzT6UtDdOUMlRM4XMtTGBhwxKruC { display:block; }#UautWzT6UtDdOUMlRM4XMtTGBhwxKruC > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc4OFu7BdGMKDCZtSHG7RtLnJvoGDnRr { height:11.25rem;width:20rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s905s2QiUl6AgEUNDNFgK3SH2kpf66fa { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oVEfugWdT3NEPJu7k9ySsftQkQiiuPs4 { width:20rem;height:18.5625rem;top:4.35rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pQwiBNXdnshV3TUzltiCAd75DICgA8is { display:block; }#pQwiBNXdnshV3TUzltiCAd75DICgA8is > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aexdmdfSSZkq46FC8GIriTrS8fXTXi78 { width:20rem;height:30.375rem;top:3.5117189288139rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #z9psQTEsqwgpW4tEey0z7roTMSoZvRIA { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZVp8l1aECH73y12uq3UTf9yIbfxd8OtH { width:20rem;height:25.3125rem;top:51.024219512939rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AfugSGHG21Tn3VQPncE1bqyZ464pLUnn { width:20rem;height:3.375rem;top:47.724952697754rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #shLPWFpgedSwKxebZTGTS3w78xmxqk51 { height:11.2rem;width:20rem;top:34.274217605591rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLtGWxPlOIXKaeoiTiRWmDXimQVDGR9g { height:11.2rem;width:20rem;top:77.886793136594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu { background-color:#16345f;background-image:none;display:block; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container { background-color: transparent; background-image: none; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container > .video-iframe-container { display: none; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row > .video-iframe-container { display: none; }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .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); }#QoTSmvZrhNBNPgtss41wdIWSQ9Dq61Tu > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OfLltHRW754bz2snbS8U0Xan3QTFVgKX { width:20rem;height:5.775rem;top:0.68749713897706rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RRvVdvQcTTLQo6tAkHFEOyRI3Et9VEEo { top:17.949219226837rem;left:2.9687501192093rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn9ZzKDGrEpIwXpa53xTNrvyr7qVI8V3 { display:block; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#c7WUNeILuIZZlS73gyn8B5halgl9gUWz { display:flex;width:18rem;height:5.0625rem;top:9.0117182731631rem;left:0.76953125rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #bLm50cUGtsomiJWHW6qeLB2mPGAf3zTr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #fWPz7FWURHbwwbmO4JKvnbcrrGmJ2php {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #ot0dAHOXwANO5JKWhX4mrDy6qg4uu6VT {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #WTeNBc8a7HibMKkKDnBDaAIbT7PZJKiT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #Hue9e2cwau9SVxWUw03po5ksc5wwlg4p {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #dOcPcgKDtl1HlQ7FcNDpGtoOuGilnT1l {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #TE25Rpww7vJlqScbCOcP0Kq04EaaGrJc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #bKAlQBQrzE150zwv5zUUcM8MS2tSbArB {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #r6oSLzHZKqZzZbpZJ1mThnhfkpctlToM {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #SHQpxlrcubMrTcbDfmlW36zmIgzmrUex { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #CLr4DZe72lP9dW4sBgWOodUKeA4GQCM6 {  }
 }@media only screen and (max-width: 763px) { #c7WUNeILuIZZlS73gyn8B5halgl9gUWz #iQXl6EmBTJ29wHigtnCzu743Eu6s5D22 {  }
 }@media only screen and (max-width: 763px) { #Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa { display:block; }#Hw1ICFhPrhfHbVIkx9h3nACE9moaLSSa > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVHh1X5NT9SZoDvQC0bBx8HdETMfdrq3 { width:20rem;height:3.6375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwdlTLIpdUPWAk9mc68yotWKZpHnZlxq { width:20rem;height:20.8rem;top:6.2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ { display:block; }#S6OFIiW6WpEJIH7ibcL082hNPsHAenuZ > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm { width:17.5rem;height:25.875rem;top:0.81246948242188rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hTcKVQ3VVtu3wZ1pPVHvNDXMVTvSmKTm li:before{  }
 }@media only screen and (max-width: 763px) { #W6rp01aK3A1ymoy0Qzk8snisIigOrBvR { display:block; }#W6rp01aK3A1ymoy0Qzk8snisIigOrBvR > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuvnw5yOzN3fEJs0wldncTvR7ZKDWa9P { width:18.75rem;height:4.125rem;top:1.4750002026558rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt { background-color:#ffffff;background-image:none;display:block; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container { background-color: transparent; background-image: none; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container > .video-iframe-container { display: none; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row > .video-iframe-container { display: none; }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .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); }#LU6Ws14dLmKHKmRfHfgXBKVLmdduc5vt > .row .container { width:20rem;height:56.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWiaTaxHVJAMhFhAysLToO06bh6rRJTo { width:20rem;height:5.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzarZuCK4mQQ2Si3M7uZtOoxpxNnc1KM { width:18.75rem;height:4.9rem;top:40.374987602234rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NbB45HQp2vQAkvPRCI5zq28MvoEDa3KT { width:17.5rem;height:33.125rem;top:7.125rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#NbB45HQp2vQAkvPRCI5zq28MvoEDa3KT li:before{  }
 }@media only screen and (max-width: 763px) { #SR89br0flWS8WPQAotuC8nVptPkNnD9f { width:1.875rem;height:1.875rem;top:7.125rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTBzFG4Fdv3gVadk36y6ONef0NU1Itk { width:1.875rem;height:1.875rem;top:10.25rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHQLJ8xIOrLPs7pLd0tIhxadd7Lf0zgc { width:1.875rem;height:1.875rem;top:13.812500476837rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIhbH3gcL1ais015GspgPVnXDugUHSSO { width:1.875rem;height:1.875rem;top:16.625000476837rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkLVNVTZwufhRTgT7wKN0RcUaQuh8RUc { width:1.875rem;height:1.875rem;top:20.124999046326rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOXU8Tpqyw2FINZTiSoZBFVHTZ5PcXdQ { top:52.15rem;left:1rem;width:18rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQA2hQ0UlDE2d6iFdRE4kuaVu0Gtii5 { display:block; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB { display:flex;width:18rem;height:5.0625rem;top:45.274198532104rem;left:0.76953125rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #HmIeVnM6UmxZVRHkSFOAd49hZQhJOKbS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #M1RmwHqukm1sXwIS7BxDiUDxmkHHIMAT {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #hhyguRFBnUxlqgrvSzcnnhpoWFm4P4ld {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #dpDKwP7nqWs8RD66labKTJhnCd2UQhK3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #icPKfGM7A5cMeMT89c9r1zxkHoFleHb9 {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #xIZKFszRxqkEndDS4M2odUEFhcKKpxAC {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #xbN99AzZ9a8OW74HxQWDoM4BOtsekCyo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #k2WQotrqEzuBlwxlKQX4o9WTDVD6iued {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #SJpi0Rm2Q05mmsNKIxOa7zkJSrAxDA6B {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #NZUREcP0ua3Oh98KZqwyHiRQ9eD7RCfp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #shVBbvT2H0g3eF3lbrDHCrXTq2Unmamu {  }
 }@media only screen and (max-width: 763px) { #JmprV62ZZvTkTufCgWZwSRTAMrMHyhmB #vQk4qwQyFAcoc53g3H1UIgFoyDJqWMvI {  }
 }@media only screen and (max-width: 763px) { #TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB { background-color:#16345f;background-image:none;display:block; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container { background-color: transparent; background-image: none; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container > .video-iframe-container { display: none; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row > .video-iframe-container { display: none; }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .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); }#TpHrW8MnrTd3uru8NRn61TXnbTI5L3KB > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9RGqJh02bNHkcwRMqfawXmWRDvQG4FR { width:20rem;height:5.5125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I47wQeMUocHGZHKuTzKTNuuBUBuqQ5qV { width:20rem;height:9.625rem;top:7.9rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wVuJKZ7G36LBXHmbTZsXnd0Bvd6xbdH7 { width:20rem;height:2.45rem;top:18.65rem;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) { #rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy { display:block; }#rDae33e8m4JTlVRL2sLUuiuLEuJ2gnRy > .row .container { width:20rem;height:260.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x7eEr65TAb6TUkqCxeXyz6tA5cTnqLmB { width:20rem;height:5.25rem;top:6.1rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rTONngbvSKNDo1fCtxQn4F3LUWJloGR4 { width:20rem;height:4.2rem;top:23.924976825714rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UmaTHLo4rq3WK7WTliLK9zXpp27h4Bpu { width:20rem;height:12.25rem;top:28.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ooq40MlUkSpcQaFh2XKUlK1VnrJer6Fe { width:20rem;height:12rem;top:11.350047111511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0gQ6Xns7WJcOQSK8KGoGd8iU8iz9MA1 { width:20rem;height:3.675rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #G3aRLtac4TKrJiZegBTiO9mTt8EwCs9B { width:20rem;height:28.125rem;top:41.686720371246rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#G3aRLtac4TKrJiZegBTiO9mTt8EwCs9B li:before{  }
 }@media only screen and (max-width: 763px) { #b5NDdaH8vv3PVKOJeywy3gbGlSS7oBZN { width:20rem;height:14rem;top:85.361720085144rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ppM2ZVcLPflJfDhqgaGcIn9DOpV36Kb2 { width:20rem;height:4.55rem;top:111.16171646118rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iGubmkw0PqBoE3AnaPunik6vcH5ZlLk3 { width:20rem;height:15.75rem;top:115.64922332764rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TJrJSEf564g9tqaNyxe1RIAl0UT4Z6df { width:20rem;height:3.675rem;top:241.18749713898rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cNPdRDZ7h7il5kSTuLdf5JIEooJRfWi5 { width:12.5rem;height:12.5rem;top:71.187526702881rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BROXOdPgL70x4aB2PfK7bTckC2tczxWQ { width:12.5rem;height:12.5rem;top:99.299221038819rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sweb9LNr2kuyS7l2ifuBOuAbNMfse2bW { width:12.5rem;height:12.5rem;top:145.59609556198rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPlLvQF48GqEqlnBZ3alrdCMGOMbitbS { width:20rem;height:14.625rem;top:130.97185325622rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#KPlLvQF48GqEqlnBZ3alrdCMGOMbitbS li:before{  }
 }@media only screen and (max-width: 763px) { #rbb9QFDDZmqG55RwLW2vpT5ukVPqlRnS { width:20rem;height:19.25rem;top:158.70157241821rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mw7HFTT5LyTiGQxXwEaSUwSvsociiaAl { width:20rem;height:13.3328125rem;top:227.06259459257rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdwEyygQqLTMrkmFGeKe9EMkq151IV3e { width:20rem;height:13.3328125rem;top:245.93749713898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLiXvbGIUeqHQzUEZVSDgrEpKltyNtFS { width:20rem;height:12.25rem;top:213.51323604584rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bxUtfDP50xrHRvbTyFQ1NkKGzDqAbfpb { width:20rem;height:34.9375rem;top:177.88908672332rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#bxUtfDP50xrHRvbTyFQ1NkKGzDqAbfpb li:before{  }
 }@media only screen and (max-width: 763px) { #nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 { display:block; }#nBP9D5O1dp3qLxMkiQg6ToRaF32dsqr6 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RaSngoFGHVS7y1NSb6n7FXFFT8mK4IpU { width:20rem;height:3.675rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 { background-color:#fafafa;background-image:none;display:block; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container { background-color: transparent; background-image: none; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container > .video-iframe-container { display: none; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row > .video-iframe-container { display: none; }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .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); }#CbbXLTZ1mmb1KGAelPo8wCcC4vtfiTf0 > .row .container { width:20rem;height:226.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsZCu5IzD3K3SWpPTUvERtMZxWwATJRU { width:16.375rem;height:15.375rem;top:21rem;left:1.8125001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#TsZCu5IzD3K3SWpPTUvERtMZxWwATJRU li:before{  }
 }@media only screen and (max-width: 763px) { #XEUOZxT6AEpDAATSdhkOpzCs1dA2o0GA { width:16.5625rem;height:3rem;top:210.4375rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi3dMIC8n8tFz3vd0VzaDt5eIQtpDsxa { width:16.5625rem;height:3rem;top:53rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODDDZ30Zg5DiPhrH6v4VL4uQ16WrzBp3 { width:16.5625rem;height:3rem;top:129.8125rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVuDKzAeMFgTw6ClfFyoILzsCH7F4BDo { width:16.5625rem;height:1.25rem;top:56.625rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mflk6ZF5HMK2S097eTI0dp0pPmLT59vw { width:16.5625rem;height:1.25rem;top:133.5rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynzMCUQphxEq1LcbSVLhW6ZkJ2kNkX26 { width:16.5625rem;height:1.25rem;top:213.4375rem;left:1.7187501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEHv120DMB5oeL58IJNscNMXULzq6sTS { width:18.75rem;height:62.5rem;top:1.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwrqoG4TLHzdlZFOFFsGIrrfgsKysqb { width:18.875rem;height:72.5rem;top:68rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKaRVCSpJzwQ4C0PZZJO38WGymLEbOuJ { width:18.875rem;height:76.5rem;top:147.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPgyuzCLG7VcAkKxAOxebledHGtWDCe { width:12.5rem;height:3.4375rem;top:58.737501144409rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF08WEoBK9V4PyLch3g8sc1laUmA3peG { display:block; }
 }@media only screen and (max-width: 763px) { #WcsknJzHLmMG3RWsXUDqTgOcgGu4ddR8 { width:12.5rem;height:3.4375rem;top:135.87504863739rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0nDMb88mRWzfLEmfoiJfT1QOVF3msuP { display:block; }
 }@media only screen and (max-width: 763px) { #Qo7gfGiM4BTWZ7d0ChcfIn3y0QGMc4LH { width:12.5rem;height:3.4375rem;top:215.8125rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbpRk8XIWbx3PhyNxglFJs9cGmW18Pti { display:block; }
 }@media only screen and (max-width: 763px) { #zhqTkkLUFQRkpzIgma9HeTAeDpFNISSb { width:19.0625rem;height:19.0625rem;top:1.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeHgoAfL235JVX808q4VOKuNVoCFtgvI { width:19.25rem;height:19.25rem;top:147.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDi0JvXkiTTGBV3Pl1wV3eDBsfOCLri9 { width:19.25rem;height:4.375rem;top:62.524952888487rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpCc3lt6k36Ax6VEPt89uF1TVgBnUH6o { width:16.5625rem;height:2.8125rem;top:63.3125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph3ldWltwzhC9kutCPtFrfhIckXpzAPZ { width:16.5625rem;height:2.8125rem;top:141.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL0eNV3dRs9H350tbzqCZWnWrrqaMeZD { width:19.25rem;height:4.375rem;top:140.40000534058rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvoDgWFUxkmKxbEgzAakJEkOcIUIv3XF { width:16.5625rem;height:2.8125rem;top:221.3125rem;left:1.8125001192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdWNfycpHoeF8RovUgKtmW6LNexbv8JI { width:19.25rem;height:4.375rem;top:220.5625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8MTxQWEHlxc9MRR1nIEsqeDFProHagE { width:19.0625rem;height:19.0625rem;top:67.999979019162rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgcKSTCVIq4mTnfBkdCC1BOFDQqUtizl { width:16.5625rem;height:23.8125rem;top:167.75rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#EgcKSTCVIq4mTnfBkdCC1BOFDQqUtizl li:before{  }
 }@media only screen and (max-width: 763px) { #slWdNgCJDv0Pb62S0mIvCtoyiMe6nOGR { width:16.5625rem;height:22rem;top:88rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#slWdNgCJDv0Pb62S0mIvCtoyiMe6nOGR li:before{  }
 }@media only screen and (max-width: 763px) { #hncgOaOHU0iIGfb38lu2ynDTzK87xDzP { width:16.5625rem;height:2.0625rem;top:37.75rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkOWC7M540RERqJKTmmF81OyCiUD5bla { width:16.5625rem;height:10.3125rem;top:40.550000190735rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#CkOWC7M540RERqJKTmmF81OyCiUD5bla li:before{  }
 }@media only screen and (max-width: 763px) { #TyKhrPVth2OVfteM9LhVA5LZdKScxIs2 { width:16.5625rem;height:13.75rem;top:113.73750019074rem;left:1.7187501192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#TyKhrPVth2OVfteM9LhVA5LZdKScxIs2 li:before{  }
 }@media only screen and (max-width: 763px) { #XoMrCEqvZhu7KrW0dWh9XxgStVgBfPVG { width:16.5625rem;height:2.0625rem;top:111rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJ0d2PFp5eXf5bc3ddzEcsMoSe8NvRq { width:16.5625rem;height:2.0625rem;top:192.8125rem;left:1.7187501192093rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmSRIyosQobs1a2pOI6k8hXxrlkJkQOS { width:16.5625rem;height:13.75rem;top:194.9375rem;left:1.6875001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#lmSRIyosQobs1a2pOI6k8hXxrlkJkQOS li:before{  }
 }@media only screen and (max-width: 763px) { #ulvJzpRkb88phQOky4XQhUkqKTbdy59w { display:block; }#ulvJzpRkb88phQOky4XQhUkqKTbdy59w > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JISMoh64MyZNzIxcnfHp8cF4G9XhM63I { width:20rem;height:4.3875rem;top:3.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrpyNRQyquluFCM2T2Q3zMCTW8qsLZSl { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuOWhi1PASQ3hBd1ENWepipZdz7aILSI { display:block; }#FuOWhi1PASQ3hBd1ENWepipZdz7aILSI > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BITaTVsvRJgL4WOndbTnaznSTsHMyzkU { width:20rem;height:3.675rem;top:2.1249990463257rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn { display:block; }#pkxOTyDAuQ4T6SEvt3Sg3lPF9JiDZ6sn > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HptkFaMpgvKIBTl5Mg3KAeGr6Z3N5Q8h { width:11.75rem;height:13.0625rem;top:22.968651771546rem;left:4.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1OBP3NoGL5X6UX7DIzSCm7F777SqSuQ { width:20rem;height:13.125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txpZyArNVMipr4KLPfN2FpGvH0geUHXx { width:20rem;height:58.5rem;top:50.030368804932rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y0sxB9bqN1HDSNOfI9T0IS45ehap0uCF { width:20rem;height:7.5rem;top:14.845313072204rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyilE5sOUDOwhhvBUlzkbIOgUXMAGC0n { width:20rem;height:11.375rem;top:37.981250762939rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb { display:block; }#LumOuHu6JuevLDVAk0J5dPvhF9rtIRqb > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHmoF3VsaoH5UuGIUJwRP1TugRSX8XWu { top:26.000000715256rem;left:0.46875rem;width:19.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWpbaXL5SMXJFuEJ3diWTxyhVy8xFUCy { display:block; }
 }@media only screen and (max-width: 763px) { #TMsX6Jm6w0DicT6kvtgSkIhC8rDskJX5 { width:20rem;height:21.125rem;top:1.5617187023163rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB { display:block; }#DoS4ubFWs4i1RmVvgLr7oebHb9z4ZiHB > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuaS8mn0F4vQT0Kn3dU4L87gT7fnunUh { width:18.75rem;height:2.475rem;top:1.5554695129394rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO { display:block; }#WiscbKrWaQHqEGHoUe3JNizg4ZJixJMO > .row .container { width:20rem;height:174.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkSkQEUyB3PcAv0aT7hWhq1v7guW3bX2 { width:20rem;height:1.625rem;top:11.725000858307rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhHOME1nS3Vpt9MoKvSaJRK5gpWSONXH { width:20rem;height:5.85rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHpElK478bBygJ8PM2o4ScRmaAWirm8l { width:20rem;height:8.8375rem;top:13.324219226837rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahkyN8p3gBkVKF3eTDTSO1qL2Um0gikH { width:20rem;height:1.625rem;top:23.400097370147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8I2tZQPTnrcEduyt02fOM9f5G7JfoHZ { width:20rem;height:3.25rem;top:41.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxcFhuJf5CHdLKQqulhk3s5IuAKNXyVV { width:20rem;height:7.3125rem;top:45.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUnPxaNpHPFdAN1sVTMTRTNOS4WI9zne { width:20rem;height:1.625rem;top:85.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEihyQUltknLw7vHVLvh43MxtTzCKRnf { width:20rem;height:7.3125rem;top:87.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knz6ihrv4CyZ5OIhLTRMqC1lKmgNt3nv { width:20rem;height:3.25rem;top:96.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9mHnlGGWMmz9qiKL2dR4BycOu9kDB0 { width:20rem;height:2.925rem;top:99.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX9H6OhaTJK6ZxxQcM4qlSRruN17BwKZ { width:20rem;height:3.25rem;top:104rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvZtc23L7welVgn6QdZgpmHhdhhrlhen { width:20rem;height:10.2375rem;top:107.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1P0STSE3rWIH9LmA1c9iR2QuWZRkMbB { width:20rem;height:3.25rem;top:120rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWOKr6e5qu1KI4aqDKGoGgDvrUac1A0 { width:20rem;height:13.1625rem;top:123.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQpiPe18kv8WTmWtHJBLwDWn7IAAtKO { width:20rem;height:3.25rem;top:137.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKXwUvdqVhJUQA8okcxX3rz73Tyu2QNd { width:20rem;height:16.15rem;top:141.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arw3nkle3tDW3sB9fw1MLgSkIpuGzawv { width:20rem;height:1.625rem;top:160.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spXfPV8DQSvPVvqNz27OgeTUvQq33GXv { width:20rem;height:8.8375rem;top:162.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o27faACTqDx4JK8xVVaC7HWZtcNSzPfH { width:20rem;height:3.25rem;top:53.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1giTapoavVV0oXxuCXlJsdJzQTbOkO { width:20rem;height:27.85rem;top:56.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehlB4PkGEeohEb5uWp1vKZLvTAKBWe7Z { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbKK0BRdEgh6rIwd7dUqfG0oTArBMthz { width:20rem;height:5.85rem;top:4.4491710662842rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OesqGquqCJcLLRoJ0ya8nQlZK9BVgu { width:12.25rem;height:8.0625rem;top:32.250051498413rem;left:3.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoikJXuMXgHyscSq39TLsMfN0cBDLxLz { display:block; }#GoikJXuMXgHyscSq39TLsMfN0cBDLxLz > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qo6bEQOffp78wLynNdzobpT0imrntkIf { width:19rem;height:3.4375rem;top:9.75234413147rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XidUTkvIAt5h1pifqXqTHNLCtpmxSPSK { display:block; }
 }@media only screen and (max-width: 763px) { #IJ4klrETUOBTQQ5slLSmzzwQRPcviepn { width:17.5rem;height:6.75rem;top:1.4398437500931rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSnqALGLDEKACXunN12u1LwGm3yMG5ou { background-color:#ffffff;background-image:none;display:block; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { background-color: transparent; background-image: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row > .video-iframe-container { display: none; }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .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); }#LSnqALGLDEKACXunN12u1LwGm3yMG5ou > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }