.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e43cc;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row .container { background-color: transparent; background-image: none; }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row .container > .video-iframe-container { display: none; }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row > .video-iframe-container { display: none; }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .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); }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row .container { border-width: 0; border-radius: 0; }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row > .video-iframe-container {  }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row .container { font-size:0.875rem;font-family:lato;height:5.5625rem;width:75rem;position:relative;display:block; }#ck1xdohSrB9VmlUwReD1mlyrtaVFIPV1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.124025rem;width:10.18675rem;top:1.71875rem;left:0.5615234375rem;overflow:hidden;display:block; }
#GTBozdMMytQBTLsHCcrxVvzi9RJD9W54 { z-index:15002;top:1.06201171875rem;left:59.686279296875rem;background-color:#fd007e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#uO7PASDdhXZsxZtiWvUwQ9pK9Nzn8PAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT86I7WTNqOHpDt3hnz9He567WOo35Ct { color:#ffffff;display:block;width:45.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.04833984375rem;left:13.90625rem;height:1.4624rem;font-style:normal;display:block; }
#cGUvUUnRf2hVCzTkdBdJFn2OTy2dc8XD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.3427734375rem;left:55.873046875rem; }
#enNWab5UBzFfRACGAvOL7wKIQwfIimWo { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.43676875rem;width:1.43676875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.99853515625rem;left:30.152587890625rem; }
#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row .container { background-color: transparent; background-image: none; }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row .container > .video-iframe-container { display: none; }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row > .video-iframe-container { display: none; }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .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); }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row .container { border-width: 0; border-radius: 0; }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row > .video-iframe-container {  }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row .container { font-size:0.875rem;font-family:lato;height:36.75rem;width:75rem;position:relative;display:block; }#JTD2dBzLVAR4tMmEdD4cVni5IzLTM5rx { color:#ffffff;display:block;width:44.8105625rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.564453125rem;left:0.625rem;height:5.8496125rem;font-style:normal;display:block; }
#MLf8qAOmPWL6rkha06u1KrxePLJnoXZ8 { color:rgba(255,255,255,0.8);display:block;width:36.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:15.6875rem;left:2.5791015625rem;height:3.999025rem;font-style:normal;display:block; }
#cFZiEKSVtQLv7A1UqN2FTA9x9TXdTKoU { z-index:15001;top:26.3427734375rem;left:2.5791015625rem;background-color:#0330d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#xtymTlLT2oICI9d3gETco6qQJJsGheLP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOI1EbJSgIOg4fqOTAH9AuSHEQPgvpiA { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:11.9775390625rem;left:3.75rem;height:2.99805rem;font-style:normal;display:block; }
#QTBgLnhDM99Tp5UVg3Fohf9ZvrqkW820 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:11.8408203125rem;left:1.7041015625rem;display:block; }
#NO4uQ1fg5Z2aZCPTEfbzvhyTwyPiTy10 { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:11.88330078125rem;left:13.11767578125rem;display:block; }
#yQzF1bUEfmwvOSDyipSal6D9HV3JNBan { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:11.964111328125rem;left:23.841796875rem;display:block; }
#aWxhV4ZBxmAEENJHXGTKqig5MBe1MKPi { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:11.990966796875rem;left:15.076171875rem;height:1.499025rem;font-style:normal;display:block; }
#iw2Dp6s3K5Esq2Xb8nCFflHOkTq4tteD { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:12.053466796875rem;left:26.09130859375rem;height:2.99805rem;font-style:normal;display:block; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .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; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.40125rem;padding-right:0.355625rem;padding-bottom:0.40125rem;padding-left:0.355625rem;display:block;align-items:center;width:2.131875rem;min-width:2.131875rem;height:2.155625rem;position:relative;font-family:"open sans";font-size:1.604375rem;font-weight:700;line-height:34.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.843125rem;height:0.851875rem;position:relative;font-family:"open sans";font-size:0.601875rem;font-weight:400;line-height:13.63px;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; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;display:flex;justify-content:space-between;width:15.375rem;height:4.060625rem;padding-top:0.150625rem;padding-right:0.1525rem;padding-bottom:0.150625rem;padding-left:0.1525rem;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:20.9033203125rem;left:2.5791015625rem;z-index:15009; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #AokGV5lATshZo38T34RqBDZJup8Shxio { display:flex;position:relative;top:0rem;left:0rem; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #azQWUMC0EmHh2AlMgtP2ER9H8QJ0lU8s { width:auto; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #nHMcVhyXquorEqB67Tf5dUtFMPQTZaXZ {  }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #LRw0t1zhaxUuOBLXCAc2yhI9t9TwrBSx { display:flex;position:relative;top:0rem;left:0rem; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #P3nuwFFQNDW3AbbbwpQZsvANyVtIxfUi {  }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #G9g92kJbZv8vJm5sBf6OEzf2VepOiAqu {  }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #I8bDhrMzeCWgqTscPiJ7LQc0XAMyI7Z1 { display:flex;position:relative;top:0rem;left:0rem; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #T0B07WUkhidvwJFrpkz0EBs6O9MNb8Ua {  }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #zC1JgKythFoC0lvyuyDzPwAxPXbZSTxy {  }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #th0zxWzixKmCQiQAaaBgAG1GwEGmUdZF { display:flex;position:relative;top:0rem;left:0rem; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #tOwbyErOT5XlNVUIhZzPrEJNNlaBJXa4 {  }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #inw5lIir25sUHBUcVHkyUfh0l8z9DIX9 {  }
#vzTFsfPhv625nyXu6M9Fc8Xa7M9q4gE6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:8.999rem;top:29.90478515625rem;left:5.76416015625rem;overflow:hidden;display:block; }
#Tlqv06c8heWgt4oix0vagurK0tZxJK36 { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:34.30078125rem;left:1.2666015625rem;height:1.13769375rem;display:block; }
#Xsf9KJU3u4aCkArPe5g9Qd1gMWkwqWoP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:18.75rem;display:none; }
#GpaIWTAChgt1bPasQXtLsaFUpLzuV9nQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.3125rem;width:28.3125rem;top:7.02783203125rem;left:42.806677734375rem;overflow:hidden;display:block; }
#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ { position:relative;display:block; }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ { background-color: transparent; background-image: none; }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row .container > .video-iframe-container { display: none; }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row > .video-iframe-container { display: none; }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .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); }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ { border-width: 0; border-radius: 0; }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row .container > .video-iframe-container {  }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#DdPUH1uorELUGa39PLTRPGadzyOesNxq { color:#0330d6;display:block;width:41.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.931640625rem;left:16.9375rem;height:5.19775625rem;font-style:normal;display:block; }
#VoFsvfW45GHIuF7KtZHPsNxTIgXBbwee { color:#3e556f;display:block;width:45.8125rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.630859375rem;left:14.59375rem;height:6.82616875rem;text-align:center;text-align-last:center;display:block; }
#X5vgg0TgvTsZ5z2m6WWVR72SEAuU9aI0 { color:#3e556f;display:block;width:38.1875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.240234375rem;left:18.40625rem;height:4.55078125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xys4qbAIcxneHuNwwQq8tFaRhBormSVq { color:#0330d6;display:block;width:53.3728125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.435302734375rem;left:10.81298828125rem;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; }
#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx { position:relative;display:block; }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx { background-color: transparent; background-image: none; }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .row .container > .video-iframe-container { display: none; }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .row > .video-iframe-container { display: none; }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .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); }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx { border-width: 0; border-radius: 0; }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .row .container > .video-iframe-container {  }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .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:32.0625rem;width:75rem;position:relative;display:block; }#fFmWbP66MPS5qJtfaeZKnUWb5BJHa6gl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.499rem;width:6.499rem;top:5.684814453125rem;left:9.25048828125rem;overflow:hidden;display:block; }
#ZSd0rTev9FRHZXPpOnFfl4bbBo7oOTRL { color:#3e556f;display:block;width:12.4365rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6865234375rem;left:6.28173828125rem;height:;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;font-style:normal;display:block; }
#voW07a8TvJTFBCWxBSPOK4J5x03ZyhFm { color:#718397;display:block;width:17.06175rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:18.870849609375rem;left:3.96728515625rem;height:7.995625rem;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; }
#tXSgrbCpnPeskSx9uMUK9ocWOTdiTSJZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.1245125rem;width:5.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:6.370849609375rem;left:34.937744140625rem; }
#GhcMiHD6Tag8FCbATL5nayq9u6Swe2CR { color:#3e556f;display:block;width:14.56175rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.6865234375rem;left:30.21728515625rem;height:;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;font-style:normal;display:block; }
#w4hWfhIVyuXR5ZeFH4Ghl7iDM2QTHgQI { color:#718397;display:block;width:16.12425rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:18.870849609375rem;left:29.437255859375rem;height:4.49706875rem;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; }
#lcG4KUTMHNbP4roWgiLadqCiFp89Edga { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:6.58935546875rem;left:60.15625rem;overflow:hidden;display:block; }
#NuZD7bwqIVP2ulTGGLN4bcI1XueX3bOK { color:#3e556f;display:block;width:13.374rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.6865234375rem;left:55.811767578125rem;height:;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;font-style:normal;display:block; }
#x2TMTQc3oBXbh2SVngtcMTBs5WcBKroy { color:#718397;display:block;width:16.1230625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:18.870849609375rem;left:54.437255859375rem;height:5.99609375rem;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; }
#zXPdahEebUp4GORTrt8e3KnzkSMFPSsR { color:#fd007e;display:block;width:53.3728125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.435302734375rem;left:10.81298828125rem;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:none; }
#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ { position:relative;display:block; }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ { background-color: transparent; background-image: none; }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row .container > .video-iframe-container { display: none; }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row > .video-iframe-container { display: none; }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .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); }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ { border-width: 0; border-radius: 0; }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row .container > .video-iframe-container {  }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#fulSyurtJ4QauCR93D2PDKPd4iZJAaMG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.249025rem;width:5.249025rem;top:1.7822265625rem;left:9.874267578125rem;overflow:hidden;display:block; }
#JZHDpTwr2zUoN2nOLXoJdLV22GKfZ2lP { color:#3e556f;display:block;width:11.93725rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.891845703125rem;left:6.529541015625rem;height:;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;font-style:normal;display:block; }
#prK9dhN95eewWEMBIxpvFF3ggf8axJT6 { color:#718397;display:block;width:16.12425rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:12.45361328125rem;left:4.43603515625rem;height:7.495125rem;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; }
#cgrbEMvwTgV8PcZiU9QxbqaoNV4Lt9FG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.99975625rem;width:5.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.40625rem;left:34.49951171875rem; }
#OBST3shR8a2tfGGTp7s10sKPgXvTQyJb { color:#3e556f;display:block;width:11.9360625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.891845703125rem;left:31.53076171875rem;height:;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;font-style:normal;display:block; }
#pRIVMmiPLp58DTz6cV53yhmT3ARcPJ4y { color:#718397;display:block;width:16.1230625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:12.45361328125rem;left:29.437255859375rem;height:2.99805rem;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; }
#TJnvwneb38hOR33PD2BQB5fWmEipwR5o { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;top:2.06298828125rem;left:60.15625rem;overflow:hidden;display:block; }
#PZEx1hWRrOa4bO7dNPE4RL8Ne2B7EmnT { color:#3e556f;display:block;width:17.2485625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.891845703125rem;left:53.87451171875rem;height:4.87426875rem;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;font-style:normal;display:block; }
#ap2eGJuECkl38dvs3O9yfAzCQtS04fcE { color:#718397;display:block;width:16.1230625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:12.45361328125rem;left:54.437255859375rem;height:7.495125rem;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; }
#pURQqA09hblIZV0hS1ACbOh04WBTnulL { z-index:15002;top:21.0107421875rem;left:30.03173828125rem;background-color:#0330d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#OJJC716OA6w3d7qgJ42zc0WWDm50bce6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#un32e2ridQFqvolbca0NPVy2wy9zFgGo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9978125rem;width:18.9978125rem;top:25.560302734375rem;left:53.87451171875rem;overflow:hidden;display:block; }
#vcZtalVE593vTiV5C26bN8tTHtPpiguz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row .container { background-color: transparent; background-image: none; }#vcZtalVE593vTiV5C26bN8tTHtPpiguz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row .container > .video-iframe-container { display: none; }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row > .video-iframe-container { display: none; }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .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); }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row .container { border-width: 0; border-radius: 0; }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row > .video-iframe-container {  }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row .container { font-size:0.875rem;font-family:lato;height:14.8125rem;width:75rem;position:relative;display:block; }#QPhQeZoKJnZEoIpLsfd9QTZICBn06nQn { color:#0330d6;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.2304692268372rem;left:0.65625rem;height:2.92358125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mlx5ANNTmCOFaiHtECWcRHpiruPXfx6O { color:rgba(255,255,255,0.8);display:block;width:42.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3320317268369rem;left:0.65625rem;height:3.898925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b6FMRbTIS5TG9uRHNox0SKUV8D90mk4J { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:15.9375rem;top:5.1875rem;left:9.5625rem;overflow:hidden;display:none; }
#txwy56MT3NfdFe9utDcTGpcIQHA4T1es { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0.6875rem;height:1.7858875rem;display:block; }
#H0yDtLqQSMuJvkrSZBbG2Kdw0p6rDfWC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9978125rem;width:18.9978125rem;top:25.560302734375rem;left:53.87451171875rem;overflow:hidden;display:none; }
#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 { position:relative;display:block; }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 { background-color: transparent; background-image: none; }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .row .container > .video-iframe-container { display: none; }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .row > .video-iframe-container { display: none; }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .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); }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 { border-width: 0; border-radius: 0; }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .row .container > .video-iframe-container {  }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .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:75rem;position:relative;display:block; }#zv6UcWSMQHdGxXsm4GDmhXUFzLmDsBFP { color:#0330d6;display:block;width:53.374rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.3984375rem;left:10.811767578125rem;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; }
#a8tHQEhgPdzASIGayhAiTZAqgNmxa5Fa { color:#3e556f;display:block;width:53.374rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.986083984375rem;left:10.888671875rem;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; }
#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw.adaptive-delivery-prevent-bg, #nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw.lazyload, #nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw.lazyloading { background-image: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container { background-color: transparent; background-image: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container > .video-iframe-container { display: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row > .video-iframe-container { display: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .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); }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container { border-width: 0; border-radius: 0; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row > .video-iframe-container {  }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#yXbLORsKwBniCgWmf6id2G9ZIXpCp1Ik { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1tZaWze7x1aglADzrredVzh2Ee7Th8b { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:14.69921875rem;left:7.8125rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#vKFw1pRtW2y9mQbvEWTcOW3hQCMVVULd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3125rem;width:6.3125rem;top:8.38671875rem;left:9.34375rem;overflow:hidden;display:block; }
#eM0w2u8SfMCzD2UKNo8U2bxXmlhzVDIh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gXD93kNPkhTv6ZFWaS2HJJihkOWoFJWH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:8.04296875rem;left:34rem;overflow:hidden;display:block; }
#XrSM2DsRDozZnwFD4UwwoCE2yug62pT2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.15625rem;left:56.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGZHT10wpQ9RU6ELG94kUItp3CFLD8g5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:8.04296875rem;left:59rem;overflow:hidden;display:block; }
#gS5K0KqER6Ec4Ct9V4aHC280dQQQad14 { z-index:15002;top:21.46875rem;left:5.46875rem;background-color:#0330d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#UfXUQXGoxe8OnqzFJcl8GVzipuQGJsPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSb7adETGfIW3TES3vekWoNqRTcLwQ7a { z-index:15002;top:21.46875rem;left:30.46875rem;background-color:#0330d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#F5WUesQoADyMz8O9R6WoBy6QFzOMmZhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ef1R1sMKV02iy4WV6umLSik481kJUUcT { z-index:15002;top:21.468505859375rem;left:54.874267578125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#ccssVo9CQUVc6R3kymBEPBTHmDb9684L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oZK3a5ZNsekzKVb6aPeUnqQ1csx4ba0R { color:#000000;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:17.88671875rem;left:7.6875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#byibTFMOk4TR0HyAMwpPTRCgfy8k9MML { color:#53b218;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:17.88671875rem;left:10.75rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#xNeuJlF3uMTLyUMQhbhWiXgvNm2hxfTt { position:absolute;display:block;z-index:15000;background-color:#e7e9ec;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: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:36.875rem;width:21.875rem;top:3.96875rem;left:1.5625rem;display:block; }
#QCJChGRdSmpi1XJOZXHntdINNlFlzHR0 { position:absolute;display:block;z-index:15001;background-color:#e7e9ec;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: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:41.3125rem;width:21.875rem;top:3.96875rem;left:26.5625rem;display:block; }
#vRuzTLKnUZILJglIhFAPN3KWqfFH0lKJ { position:absolute;display:block;z-index:15002;background-color:#e7e9ec;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: 0rem 0rem 0.75rem rgba(0,0,0,0.16) ;height:44.25rem;width:21.875rem;top:3.96875rem;left:53.125rem;display:block; }
#vp2iw0WU1Cgf13ZJPELrGT3HLyEs54bN { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:14.69921875rem;left:34rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#wvvUd4hpLDRlG4nPeNpa2dwuhE1KgZQB { color:#48b319;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:17.82421875rem;left:35.4375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#t0u4PCX3bRniUSVNgCnOdlqy20JbZbgp { color:#000000;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:17.88671875rem;left:32.25rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#cChRO5mWTtN4CCPrbScJHaOwZJA40zEt { color:#000000;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:15.16796875rem;left:58.8125rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#bLdpeRAawBN2AwmgFN5hSLrclmSrDVA5 { color:#41b319;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:18.13671875rem;left:60.9375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#y2gTOKcsaxgkVVt1doNgAv3EfAvltOcK { color:#000000;display:block;width:4rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:18.26171875rem;left:57.625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#Xb2QezfQpMGpMPFUF3fiEbc6v2wT9st1 { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:2.2;letter-spacing:0;top:28.76171875rem;left:3.0625rem;height:13.190925rem;display:block; }
#bcdudrlQGStzgPTuffxpviBKWX7DD2z8 { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:2.2;letter-spacing:0;top:28.76171875rem;left:28rem;height:15.3894125rem;display:block; }
#cgVPxqHfh4cnEZxPbbIqDQe9Ix9pihEF { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:2.2;letter-spacing:0;top:28.76171875rem;left:56.25rem;height:17.5879rem;display:block; }
#WftoiVPT7Xzv7wBt9L9Ze84HVGRt8sbc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.5625rem;width:9.3125rem;top:3.13671875rem;left:39.8125rem;overflow:hidden;display:block; }
#XvVbObdL1cJGPdsEAeN0FJxEQhmK6xRO { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:26.03125rem;left:5.6875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#zB9RfKUDMPXlmAMS5KySEwMtHcX0m0vA { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:26.03125rem;left:57.25rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#SJJOAAQw5diLWebLZ7qxt98U0EiGUtSD { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:26.03125rem;left:30.6875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#bAZfppke5I6pslgBkdhMrOFKLkCSC4Dw { z-index:15003;top:21.46875rem;left:57.03125rem;background-color:#0330d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#nEkZRr8Quk2R5MurlES8kPmO8ZklIegh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row .container { background-color: transparent; background-image: none; }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row .container > .video-iframe-container { display: none; }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row > .video-iframe-container { display: none; }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .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); }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row .container { border-width: 0; border-radius: 0; }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row > .video-iframe-container {  }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row .container { font-size:0.875rem;font-family:lato;height:37rem;width:75rem;position:relative;display:block; }#OrHfOa44UVLZ8gmiDovwdKRgJh4gLz7W { color:#3e556f;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0.78125rem;height:;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;font-style:normal;display:block; }
#qEVThMT6bezbxUJFJmViMovCGHyilJIk { color:#718397;display:block;width:18.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:25.25rem;left:0rem;height:4.7973625rem;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; }
#oXTuKle2DZTpo7KFAaxfJK7pqS5MsNp6 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:25.0625rem;left:28.125rem;height:6.3965rem;text-align:center;text-align-last:center;display:block; }
#FnO9DkBTfwpPDQIUa8erGrEnfDCHWTTF { color:#3e556f;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.6875rem;left:26.34375rem;height:;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;font-style:normal;display:block; }
#bRViHbbbTLTVHQFi7DMUcEyArWVloTZc { color:#000000;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:25.125rem;left:56.25rem;height:6.3965rem;text-align:center;text-align-last:center;display:block; }
#g1FnPr9kvpCSskyf4lsyNPL6PRwosIA0 { color:#3e556f;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.875rem;left:56.8125rem;height:3.2495125rem;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;font-style:normal;display:block; }
#hQ9xc3Fwz0Zscaq6ETATdoPmm0rZAFzU { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:17.0625rem;left:7.1875rem;overflow:hidden;display:block; }
#FZthbJ9kBpBgFHcHtgB491W6ECOvex2W { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:17.0625rem;left:35.5rem;overflow:hidden;display:block; }
#Lvc4tN0MgQrd8zB71MvBSzGQp0966xGl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:16.9375rem;left:63.625rem;overflow:hidden;display:block; }
#PbLfuIW3NOzIMZhzd7wUuaLnWLA7a5Ta { color:#3e556f;display:block;width:53.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:10.8125rem;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; }
#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed { position:relative;display:block; }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed { background-color: transparent; background-image: none; }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .row .container > .video-iframe-container { display: none; }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .row > .video-iframe-container { display: none; }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .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); }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed { border-width: 0; border-radius: 0; }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .row .container > .video-iframe-container {  }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .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:lato;height:9.0625rem;width:75rem;position:relative;display:block; }#K2mec8usbocfSgAhaH3a2NIRUIU4Ozkw { z-index:15002;top:1.31103515625rem;left:30.120849609375rem;background-color:#0330d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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; }
#IfDK9198IMkeCG2X9SB4RiB8EDO7zi4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWZsp82PGBL3XsOc49lihWM1UcK62R3L { color:rgba(62,85,111,0.8);display:block;width:34.187rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:6.64794921875rem;left:22.125244140625rem;height:3.19824375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 { position:relative;display:block; }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 { background-color: transparent; background-image: none; }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .row .container > .video-iframe-container { display: none; }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .row > .video-iframe-container { display: none; }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .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); }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 { border-width: 0; border-radius: 0; }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .row .container > .video-iframe-container {  }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .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:lato;height:12.6875rem;width:75rem;position:relative;display:block; }#NzLGG21pHz1Ss2wNLF4Zuy6uspIgpcCt { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.875rem;width:66.5625rem;top:9.6875rem;left:5.4375rem;display:block; }
#Fqm7xbovcQihusKc1ykKRrZSkG1Dqsw9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:10.5rem;left:69.25rem;overflow:hidden;display:block; }
#elV0H157JzJMSfwzWG6AoGCsiLJKublz { color:#3e556f;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.4375rem;left:6.4375rem;height:2.59765625rem;font-style:normal;display:block; }
#QP2UTMINk4VwckNoGJR4GA6UR0Vu6dQT { color:#3e556f;display:block;width:53.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.0625rem;left:10.8125rem;height:2.598875rem;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; }
#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe { position:relative;display:block; }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe { background-color: transparent; background-image: none; }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .row .container > .video-iframe-container { display: none; }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .row > .video-iframe-container { display: none; }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .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); }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe { border-width: 0; border-radius: 0; }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .row .container > .video-iframe-container {  }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .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:lato;height:5.5rem;width:75rem;position:relative;display:block; }#JyXXKrcGNgiaNEkElGXBTq7bmU0uGJwL { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:5.375rem;width:66.5625rem;top:0rem;left:5.4375rem;display:block; }
#Q6TNT4fW8Gn3I5eTSW5AeGbNAXH4Ks7c { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.94921875rem;left:6.8125rem;height:1.59911875rem;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; }
#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid { position:relative;display:block; }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid { background-color: transparent; background-image: none; }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .row .container > .video-iframe-container { display: none; }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .row > .video-iframe-container { display: none; }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .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); }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid { border-width: 0; border-radius: 0; }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .row .container > .video-iframe-container {  }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .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:lato;height:3.0625rem;width:75rem;position:relative;display:block; }#DVQPmIWP2dXI5VpuXkd0IACfLPcrqlOU { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#VpQ8Hu1svcqLCBq99V23wSG0gyvnGaNH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:0.8125rem;left:69.25rem;overflow:hidden;display:block; }
#decAX4g3y8nUFy8ehwRiFI9IGMTx7MZS { color:#3e556f;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG { position:relative;display:block; }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG { background-color: transparent; background-image: none; }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .row .container > .video-iframe-container { display: none; }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .row > .video-iframe-container { display: none; }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .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); }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG { border-width: 0; border-radius: 0; }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .row .container > .video-iframe-container {  }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .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:lato;height:4.0625rem;width:75rem;position:relative;display:block; }#o02A1VgnUDaJEaeiHEbuF7pTNmIyAZAa { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#fm7flpqfDl8V6QJiwTMbFttK9T2AS20N { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.25rem;left:6.8125rem;height:1.5996125rem;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; }
#ML2A39btVtTTSm0ozFiogb580cSUarrG { position:relative;display:block; }#ML2A39btVtTTSm0ozFiogb580cSUarrG { background-color: transparent; background-image: none; }#ML2A39btVtTTSm0ozFiogb580cSUarrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .row .container > .video-iframe-container { display: none; }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .row > .video-iframe-container { display: none; }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .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); }#ML2A39btVtTTSm0ozFiogb580cSUarrG { border-width: 0; border-radius: 0; }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .row .container > .video-iframe-container {  }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .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:lato;height:3.0625rem;width:75rem;position:relative;display:block; }#QibsiyT9CpVXJpqVAgV92chdNNN7upzQ { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#IQTPGlLds4mf0Z2QciT9irAcEneicD6A { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:0.8125rem;left:69.25rem;overflow:hidden;display:block; }
#ema3vMCbKiIGzT70V5Tvy2CMSo1osD5S { color:#3e556f;display:block;width:24.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM { position:relative;display:block; }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM { background-color: transparent; background-image: none; }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .row .container > .video-iframe-container { display: none; }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .row > .video-iframe-container { display: none; }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .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); }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM { border-width: 0; border-radius: 0; }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .row .container > .video-iframe-container {  }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .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:lato;height:11.5rem;width:75rem;position:relative;display:block; }#e2TuwC36gskuE3fuIp2l3z889ZQJQkv1 { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:11.4375rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#ByurOeCHfLoESQ7COcXF8NlgOvHToIOU { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.125rem;left:6.8125rem;height:;text-align:left;text-align-last:left;display:block; }#ByurOeCHfLoESQ7COcXF8NlgOvHToIOU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ByurOeCHfLoESQ7COcXF8NlgOvHToIOU li:before{  }
#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww { position:relative;display:block; }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww { background-color: transparent; background-image: none; }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .row .container > .video-iframe-container { display: none; }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .row > .video-iframe-container { display: none; }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .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); }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww { border-width: 0; border-radius: 0; }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .row .container > .video-iframe-container {  }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .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:lato;height:3.0625rem;width:75rem;position:relative;display:block; }#Fe3sWG4u6VHTZDTKTMrBwkMrerD9OoT8 { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#rC5yWdUGfwx8VW3XOUOIE8BNJ671w8Ta { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:0.8125rem;left:69.25rem;overflow:hidden;display:block; }
#kVEI56xS4HDXVuF8caNXPq7BH9B09seP { color:#3e556f;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u { position:relative;display:block; }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u { background-color: transparent; background-image: none; }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .row .container > .video-iframe-container { display: none; }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .row > .video-iframe-container { display: none; }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .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); }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u { border-width: 0; border-radius: 0; }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .row .container > .video-iframe-container {  }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .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:lato;height:4.1875rem;width:75rem;position:relative;display:block; }#p03O4UeL7asUC6PiblgxsvkW4eGzM8zT { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.0625rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#ddB9vbTh1KT8qBRb219Woaaw2ab0lta0 { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.25rem;left:6.8125rem;height:;text-align:left;text-align-last:left;display:block; }#ddB9vbTh1KT8qBRb219Woaaw2ab0lta0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ddB9vbTh1KT8qBRb219Woaaw2ab0lta0 li:before{  }
#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q { position:relative;display:block; }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q { background-color: transparent; background-image: none; }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .row .container > .video-iframe-container { display: none; }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .row > .video-iframe-container { display: none; }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .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); }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q { border-width: 0; border-radius: 0; }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .row .container > .video-iframe-container {  }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .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:lato;height:3.0625rem;width:75rem;position:relative;display:block; }#Z659XlStVxZI9bI7wG6LfRvT2JauATIp { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.9375rem;width:66.5625rem;top:0rem;left:5.625rem;display:block; }
#NNdo9tDCmH2c71RCTDgbgTKRM7TroQsM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:0.8125rem;left:69.25rem;overflow:hidden;display:block; }
#le6nJyILZy9vJZxvg5FhEkNwLszJMlci { color:#3e556f;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo { position:relative;display:block; }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo { background-color: transparent; background-image: none; }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .row .container > .video-iframe-container { display: none; }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .row > .video-iframe-container { display: none; }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .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); }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo { border-width: 0; border-radius: 0; }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .row .container > .video-iframe-container {  }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .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:lato;height:6.125rem;width:75rem;position:relative;display:block; }#f78zydTiwbKBTmEpUMUATZSCcCqa1FMn { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.0625rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#mzxqmyf0nIkTBS1fuwQ7MrgFRU9mJkHB { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.25rem;left:6.8125rem;height:3.19921875rem;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; }
#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF { position:relative;display:block; }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF { background-color: transparent; background-image: none; }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .row .container > .video-iframe-container { display: none; }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .row > .video-iframe-container { display: none; }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .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); }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF { border-width: 0; border-radius: 0; }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .row .container > .video-iframe-container {  }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .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:lato;height:3.0625rem;width:75rem;position:relative;display:block; }#c8LT9FGDc24PBMImoNrMDlbpPQR52O3J { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#sExK8McNw7wiGDemftbng4xHe2TWlTbx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:0.8125rem;left:69.25rem;overflow:hidden;display:block; }
#F7Qcx1sNnmhvu5ZmGolzuBMr5kQNTDbP { color:#3e556f;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 { position:relative;display:block; }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 { background-color: transparent; background-image: none; }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .row .container > .video-iframe-container { display: none; }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .row > .video-iframe-container { display: none; }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .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); }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 { border-width: 0; border-radius: 0; }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .row .container > .video-iframe-container {  }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .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:lato;height:4.75rem;width:75rem;position:relative;display:block; }#XqyvVMLhhU591Xm7aKBt5KmRGG09Dcw8 { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.6875rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#XZ7IgDn0qbwvxmfETmJsiyrbvLzTpazB { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.25rem;left:6.8125rem;height:1.5996125rem;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; }
#earQfDN4iDvX82CJSniJD7PIsQHvI3xi { position:relative;display:block; }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi { background-color: transparent; background-image: none; }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .row .container > .video-iframe-container { display: none; }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .row > .video-iframe-container { display: none; }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .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); }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi { border-width: 0; border-radius: 0; }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .row .container > .video-iframe-container {  }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .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:lato;height:3.0625rem;width:75rem;position:relative;display:block; }#oUXXpM4V6hozMA4Ib5H7Mdm0hMkw67Ua { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#z17cHaSTx2q4UZqfuzMIgD5xvRpskcmk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:0.8125rem;left:69.25rem;overflow:hidden;display:block; }
#Fx2fnJz5aCVE5k4Bo6CFTe10gHysAZDP { color:#3e556f;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl { position:relative;display:block; }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl { background-color: transparent; background-image: none; }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .row .container > .video-iframe-container { display: none; }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .row > .video-iframe-container { display: none; }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .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); }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl { border-width: 0; border-radius: 0; }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .row .container > .video-iframe-container {  }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .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:lato;height:4.1875rem;width:75rem;position:relative;display:block; }#aAV9SpckJte3vvbZnQzWTv0hHl4PGMQy { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.125rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#q9ITwZT4R4J63viaaydi0rPZ1zaRe3m8 { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.25rem;left:6.8125rem;height:1.5996125rem;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; }
#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK { position:relative;display:block; }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK { background-color: transparent; background-image: none; }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .row .container > .video-iframe-container { display: none; }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .row > .video-iframe-container { display: none; }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .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); }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK { border-width: 0; border-radius: 0; }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .row .container > .video-iframe-container {  }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .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:lato;height:3.0625rem;width:75rem;position:relative;display:block; }#dnmd10AmcCFWOC71EGpXZafAdix8Xev8 { position:absolute;display:block;z-index:15000;background-color:#f4f8fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:3rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#DUCSv2n62ZhTgc0rh7NiIQPDNGV5u5Tv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:0.8125rem;left:69.25rem;overflow:hidden;display:block; }
#OWWnaB0IsATQXqq4cnc5RZhovsxiXtiR { color:#3e556f;display:block;width:37.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:6.4375rem;height:1.29980625rem;font-style:normal;display:block; }
#NRnvkMqAfRugiix36pd5edLDeSw7TEih { position:relative;display:block; }#NRnvkMqAfRugiix36pd5edLDeSw7TEih { background-color: transparent; background-image: none; }#NRnvkMqAfRugiix36pd5edLDeSw7TEih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .row .container > .video-iframe-container { display: none; }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .row > .video-iframe-container { display: none; }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .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); }#NRnvkMqAfRugiix36pd5edLDeSw7TEih { border-width: 0; border-radius: 0; }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .row .container > .video-iframe-container {  }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .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:lato;height:4.1875rem;width:75rem;position:relative;display:block; }#t5CATTGeoUKKmHxsgKU0uQqBJ9n75qFo { position:absolute;display:block;z-index:15001;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.0625rem solid rgba(22,128,245,0.5);border-left:0.0625rem solid rgba(22,128,245,0.5);border-right:0.0625rem solid rgba(22,128,245,0.5);border-bottom:0.0625rem solid rgba(22,128,245,0.5);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.125rem;width:66.5625rem;top:-0.0625rem;left:5.4375rem;display:block; }
#tH0Gaw89Sn6v7oQKmzWCyv1r9WvKtGXC { color:rgba(62,85,111,0.7);display:block;width:63.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.25rem;left:6.8125rem;height:1.5996125rem;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; }
#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L { position:relative;display:block; }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L { background-color: transparent; background-image: none; }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .row .container > .video-iframe-container { display: none; }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .row > .video-iframe-container { display: none; }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .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); }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L { border-width: 0; border-radius: 0; }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .row .container > .video-iframe-container {  }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .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:lato;height:3.5rem;width:75rem;position:relative;display:block; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row .container { background-color: transparent; background-image: none; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row .container > .video-iframe-container { display: none; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row > .video-iframe-container { display: none; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .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); }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row .container { border-width: 0; border-radius: 0; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row > .video-iframe-container {  }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row .container { font-size:0.875rem;font-family:lato;height:31.6875rem;width:75rem;position:relative;display:block; }#FyVtEhVal6N5JE7PL42RIuPTvxndQ7RT { color:#ffffff;display:block;width:49.875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:5.3369140625rem;left:12.5625rem;height:3.59985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTQcAXhPLV1Z5hs17RrDAUC2b2VEbfDU { color:rgba(255,255,255,0.8);display:block;width:41.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:14.906261444092rem;left:15.343751907349rem;height:3.59863125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lh97vstPzC8o3sVH8nnFDC9yZSyZLBkv { z-index:15002;top:20.091552734375rem;left:27.7783203125rem;background-color:#0330d6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.93725rem;height:3.999025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JZbeficddCehzIMhcQwKLitaQZZXE3od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rtG7US6lFrqpUyESTmzbhPUbtRfqK8uv { color:rgba(251,231,24,0.7);display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:25.281261444092rem;left:27.281251907349rem;height:3.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUbBZBzCBU4oqHbtBxiwA6ZA6TDF1iiZ { color:#0330d6;display:block;width:33.1875rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:9.954429626465rem;left:19.656251907349rem;height:3.59985625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mihiweFThCgystbduQfJmqcBDv8avJ6b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { background-color: transparent; background-image: none; }#mihiweFThCgystbduQfJmqcBDv8avJ6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container > .video-iframe-container { display: none; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row > .video-iframe-container { display: none; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .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); }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { border-width: 0; border-radius: 0; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row > .video-iframe-container {  }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { font-size:0.875rem;font-family:lato;height:19.4375rem;width:75rem;position:relative;display:block; }#usdTo4QOrxxQT7Wd1ChOFh3JJvOwVHEI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:7.6875rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#P1lN47Oc8C0hwH1prJh2n6C5FQFX96cK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.4375rem;left:62.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wK4ADkDUnUDEU8LQm7fIHW7GEbTVuiJ3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.8125rem;left:62.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#F9N4cIrBxuMamvVsQpzlXVZIKOrCUWdZ { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.068359375rem;left:0rem;height:2.59765625rem;text-align:left;text-align-last:left;display:block; }
#qTI9lrxNoBmPAGBxy9TTPgxzfgXDmTMD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:31.25rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#PVOpv7Xc8g96faH8TEKNXyH4tEv3ptcr { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:7.1875rem;left:0rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#nn3rJQ4QZK1IRNTy1ZZ54ieU9n266Wfr { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.8125rem;left:29.3125rem;height:1.29931875rem;text-align:center;text-align-last:center;display:block; }
#UB45qaktr99AQ4qiGMrXNt0TBbP89VRV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:;width:2rem;top:7.625rem;left:30.5625rem;overflow:hidden;display:block; }
#wQboMoD5wX1FTpz0WATo3bwQVKZ3uvNT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:7.625rem;left:33.8125rem;overflow:hidden;display:block; }
#lwhkgB14DLVO0kKpoFQyo1sgIrSCdQJA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:2.0625rem;top:7.625rem;left:37.3125rem;overflow:hidden;display:block; }
#wUzzehNoTgfRDDUiT7EkGZ0yuN5KqSCT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:7.625rem;left:40.9375rem;overflow:hidden;display:block; }
#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 { position:relative;display:none; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 { border-width: 0; border-radius: 0; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row .container > .video-iframe-container {  }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .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:lato;height:18.75rem;width:75rem;position:relative;display:none; }#efbwhrsVgqsG7r0313HnnTaiF9vteRFf { z-index:15002;top:24.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;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:none; }
#T2ucymq3L1uSdJmvmx3JgkUWySlC2rnA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UguvR8H5caP8hwc9TZM4srfdJCH2DF84 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:1.25rem;left:1rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L { display:block; }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck1xdohSrB9VmlUwReD1mlyrtaVFIPV1 { top:1.6875rem;left:0rem;width:10.125rem;height:2.1111495938351rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBozdMMytQBTLsHCcrxVvzi9RJD9W54 { top:1rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7PASDdhXZsxZtiWvUwQ9pK9Nzn8PAs { display:block; }
 }@media only screen and (max-width: 763px) { #LT86I7WTNqOHpDt3hnz9He567WOo35Ct { top:2rem;left:0.28125rem;width:45.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUvUUnRf2hVCzTkdBdJFn2OTy2dc8XD { top:1.3125rem;left:42.248046875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enNWab5UBzFfRACGAvOL7wKIQwfIimWo { top:1.9375rem;left:16.527587890625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq { display:block; }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTD2dBzLVAR4tMmEdD4cVni5IzLTM5rx { top:7.5625rem;left:0rem;width:44.75rem;height:5.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLf8qAOmPWL6rkha06u1KrxePLJnoXZ8 { top:15.625rem;left:0rem;width:36.0625rem;height:3.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFZiEKSVtQLv7A1UqN2FTA9x9TXdTKoU { top:26.3125rem;left:0rem;width:15.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtymTlLT2oICI9d3gETco6qQJJsGheLP { display:block; }
 }@media only screen and (max-width: 763px) { #oOI1EbJSgIOg4fqOTAH9AuSHEQPgvpiA { top:11.9375rem;left:0rem;width:8.6875rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBgLnhDM99Tp5UVg3Fohf9ZvrqkW820 { top:11.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4uQ1fg5Z2aZCPTEfbzvhyTwyPiTy10 { top:11.875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQzF1bUEfmwvOSDyipSal6D9HV3JNBan { top:11.9375rem;left:10.216796875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxhV4ZBxmAEENJHXGTKqig5MBe1MKPi { top:11.9375rem;left:1.451171875rem;width:10.125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw2Dp6s3K5Esq2Xb8nCFflHOkTq4tteD { top:12rem;left:12.46630859375rem;width:8.0625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .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; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .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; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k { display:flex;width:18rem;height:5.0625rem;top:25.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #AokGV5lATshZo38T34RqBDZJup8Shxio { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #azQWUMC0EmHh2AlMgtP2ER9H8QJ0lU8s {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #nHMcVhyXquorEqB67Tf5dUtFMPQTZaXZ {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #LRw0t1zhaxUuOBLXCAc2yhI9t9TwrBSx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #P3nuwFFQNDW3AbbbwpQZsvANyVtIxfUi {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #G9g92kJbZv8vJm5sBf6OEzf2VepOiAqu {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #I8bDhrMzeCWgqTscPiJ7LQc0XAMyI7Z1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #T0B07WUkhidvwJFrpkz0EBs6O9MNb8Ua {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #zC1JgKythFoC0lvyuyDzPwAxPXbZSTxy {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #th0zxWzixKmCQiQAaaBgAG1GwEGmUdZF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #tOwbyErOT5XlNVUIhZzPrEJNNlaBJXa4 {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #inw5lIir25sUHBUcVHkyUfh0l8z9DIX9 {  }
 }@media only screen and (max-width: 763px) { #vzTFsfPhv625nyXu6M9Fc8Xa7M9q4gE6 { top:29.875rem;left:0rem;width:8.9375rem;height:4.0347364984998rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlqv06c8heWgt4oix0vagurK0tZxJK36 { top:34.25rem;left:0rem;width:32.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsf9KJU3u4aCkArPe5g9Qd1gMWkwqWoP { width:18.75rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpaIWTAChgt1bPasQXtLsaFUpLzuV9nQ { top:7rem;left:19.4375rem;width:28.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ { display:block; }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdPUH1uorELUGa39PLTRPGadzyOesNxq { top:6.875rem;left:3.3125rem;width:41.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoFsvfW45GHIuF7KtZHPsNxTIgXBbwee { top:11.625rem;left:0.96875rem;width:45.8125rem;height:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5vgg0TgvTsZ5z2m6WWVR72SEAuU9aI0 { top:16.1875rem;left:4.78125rem;width:38.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xys4qbAIcxneHuNwwQq8tFaRhBormSVq { top:22.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx { display:block; }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFmWbP66MPS5qJtfaeZKnUWb5BJHa6gl { top:5.625rem;left:4.68798828125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSd0rTev9FRHZXPpOnFfl4bbBo7oOTRL { top:13.625rem;left:1.71923828125rem;width:12.375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voW07a8TvJTFBCWxBSPOK4J5x03ZyhFm { top:18.8125rem;left:0rem;width:17rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXSgrbCpnPeskSx9uMUK9ocWOTdiTSJZ { top:6.3125rem;left:21.250244140625rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcMiHD6Tag8FCbATL5nayq9u6Swe2CR { top:13.625rem;left:16.52978515625rem;width:14.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4hWfhIVyuXR5ZeFH4Ghl7iDM2QTHgQI { top:18.8125rem;left:15.6875rem;width:16.0625rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcG4KUTMHNbP4roWgiLadqCiFp89Edga { top:6.5625rem;left:37.34375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZD7bwqIVP2ulTGGLN4bcI1XueX3bOK { top:13.625rem;left:32.999267578125rem;width:13.3125rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2TMTQc3oBXbh2SVngtcMTBs5WcBKroy { top:18.8125rem;left:31.5625rem;width:16.0625rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXPdahEebUp4GORTrt8e3KnzkSMFPSsR { top:22.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ { display:block; }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fulSyurtJ4QauCR93D2PDKPd4iZJAaMG { top:1.75rem;left:5.311767578125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZHDpTwr2zUoN2nOLXoJdLV22GKfZ2lP { top:7.875rem;left:1.967041015625rem;width:11.875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prK9dhN95eewWEMBIxpvFF3ggf8axJT6 { top:12.4375rem;left:0rem;width:16.0625rem;height:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgrbEMvwTgV8PcZiU9QxbqaoNV4Lt9FG { top:1.375rem;left:20.81201171875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBST3shR8a2tfGGTp7s10sKPgXvTQyJb { top:7.875rem;left:17.84326171875rem;width:11.875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRIVMmiPLp58DTz6cV53yhmT3ARcPJ4y { top:12.4375rem;left:15.6875rem;width:16.0625rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnvwneb38hOR33PD2BQB5fWmEipwR5o { top:2.0625rem;left:37.34375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZEx1hWRrOa4bO7dNPE4RL8Ne2B7EmnT { top:7.875rem;left:30.4375rem;width:17.1875rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2eGJuECkl38dvs3O9yfAzCQtS04fcE { top:12.4375rem;left:31.5625rem;width:16.0625rem;height:7.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pURQqA09hblIZV0hS1ACbOh04WBTnulL { top:21rem;left:16.34423828125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJC716OA6w3d7qgJ42zc0WWDm50bce6 { display:block; }
 }@media only screen and (max-width: 763px) { #un32e2ridQFqvolbca0NPVy2wy9zFgGo { top:25.5rem;left:28.6875rem;width:18.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcZtalVE593vTiV5C26bN8tTHtPpiguz { display:block; }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPhQeZoKJnZEoIpLsfd9QTZICBn06nQn { top:2.1875rem;left:0rem;width:19.6875rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlx5ANNTmCOFaiHtECWcRHpiruPXfx6O { top:6.3125rem;left:0rem;width:42.625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6FMRbTIS5TG9uRHNox0SKUV8D90mk4J { top:5.1875rem;left:0rem;width:15.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txwy56MT3NfdFe9utDcTGpcIQHA4T1es { top:11.75rem;left:0rem;width:26.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yDtLqQSMuJvkrSZBbG2Kdw0p6rDfWC { top:25.5rem;left:28.6875rem;width:18.9375rem;height:18.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 { display:block; }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv6UcWSMQHdGxXsm4GDmhXUFzLmDsBFP { top:3.375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8tHQEhgPdzASIGayhAiTZAqgNmxa5Fa { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw { display:block; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXbLORsKwBniCgWmf6id2G9ZIXpCp1Ik { width:12.5rem;height:1.9375rem;top:6.4375rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1tZaWze7x1aglADzrredVzh2Ee7Th8b { width:9.375rem;height:3.1875rem;top:14.6875rem;left:3.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKFw1pRtW2y9mQbvEWTcOW3hQCMVVULd { width:6.3125rem;height:6.3125rem;top:8.375rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0w2u8SfMCzD2UKNo8U2bxXmlhzVDIh { width:12.5rem;height:1.9375rem;top:6.4375rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXD93kNPkhTv6ZFWaS2HJJihkOWoFJWH { width:7rem;height:7rem;top:8rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrSM2DsRDozZnwFD4UwwoCE2yug62pT2 { width:12.5rem;height:1.9375rem;top:6.125rem;left:33.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGZHT10wpQ9RU6ELG94kUItp3CFLD8g5 { width:7rem;height:7rem;top:8rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS5K0KqER6Ec4Ct9V4aHC280dQQQad14 { top:21.4375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfXUQXGoxe8OnqzFJcl8GVzipuQGJsPJ { display:block; }
 }@media only screen and (max-width: 763px) { #uSb7adETGfIW3TES3vekWoNqRTcLwQ7a { top:21.4375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5WUesQoADyMz8O9R6WoBy6QFzOMmZhK { display:block; }
 }@media only screen and (max-width: 763px) { #Ef1R1sMKV02iy4WV6umLSik481kJUUcT { top:21.4375rem;left:29.25rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccssVo9CQUVc6R3kymBEPBTHmDb9684L { display:block; }
 }@media only screen and (max-width: 763px) { #oZK3a5ZNsekzKVb6aPeUnqQ1csx4ba0R { width:4rem;height:1.875rem;top:17.875rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byibTFMOk4TR0HyAMwpPTRCgfy8k9MML { width:7.5rem;height:1.875rem;top:17.875rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeuJlF3uMTLyUMQhbhWiXgvNm2hxfTt { width:21.875rem;height:36.875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJChGRdSmpi1XJOZXHntdINNlFlzHR0 { width:21.875rem;height:41.3125rem;top:3.9375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRuzTLKnUZILJglIhFAPN3KWqfFH0lKJ { width:21.875rem;height:44.25rem;top:3.9375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp2iw0WU1Cgf13ZJPELrGT3HLyEs54bN { width:9.1875rem;height:3.1875rem;top:14.6875rem;left:20.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvvUd4hpLDRlG4nPeNpa2dwuhE1KgZQB { width:7.5rem;height:1.875rem;top:17.8125rem;left:21.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0u4PCX3bRniUSVNgCnOdlqy20JbZbgp { width:4rem;height:1.875rem;top:17.875rem;left:18.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cChRO5mWTtN4CCPrbScJHaOwZJA40zEt { width:8rem;height:3.1875rem;top:15.125rem;left:36rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLdpeRAawBN2AwmgFN5hSLrclmSrDVA5 { width:7.5rem;height:1.875rem;top:18.125rem;left:38.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2gTOKcsaxgkVVt1doNgAv3EfAvltOcK { width:4rem;height:1.875rem;top:18.25rem;left:34.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2QezfQpMGpMPFUF3fiEbc6v2wT9st1 { top:28.75rem;left:0rem;width:20.4375rem;height:13.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdudrlQGStzgPTuffxpviBKWX7DD2z8 { top:28.75rem;left:11.6875rem;width:20.0625rem;height:15.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgVPxqHfh4cnEZxPbbIqDQe9Ix9pihEF { top:28.75rem;left:30.1875rem;width:17.4375rem;height:17.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WftoiVPT7Xzv7wBt9L9Ze84HVGRt8sbc { top:3.125rem;left:22.4375rem;width:9.3125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVbObdL1cJGPdsEAeN0FJxEQhmK6xRO { width:13.625rem;height:1.5rem;top:26rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB9RfKUDMPXlmAMS5KySEwMtHcX0m0vA { width:13.625rem;height:1.5rem;top:26rem;left:34rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJJOAAQw5diLWebLZ7qxt98U0EiGUtSD { width:13.625rem;height:1.5rem;top:26rem;left:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZfppke5I6pslgBkdhMrOFKLkCSC4Dw { top:21.4375rem;left:33.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEkZRr8Quk2R5MurlES8kPmO8ZklIegh { display:block; }
 }@media only screen and (max-width: 763px) { #bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF { display:block; }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrHfOa44UVLZ8gmiDovwdKRgJh4gLz7W { top:22.6875rem;left:0rem;width:17.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEVThMT6bezbxUJFJmViMovCGHyilJIk { top:25.1875rem;left:0rem;width:18.5625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXTuKle2DZTpo7KFAaxfJK7pqS5MsNp6 { top:25.0625rem;left:13rem;width:18.75rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnO9DkBTfwpPDQIUa8erGrEnfDCHWTTF { top:22.625rem;left:9.5rem;width:22.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRViHbbbTLTVHQFi7DMUcEyArWVloTZc { top:25.125rem;left:28.875rem;width:18.75rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1FnPr9kvpCSskyf4lsyNPL6PRwosIA0 { top:22.875rem;left:30rem;width:17.625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ9xc3Fwz0Zscaq6ETATdoPmm0rZAFzU { top:17.0625rem;left:2.625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZthbJ9kBpBgFHcHtgB491W6ECOvex2W { top:17.0625rem;left:21.8125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvc4tN0MgQrd8zB71MvBSzGQp0966xGl { top:16.9375rem;left:40.8125rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbLfuIW3NOzIMZhzd7wUuaLnWLA7a5Ta { top:6.5rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IDDwmmm15oNTPJNmAM6eFTGydNPhed { display:block; }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2mec8usbocfSgAhaH3a2NIRUIU4Ozkw { top:1.25rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDK9198IMkeCG2X9SB4RiB8EDO7zi4J { display:block; }
 }@media only screen and (max-width: 763px) { #dWZsp82PGBL3XsOc49lihWM1UcK62R3L { top:6.625rem;left:0rem;width:34.125rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 { display:block; }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzLGG21pHz1Ss2wNLF4Zuy6uspIgpcCt { top:9.6875rem;left:0rem;width:47.625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqm7xbovcQihusKc1ykKRrZSkG1Dqsw9 { top:10.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elV0H157JzJMSfwzWG6AoGCsiLJKublz { top:10.4375rem;left:0rem;width:15.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP2UTMINk4VwckNoGJR4GA6UR0Vu6dQT { top:4.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe { display:block; }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyXXKrcGNgiaNEkElGXBTq7bmU0uGJwL { top:0rem;left:0rem;width:47.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6TNT4fW8Gn3I5eTSW5AeGbNAXH4Ks7c { top:1.9375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid { display:block; }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVQPmIWP2dXI5VpuXkd0IACfLPcrqlOU { top:-0.0625rem;left:0rem;width:47.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ8Hu1svcqLCBq99V23wSG0gyvnGaNH { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #decAX4g3y8nUFy8ehwRiFI9IGMTx7MZS { top:0.75rem;left:0rem;width:15.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG { display:block; }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o02A1VgnUDaJEaeiHEbuF7pTNmIyAZAa { top:-0.0625rem;left:0rem;width:47.625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7flpqfDl8V6QJiwTMbFttK9T2AS20N { top:1.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML2A39btVtTTSm0ozFiogb580cSUarrG { display:block; }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QibsiyT9CpVXJpqVAgV92chdNNN7upzQ { top:-0.0625rem;left:0rem;width:47.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTPGlLds4mf0Z2QciT9irAcEneicD6A { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ema3vMCbKiIGzT70V5Tvy2CMSo1osD5S { top:0.75rem;left:0rem;width:24.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM { display:block; }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2TuwC36gskuE3fuIp2l3z889ZQJQkv1 { top:-0.0625rem;left:0rem;width:47.625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByurOeCHfLoESQ7COcXF8NlgOvHToIOU { top:1.0625rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#ByurOeCHfLoESQ7COcXF8NlgOvHToIOU li:before{  }
 }@media only screen and (max-width: 763px) { #AZZI7S55SsCSNtHTP4nQBp32HJ27KGww { display:block; }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe3sWG4u6VHTZDTKTMrBwkMrerD9OoT8 { top:-0.0625rem;left:0rem;width:47.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC5yWdUGfwx8VW3XOUOIE8BNJ671w8Ta { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVEI56xS4HDXVuF8caNXPq7BH9B09seP { top:0.75rem;left:0rem;width:37.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u { display:block; }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p03O4UeL7asUC6PiblgxsvkW4eGzM8zT { top:-0.0625rem;left:0rem;width:47.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddB9vbTh1KT8qBRb219Woaaw2ab0lta0 { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#ddB9vbTh1KT8qBRb219Woaaw2ab0lta0 li:before{  }
 }@media only screen and (max-width: 763px) { #w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q { display:block; }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z659XlStVxZI9bI7wG6LfRvT2JauATIp { top:0rem;left:0rem;width:47.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNdo9tDCmH2c71RCTDgbgTKRM7TroQsM { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #le6nJyILZy9vJZxvg5FhEkNwLszJMlci { top:0.75rem;left:0rem;width:37.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo { display:block; }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f78zydTiwbKBTmEpUMUATZSCcCqa1FMn { top:-0.0625rem;left:0rem;width:47.625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzxqmyf0nIkTBS1fuwQ7MrgFRU9mJkHB { top:1.25rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF { display:block; }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8LT9FGDc24PBMImoNrMDlbpPQR52O3J { top:-0.0625rem;left:0rem;width:47.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sExK8McNw7wiGDemftbng4xHe2TWlTbx { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Qcx1sNnmhvu5ZmGolzuBMr5kQNTDbP { top:0.75rem;left:0rem;width:37.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 { display:block; }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqyvVMLhhU591Xm7aKBt5KmRGG09Dcw8 { top:-0.0625rem;left:0rem;width:47.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ7IgDn0qbwvxmfETmJsiyrbvLzTpazB { top:1.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #earQfDN4iDvX82CJSniJD7PIsQHvI3xi { display:block; }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUXXpM4V6hozMA4Ib5H7Mdm0hMkw67Ua { top:-0.0625rem;left:0rem;width:47.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17cHaSTx2q4UZqfuzMIgD5xvRpskcmk { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx2fnJz5aCVE5k4Bo6CFTe10gHysAZDP { top:0.75rem;left:0rem;width:37.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl { display:block; }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAV9SpckJte3vvbZnQzWTv0hHl4PGMQy { top:-0.0625rem;left:0rem;width:47.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ITwZT4R4J63viaaydi0rPZ1zaRe3m8 { top:1.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK { display:block; }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnmd10AmcCFWOC71EGpXZafAdix8Xev8 { top:-0.0625rem;left:0rem;width:47.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUCSv2n62ZhTgc0rh7NiIQPDNGV5u5Tv { top:0.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWWnaB0IsATQXqq4cnc5RZhovsxiXtiR { top:0.75rem;left:0rem;width:37.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnvkMqAfRugiix36pd5edLDeSw7TEih { display:block; }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5CATTGeoUKKmHxsgKU0uQqBJ9n75qFo { top:-0.0625rem;left:0rem;width:47.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH0Gaw89Sn6v7oQKmzWCyv1r9WvKtGXC { top:1.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L { display:block; }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 { display:block; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyVtEhVal6N5JE7PL42RIuPTvxndQ7RT { top:5.3125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTQcAXhPLV1Z5hs17RrDAUC2b2VEbfDU { top:14.875rem;left:1.718017578125rem;width:41.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh97vstPzC8o3sVH8nnFDC9yZSyZLBkv { top:20.0625rem;left:14.1533203125rem;width:16.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZbeficddCehzIMhcQwKLitaQZZXE3od { display:block; }
 }@media only screen and (max-width: 763px) { #rtG7US6lFrqpUyESTmzbhPUbtRfqK8uv { top:25.25rem;left:13.6552734375rem;width:17.875rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUbBZBzCBU4oqHbtBxiwA6ZA6TDF1iiZ { top:9.9375rem;left:6.03125rem;width:33.1875rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mihiweFThCgystbduQfJmqcBDv8avJ6b { display:block; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usdTo4QOrxxQT7Wd1ChOFh3JJvOwVHEI { top:2.9375rem;left:0rem;width:7.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1lN47Oc8C0hwH1prJh2n6C5FQFX96cK { top:11.4375rem;left:35.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4ADkDUnUDEU8LQm7fIHW7GEbTVuiJ3 { top:13.8125rem;left:35.125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9N4cIrBxuMamvVsQpzlXVZIKOrCUWdZ { top:9.0625rem;left:0rem;width:13.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTI9lrxNoBmPAGBxy9TTPgxzfgXDmTMD { top:4.8125rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOpv7Xc8g96faH8TEKNXyH4tEv3ptcr { top:7.1875rem;left:0rem;width:14.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3rJQ4QZK1IRNTy1ZZ54ieU9n266Wfr { top:13.8125rem;left:15.375rem;width:16.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB45qaktr99AQ4qiGMrXNt0TBbP89VRV { top:7.625rem;left:16.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQboMoD5wX1FTpz0WATo3bwQVKZ3uvNT { top:7.625rem;left:20.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwhkgB14DLVO0kKpoFQyo1sgIrSCdQJA { top:7.625rem;left:23.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUzzehNoTgfRDDUiT7EkGZ0yuN5KqSCT { top:7.625rem;left:27.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 { display:none; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #efbwhrsVgqsG7r0313HnnTaiF9vteRFf { top:24.8125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2ucymq3L1uSdJmvmx3JgkUWySlC2rnA { display:block; }
 }@media only screen and (max-width: 763px) { #UguvR8H5caP8hwc9TZM4srfdJCH2DF84 { top:1.25rem;left:0rem;width:17.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L { position:relative;z-index:auto;display:none; }#nWdr7EbdTLqgvTonx1sNoQUBGcLdvq0L > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ck1xdohSrB9VmlUwReD1mlyrtaVFIPV1 { width:6.875rem;height:1.5rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBozdMMytQBTLsHCcrxVvzi9RJD9W54 { top:4rem;left:3.4375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7PASDdhXZsxZtiWvUwQ9pK9Nzn8PAs { display:block; }
 }@media only screen and (max-width: 763px) { #LT86I7WTNqOHpDt3hnz9He567WOo35Ct { width:20rem;height:0;top:9.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGUvUUnRf2hVCzTkdBdJFn2OTy2dc8XD { width:3.125rem;height:3.125rem;top:12.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enNWab5UBzFfRACGAvOL7wKIQwfIimWo { width:1.375rem;height:1.375rem;top:16.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq { display:block; }#UTDlyBauP2DvS76FTaR9rl1237eIZ3Tq > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTD2dBzLVAR4tMmEdD4cVni5IzLTM5rx { width:20rem;height:5.625rem;top:5.5419921875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLf8qAOmPWL6rkha06u1KrxePLJnoXZ8 { width:20rem;height:2.1972625rem;top:34.903564453125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFZiEKSVtQLv7A1UqN2FTA9x9TXdTKoU { top:38.245849609375rem;left:3.49853515625rem;width:12.99925rem;height:3.061525rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtymTlLT2oICI9d3gETco6qQJJsGheLP { display:block; }
 }@media only screen and (max-width: 763px) { #oOI1EbJSgIOg4fqOTAH9AuSHEQPgvpiA { width:10.249rem;height:1.3501rem;top:11.0888671875rem;left:4.874267578125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTBgLnhDM99Tp5UVg3Fohf9ZvrqkW820 { width:1.75rem;height:1.75rem;top:11.013671875rem;left:4.1162109375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NO4uQ1fg5Z2aZCPTEfbzvhyTwyPiTy10 { width:1.75rem;height:1.75rem;top:13.583984375rem;left:4.054443359375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQzF1bUEfmwvOSDyipSal6D9HV3JNBan { width:1.75rem;height:1.75rem;top:16.15478515625rem;left:4.1162109375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWxhV4ZBxmAEENJHXGTKqig5MBe1MKPi { width:8.31175rem;height:1.4245625rem;top:13.746337890625rem;left:5.843505859375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iw2Dp6s3K5Esq2Xb8nCFflHOkTq4tteD { width:10.3125rem;height:1.3501rem;top:16.35498046875rem;left:4.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .widget-text.counter-number { padding-top:0.349375rem;padding-right:0.341875rem;padding-bottom:0.349375rem;padding-left:0.341875rem;width:2.050625rem;min-width:2.050625rem;height:1.87125rem;font-size:1.394375rem;line-height:29.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.21875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.735625rem;height:0.738125rem;font-size:0.52375rem;line-height:11.81px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MRaaHPoALTvTpH6Iys9DtyOJDna4V38k { display:flex;width:14.9375rem;height:3.526875rem;top:30.550537109375rem;left:2.384033203125rem;padding-top:0.130625rem;padding-right:0.14625rem;padding-bottom:0.130625rem;padding-left:0.14625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #AokGV5lATshZo38T34RqBDZJup8Shxio { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #azQWUMC0EmHh2AlMgtP2ER9H8QJ0lU8s {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #nHMcVhyXquorEqB67Tf5dUtFMPQTZaXZ {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #LRw0t1zhaxUuOBLXCAc2yhI9t9TwrBSx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #P3nuwFFQNDW3AbbbwpQZsvANyVtIxfUi {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #G9g92kJbZv8vJm5sBf6OEzf2VepOiAqu {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #I8bDhrMzeCWgqTscPiJ7LQc0XAMyI7Z1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #T0B07WUkhidvwJFrpkz0EBs6O9MNb8Ua {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #zC1JgKythFoC0lvyuyDzPwAxPXbZSTxy {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #th0zxWzixKmCQiQAaaBgAG1GwEGmUdZF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #tOwbyErOT5XlNVUIhZzPrEJNNlaBJXa4 {  }
 }@media only screen and (max-width: 763px) { #MRaaHPoALTvTpH6Iys9DtyOJDna4V38k #inw5lIir25sUHBUcVHkyUfh0l8z9DIX9 {  }
 }@media only screen and (max-width: 763px) { #vzTFsfPhv625nyXu6M9Fc8Xa7M9q4gE6 { width:7.37425rem;height:3.31176875rem;top:41.86279296875rem;left:6.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlqv06c8heWgt4oix0vagurK0tZxJK36 { width:16.6858125rem;height:2.2753875rem;top:46.220703125rem;left:2.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsf9KJU3u4aCkArPe5g9Qd1gMWkwqWoP { top:1.37451171875rem;left:3.865966796875rem;width:10.81175rem;height:2.3120125rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GpaIWTAChgt1bPasQXtLsaFUpLzuV9nQ { width:10.99975rem;height:10.99975rem;top:19.65576171875rem;left:4.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ { display:block; }#QizQ34OyJxQuakDcHt9q6SbBiwPZzOOJ > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdPUH1uorELUGa39PLTRPGadzyOesNxq { width:20rem;height:3.73779375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoFsvfW45GHIuF7KtZHPsNxTIgXBbwee { width:20rem;height:1.9482375rem;top:7.21069375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5vgg0TgvTsZ5z2m6WWVR72SEAuU9aI0 { width:20rem;height:2.76171875rem;top:10.247802734375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xys4qbAIcxneHuNwwQq8tFaRhBormSVq { width:20rem;height:1.8005375rem;top:1.25rem;left:0rem;font-size:1.125rem;line-height:1.6;color:rgba(253,0,126,0.02);display:block; }
 }@media only screen and (max-width: 763px) { #WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx { display:block; }#WXrnTecQb3Sn4K5pfL5yohgqp8Ffq2Xx > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFmWbP66MPS5qJtfaeZKnUWb5BJHa6gl { width:5rem;height:5rem;top:4.4995125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSd0rTev9FRHZXPpOnFfl4bbBo7oOTRL { width:12.312rem;height:2.59765625rem;top:10.7495125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #voW07a8TvJTFBCWxBSPOK4J5x03ZyhFm { width:20rem;height:4.2004375rem;top:14.59716875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXSgrbCpnPeskSx9uMUK9ocWOTdiTSJZ { width:4.6875rem;height:4.6875rem;top:20.04638671875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcMiHD6Tag8FCbATL5nayq9u6Swe2CR { width:14.4995rem;height:3.25rem;top:25.98388671875rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4hWfhIVyuXR5ZeFH4Ghl7iDM2QTHgQI { width:16.062rem;height:4.2004375rem;top:30.48339921875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcG4KUTMHNbP4roWgiLadqCiFp89Edga { width:4.6875rem;height:4.6875rem;top:35.93261796875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZD7bwqIVP2ulTGGLN4bcI1XueX3bOK { width:13.31175rem;height:3.0859375rem;top:41.87011796875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2TMTQc3oBXbh2SVngtcMTBs5WcBKroy { width:16.062rem;height:5.6005875rem;top:46.20605546875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXPdahEebUp4GORTrt8e3KnzkSMFPSsR { width:20rem;height:1.8005375rem;top:1.68701171875rem;left:0rem;font-size:1.125rem;line-height:1.6;z-index:15002;color:#0330d6;display:block; }
 }@media only screen and (max-width: 763px) { #EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ { display:block; }#EU4lHKbcTBt9ensEk6m0HZ8J8OgeXAuZ > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fulSyurtJ4QauCR93D2PDKPd4iZJAaMG { width:5.1875rem;height:5.1875rem;top:1.88720703125rem;left:7.406005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZHDpTwr2zUoN2nOLXoJdLV22GKfZ2lP { width:11.875rem;height:3.0859375rem;top:8.197021484375rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prK9dhN95eewWEMBIxpvFF3ggf8axJT6 { width:16.062rem;height:7.00075rem;top:12.467041015625rem;left:1.968994140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgrbEMvwTgV8PcZiU9QxbqaoNV4Lt9FG { width:5.9375rem;height:5.9375rem;top:21.76025390625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBST3shR8a2tfGGTp7s10sKPgXvTQyJb { width:11.875rem;height:3.0859375rem;top:28.470458984375rem;left:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRIVMmiPLp58DTz6cV53yhmT3ARcPJ4y { width:16.062rem;height:2.80029375rem;top:32.869873046875rem;left:1.968994140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJnvwneb38hOR33PD2BQB5fWmEipwR5o { width:4.6875rem;height:4.6875rem;top:37.047119140625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZEx1hWRrOa4bO7dNPE4RL8Ne2B7EmnT { width:17.1875rem;height:3.0859375rem;top:42.734375rem;left:1.40625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2eGJuECkl38dvs3O9yfAzCQtS04fcE { width:16.062rem;height:7.00075rem;top:47.320556640625rem;left:2.60986328125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pURQqA09hblIZV0hS1ACbOh04WBTnulL { top:56.69921875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJJC716OA6w3d7qgJ42zc0WWDm50bce6 { display:block; }
 }@media only screen and (max-width: 763px) { #un32e2ridQFqvolbca0NPVy2wy9zFgGo { width:0.125rem;height:0.125rem;top:63.759765625rem;left:2.437744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcZtalVE593vTiV5C26bN8tTHtPpiguz { display:block; }#vcZtalVE593vTiV5C26bN8tTHtPpiguz > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPhQeZoKJnZEoIpLsfd9QTZICBn06nQn { width:20rem;height:1.9995125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Mlx5ANNTmCOFaiHtECWcRHpiruPXfx6O { width:20rem;height:2.3974625rem;top:4.4995125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #b6FMRbTIS5TG9uRHNox0SKUV8D90mk4J { width:15.9375rem;height:12.9375rem;top:5.1875rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #txwy56MT3NfdFe9utDcTGpcIQHA4T1es { width:19.25rem;height:1.298825rem;top:10.322265625rem;left:1.37451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yDtLqQSMuJvkrSZBbG2Kdw0p6rDfWC { width:10.7495rem;height:10.7495rem;top:12.491455078125rem;left:4.625244140625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 { display:block; }#LhqsKJrxPWqCk0UTvySEzyeQDeB7hmT9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zv6UcWSMQHdGxXsm4GDmhXUFzLmDsBFP { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8tHQEhgPdzASIGayhAiTZAqgNmxa5Fa { width:20rem;height:1.29980625rem;top:4.12475625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw { background-color:transparent;background-image:url("https://images.assets-landingi.com/JtjDnA3h/Rectangle_22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw.adaptive-delivery-prevent-bg, #nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw.lazyload, #nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw.lazyloading { background-image: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container { background-color: transparent; background-image: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container > .video-iframe-container { display: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row > .video-iframe-container { display: none; }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .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); }#nsM0oMm9LmXmnXcbeKHuf5JCK7TosENw > .row .container { width:20rem;height:107.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXbLORsKwBniCgWmf6id2G9ZIXpCp1Ik { width:12.5rem;height:1.9494625rem;top:2.294921875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1tZaWze7x1aglADzrredVzh2Ee7Th8b { width:13.6230625rem;height:1.499025rem;top:10.416259765625rem;left:3.187255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKFw1pRtW2y9mQbvEWTcOW3hQCMVVULd { width:5.249025rem;height:5.249025rem;top:4.166259765625rem;left:7.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0w2u8SfMCzD2UKNo8U2bxXmlhzVDIh { width:12.5rem;height:1.94970625rem;top:38.397216796875rem;left:3.18603515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXD93kNPkhTv6ZFWaS2HJJihkOWoFJWH { width:5.249025rem;height:5.249025rem;top:41.01806640625rem;left:6.8115234375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XrSM2DsRDozZnwFD4UwwoCE2yug62pT2 { width:12.5rem;height:1.9494625rem;top:76.195068359375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGZHT10wpQ9RU6ELG94kUItp3CFLD8g5 { width:5.249025rem;height:5.249025rem;top:78.065185546875rem;left:7.374267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS5K0KqER6Ec4Ct9V4aHC280dQQQad14 { top:14.58740234375rem;left:3.780517578125rem;width:12.4365rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfXUQXGoxe8OnqzFJcl8GVzipuQGJsPJ { display:block; }
 }@media only screen and (max-width: 763px) { #uSb7adETGfIW3TES3vekWoNqRTcLwQ7a { top:50.631103515625rem;left:3.90625rem;width:12.1875rem;height:2.87475625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5WUesQoADyMz8O9R6WoBy6QFzOMmZhK { display:block; }
 }@media only screen and (max-width: 763px) { #Ef1R1sMKV02iy4WV6umLSik481kJUUcT { top:83.782958984375rem;left:2.685546875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccssVo9CQUVc6R3kymBEPBTHmDb9684L { display:block; }
 }@media only screen and (max-width: 763px) { #oZK3a5ZNsekzKVb6aPeUnqQ1csx4ba0R { width:4.56176875rem;height:1.40625rem;top:12.55615234375rem;left:5.279541015625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byibTFMOk4TR0HyAMwpPTRCgfy8k9MML { width:4.1870125rem;height:1.3125rem;top:12.603759765625rem;left:8.936767578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNeuJlF3uMTLyUMQhbhWiXgvNm2hxfTt { width:15.875rem;height:29.5625rem;top:1.25rem;left:2.2792258466846rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCJChGRdSmpi1XJOZXHntdINNlFlzHR0 { width:17rem;height:31.75rem;top:37.395517578125rem;left:1.4890855720707rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRuzTLKnUZILJglIhFAPN3KWqfFH0lKJ { width:17rem;height:31.125rem;top:74.735623046875rem;left:1.6843667588164rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp2iw0WU1Cgf13ZJPELrGT3HLyEs54bN { width:5.7495125rem;height:1.5rem;top:46.18896484375rem;left:6.561279296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvvUd4hpLDRlG4nPeNpa2dwuhE1KgZQB { width:7.5rem;height:1.40625rem;top:48.250732421875rem;left:7.2802734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0u4PCX3bRniUSVNgCnOdlqy20JbZbgp { width:4.624025rem;height:1.40625rem;top:48.250732421875rem;left:4.3896484375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cChRO5mWTtN4CCPrbScJHaOwZJA40zEt { width:5.7495125rem;height:1.68823125rem;top:83.236083984375rem;left:7.125244140625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLdpeRAawBN2AwmgFN5hSLrclmSrDVA5 { width:7.5rem;height:1.31225625rem;top:84.844970703125rem;left:7.374267578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2gTOKcsaxgkVVt1doNgAv3EfAvltOcK { width:3.999025rem;height:1.31225625rem;top:84.844970703125rem;left:5.560302734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb2QezfQpMGpMPFUF3fiEbc6v2wT9st1 { width:15.0610625rem;height:9.0673875rem;top:20.435791015625rem;left:3.187255859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdudrlQGStzgPTuffxpviBKWX7DD2z8 { width:16.1853125rem;height:11.53565rem;top:56.800537109375rem;left:3.8134765625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgVPxqHfh4cnEZxPbbIqDQe9Ix9pihEF { width:15.625rem;height:13.1836rem;top:91.54541015625rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WftoiVPT7Xzv7wBt9L9Ze84HVGRt8sbc { width:8.3105625rem;height:8.5608125rem;top:35.86669921875rem;left:11.14013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvVbObdL1cJGPdsEAeN0FJxEQhmK6xRO { width:13.6230625rem;height:1.31225625rem;top:18.18603515625rem;left:3.187255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB9RfKUDMPXlmAMS5KySEwMtHcX0m0vA { width:13.6230625rem;height:1.31225625rem;top:89.639892578125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJJOAAQw5diLWebLZ7qxt98U0EiGUtSD { width:13.6230625rem;height:1.31225625rem;top:54.677734375rem;left:3.187255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAZfppke5I6pslgBkdhMrOFKLkCSC4Dw { top:86.25244140625rem;left:4.029541015625rem;width:11.93725rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEkZRr8Quk2R5MurlES8kPmO8ZklIegh { display:block; }
 }@media only screen and (max-width: 763px) { #bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF { display:block; }#bkHKsUKDoqI4z9aQoMD6ufCw6Hg31naF > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrHfOa44UVLZ8gmiDovwdKRgJh4gLz7W { width:20rem;height:1.29980625rem;top:9.346925rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEVThMT6bezbxUJFJmViMovCGHyilJIk { width:19.9365rem;height:4.2004375rem;top:11.89453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXTuKle2DZTpo7KFAaxfJK7pqS5MsNp6 { width:20rem;height:4.2004375rem;top:24.140625rem;left:0rem;font-size:0.875rem;color:#718397;display:block; }
 }@media only screen and (max-width: 763px) { #FnO9DkBTfwpPDQIUa8erGrEnfDCHWTTF { width:20rem;height:1.29980625rem;top:21.59301875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRViHbbbTLTVHQFi7DMUcEyArWVloTZc { width:20rem;height:4.2004375rem;top:36.38671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1FnPr9kvpCSskyf4lsyNPL6PRwosIA0 { width:20rem;height:1.29980625rem;top:33.8391125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ9xc3Fwz0Zscaq6ETATdoPmm0rZAFzU { width:2.99926875rem;height:2.99926875rem;top:5.09765625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZthbJ9kBpBgFHcHtgB491W6ECOvex2W { width:2.99926875rem;height:2.99926875rem;top:17.34375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvc4tN0MgQrd8zB71MvBSzGQp0966xGl { width:2.99926875rem;height:2.99926875rem;top:29.58984375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbLfuIW3NOzIMZhzd7wUuaLnWLA7a5Ta { width:20rem;height:2.59765625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7IDDwmmm15oNTPJNmAM6eFTGydNPhed { display:block; }#W7IDDwmmm15oNTPJNmAM6eFTGydNPhed > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2mec8usbocfSgAhaH3a2NIRUIU4Ozkw { top:3.15673828125rem;left:4.029541015625rem;width:11.93725rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDK9198IMkeCG2X9SB4RiB8EDO7zi4J { display:block; }
 }@media only screen and (max-width: 763px) { #dWZsp82PGBL3XsOc49lihWM1UcK62R3L { width:20rem;height:2.3974625rem;top:6.83837890625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 { display:block; }#VhtiJP00iHVVPSEw7p1XHBOoPicMf1W7 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzLGG21pHz1Ss2wNLF4Zuy6uspIgpcCt { width:19.87425rem;height:2.9370125rem;top:4.12475625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqm7xbovcQihusKc1ykKRrZSkG1Dqsw9 { width:1.25rem;height:1.25rem;top:4.936523828125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #elV0H157JzJMSfwzWG6AoGCsiLJKublz { width:15.49925rem;height:1.29980625rem;top:4.87426796875rem;left:0.999755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP2UTMINk4VwckNoGJR4GA6UR0Vu6dQT { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe { display:block; }#wzhczPr0kuF0ZemLTlEgyTmXG5Un6VSe > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyXXKrcGNgiaNEkElGXBTq7bmU0uGJwL { width:19.87425rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6TNT4fW8Gn3I5eTSW5AeGbNAXH4Ks7c { width:18.2495rem;height:2.80029375rem;top:3.1982421875rem;left:1.37451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid { display:block; }#xMfI7nfNTVxiQ6KEmB0kEpMbfKyzhlid > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVQPmIWP2dXI5VpuXkd0IACfLPcrqlOU { width:19.87425rem;height:2.99926875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ8Hu1svcqLCBq99V23wSG0gyvnGaNH { width:1.25rem;height:1.25rem;top:2.1240234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #decAX4g3y8nUFy8ehwRiFI9IGMTx7MZS { width:15.37475rem;height:1.29980625rem;top:2.061767578125rem;left:0.999755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG { display:block; }#XTTVCVQTs9Vx7etD4P7CR9OVA6ZsPwyG > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o02A1VgnUDaJEaeiHEbuF7pTNmIyAZAa { width:19.87425rem;height:4.87426875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm7flpqfDl8V6QJiwTMbFttK9T2AS20N { width:18.2495rem;height:4.2004375rem;top:2.562255859375rem;left:1.37451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML2A39btVtTTSm0ozFiogb580cSUarrG { display:block; }#ML2A39btVtTTSm0ozFiogb580cSUarrG > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QibsiyT9CpVXJpqVAgV92chdNNN7upzQ { width:19.87425rem;height:4.311525rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQTPGlLds4mf0Z2QciT9irAcEneicD6A { width:1.25rem;height:1.25rem;top:2.1240234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ema3vMCbKiIGzT70V5Tvy2CMSo1osD5S { width:15.37475rem;height:2.59765625rem;top:2.061767578125rem;left:0.999755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM { display:block; }#iTt7XFvgBpCfFuaADLcmnV1qUrVB1wxM > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2TuwC36gskuE3fuIp2l3z889ZQJQkv1 { width:19.87425rem;height:22.749rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByurOeCHfLoESQ7COcXF8NlgOvHToIOU { width:18.2495rem;height:19.451875rem;top:2.4365234375rem;left:1.37451171875rem;font-size:0.875rem;display:block; }#ByurOeCHfLoESQ7COcXF8NlgOvHToIOU li:before{  }
 }@media only screen and (max-width: 763px) { #AZZI7S55SsCSNtHTP4nQBp32HJ27KGww { display:block; }#AZZI7S55SsCSNtHTP4nQBp32HJ27KGww > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe3sWG4u6VHTZDTKTMrBwkMrerD9OoT8 { width:19.87425rem;height:5.49926875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC5yWdUGfwx8VW3XOUOIE8BNJ671w8Ta { width:1.25rem;height:1.25rem;top:2.1240234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVEI56xS4HDXVuF8caNXPq7BH9B09seP { width:16.062rem;height:3.8964875rem;top:2.061767578125rem;left:0.999755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u { display:block; }#dVhMk79h7waw4Mi164xEG8JJkX8Ttp0u > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p03O4UeL7asUC6PiblgxsvkW4eGzM8zT { width:19.87425rem;height:7.56225rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddB9vbTh1KT8qBRb219Woaaw2ab0lta0 { width:18.2495rem;height:5.6005875rem;top:2.562255859375rem;left:1.37451171875rem;font-size:0.875rem;display:block; }#ddB9vbTh1KT8qBRb219Woaaw2ab0lta0 li:before{  }
 }@media only screen and (max-width: 763px) { #w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q { display:block; }#w5kVAVJUG2BdcHVV5aFvgTGuHDmOyQ0Q > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z659XlStVxZI9bI7wG6LfRvT2JauATIp { width:19.87425rem;height:2.99926875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNdo9tDCmH2c71RCTDgbgTKRM7TroQsM { width:1.25rem;height:1.25rem;top:2.061767578125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #le6nJyILZy9vJZxvg5FhEkNwLszJMlci { width:15.37475rem;height:1.29980625rem;top:1.99951171875rem;left:0.811767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo { display:block; }#S65N5ivt2E6eMRnO39UUgBHB7lRlgpXo > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f78zydTiwbKBTmEpUMUATZSCcCqa1FMn { width:19.87425rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzxqmyf0nIkTBS1fuwQ7MrgFRU9mJkHB { width:18.2495rem;height:5.6005875rem;top:2.562255859375rem;left:1.37451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF { display:block; }#SlA5LKZNOiUPgcfIl1ZvpE0C4TyG3yWF > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8LT9FGDc24PBMImoNrMDlbpPQR52O3J { width:19.87425rem;height:5.4370125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sExK8McNw7wiGDemftbng4xHe2TWlTbx { width:1.25rem;height:1.25rem;top:2.1240234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7Qcx1sNnmhvu5ZmGolzuBMr5kQNTDbP { width:15.37475rem;height:3.8964875rem;top:2.061767578125rem;left:0.999755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 { display:block; }#IwDR4GTtJtgiq2JR3JM7PhpxWc4KBat2 > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqyvVMLhhU591Xm7aKBt5KmRGG09Dcw8 { width:19.87425rem;height:6.3745rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ7IgDn0qbwvxmfETmJsiyrbvLzTpazB { width:18.2495rem;height:4.2004375rem;top:2.562255859375rem;left:1.37451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #earQfDN4iDvX82CJSniJD7PIsQHvI3xi { display:block; }#earQfDN4iDvX82CJSniJD7PIsQHvI3xi > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUXXpM4V6hozMA4Ib5H7Mdm0hMkw67Ua { width:19.87425rem;height:4.12475625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17cHaSTx2q4UZqfuzMIgD5xvRpskcmk { width:1.25rem;height:1.25rem;top:2.1240234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx2fnJz5aCVE5k4Bo6CFTe10gHysAZDP { width:15.37475rem;height:2.59765625rem;top:2.061767578125rem;left:0.999755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl { display:block; }#hsPEgvnW7bIGtsmhOM1UMDhTMiTSS0Dl > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAV9SpckJte3vvbZnQzWTv0hHl4PGMQy { width:19.87425rem;height:3.374025rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ITwZT4R4J63viaaydi0rPZ1zaRe3m8 { width:18.2495rem;height:1.40014375rem;top:2.562255859375rem;left:1.37451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK { display:block; }#PN9pHmwmZDmdCUXlvr7yH4FQfwTWQPNK > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dnmd10AmcCFWOC71EGpXZafAdix8Xev8 { width:19.87425rem;height:2.99926875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUCSv2n62ZhTgc0rh7NiIQPDNGV5u5Tv { width:1.25rem;height:1.25rem;top:2.1240234375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWWnaB0IsATQXqq4cnc5RZhovsxiXtiR { width:15.37475rem;height:1.29980625rem;top:2.061767578125rem;left:0.999755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnvkMqAfRugiix36pd5edLDeSw7TEih { display:block; }#NRnvkMqAfRugiix36pd5edLDeSw7TEih > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5CATTGeoUKKmHxsgKU0uQqBJ9n75qFo { width:19.87425rem;height:6.0620125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH0Gaw89Sn6v7oQKmzWCyv1r9WvKtGXC { width:18.2495rem;height:4.2004375rem;top:2.562255859375rem;left:1.37451171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L { display:block; }#bMlIp1piMLDI0JGcwMNdiZbWbzPpK89L > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 { display:block; }#vwp46tcrNVK3xVxcywI3ycTaV4GqKDh8 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyVtEhVal6N5JE7PL42RIuPTvxndQ7RT { width:20rem;height:1.79931875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTQcAXhPLV1Z5hs17RrDAUC2b2VEbfDU { width:20rem;height:6.2988125rem;top:7.3486375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lh97vstPzC8o3sVH8nnFDC9yZSyZLBkv { top:14.649658203125rem;left:4.093017578125rem;width:11.8115rem;height:2.6245125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZbeficddCehzIMhcQwKLitaQZZXE3od { display:block; }
 }@media only screen and (max-width: 763px) { #rtG7US6lFrqpUyESTmzbhPUbtRfqK8uv { width:15.625rem;height:2.3984375rem;top:18.0090375rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUbBZBzCBU4oqHbtBxiwA6ZA6TDF1iiZ { width:20rem;height:1.79980625rem;top:4.29931875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mihiweFThCgystbduQfJmqcBDv8avJ6b { display:block; }#mihiweFThCgystbduQfJmqcBDv8avJ6b > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usdTo4QOrxxQT7Wd1ChOFh3JJvOwVHEI { width:7.68675rem;height:2.5rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1lN47Oc8C0hwH1prJh2n6C5FQFX96cK { width:12.5rem;height:1.29980625rem;top:28.5900875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wK4ADkDUnUDEU8LQm7fIHW7GEbTVuiJ3 { width:12.5rem;height:1.298825rem;top:31.13769375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9N4cIrBxuMamvVsQpzlXVZIKOrCUWdZ { width:19.6875rem;height:1.29980625rem;top:7.94921875rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTI9lrxNoBmPAGBxy9TTPgxzfgXDmTMD { width:12.5rem;height:1.29980625rem;top:10.496825rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVOpv7Xc8g96faH8TEKNXyH4tEv3ptcr { width:14.74975rem;height:1.69970625rem;top:5rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nn3rJQ4QZK1IRNTy1ZZ54ieU9n266Wfr { width:16.3745rem;height:1.29980625rem;top:26.04248125rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UB45qaktr99AQ4qiGMrXNt0TBbP89VRV { width:1.9995125rem;height:1.9995125rem;top:13.04443125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQboMoD5wX1FTpz0WATo3bwQVKZ3uvNT { width:1.9995125rem;height:1.9995125rem;top:16.29394375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwhkgB14DLVO0kKpoFQyo1sgIrSCdQJA { width:1.9995125rem;height:1.9995125rem;top:19.54345625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUzzehNoTgfRDDUiT7EkGZ0yuN5KqSCT { width:1.9995125rem;height:1.9995125rem;top:22.79296875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row .container { background-color: transparent; background-image: none; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row .container > .video-iframe-container { display: none; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row > .video-iframe-container { display: none; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .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); }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row .container { border-width: 0; border-radius: 0; }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row > .video-iframe-container {  }#x9ZzbtLfriDzkGfrqIMNLTMxTQnSM934 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efbwhrsVgqsG7r0313HnnTaiF9vteRFf { top:3.96118125rem;left:2.875rem;z-index:15004;width:14.0625rem;height:3.4375rem;background-color:#0330d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T2ucymq3L1uSdJmvmx3JgkUWySlC2rnA { display:block; }
 }@media only screen and (max-width: 763px) { #UguvR8H5caP8hwc9TZM4srfdJCH2DF84 { top:1.25rem;left:1.0625rem;width:17.87475rem;height:1.4624rem;z-index:15005;text-align:center;text-align-last:center;color:#3e556f;font-size:1.125rem;display:block; }
 }