.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f6f6f6;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); }#KT9mO8bms5alWm4f7mofREMJs7quETr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row .container { background-color: transparent; background-image: none; }#KT9mO8bms5alWm4f7mofREMJs7quETr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row .container > .video-iframe-container { display: none; }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row > .video-iframe-container { display: none; }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .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); }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row .container { border-width: 0; border-radius: 0; }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#nS7SJ5lIOz6IiQqXn3Tp1JB06ovrTVrD { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.5625rem;top:1.531033039093rem;left:0.625rem;overflow:hidden;display:block; }
#Am6Fb10QXfT8lO5rySlPKEFT2coLK785 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.2482625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5315755605698rem;left:15.420463562012rem;display:block; }
#NEOtSMpOapRrHyC1QoksNzW1N8NIKqKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOzGs6434sSTZhEfkLUSu755TvvD74wE { background-color:#ff6633;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:2.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.25rem;left:46.561635971069rem;display:block; }
#u5X6TZgLJ0LLdg2aKxxaMTZOtwtFspmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dfKqvcIpTflF8y7Etr7MN3qJZLJz1eD1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.2482625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5315755605698rem;left:19.136283874512rem;display:block; }
#z7AT3HZ2wWtzUI0DbbkHnZb5FTx3OPGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcT55F7Nuc01heUJSrDBUJvyWwkdqIHO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1875rem;height:2.24771875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5315755605698rem;left:33.442924499512rem;display:block; }
#xdu1314b1UErPsko6LcZcANr5C2Gstky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2TTZ73k34uiytQGrCyOt2wzyAkuVthu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.24771875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5321197509766rem;left:40.595703125rem;display:block; }
#MG5gbMeC2v6cyn9XDqdXon5qyP04Xacy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d8Vr88cyqxzKhaG8FItJ8i2VTTNphaHp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.24771875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5321180820465rem;left:24.727104187012rem;display:block; }
#A6mFzyvw1wTp9UqT4OztEomsNZU0qzo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:url("https://images.assets-landingi.com/uc/29681eed-7148-43d2-ad08-17aac45784be/BrandImageLibrary_MultiFlares103.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:75.25rem;width:60rem;overflow:visible;position:relative;display:block; }#xi0Bp7grnGZ9newknJrUgWTdMs0DmHLH { color:#ffffff;display:block;width:30.3735625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:23.812284469604rem;left:1.6248912811279rem;height:1.64930625rem;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:left;text-align-last:left;font-style:normal;display:block; }
#r1bOem5zIiqqFJZc0ELVOXXaRlfmyeeA { background-color:#ff6633;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.187375rem;height:2.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.124783992768rem;left:0.625rem;display:none; }
#t1qb54Sdb2tVJKZ7A2PO1qTDXAN2UQ83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHNqrXpFAHTpmrT5sQndStIy5RmCkv9Q { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.436625rem;width:38.2486875rem;top:8.4000654220581rem;left:1.0613059997559rem;overflow:hidden;display:block; }
#XlnXzV8HvZt4GAvzySngl6tS0STg0VQM { color:#000000;display:block;width:30.3735625rem;position:absolute;font-family:arial;font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:21.624675750733rem;left:1.6248912811279rem;height:2.10015rem;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:left;text-align-last:left;font-style:normal;display:block; }
#H5JDXB4qrB3T8MCaryflU0QzVAGLQmNC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.624375rem;width:34.6875rem;top:22.586263656616rem;left:24.124891281128rem;overflow:hidden;display:block; }
#eVbVT9wlF3RcG0aidT5agdH2r4lfTLxH { background-color:#241b77;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874875rem;height:3.24978125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.562934875488rem;left:1.6232643127441rem;display:block; }
#qiyc0NXl69GmfcRDB27wNURL2Gt3nc2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PuRVsSfUk1A6PZqS5PuG1KiqhW7d5TTD { color:#000000;display:block;width:45.9988125rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:46.75rem;left:7rem;height:2.5434rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVCqzmKwlETAs5AsZ8aRbVKbVqH2X5l4 { color:#ffffff;display:block;width:41.311875rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:49.8125rem;left:9.5rem;height:1.94986875rem;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; }
#kO7UGcQZ7odm7F3hgWID0JrCasrRRyIw { box-sizing:content-box;height:9.375rem;width:13.75rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:53.24978685379rem;left:23.062067031861rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#kKhR0I1nfB12n9NEXfh00dZCFyMlsnnn { box-sizing:content-box;height:9.375rem;width:13.75rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:53.24978685379rem;left:37.749570846558rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#yNQZ8hkdPSHTFnG5N90hygr8tr01WuXo { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:2.68555rem;top:54.749895334244rem;left:43.374570846558rem;overflow:hidden;display:block; }
#ATnIVCSMRl0zLqxshAgwP1eNfTcSdLEn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:2.68555rem;top:54.749895334244rem;left:28.687067031861rem;overflow:hidden;display:block; }
#uTBzlp6UXQDTolvXw8Ncbl0TJgk1W5BO { color:#000000;display:block;width:11.9363125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:58.499895572663rem;left:24.124891281128rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#kC0Op9JXEDLGuQ7ZRztkFJEhWvV2iXJs { color:#000000;display:block;width:11.9363125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:58.499895572663rem;left:38.812391281128rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#SusxsWsHP0QTUSSPzxP3xc4oh4DHkdMM { box-sizing:content-box;height:9.375rem;width:13.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:53.24978685379rem;left:8.2497844696044rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#KTU58dJrfRrnlxyy3w9A3qG67aUlSQak { color:#000000;display:block;width:11.9363125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:58.499895572663rem;left:9.2491321563719rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#VfZbc4z0BJVfqT5sPrUp4VJ2ZHAkwr87 { box-sizing:content-box;height:7.3746875rem;width:21.25rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:63.437504768369rem;left:8.2497844696044rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#AwMgTuLzsTTou1lLc8t8zHr68R0WqvOw { box-sizing:content-box;height:7.3746875rem;width:21.25rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:63.437504768369rem;left:30.437284469604rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#vdWkR6pt5KGNwVQgDv9BiwGXzk0BefDl { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:2.68555rem;top:54.749895334244rem;left:13.874784469604rem;overflow:hidden;display:block; }
#ZdAKmGcFzuhdSadxZ8lAndmTNmx653U5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:2.68555rem;top:64.7498960495rem;left:17.937284469604rem;overflow:hidden;display:block; }
#PoqbCL2Om6EWDeafF8JcicNDPhtKSlNr { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:2.68555rem;top:64.7498960495rem;left:39.749891281128rem;overflow:hidden;display:block; }
#a2dme2MzBpJhwfKHgrC7JMroaoRI4ta0 { color:#000000;display:block;width:18.061rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:68.125004768369rem;left:10.249567031861rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Wr7mJRHW4W7Dq7fhs3VQxlKg2I6ygmRg { color:#000000;display:block;width:18.061rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:68.125004768369rem;left:31.999784469604rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#iuIS6eGyUFdMnqZZTx9Bf0dktcQGIqns { box-sizing:content-box;height:36.3748125rem;width:56.7496875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ff4310);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ff4310);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ff4310);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ff4310);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff4310' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff4310' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ff4310);background-size:auto !important;top:37.529733896256rem;left:1.6243476867676rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241b77;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row .container { background-color: transparent; background-image: none; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row .container > .video-iframe-container { display: none; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row > .video-iframe-container { display: none; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .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); }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row .container { border-width: 0; border-radius: 0; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#upewsBavlDNZE5rsoH4v8TXap0sFR5fM { box-sizing:content-box;height:12.3125rem;width:56.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff4310, #f6821f);background-image: -moz-linear-gradient(180deg, #ff4310, #f6821f);background-image: -ms-linear-gradient(180deg, #ff4310, #f6821f);background-image: -o-linear-gradient(180deg, #ff4310, #f6821f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );";background-image: linear-gradient(180deg, #ff4310, #f6821f);background-size:auto !important;top:1.4375rem;left:1.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .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; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .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.935rem;padding-right:0.81125rem;padding-bottom:0.935rem;padding-left:0.81125rem;display:block;align-items:center;width:4.86625rem;min-width:4.86625rem;height:5.026875rem;position:relative;font-family:arial;font-size:3.741875rem;font-weight:700;line-height:80.43px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .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.585rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.48875rem;height:1.9875rem;position:relative;font-family:arial;font-size:1.403125rem;font-weight:400;line-height:31.8px;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; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:29.9375rem;height:9.469375rem;padding-top:1.16875rem;padding-right:1.15875rem;padding-bottom:1.16875rem;padding-left:1.15875rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:2rem;left:24rem;z-index:15009; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #H05ukfweBDDndI1ao33nTGUXSMfZ8UZp { display:flex;position:relative;top:0rem;left:0rem; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #QZESZBusTpKrFETkzuLdsJ5bPD3bJDTy { width:auto; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #HFRg5unqGaegtZQVC1Dh4TAhyTIq3qdW {  }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #cDVhouHtoVNKSRepa907zMZ3VmyQJaZP { display:flex;position:relative;top:0rem;left:0rem; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #SyoL5hD9ABQ4CgBK37IJek48WswumzAw {  }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #z8GiKnpW7TepoQhgBNb0sVXbD0hHFQJy {  }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #MpNW9yqutfLVwJgqE7cm0prynxZCl2Wa { display:flex;position:relative;top:0rem;left:0rem; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #QJdt32r7D3TZmpF2Nu83tGUmSEsPMlfZ {  }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #iOIbAWemT8f2CvhTcEcZZCc7kpTuDRGW {  }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #L6EHAyQTWCzwSTTc8MaCgAkTMtOkGTRU { display:flex;position:relative;top:0rem;left:0rem; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #WXicvzU4kn5r7ZWt5s11LbWRCrGzKuws {  }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #E91xGtWvSVDK3wJb2hEIuPybxHbcaI2k {  }
#QclZGpNElnds8Z4wEuUJUF248VmzSAJu { color:#ffffff;display:block;width:19.8746875rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:5.0625rem;left:4.75rem;height:5.08680625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row .container { background-color: transparent; background-image: none; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row .container > .video-iframe-container { display: none; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row > .video-iframe-container { display: none; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .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); }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row .container { border-width: 0; border-radius: 0; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;position:relative;display:block; }#th8ucQWoAVn8DIGFQQrEnoc9iilzZxH4 { color:#000000;display:block;width:50.7498125rem;position:absolute;font-family:arial;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.6379127502441rem;left:1.625rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SOLb5FRMTDtk0laU8I5lNL6eWPCgcXM0 { color:#000000;display:block;width:56.624875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:24.305013656616rem;left:1.6867408752441rem;height:19.59635rem;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; }
#TslVG6Qr0sMA8TSa5kIXpygMWI2VLRKH { color:#000000;display:block;width:25rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.766492843628rem;left:1.6238059997559rem;height:5.361325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PQJtVUIuuEe4kKyW3QBc2EeHZOFIJQqK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:22.874375rem;top:3.6376914978027rem;left:35.470922470093rem;overflow:hidden;display:block; }
#DuWTpsfsTIQelzvBW7gzbr0w4siIgbbK { background-color:#ff6633;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.874375rem;height:3.24924375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:18.74934387207rem;left:1.6232643127441rem;display:block; }
#INsIHwdiJCTqKCXX9XFglMb3evKcTEJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row .container { background-color: transparent; background-image: none; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row .container > .video-iframe-container { display: none; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row > .video-iframe-container { display: none; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .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); }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row .container { border-width: 0; border-radius: 0; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#y6M66uU8DMCfzvvRVKfUGcWn64wDSfmr { color:#000000;display:block;width:43.75rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1831588745117rem;left:0.625rem;height:3.00564375rem;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; }
#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row .container { background-color: transparent; background-image: none; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row .container > .video-iframe-container { display: none; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row > .video-iframe-container { display: none; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .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); }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row .container { border-width: 0; border-radius: 0; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#QukizaGdnlCmTHvurs7UATHhm5OKERzI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68555rem;width:2.68555rem;top:1.6861972808838rem;left:4.8491744995117rem;overflow:hidden;display:block; }
#nzvwht5mZRBBmSGL1nEgEmeBlCR1AoOl { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.1866321563721rem;left:1.9075508117676rem;height:6.0926625rem;text-align:center;text-align-last:center;display:block; }
#mAbcbNRbbrAnof7sAaSSEP5KzSU1G8q9 { box-sizing:content-box;height:14.25rem;width:11.25rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:0rem;left:0.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#EFEXzrfPvBr8W17VbPTX43g8kTolNZCI { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:13.8125rem;height:7.3111875rem;text-align:center;text-align-last:center;display:block; }
#KsN2uU1gAwbKZ1cOV71UKmEaJTdudp4M { box-sizing:content-box;height:14.25rem;width:11.25rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:0rem;left:12.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#w8Prf3OyCAq1yV65GUg9RuHTPs5DiR1H { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.6875rem;left:16.75rem;overflow:hidden;display:block; }
#a8vGRxhTLNnPVRFLcTpRE17AUCcBLADd { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.1875rem;left:25.8125rem;height:7.3111875rem;text-align:center;text-align-last:center;display:block; }
#mhmFActlCOeSvPggZkbrTD83CG3F6uX4 { box-sizing:content-box;height:14.25rem;width:11.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:0rem;left:24.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#JaeNSD8yQOiIw4Gpr9WTpLX6cmbIXN6C { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.6875rem;left:28.75rem;overflow:hidden;display:block; }
#e8csP8o59pO3svFMcCwdf8zysG3Ew16t { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.1875rem;left:37.625rem;height:6.0926625rem;text-align:center;text-align-last:center;display:block; }
#qaaMh2swEUg6AHmOaecnR9bbztBaucKS { box-sizing:content-box;height:14.25rem;width:11.25rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:0rem;left:36.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#NQCcvTU9m90QJpGbnGvLLsCZJMQKpDWw { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.6875rem;left:40.5625rem;overflow:hidden;display:block; }
#d8GMNLJPCIxncE1Iyfkice8hfAMWpsFq { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:5.1875rem;left:49.625rem;height:7.3111875rem;text-align:center;text-align-last:center;display:block; }
#pEGIQEcA3TCyFkPAhCPJR057gz9h3oyW { box-sizing:content-box;height:14.25rem;width:11.25rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:0rem;left:48.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
#TDn6y2WlBGbpSCQqzdxDlcb9hDMMP02n { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:1.6875rem;left:52.5625rem;overflow:hidden;display:block; }
#MBkLiypobLWaqArrmU3Bds67EAa1qpqb { position:relative;display:block; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb { background-color: transparent; background-image: none; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row .container > .video-iframe-container { display: none; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row > .video-iframe-container { display: none; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .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); }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb { border-width: 0; border-radius: 0; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hOTTh8vQao2BnrBmPDdx30ft0uSXImn7 { color:#000000;display:block;width:56.9998125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:1.6547298431396rem;left:0.63042449951175rem;height:6.99869375rem;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; }
#t3hhCPxkMlANT6hfXGqz0No782LrL01D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row .container { background-color: transparent; background-image: none; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row .container > .video-iframe-container { display: none; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row > .video-iframe-container { display: none; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .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); }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row .container { border-width: 0; border-radius: 0; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#iIf54QMBkKv2WgUTipfSDgWhhRiqC7Xs { color:#000000;display:block;width:43.75rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0783424377441rem;left:0.625rem;height:3.00598125rem;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; }
#iMrn8cKHB07TTrQLZS1VVkMN0lmrNOFV { color:#000000;display:block;width:56.9998125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:6.8131523132325rem;left:0.625rem;height:5.336375rem;text-align:left;text-align-last:left;display:block; }#iMrn8cKHB07TTrQLZS1VVkMN0lmrNOFV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iMrn8cKHB07TTrQLZS1VVkMN0lmrNOFV li:before{  }
#as7fH97xWkJrPWp5m534MsLVMbUz67hh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.186875rem;width:35.7498125rem;top:2.5614185333252rem;left:24.249134063721rem;overflow:hidden;display:block; }
#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row .container { background-color: transparent; background-image: none; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row .container > .video-iframe-container { display: none; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row > .video-iframe-container { display: none; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .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); }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row .container { border-width: 0; border-radius: 0; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#xA3b9I9UJRhn98BlGmX5wVF6JMIpl8Jw { color:#000000;display:block;width:43.5623125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:2.3125rem;left:8.1875rem;height:1.6626rem;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;font-style:normal;display:block; }
#HTWHl2kXCkDbSTQUiQo0if7c9FyZJK1g { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:5.4375rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#mIgFODPBcGiAXa4Nr8HuWmdWaA9gBzQr { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:6.6875rem;left:5.125rem;overflow:hidden;display:block; }
#rNKzoe0Blr15E6Pa5vCn6KbpIyBQLZ63 { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.1875rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#ThyU7MKUoEZLTecGdIs8RvVB82f1qA4K { color:#808080;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:12.375rem;left:2.1875rem;height:3.59863125rem;text-align:center;text-align-last:center;display:block; }
#RDrx9yKmJ7qRI3chJ3gRObBSFSlztUPR { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:5.4375rem;left:12.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#ZgTlVL2JL7LsIyn8ti7bqtfeumPwsBPq { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:16.875rem;overflow:hidden;display:block; }
#E9KGRTvlbKFZPqGcBIsmCUbMGhEPyDTa { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10.3125rem;left:13.9375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#H36Iz41gn2cnztxThWXaUPgzBMT0xGdU { color:#808080;display:block;width:8.9995625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:12.375rem;left:13.6875rem;height:3.59863125rem;text-align:center;text-align-last:center;display:block; }
#AV2SnSZc7II5Vpp9Z9czhJE6iunaZAA8 { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:5.4375rem;left:24.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#AKxOlok6yHazEKzMq60RfGJly9q8w09i { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:28.6875rem;overflow:hidden;display:block; }
#L2P4XkKvDmeMAmEXPrgUpQHBETGNFtuO { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.3125rem;left:25.75rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#SqtnLzzsyoQ9rVGsQzK5Kv9J8f0EqM7d { color:#808080;display:block;width:8.3745625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:12.375rem;left:25.8125rem;height:3.59863125rem;text-align:center;text-align-last:center;display:block; }
#LCUgUlCueCzn99uUO7Xtx0brzr24fg9s { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:5.4375rem;left:36.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#Mwi0blJBM0lCMo9g79KKGJrZcBdmLCgE { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:40.4375rem;overflow:hidden;display:block; }
#Qyi9dNlXDJIGBlmHrDGJQLN3ci0PdsLS { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:10.3125rem;left:37.5rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#ygqQTNy0KocQ1iLx1LIbuGU4XFdoapgf { color:#808080;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:12.375rem;left:37.5rem;height:2.698975rem;text-align:center;text-align-last:center;display:block; }
#wJorQGKAysUgZCFM2ZwATDUmwShwcAvg { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:5.4375rem;left:48.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#Jlc8TaawovLGvbDZh4d5rxDgskhUSGIz { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:52.25rem;overflow:hidden;display:block; }
#wnIAARG7i6xiePzptMd4qv8WuFvWeK2p { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:10.3125rem;left:49.3125rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#MMDlOGm85FhuHZsLeFNrgctg0CI1RyKy { color:#808080;display:block;width:8.9995625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:12.3125rem;left:49.0625rem;height:3.59863125rem;text-align:center;text-align-last:center;display:block; }
#iX2l5RHwkTvMuTzE4TtEJ6vgHPNTfLei { box-sizing:content-box;height:36.25rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#f6f6f6;background-image:none;top:0.37489148974419rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TgnyLwmq74u4grfCIoCMufgTcBrbbZQ2 { color:#000000;display:block;width:43.5623125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:20.125rem;left:8.25rem;height:1.6626rem;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;font-style:normal;display:block; }
#M2ZnJM2rTy9Tx8WfNTOLcpTMKiehvDq7 { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;top:23.25rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#hRkfFpGA2hVOyQoXJwuTVDRorK78FhQQ { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;top:23.25rem;left:15.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#natvKXGWH1abvvu6XeXkZnUE9AtOAxMm { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:24.625rem;left:6.75rem;overflow:hidden;display:block; }
#pyFhAFkMdho0x68NKdVeVTlXCB49Uas8 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.625rem;left:21.4375rem;overflow:hidden;display:block; }
#bCOUGiPRsA480fRTP7TOnTxIt5tESEBU { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;top:23.25rem;left:30.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#Mb2mnoelZzzyFKfRDRAZA954LzegqtFP { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:27.9375rem;left:2.125rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#QP3BQqZ7rxpwCECPhR6oJZgkmWiDsOI8 { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.9375rem;left:16.75rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#HcLFfUTN11ZaT9JTT2dGlKBu7yJ7DzLR { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:27.9375rem;left:31.375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#pzxdg2MtheIC0vvyGqXNBBTl16Ow6g9I { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.5625rem;left:36.0625rem;overflow:hidden;display:block; }
#qsCeEOVFCopmXbrRUo0dT2690LrAuMpe { color:#808080;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15047;line-height:1.2;letter-spacing:0;top:30rem;left:2.4375rem;height:1.79931875rem;text-align:center;text-align-last:center;display:block; }
#roPBDu6incAHC5KhvPVhVCOl65iwwC6I { color:#808080;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15051;line-height:1.2;letter-spacing:0;top:30rem;left:17.0625rem;height:2.698975rem;text-align:center;text-align-last:center;display:block; }
#W3QV6hlzToIimITxGTI0Drcuas7sSkC5 { color:#808080;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15055;line-height:1.2;letter-spacing:0;top:30rem;left:31.6875rem;height:2.698975rem;text-align:center;text-align-last:center;display:block; }
#BTwI2qhqHihV0CqXMrkBMKN7O61emNzW { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;top:23.25rem;left:45.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#tRavbqZrgf45y2I9T1XJbP0V0LkO4vJU { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:27.9375rem;left:46.125rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#tGmtsEN8h1R5KMWVcRMugFIrMSdCHIUv { color:#808080;display:block;width:8.0620625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:30rem;left:48.0625rem;height:1.79931875rem;text-align:center;text-align-last:center;display:block; }
#WCLTttBWRkNDm2IEMn1h1WU9tBJJTCDg { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.5rem;left:50.8125rem;overflow:hidden;display:block; }
#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -moz-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -ms-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -o-linear-gradient(90deg, #ed8520, #fcb42f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );";background-image: linear-gradient(90deg, #ed8520, #fcb42f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row .container { background-color: transparent; background-image: none; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row .container > .video-iframe-container { display: none; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row > .video-iframe-container { display: none; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .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); }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row .container { border-width: 0; border-radius: 0; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#efbv0r1NGzIJtDfuMFgGxfev5U1mfn7o { box-sizing:content-box;height:10rem;width:58.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.93316650390625rem;left:0.84309768676756rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RrlyH4eCgmbSraUfSebOAmozI2IqnxBp { background-color:#d8d8d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.2487rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.3077220916748rem;left:43.713108062744rem;display:block; }
#Cw79GOIvgZuZtVV1p8v2dwA8OlOTAJDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRnQhsEGXEaSSdUmaIoKUWPNUEN40mTt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.6875rem;width:12rem;top:2.0266914367676rem;left:2.0963554382324rem;overflow:hidden;display:block; }
#kD6GDSEWs5Cb2ZI0p8i4uBDAz6QkcKU5 { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1875rem;left:15.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZANcaAu0Cndp8HXtS0sMTc87Oozu1QD { color:#000000;display:block;width:17.0605625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5609798431396rem;left:15.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z1iQiVfC8WfMzPvv0DfgW7mGR47g9NId { color:#000000;display:block;width:23.8748125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.1927089691163rem;left:15.625rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NNDWy0wFvnDxff7O4n8SnC7EID9XUzuT { color:#000000;display:block;width:15.8105625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.6594924926758rem;left:15.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -moz-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -ms-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -o-linear-gradient(90deg, #ed8520, #fcb42f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );";background-image: linear-gradient(90deg, #ed8520, #fcb42f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row .container { background-color: transparent; background-image: none; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row .container > .video-iframe-container { display: none; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row > .video-iframe-container { display: none; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .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); }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row .container { border-width: 0; border-radius: 0; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#vnlxH3ByOuIJJpnuod1gNLcg3D7EdpRt { box-sizing:content-box;height:10rem;width:58.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.24565887451172rem;left:0.84255599975588rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rmpINyszRXURBfoA7mGfaAsbT0QMmKSF { background-color:#d8d8d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.2487rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.6196823120117rem;left:43.713111877441rem;display:block; }
#LxUWJ57U9KO80mKUx4tVdTEQJ9CPV1n7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3A10pz8gakdk3uB7sMhTK0BMfqy2KHA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.6875rem;width:12rem;top:1.3388595581055rem;left:2.0963535308838rem;overflow:hidden;display:block; }
#pL8Ed9JZ2JCQNQILGqHEx5QO9yBtEDMy { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.4370574951172rem;left:15.624998092651rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aH6bG4EyBf5kE9deXVQMf45CLBuylaix { color:#000000;display:block;width:17.0605625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8102111816406rem;left:15.624998092651rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WSkaux3ptVTqLtdudFd9LSD3nEhLEQGR { color:#000000;display:block;width:15.8105625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:4.9087371826172rem;left:15.624998092651rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJEWKeJuIuoeC4teSFM9x11aVvTFFoTI { color:#000000;display:block;width:23.8748125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.6617851257325rem;left:15.623373031616rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -moz-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -ms-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -o-linear-gradient(90deg, #ed8520, #fcb42f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );";background-image: linear-gradient(90deg, #ed8520, #fcb42f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row .container { background-color: transparent; background-image: none; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row .container > .video-iframe-container { display: none; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row > .video-iframe-container { display: none; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .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); }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row .container { border-width: 0; border-radius: 0; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#n0d2lHSmtm0vzX8byeK4af0yEdaXyqQx { box-sizing:content-box;height:10rem;width:58.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.24565887451172rem;left:0.84255599975588rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Tc0NIPpqwGuvhzW67Oft8NJNAAec0zTZ { background-color:#d8d8d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.2487rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.6196823120117rem;left:43.713111877441rem;display:block; }
#F0rCsbhgbPXroP0hsMZOSmpRr2Pp4DbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arHQ6iE8nLWi5aIL4rFtWTVLSJVUFgdp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.6875rem;width:12rem;top:1.3388595581055rem;left:2.0963535308838rem;overflow:hidden;display:block; }
#bHrcBVxLUwuTmp6q93GKyzDa111ED0A5 { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:1.4996337890625rem;left:15.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F9o4nzlTtQA2XuB5a1xNXspMFWCQkTiQ { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.872314453125rem;left:15.624389648438rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIi5svfllqG2EM58ie1QOamT3kErGHCV { color:#000000;display:block;width:22.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:4.720458984375rem;left:15.624389648438rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uq2hLqeZIhTHSIUtzpVzl7E6g7sP0zas { color:#000000;display:block;width:23.873875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:6.6656494140625rem;left:15.625rem;height:2.3990875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -moz-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -ms-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -o-linear-gradient(90deg, #ed8520, #fcb42f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );";background-image: linear-gradient(90deg, #ed8520, #fcb42f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row .container { background-color: transparent; background-image: none; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row .container > .video-iframe-container { display: none; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row > .video-iframe-container { display: none; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .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); }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row .container { border-width: 0; border-radius: 0; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#CFt1AFBhqzKz7KVKUyJQtLDE9PTC3WC2 { box-sizing:content-box;height:10rem;width:58.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.24565887451172rem;left:0.84255599975588rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iocWT6xZEsiIHS9pxa2iaNNpgV2Zt4a1 { background-color:#d8d8d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.2487rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.6196823120117rem;left:43.713111877441rem;display:block; }
#LIokqk72VGxmKdvzcFAqVWiSidK0KF3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKMlpPyiUPcT8lk4ZBHq6pgtoTEuSldk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.6875rem;width:12rem;top:1.3388595581055rem;left:2.0963535308838rem;overflow:hidden;display:block; }
#WQRzTmsdqgs4MwvasuoLevGWIXItLcXN { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2.7499923706055rem;left:15.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VLzflzhuSTibTJU8sX5IG2iV8kBASrsO { color:#000000;display:block;width:23.25rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1227226257324rem;left:15.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iZwbPO7S3hvCTPSgcZUpQVDmfyTVi203 { color:#000000;display:block;width:25.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.2212448120117rem;left:15.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -moz-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -ms-linear-gradient(90deg, #ed8520, #fcb42f);background-image: -o-linear-gradient(90deg, #ed8520, #fcb42f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );";background-image: linear-gradient(90deg, #ed8520, #fcb42f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row .container { background-color: transparent; background-image: none; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row .container > .video-iframe-container { display: none; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row > .video-iframe-container { display: none; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .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); }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row .container { border-width: 0; border-radius: 0; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#lArlMN122Dmcpg553tiySe5U451miDg2 { box-sizing:content-box;height:10rem;width:58.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:0.24565887451172rem;left:0.84255599975588rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#F2xF44u6VRBBq9u5VU9pXEwzp9QRHR5u { background-color:#d8d8d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.2487rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.6196823120117rem;left:43.713111877441rem;display:block; }
#vSP7ADRsHcaBtqt7NKZndMuVki4IiF2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erU2tTOshzitFMBnMDnwINXxoCHlbfHK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.6875rem;width:12rem;top:1.3388595581055rem;left:2.0963535308838rem;overflow:hidden;display:block; }
#ANu75IOBNVAqWEOnBTr1bMV51Tb7n192 { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2.7499923706055rem;left:15.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzhHz34ua87q3fDZiTukO9B2aesia9JS { color:#000000;display:block;width:23.25rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1227226257324rem;left:15.625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s7N0EXNI1CZcDiukyu6hd8iGc09NU7gN { color:#000000;display:block;width:25.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.2212448120117rem;left:15.625rem;height:1.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row .container { background-color: transparent; background-image: none; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row .container > .video-iframe-container { display: none; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row > .video-iframe-container { display: none; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .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); }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row .container { border-width: 0; border-radius: 0; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#w6rTRUzBhmpLu4VNPUPPRu9CCfbdicRR { color:#000000;display:block;width:43.75rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1831588745117rem;left:0.625rem;height:3.00598125rem;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; }
#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row .container { background-color: transparent; background-image: none; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row .container > .video-iframe-container { display: none; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row > .video-iframe-container { display: none; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .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); }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row .container { border-width: 0; border-radius: 0; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#I7e4vLT0KGnbT8xAlpAVvWKgbADkvzfG { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.062284469604rem;left:1.3118476867676rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#W4510gXFNRSO57u9fsu1n8V46PLXOQq9 { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.192710876465rem;left:0.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#muOb34g2p1hHohwa31FxkTGrnsJtGdoo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0687942504882rem;left:1.5299491882324rem;overflow:hidden;display:block; }
#Pt7AyTrkQ1X78rOZZuyCVfqyPxiCwUmA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.625rem;height:1.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.124783992768rem;left:4.6875rem;display:none; }
#FOfT4X9hDXfxUrQ2D6yefO8R4tMAg5TH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#naOZXJ2uT9EOzCU8W83A8ngI9yrBfhaM { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:16.3125rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#mhm711deopxTEzMP4AUSy676LBkwLQZX { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:15.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#iVH8SXqP5aBPaailu09fGEsqiICE8BAl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0625rem;left:16.5rem;overflow:hidden;display:block; }
#Gmttu9hkLdqLOiAls2ElQScyCWuVs2QI { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.0625rem;left:31.3125rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#IvmEO3ZJsuF353EhVoSW2QuiqXA4uUOU { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.1875rem;left:30.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#PEgxLNBruhTLHgx4TH4ArMpEnQ0MJmIf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0625rem;left:31.5rem;overflow:hidden;display:block; }
#Nf3KITAcOQITfOqaBc86NpbbgmKkki5A { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.0625rem;left:46.3125rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#yx3R0tSPyANHaZHTdW3ff18vJuGAqNN8 { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.1875rem;left:45.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#oM8hIozJPvWmoHTplDCJvTkB719N9Ww6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0625rem;left:46.5rem;overflow:hidden;display:block; }
#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row .container { background-color: transparent; background-image: none; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row .container > .video-iframe-container { display: none; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row > .video-iframe-container { display: none; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .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); }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row .container { border-width: 0; border-radius: 0; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#wuyzxiL28pwdttuKW7KRXXFzJ6igxT6p { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.062284469604rem;left:1.3118476867676rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#bvaBwbiS20pipC0byDfXobUitmcUMa6D { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.192710876465rem;left:0.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#fL12Cqfrn95zUwcxZ1GzF8QzKsy2Wdm4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0687942504882rem;left:1.5299491882324rem;overflow:hidden;display:block; }
#K4VHwRlOABnW1eOa6K0t5sWAXzFzqnZd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.625rem;height:1.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.124783992768rem;left:4.6875rem;display:none; }
#DpWcrqKrDzGbgkle6TNVIwHThIgALp4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcOQVOlKuFXTd6oOwDM3Zdken4B6RQ8f { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:16.3125rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#wu1mkHel5P5oXTSTg29nXTwTZgRWBTlH { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:15.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#A5whIqrarT2TkpREnArpAz7FbTrChAcu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0625rem;left:16.5rem;overflow:hidden;display:block; }
#TZnyUzFLQUtKew7VhiBp0Kzpbc62Ldci { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.0625rem;left:31.3125rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#XeT1eKOV1Qa5HhhsDpfT4SmiTIldev8D { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.1875rem;left:30.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#dQA7UsBsSKnIMy5uu4lbIhQneEXCKUfn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0625rem;left:31.5rem;overflow:hidden;display:block; }
#dJG4afmvETRGLOlpGvFeCnlg8qZGXr4e { color:#000000;display:block;width:12.374125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.0625rem;left:46.3125rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#fzZ1ndslHpMBvpCL5zGUi4SifPQI5X5o { color:#ff6633;display:block;width:14.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.1875rem;left:45.3125rem;height:1.62489375rem;text-align:center;text-align-last:center;display:block; }
#UIAzD30gyrvEsHg6OyobTT7sP4KFP2UW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:11.875rem;width:11.875rem;top:1.0625rem;left:46.5rem;overflow:hidden;display:block; }
#Xv7Tus6yH27OwknXshBTlArtpo01BpDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row .container { background-color: transparent; background-image: none; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row .container > .video-iframe-container { display: none; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row > .video-iframe-container { display: none; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .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); }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row .container { border-width: 0; border-radius: 0; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#SeCrL74HUuBTcidmtA3xrXPaD2vJsqAQ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:arial;font-size:2.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1831588745117rem;left:0.625rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/46857a0c-648c-4055-aa53-e16c253aee53/GreyscaleGlobe.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ.adaptive-delivery-prevent-bg, #NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ.lazyload, #NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ.lazyloading { background-image: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container { background-color: transparent; background-image: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container > .video-iframe-container { display: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row > .video-iframe-container { display: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .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); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container { border-width: 0; border-radius: 0; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#ObG58hkIv8C37lPAsaKf9bGTuyTzpSFP { box-sizing:content-box;height:23.75rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.8);background-image:none;top:0rem;left:0.58919143676758rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#vGQnnOIhpPy6ksQKqHO2SG9yQ3yFV751 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:8.2378473281863rem;left:1.875rem;height:13.4038625rem;text-align:center;text-align-last:center;display:block; }
#S3VQghMTdeQ1Je0hPoSdgqzQn5kQNpEN { color:#ffffff;display:block;width:14.437375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.2;letter-spacing:0;top:3.9252386093139rem;left:2.7804889678955rem;height:1.49963125rem;text-align:center;text-align-last:center;display:block; }
#cfUxovpk6Awy3CApdkVA8Po6sMOz06tx { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.99978125rem;width:1.93739375rem;top:1.0812711715698rem;left:9.0304908752444rem;overflow:hidden;display:block; }
#yBmBJ8rOlem7upfVntkyF7ES85Dg8Gny { box-sizing:content-box;height:6.25rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #ff4310, #f6821f);background-image: -moz-linear-gradient(280deg, #ff4310, #f6821f);background-image: -ms-linear-gradient(280deg, #ff4310, #f6821f);background-image: -o-linear-gradient(280deg, #ff4310, #f6821f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );";background-image: linear-gradient(280deg, #ff4310, #f6821f);background-size:auto !important;top:0rem;left:0.58919143676758rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#fgc0FOovLCLmETXoTFJCreOI9uU9dsFc { color:#000000;display:block;width:16.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.2367625236512rem;left:21.875rem;height:9.7482625rem;text-align:center;text-align-last:center;display:block; }
#hiWt7hnDSmL3Z1VR7kbNgXahACgzvATQ { box-sizing:content-box;height:6.25rem;width:18.75rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #ff4310, #f6821f);background-image: -moz-linear-gradient(280deg, #ff4310, #f6821f);background-image: -ms-linear-gradient(280deg, #ff4310, #f6821f);background-image: -o-linear-gradient(280deg, #ff4310, #f6821f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );";background-image: linear-gradient(280deg, #ff4310, #f6821f);background-size:auto !important;top:0rem;left:20.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#nBD45ToT7aeOmIn1y0TXqgO2hXW2Id0E { color:#ffffff;display:block;width:14.437375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:3.9375rem;left:22.8125rem;height:1.49963125rem;text-align:center;text-align-last:center;display:block; }
#JmklcXUn4TdlIOzsl36uA8OlCIUX5kED { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:1.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#tnTVxByc9KA4meX1F0stuW66TaIxUNDz { box-sizing:content-box;height:23.75rem;width:18.75rem;position:absolute;display:block;z-index:15030;background-color:rgba(255,255,255,0.8);background-image:none;top:0rem;left:20.589736938476rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#tLabCcvFhiwSAN7cQZ33ARdzJ1FGHBQR { box-sizing:content-box;height:23.75rem;width:18.75rem;position:absolute;display:block;z-index:15035;background-color:rgba(255,255,255,0.8);background-image:none;top:0rem;left:40.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#dAkGNrBv3aorziyIQKzlgCFBalDJTmoN { color:#000000;display:block;width:16.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:8.25rem;left:41.875rem;height:6.0926625rem;text-align:center;text-align-last:center;display:block; }
#fEnImvT65t5xvkRDgoEr6bhgCSxwxDVT { box-sizing:content-box;height:6.25rem;width:18.75rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #ff4310, #f6821f);background-image: -moz-linear-gradient(280deg, #ff4310, #f6821f);background-image: -ms-linear-gradient(280deg, #ff4310, #f6821f);background-image: -o-linear-gradient(280deg, #ff4310, #f6821f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4310', endColorstr='#f6821f' );";background-image: linear-gradient(280deg, #ff4310, #f6821f);background-size:auto !important;top:0rem;left:40.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#Ipw9l0MxvKlryRF0yRoeRLACIIEEIbcZ { color:#ffffff;display:block;width:14.437375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:3.9375rem;left:42.8125rem;height:1.49963125rem;text-align:center;text-align-last:center;display:block; }
#tFmbxhp7CUE2TnzwEVpTlTBFHRPH6B26 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:1.0625rem;left:49.0625rem;overflow:hidden;display:block; }
#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row .container { background-color: transparent; background-image: none; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row .container > .video-iframe-container { display: none; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row > .video-iframe-container { display: none; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .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); }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row .container { border-width: 0; border-radius: 0; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#CRPCNu973T9C9OA3uG4d06Fk8EmmlXDB { background-color:#ff6633;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.24924375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.1251106262207rem;left:20.625001907349rem;display:block; }
#ZguyJdHNsTDJXSlkmiuQ8Ez4QOg6G42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:#ffffff;display:block;width:27.0621875rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:8.172607421875rem;left:16.468505859375rem;height:3.0881125rem;text-align:center;text-align-last:center;display:block; }
#kOIIbNfODopoarfxvKluc3Vmyi2bW84z { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.5rem;top:3.719482421875rem;left:25.7177734375rem;overflow:hidden;display:block; }
#nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE > .row .container { border-width: 0; border-radius: 0; }#nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:none; }#mOzRcM2zVAFHtCd03xlOfTWiyIRi62Zi { color:#000000;display:block;width:43.5623125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:2.3125rem;left:8.1875rem;height:1.662325rem;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;font-style:normal;display:block; }
#u2Rqx4uZVkMGBnFPTzb6tizONXQBtasl { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:5.4361972808838rem;left:1.0611991882324rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#FJoHIXIck48cTkh6oeN78ZrRSxFJhQTW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.8120651245119rem;left:6.6916236877444rem;overflow:hidden;display:block; }
#B7PabVl4TEr43rSopKCFl8AU3rmN54H5 { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.0355911254883rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#V18iTtUwCNd2O44z6btsb63nUhEqxTPL { color:#808080;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:12.163412094116rem;left:2.3795585632324rem;height:1.79904375rem;text-align:center;text-align-last:center;display:block; }
#EJ9e0BxBWZcNCFaHkuTmElndeCl9JvDQ { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:5.4375rem;left:15.6875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#TQ3zgVgkz9ZL2EnyT504ukQ55Wz6F9MM { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10.125rem;left:16.662979125976rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#JKIZzO6rF81MqaSKlrUCQdAGntqC56Gx { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.8098964691163rem;left:21.350479125976rem;overflow:hidden;display:block; }
#HxwtNSi2ZswtFBSSgLmLvZXeNr4z7uN1 { color:#808080;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:12.161458969116rem;left:17.006946563721rem;height:2.69856875rem;text-align:center;text-align-last:center;display:block; }
#FbRKnS44aUuyw3Xe13oSbmkmtWkXLCBn { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:5.4375rem;left:30.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#DMMUDUJrn3JC3PZvgca0zC5XX1IDg4Vx { color:#808080;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:12.1875rem;left:31.625rem;height:2.69856875rem;text-align:center;text-align-last:center;display:block; }
#En2MHEtHw3HwwsC6tZ2hp3u0PmiJR8vm { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.125rem;left:31.3125rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#kvDQLp7NaUQmTCogeE5vpsRKQzsJl7uh { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.75rem;left:36rem;overflow:hidden;display:block; }
#gi6gPLMwEf3QOdfCnXyx5aNQklhzGMFH { box-sizing:content-box;height:10.625rem;width:13.75rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:5.4375rem;left:45.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#DXkLByxyNZXPPJJGZqDcM9leqFMeBuHL { color:#808080;display:block;width:8.0620625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:12.162544250488rem;left:47.974826812744rem;height:1.79904375rem;text-align:center;text-align-last:center;display:block; }
#GcyqgVXpGBptx1VGnyS9cDAOQOfBNJui { color:#000000;display:block;width:11.936875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:10.125rem;left:46.0625rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#XLfSSzRPu6EcEKr5bbGMeNlZRF23amsW { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.6875rem;left:50.75rem;overflow:hidden;display:block; }
#ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw > .row .container { border-width: 0; border-radius: 0; }#ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:none; }#TESpvMVgEFfxdOA7wrx1aQib2ySIrgnB { color:#000000;display:block;width:43.5623125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:2.3125rem;left:8.1875rem;height:1.662325rem;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;font-style:normal;display:block; }
#WXI43hfSNhnQQy2PJmQg71ZCMdvVoDfz { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:5.4375rem;left:1.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#DhMDf5bMWglnRmC1UmxrZW6E2Qah3Qku { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:6.6875rem;left:5.125rem;overflow:hidden;display:block; }
#hvRe8IQd8xuDof0S45qnunl4JuBFa0R7 { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.1875rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#mHKE1h0aDZXoxd5RvTPzxXwvTNxcQJiH { color:#808080;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:12.375rem;left:2.1875rem;height:3.5980875rem;text-align:center;text-align-last:center;display:block; }
#zwixcs6W6PK08Mci1JgECvnb6KLiI8Ch { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:5.4375rem;left:12.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#of82qOTTFF92IFnTFcmyJkW0pRyECzgz { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:16.875rem;overflow:hidden;display:block; }
#hMAgvcteau2vbLPcxcy9OfJy4NXHoTee { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10.3125rem;left:13.9375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#rufAqpygdpSRcrfezKmENdDTZLpExUCJ { color:#808080;display:block;width:8.9995625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:12.375rem;left:13.6875rem;height:3.5980875rem;text-align:center;text-align-last:center;display:block; }
#RlPtmUeJIKZBeTVWa2bchibPax3gWRTZ { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;top:5.4375rem;left:24.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#zTZpMttwTGaqe7nLudtpFEIq5MltvclR { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:28.6875rem;overflow:hidden;display:block; }
#USeu4n1dfxTm4WpazqrbhfK0TNrskRkt { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.3125rem;left:25.75rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#nn1Qlh2xp0REdLi3D9IsbHEvyBZ0Fsze { color:#808080;display:block;width:8.3745625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:12.375rem;left:25.8125rem;height:3.5980875rem;text-align:center;text-align-last:center;display:block; }
#NKS8XE2GsPyPb8z0RD2lKzCBy247GebT { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;top:5.4375rem;left:36.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#ACevwrZdA6pGWxSi6hJIXVBshTpgBhlc { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:40.4375rem;overflow:hidden;display:block; }
#X41OFxCAA1dI2TaL85whQG4ZiltAZEfv { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:10.3125rem;left:37.5rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#opc7aa5TEKdGtp4odoBT5cfZ40vV2yxk { color:#808080;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:12.375rem;left:37.5rem;height:2.69856875rem;text-align:center;text-align-last:center;display:block; }
#A3KWnxvI5Mffm4foKpIlddxoZVk5XZD6 { box-sizing:content-box;height:12rem;width:10.625rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;top:5.4375rem;left:48.1875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #dedede;border-left:0.0625rem solid #dedede;border-right:0.0625rem solid #dedede;border-bottom:0.0625rem solid #dedede;display:block; }
#dGRZQf7TkVZ0nRUl77HqXJb7PvcuPlF2 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:6.6875rem;left:52.25rem;overflow:hidden;display:block; }
#JILR5Vv6JuJZPPc44Dum4KEngisRUD9W { color:#000000;display:block;width:8.5623125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:10.3125rem;left:49.3125rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#btnDzNrzygV2Q0y2o5ZK1PD6NC8Xo7Fi { color:#808080;display:block;width:8.9995625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15046;line-height:1.2;letter-spacing:0;top:12.3125rem;left:49.0625rem;height:3.5980875rem;text-align:center;text-align-last:center;display:block; }
#FIUCP5oJ6BsI3UOtfTix17z8RNeBgbnB { box-sizing:content-box;height:19.936rem;width:60rem;position:absolute;display:block;z-index:15012;background-color:#f6f6f6;background-image:none;top:0.3749942779541rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pw7mfWgPUeF686ZRMAHSbZoClmsekUbE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed8520, #fcb42f);background-image: -moz-linear-gradient(180deg, #ed8520, #fcb42f);background-image: -ms-linear-gradient(180deg, #ed8520, #fcb42f);background-image: -o-linear-gradient(180deg, #ed8520, #fcb42f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8520', endColorstr='#fcb42f' );";background-image: linear-gradient(180deg, #ed8520, #fcb42f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pw7mfWgPUeF686ZRMAHSbZoClmsekUbE > .row .container { border-width: 0; border-radius: 0; }#pw7mfWgPUeF686ZRMAHSbZoClmsekUbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pw7mfWgPUeF686ZRMAHSbZoClmsekUbE > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:60rem;position:relative;display:none; }#NrE55caMhLzsrmvTEZWkV0B6XyM9y2Em { color:#000000;display:block;width:17.0621875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6204428672788rem;left:0.84309768676756rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBTAmuQqSPEoPd0wnGH7QUd4Tdz0S8Ki { color:#000000;display:block;width:15.874rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.248264312744rem;left:1.4360885620118rem;height:7.9525rem;text-align:center;text-align-last:center;display:block; }
#TI2EHg46WItsiFEPzgnutIE2nbRfs0QS { box-sizing:content-box;height:25.5rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.4304475784302rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x8iJuO9PuBfMmJUcDN22h3Uq1AMERV1A { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:6.2700719833375rem;left:1.3416881561279rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJdR731nIF3TQebgXdQNT72vDwvZ3iHU { color:#000000;display:block;width:17.374125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:21.418622970581rem;left:0.68576431274412rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m30XEvvDdoAGQUkW5l8I4rTxZTaXS75I { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.24978125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.304689407349rem;left:3.3729381561279rem;display:block; }
#ZnB1Q30fMc6sKsnIHWKMT4vRFwDif1FM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tPPS0un1tZOOKhAx0PD2xsUSBTBzcC0E { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:8.5568580627444rem;left:6.2478294372559rem;display:block; }
#y30xHpAGOTQiq4J4uuJhzmgh6ZtRFKwk { box-sizing:content-box;height:25.4996875rem;width:18.75rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:3.4776477813721rem;left:20.625001907349rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PdxkPJVwuDZW6c10oTic5OA1h97X3AT5 { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.2695322036744rem;left:21.968317031861rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOfqReteat4nOIdzWbB1CITU2HXWhdOo { box-sizing:content-box;height:0.124783125rem;width:6.25rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:8.5568580627444rem;left:26.875001907349rem;display:block; }
#iX2prXzzKLDInVgQb1SDQyq1sBZhs7KU { color:#000000;display:block;width:17.0621875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6202259063719rem;left:21.468641281128rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y35iUFMDbL6Wdh0CJwyO47hEiNuvCbKe { color:#000000;display:block;width:15.8735rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.247722625733rem;left:22.062173843384rem;height:7.9525rem;text-align:center;text-align-last:center;display:block; }
#X8JZKPXAq5D1PNU1ITIto8W2LEfTUsxJ { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.24924375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.304689407349rem;left:23.999567031861rem;display:block; }
#g12HbOsPJbEgOHmpmeKM8N26boPXvoxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tb7l4bi9U6AFAAuNrZJC21D1KbVbtZgB { box-sizing:content-box;height:25.4996875rem;width:18.75rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:3.4771051406861rem;left:41.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zhEVOSuw19oF1ARPq6rNV74qe2VwpIhM { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.24924375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.124566078186rem;left:44.624568939209rem;display:block; }
#mh5b5QbE5OgIkq1yalaQ5Jg3BXiTPJ0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQVc7bgdnV35kN4kQ3HAZwOaI3cUy0AU { color:#000000;display:block;width:15.8735rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.247179985046rem;left:42.687717437744rem;height:6.816375rem;text-align:center;text-align-last:center;display:block; }
#SVBf6EHhCzsNA1PpRXmglIi7nGBplXzM { color:#000000;display:block;width:17.0621875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.6196832656863rem;left:42.093639373779rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xZQTaRtTBUJxUiKov9evuf5sdvUmqKiW { box-sizing:content-box;height:0.124783125rem;width:6.25rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;top:8.5563154220581rem;left:47.498912811279rem;display:block; }
#JIpxB7puC1XrT9l2CXFFtwpHpslThIxS { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:6.2689886093137rem;left:42.593318939209rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#usOQtJy7GX6vXBpBknzMJu46MAq6L91l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcb42f, #ed8520);background-image: -moz-linear-gradient(180deg, #fcb42f, #ed8520);background-image: -ms-linear-gradient(180deg, #fcb42f, #ed8520);background-image: -o-linear-gradient(180deg, #fcb42f, #ed8520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb42f', endColorstr='#ed8520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb42f', endColorstr='#ed8520' );";background-image: linear-gradient(180deg, #fcb42f, #ed8520);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#usOQtJy7GX6vXBpBknzMJu46MAq6L91l > .row .container { border-width: 0; border-radius: 0; }#usOQtJy7GX6vXBpBknzMJu46MAq6L91l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usOQtJy7GX6vXBpBknzMJu46MAq6L91l > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:none; }#UFZ9vXl811wlHesOBtr1A1d3VxG2fITC { box-sizing:content-box;height:18rem;width:28.8125rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:1.0622825622559rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#s9uUwOFrRsSuTZd63ZUnAwJTRx6sdp1X { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.2487rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.503253936767rem;left:8.4049491882325rem;display:block; }
#wITsezJhD42cK7rhOg1m81RK4Ut9B5w6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AfQE1TPIzILDaDux9RRSIxzKGckb9WzW { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.905601501465rem;left:2.6866340637207rem;height:5.6803375rem;text-align:center;text-align-last:center;display:block; }
#eUfPngPZW1oFhwBhb05xSOlv67VuQZJa { color:#000000;display:block;width:17.0605625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.3101119995119rem;left:5.8756523132324rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWRTgc1OkszcDnvTVdSySAIWyZIwh9G2 { box-sizing:content-box;height:0.124783125rem;width:6.25rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;top:6.0622863769531rem;left:11.280384063721rem;display:block; }
#AyWxt7TCFRTbuHqA8lc1Uqokmk4gigt6 { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:3.8118515014649rem;left:6.3736991882325rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OzZd1I8cTlBpIFxkcGLvZs8P5rTOfCsr { box-sizing:content-box;height:18rem;width:28.8125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0.9375rem;left:31.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a65H2Gwhx7hTln8ObsKtpfKlqafvee52 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;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:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9998125rem;height:3.2487rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.5rem;left:39.625rem;display:block; }
#bZoQhVrTTp7HI604MxC3WhS9KpFNXPoQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqIlIlfsKruKfv1rsLbew5aNhHftiIJn { color:#000000;display:block;width:23.9995625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.905601501465rem;left:33.590496063233rem;height:5.6803375rem;text-align:center;text-align-last:center;display:block; }
#zh65tunpgTL5glz8WoyCcF18hfocqRUa { color:#000000;display:block;width:17.0605625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.1875rem;left:37.061634063721rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNMiy7e7puALfFMwuATXmW89xO8xtvvH { box-sizing:content-box;height:0.124783125rem;width:6.25rem;position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;top:5.9375rem;left:42.500003814698rem;display:block; }
#DHaedFbmgho5kxvTPTCBOTK746eXwFG9 { color:#ff6633;display:block;width:16.0623125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:3.6870651245117rem;left:37.561847686767rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 > .row .container { border-width: 0; border-radius: 0; }#r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:none; }#xgwVQLMT3ARtCQq9aZ9OTVac7puxg7k5 { color:#ff4310;display:block;width:43.75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:8.125rem;height:2.92480625rem;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; }
#WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp > .row .container { border-width: 0; border-radius: 0; }#WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:none; }#ok0Wz1DDkQrl66ETqSK3xEFrMcHHXTHt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:14.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WknEZRZPcwP3cCz25gG5RQl0S02XG5dR { color:#000000;display:block;width:11.3748125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:11.036781311035rem;left:1.5304889678955rem;height:2.84939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#psnzvdZaxaq4vhpgr2ZzfQOEPpuAwrPn { box-sizing:content-box;height:17.1875rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;display:block; }
#fmR4JoTSSUlx8DQgKKcW168QAtH3OctI { color:#000000;display:block;width:11.3748125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:11.036241531372rem;left:16.812067031861rem;height:1.42469375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KF1oEFpZUKTnTxhaigqDiAf1q6O2ufzT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:14.5rem;top:0rem;left:15.280488967896rem;overflow:hidden;display:block; }
#nmJQzpE6K0GhM6k0Ze9WCieBglPccK05 { box-sizing:content-box;height:17.1875rem;width:14.375rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:0rem;left:30.277235031128rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;display:block; }
#E5Qrw86b03VqWnoz7ZJxO7f80t3SKm4Z { color:#000000;display:block;width:11.3748125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:11.036242485046rem;left:31.812067031861rem;height:2.84939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTSksByfHNSB2hXw2EwDKAHtCkqwsPg6 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:14.5rem;top:0rem;left:30.280492782592rem;overflow:hidden;display:block; }
#FcMGN92wvw8gTaM265TyUCTvus5q2pRw { box-sizing:content-box;height:17.1875rem;width:14.375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:0rem;left:45.555013656616rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;display:block; }
#PNDSEZTE6kw9HNkwgQ6nWJFuBImT8Va6 { color:#000000;display:block;width:11.9998125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:11.036242485046rem;left:46.499570846558rem;height:2.84939375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snDiSWuTdn5znlbxgW7OBmhWiqm4Wgxt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:14.5rem;top:0rem;left:45.562612533569rem;overflow:hidden;display:block; }
#PS9wNCSGslCfUgKfE7LhX8uNGTQBIvTt { box-sizing:content-box;height:17.1875rem;width:14.375rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;top:0rem;left:15.277235031128rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;display:block; }
#VoG5zvwP4i8MhpwhpBxfJJrguW1d7qwt { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ff4310;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.874rem;height:3.24924375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:14.041884422303rem;left:1.7811412811279rem;display:block; }
#bCcVt73Ucw36OiTuZGUSHDUATGQ3wtkk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCwhmorPV5FtSGel94H63A2Oib8COvL4 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ff4310;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8735rem;height:3.24924375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:14.041883468628rem;left:17.062173843384rem;display:block; }
#HoMS904Zz1fiCmXs0KicyTJtPoNeXp5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXDObVOVxKtfUIDoU04aC8GXVtiPIOvn { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ff4310;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8735rem;height:3.24924375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:14.041883468628rem;left:32.347547531128rem;display:block; }
#DmxeP4b53Fyh3EvZ4Qvip072xwVcyelL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJ0K4FMXsZ3xy3ZSByiB8LmB0OvVCVQr { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#ff4310;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8735rem;height:3.24924375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:14.041883468628rem;left:47.339956283569rem;display:block; }
#Pv4CskCFlbPeE31mKaWovwVoC7R7W96T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:60rem;position:relative;display:none; }#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.9375rem;font-weight:bold;color:#000000;width:54.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:54.75rem;box-sizing:border-box;height:2.625rem;color:#000000;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:54.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:arial;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:54.75rem;box-sizing:border-box;height:2.5rem;color:#808080;font-family:arial;font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#ff6633;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:21.875rem;margin-bottom:0.25rem;margin-left:21.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:10.9375rem;height:3.25rem;font-family:arial;overflow:hidden;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#808080;font-family:arial;font-size:0.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#808080;font-family:arial;font-size:0.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#808080;font-family:arial;font-size:0.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#808080;font-family:arial;font-size:0.9375rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.4;font-size:0.6875rem;font-weight:400;color:#000000;vertical-align:top;width:53.5rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:54.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.513671875rem;left:1.37158203125rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:54.75rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:54.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.513671875rem;left:1.37158203125rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #S1yMAvCNgy2IPJMZSyXHOLKNn8ho1nOP { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #I3ciCypivLr3o1lQuwRdu2AED69V6tTl { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZcNEbKJJsKR4CgIbiMkUwpCgRvwokiXL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dVOJyd52WaEFQBQ4EzAdwVdgls1tTA9B { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zdV5WwAy9X4M3kZOIWe67lhP4b9nOqrJ { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RyLSDoFVI7MvsJFdl6mIeMpTScioychJ { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #TDU5qgNf2rNZ3B5mfwhZimmxtHHqswNA { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #B8t1QBfKhAyKcPFIyaAakMl6cn4eV1Mz { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #AO5hCl8NcgZfnQJsUbkDM8uprcIWpUKq { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #s6lQUVsqE5l6ho9oEXmLrs6TmtMouyhb { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #e10DpT0gekADXmhMBPbPxoVXi1MiJUT5 { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CTuQqhJgax9AaMow9JmBbHntfWg1naud { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTqGaPAGzB5Ti4TV9xAulr1JEFDV8RlX { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CePC03ViPzfWgTpvn2CFISHnI21KMzi5 { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UCsmoiTnsesJTOFOXd1q8msR4VkAJXk9 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #J7qRsVlskX1s1TvItph8eFX0GuvJivTA { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FB1US0AvCpD5wxUM81mgXeMIQvrJpPzE { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KgMFreESuS6NTxCvZeSzPO7sr7ogVpTG { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FrUmkeUlyfpRTndNCV3fqQOq8uvSHHsF { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #M8EBybqC4e3eZdNEkgrmCEck3wTKLqqU { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H30erwfinHFO0USGMytBFXveIuGV21Tk { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #neM8sQHgHcnGG8h9Z65dTn251pyHEwTZ { position:relative;display:block;z-index:15000; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qoDv4mOl6UHLXMhXoVaHrEy9URbeHa43 { position:relative;display:block;z-index:15000; }
#HlMmvHAr2o7sxWQGNKb1LGFeQ6Je2yXB { position:relative;display:block; }
#fJMztf1nexhvpQAOePAhI27Tqyl4iuXV { position:relative;display:block; }
#mJ6F6gRxrWmKi5uGDBMK7KwU1R2ASL8m { position:relative;display:block; }
#ZXpaAG0PAqLt5M2DlQlzpTtmQxbHwkUF { position:relative;display:block; }
#Z1LNgQanKkIOAOIErByD6BXqXN4q9aBX { position:relative;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#uaO4uAQvwD2zzDv2lrev0OHpUwmWMBT7 { position:absolute;display:block;z-index:15005;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:55.68725rem;width:27.687375rem;top:5.6488037109375rem;left:0rem;display:none; }
#OV4feFAqlbSTVV9oL2vKTn5tKFH7aFJu { color:#000000;display:block;width:43.75rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6831588745117rem;left:8.125rem;height:2.92480625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KT9mO8bms5alWm4f7mofREMJs7quETr8 { display:block; }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS7SJ5lIOz6IiQqXn3Tp1JB06ovrTVrD { top:1.5rem;left:0rem;width:6.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am6Fb10QXfT8lO5rySlPKEFT2coLK785 { width:3.75rem;height:2.1875rem;top:1.5rem;left:9.2954635620119rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEOtSMpOapRrHyC1QoksNzW1N8NIKqKz { display:block; }
 }@media only screen and (max-width: 763px) { #VOzGs6434sSTZhEfkLUSu755TvvD74wE { width:13.1875rem;height:2.8125rem;top:1.25rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5X6TZgLJ0LLdg2aKxxaMTZOtwtFspmU { display:block; }
 }@media only screen and (max-width: 763px) { #dfKqvcIpTflF8y7Etr7MN3qJZLJz1eD1 { width:5.625rem;height:2.1875rem;top:1.5rem;left:13.011283874512rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7AT3HZ2wWtzUI0DbbkHnZb5FTx3OPGx { display:block; }
 }@media only screen and (max-width: 763px) { #gcT55F7Nuc01heUJSrDBUJvyWwkdqIHO { width:7.1875rem;height:2.1875rem;top:1.5rem;left:27.317924499512rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdu1314b1UErPsko6LcZcANr5C2Gstky { display:block; }
 }@media only screen and (max-width: 763px) { #R2TTZ73k34uiytQGrCyOt2wzyAkuVthu { width:5.125rem;height:2.25rem;top:1.5rem;left:34.470703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG5gbMeC2v6cyn9XDqdXon5qyP04Xacy { display:block; }
 }@media only screen and (max-width: 763px) { #d8Vr88cyqxzKhaG8FItJ8i2VTTNphaHp { width:8.75rem;height:2.1875rem;top:1.5rem;left:18.602104187012rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6mFzyvw1wTp9UqT4OztEomsNZU0qzo0 { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi0Bp7grnGZ9newknJrUgWTdMs0DmHLH { width:30.3125rem;height:1.625rem;top:23.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1bOem5zIiqqFJZc0ELVOXXaRlfmyeeA { width:13.125rem;height:2.8125rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qb54Sdb2tVJKZ7A2PO1qTDXAN2UQ83 { display:block; }
 }@media only screen and (max-width: 763px) { #cHNqrXpFAHTpmrT5sQndStIy5RmCkv9Q { top:8.375rem;left:0rem;width:38.1875rem;height:11.418329509673rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlnXzV8HvZt4GAvzySngl6tS0STg0VQM { width:30.3125rem;height:2.0625rem;top:21.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5JDXB4qrB3T8MCaryflU0QzVAGLQmNC { top:22.5625rem;left:13.0625rem;width:34.6875rem;height:21.624375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVbVT9wlF3RcG0aidT5agdH2r4lfTLxH { width:17.8125rem;height:3.1875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiyc0NXl69GmfcRDB27wNURL2Gt3nc2C { display:block; }
 }@media only screen and (max-width: 763px) { #PuRVsSfUk1A6PZqS5PuG1KiqhW7d5TTD { top:46.75rem;left:0.875rem;width:45.9375rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCqzmKwlETAs5AsZ8aRbVKbVqH2X5l4 { width:41.25rem;height:1.9375rem;top:49.8125rem;left:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO7UGcQZ7odm7F3hgWID0JrCasrRRyIw { top:53.1875rem;left:16.937067031861rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKhR0I1nfB12n9NEXfh00dZCFyMlsnnn { top:53.1875rem;left:31.624570846557rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNQZ8hkdPSHTFnG5N90hygr8tr01WuXo { top:54.6875rem;left:37.249570846558rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATnIVCSMRl0zLqxshAgwP1eNfTcSdLEn { top:54.6875rem;left:22.562067031861rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTBzlp6UXQDTolvXw8Ncbl0TJgk1W5BO { width:11.875rem;height:2.875rem;top:58.4375rem;left:17.999891281128rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC0Op9JXEDLGuQ7ZRztkFJEhWvV2iXJs { width:11.875rem;height:2.875rem;top:58.4375rem;left:32.687391281128rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SusxsWsHP0QTUSSPzxP3xc4oh4DHkdMM { top:53.1875rem;left:2.1247844696045rem;width:13.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTU58dJrfRrnlxyy3w9A3qG67aUlSQak { width:11.875rem;height:2.875rem;top:58.4375rem;left:3.1241321563721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfZbc4z0BJVfqT5sPrUp4VJ2ZHAkwr87 { top:63.4375rem;left:2.1247844696045rem;width:21.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwMgTuLzsTTou1lLc8t8zHr68R0WqvOw { top:63.4375rem;left:24.312284469604rem;width:21.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdWkR6pt5KGNwVQgDv9BiwGXzk0BefDl { top:54.6875rem;left:7.7497844696044rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdAKmGcFzuhdSadxZ8lAndmTNmx653U5 { top:64.6875rem;left:11.812284469604rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqbCL2Om6EWDeafF8JcicNDPhtKSlNr { top:64.6875rem;left:33.624891281128rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2dme2MzBpJhwfKHgrC7JMroaoRI4ta0 { width:18rem;height:1.4375rem;top:68.125rem;left:4.1245670318604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr7mJRHW4W7Dq7fhs3VQxlKg2I6ygmRg { width:18rem;height:1.4375rem;top:68.125rem;left:25.874784469604rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuIS6eGyUFdMnqZZTx9Bf0dktcQGIqns { top:37.5rem;left:0rem;width:47.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ { display:block; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upewsBavlDNZE5rsoH4v8TXap0sFR5fM { top:1.4375rem;left:0rem;width:47.75rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .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; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .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; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo { display:flex;width:18rem;height:5.0625rem;top:3.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #H05ukfweBDDndI1ao33nTGUXSMfZ8UZp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #QZESZBusTpKrFETkzuLdsJ5bPD3bJDTy {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #HFRg5unqGaegtZQVC1Dh4TAhyTIq3qdW {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #cDVhouHtoVNKSRepa907zMZ3VmyQJaZP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #SyoL5hD9ABQ4CgBK37IJek48WswumzAw {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #z8GiKnpW7TepoQhgBNb0sVXbD0hHFQJy {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #MpNW9yqutfLVwJgqE7cm0prynxZCl2Wa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #QJdt32r7D3TZmpF2Nu83tGUmSEsPMlfZ {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #iOIbAWemT8f2CvhTcEcZZCc7kpTuDRGW {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #L6EHAyQTWCzwSTTc8MaCgAkTMtOkGTRU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #WXicvzU4kn5r7ZWt5s11LbWRCrGzKuws {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #E91xGtWvSVDK3wJb2hEIuPybxHbcaI2k {  }
 }@media only screen and (max-width: 763px) { #QclZGpNElnds8Z4wEuUJUF248VmzSAJu { top:5.0625rem;left:0rem;width:19.8125rem;height:5.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH { display:block; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th8ucQWoAVn8DIGFQQrEnoc9iilzZxH4 { top:3.625rem;left:0rem;width:47.75rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOLb5FRMTDtk0laU8I5lNL6eWPCgcXM0 { width:47.75rem;height:19.5625rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TslVG6Qr0sMA8TSa5kIXpygMWI2VLRKH { width:25rem;height:5.3125rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQJtVUIuuEe4kKyW3QBc2EeHZOFIJQqK { top:3.625rem;left:24.9375rem;width:22.8125rem;height:17.452662641056rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuWTpsfsTIQelzvBW7gzbr0w4siIgbbK { width:17.8125rem;height:3.1875rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #INsIHwdiJCTqKCXX9XFglMb3evKcTEJN { display:block; }
 }@media only screen and (max-width: 763px) { #kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u { display:block; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6M66uU8DMCfzvvRVKfUGcWn64wDSfmr { width:43.75rem;height:;top:3.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 { display:block; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QukizaGdnlCmTHvurs7UATHhm5OKERzI { top:1.625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzvwht5mZRBBmSGL1nEgEmeBlCR1AoOl { width:8.5rem;height:6.0625rem;top:5.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAbcbNRbbrAnof7sAaSSEP5KzSU1G8q9 { top:0rem;left:0rem;width:11.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFEXzrfPvBr8W17VbPTX43g8kTolNZCI { width:8.5rem;height:7.25rem;top:5.125rem;left:7.6868476867675rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsN2uU1gAwbKZ1cOV71UKmEaJTdudp4M { top:0rem;left:6.3125rem;width:11.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Prf3OyCAq1yV65GUg9RuHTPs5DiR1H { top:1.6875rem;left:10.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8vGRxhTLNnPVRFLcTpRE17AUCcBLADd { width:8.5rem;height:7.25rem;top:5.125rem;left:19.686634063721rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhmFActlCOeSvPggZkbrTD83CG3F6uX4 { top:0rem;left:18.25rem;width:11.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaeNSD8yQOiIw4Gpr9WTpLX6cmbIXN6C { top:1.6875rem;left:22.625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8csP8o59pO3svFMcCwdf8zysG3Ew16t { width:8.5rem;height:6.0625rem;top:5.125rem;left:31.499782562256rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaaMh2swEUg6AHmOaecnR9bbztBaucKS { top:0rem;left:30.125rem;width:11.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQCcvTU9m90QJpGbnGvLLsCZJMQKpDWw { top:1.6875rem;left:34.4375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8GMNLJPCIxncE1Iyfkice8hfAMWpsFq { width:8.5rem;height:7.25rem;top:5.1875rem;left:39.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEGIQEcA3TCyFkPAhCPJR057gz9h3oyW { top:0rem;left:36.375rem;width:11.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDn6y2WlBGbpSCQqzdxDlcb9hDMMP02n { top:1.6875rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBkLiypobLWaqArrmU3Bds67EAa1qpqb { display:block; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOTTh8vQao2BnrBmPDdx30ft0uSXImn7 { width:47.75rem;height:6.9375rem;top:1.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3hhCPxkMlANT6hfXGqz0No782LrL01D { display:block; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIf54QMBkKv2WgUTipfSDgWhhRiqC7Xs { width:43.75rem;height:;top:3.0625rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMrn8cKHB07TTrQLZS1VVkMN0lmrNOFV { width:47.75rem;height:5.3125rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }#iMrn8cKHB07TTrQLZS1VVkMN0lmrNOFV li:before{  }
 }@media only screen and (max-width: 763px) { #as7fH97xWkJrPWp5m534MsLVMbUz67hh { top:2.5rem;left:12.0625rem;width:35.6875rem;height:13.163890064109rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM7LKqyhGDsagUp8PkcmKc33Leafqs4a { display:block; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA3b9I9UJRhn98BlGmX5wVF6JMIpl8Jw { width:43.5rem;height:1.625rem;top:2.3125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWHl2kXCkDbSTQUiQo0if7c9FyZJK1g { top:5.4375rem;left:0rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIgFODPBcGiAXa4Nr8HuWmdWaA9gBzQr { top:6.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNKzoe0Blr15E6Pa5vCn6KbpIyBQLZ63 { width:8.5rem;height:1.1875rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThyU7MKUoEZLTecGdIs8RvVB82f1qA4K { width:8.5rem;height:3.5625rem;top:12.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDrx9yKmJ7qRI3chJ3gRObBSFSlztUPR { top:5.4375rem;left:6.6875rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTlVL2JL7LsIyn8ti7bqtfeumPwsBPq { top:6.6875rem;left:10.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9KGRTvlbKFZPqGcBIsmCUbMGhEPyDTa { width:8.5rem;height:1.1875rem;top:10.3125rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H36Iz41gn2cnztxThWXaUPgzBMT0xGdU { width:8.9375rem;height:3.5625rem;top:12.3125rem;left:7.5620651245119rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV2SnSZc7II5Vpp9Z9czhJE6iunaZAA8 { top:5.4375rem;left:18.5rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKxOlok6yHazEKzMq60RfGJly9q8w09i { top:6.6875rem;left:22.5625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2P4XkKvDmeMAmEXPrgUpQHBETGNFtuO { width:8.5rem;height:1.1875rem;top:10.3125rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqtnLzzsyoQ9rVGsQzK5Kv9J8f0EqM7d { width:8.3125rem;height:3.5625rem;top:12.3125rem;left:19.687175750733rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCUgUlCueCzn99uUO7Xtx0brzr24fg9s { top:5.4375rem;left:30.25rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwi0blJBM0lCMo9g79KKGJrZcBdmLCgE { top:6.6875rem;left:34.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyi9dNlXDJIGBlmHrDGJQLN3ci0PdsLS { width:8.5rem;height:1.1875rem;top:10.3125rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygqQTNy0KocQ1iLx1LIbuGU4XFdoapgf { width:8.5rem;height:2.6875rem;top:12.3125rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJorQGKAysUgZCFM2ZwATDUmwShwcAvg { top:5.4375rem;left:37rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlc8TaawovLGvbDZh4d5rxDgskhUSGIz { top:6.6875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnIAARG7i6xiePzptMd4qv8WuFvWeK2p { width:8.5rem;height:1.1875rem;top:10.3125rem;left:39.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMDlOGm85FhuHZsLeFNrgctg0CI1RyKy { width:8.9375rem;height:3.5625rem;top:12.25rem;left:38.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX2l5RHwkTvMuTzE4TtEJ6vgHPNTfLei { top:0.3125rem;left:0rem;width:47.75rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnyLwmq74u4grfCIoCMufgTcBrbbZQ2 { width:43.5rem;height:1.625rem;top:20.125rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZnJM2rTy9Tx8WfNTOLcpTMKiehvDq7 { top:23.25rem;left:0rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRkfFpGA2hVOyQoXJwuTVDRorK78FhQQ { top:23.25rem;left:9.625rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #natvKXGWH1abvvu6XeXkZnUE9AtOAxMm { top:24.625rem;left:0.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyFhAFkMdho0x68NKdVeVTlXCB49Uas8 { top:24.625rem;left:15.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOUGiPRsA480fRTP7TOnTxIt5tESEBU { top:23.25rem;left:24.25rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2mnoelZzzyFKfRDRAZA954LzegqtFP { width:11.875rem;height:1.1875rem;top:27.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP3BQqZ7rxpwCECPhR6oJZgkmWiDsOI8 { width:11.875rem;height:1.1875rem;top:27.9375rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcLFfUTN11ZaT9JTT2dGlKBu7yJ7DzLR { width:11.875rem;height:1.1875rem;top:27.9375rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzxdg2MtheIC0vvyGqXNBBTl16Ow6g9I { top:24.5625rem;left:29.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsCeEOVFCopmXbrRUo0dT2690LrAuMpe { width:11.25rem;height:1.75rem;top:30rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roPBDu6incAHC5KhvPVhVCOl65iwwC6I { width:11.25rem;height:2.6875rem;top:30rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3QV6hlzToIimITxGTI0Drcuas7sSkC5 { width:11.25rem;height:2.6875rem;top:30rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwI2qhqHihV0CqXMrkBMKN7O61emNzW { top:23.25rem;left:33.875rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRavbqZrgf45y2I9T1XJbP0V0LkO4vJU { width:11.875rem;height:1.1875rem;top:27.9375rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGmtsEN8h1R5KMWVcRMugFIrMSdCHIUv { width:8rem;height:1.75rem;top:30rem;left:39.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCLTttBWRkNDm2IEMn1h1WU9tBJJTCDg { top:24.5rem;left:44.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 { display:block; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efbv0r1NGzIJtDfuMFgGxfev5U1mfn7o { top:0.875rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrlyH4eCgmbSraUfSebOAmozI2IqnxBp { width:11.9375rem;height:3.1875rem;top:4.25rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw79GOIvgZuZtVV1p8v2dwA8OlOTAJDR { display:block; }
 }@media only screen and (max-width: 763px) { #PRnQhsEGXEaSSdUmaIoKUWPNUEN40mTt { top:2rem;left:0rem;width:12rem;height:7.6867451053925rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD6GDSEWs5Cb2ZI0p8i4uBDAz6QkcKU5 { width:16rem;height:1.375rem;top:2.1875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZANcaAu0Cndp8HXtS0sMTc87Oozu1QD { width:17rem;height:1.75rem;top:3.5rem;left:9.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1iQiVfC8WfMzPvv0DfgW7mGR47g9NId { width:23.8125rem;height:2.375rem;top:7.1875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNDWy0wFvnDxff7O4n8SnC7EID9XUzuT { width:15.75rem;height:1rem;top:5.625rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K { display:block; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnlxH3ByOuIJJpnuod1gNLcg3D7EdpRt { top:0.1875rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmpINyszRXURBfoA7mGfaAsbT0QMmKSF { width:11.9375rem;height:3.1875rem;top:3.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxUWJ57U9KO80mKUx4tVdTEQJ9CPV1n7 { display:block; }
 }@media only screen and (max-width: 763px) { #L3A10pz8gakdk3uB7sMhTK0BMfqy2KHA { top:1.3125rem;left:0rem;width:12rem;height:7.6873076141813rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL8Ed9JZ2JCQNQILGqHEx5QO9yBtEDMy { width:16rem;height:1.375rem;top:1.375rem;left:9.4999980926512rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH6bG4EyBf5kE9deXVQMf45CLBuylaix { width:17rem;height:1.75rem;top:2.75rem;left:9.4999980926512rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSkaux3ptVTqLtdudFd9LSD3nEhLEQGR { width:15.75rem;height:1rem;top:4.875rem;left:9.4999980926512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEWKeJuIuoeC4teSFM9x11aVvTFFoTI { width:23.8125rem;height:2.375rem;top:6.625rem;left:9.4978313446044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6AXtRL3fWQRClTGE1CZ2risRXssf6TX { display:block; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0d2lHSmtm0vzX8byeK4af0yEdaXyqQx { top:0.1875rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc0NIPpqwGuvhzW67Oft8NJNAAec0zTZ { width:11.9375rem;height:3.1875rem;top:3.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0rCsbhgbPXroP0hsMZOSmpRr2Pp4DbD { display:block; }
 }@media only screen and (max-width: 763px) { #arHQ6iE8nLWi5aIL4rFtWTVLSJVUFgdp { top:1.3125rem;left:0rem;width:12rem;height:7.6873076141813rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHrcBVxLUwuTmp6q93GKyzDa111ED0A5 { width:16rem;height:1.375rem;top:1.4375rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9o4nzlTtQA2XuB5a1xNXspMFWCQkTiQ { width:26.4375rem;height:3.5625rem;top:2.8125rem;left:9.4993896484375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIi5svfllqG2EM58ie1QOamT3kErGHCV { width:22.625rem;height:1.0625rem;top:4.6875rem;left:9.4993896484375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq2hLqeZIhTHSIUtzpVzl7E6g7sP0zas { width:23.8125rem;height:2.375rem;top:6.625rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL { display:block; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFt1AFBhqzKz7KVKUyJQtLDE9PTC3WC2 { top:0.1875rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #iocWT6xZEsiIHS9pxa2iaNNpgV2Zt4a1 { width:11.9375rem;height:3.1875rem;top:3.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIokqk72VGxmKdvzcFAqVWiSidK0KF3n { display:block; }
 }@media only screen and (max-width: 763px) { #lKMlpPyiUPcT8lk4ZBHq6pgtoTEuSldk { top:1.3125rem;left:0rem;width:12rem;height:7.6873076141813rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQRzTmsdqgs4MwvasuoLevGWIXItLcXN { width:16rem;height:1.375rem;top:2.6875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLzflzhuSTibTJU8sX5IG2iV8kBASrsO { width:23.1875rem;height:1.75rem;top:4.0625rem;left:9.4999980926512rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZwbPO7S3hvCTPSgcZUpQVDmfyTVi203 { width:25.8125rem;height:1rem;top:6.1875rem;left:9.4999980926512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa { display:block; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lArlMN122Dmcpg553tiySe5U451miDg2 { top:0.1875rem;left:0rem;width:47.75rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2xF44u6VRBBq9u5VU9pXEwzp9QRHR5u { width:11.9375rem;height:3.1875rem;top:3.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSP7ADRsHcaBtqt7NKZndMuVki4IiF2O { display:block; }
 }@media only screen and (max-width: 763px) { #erU2tTOshzitFMBnMDnwINXxoCHlbfHK { top:1.3125rem;left:0rem;width:12rem;height:7.6873076141813rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANu75IOBNVAqWEOnBTr1bMV51Tb7n192 { width:16rem;height:1.375rem;top:2.6875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzhHz34ua87q3fDZiTukO9B2aesia9JS { width:23.1875rem;height:1.75rem;top:4.0625rem;left:9.4999980926512rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7N0EXNI1CZcDiukyu6hd8iGc09NU7gN { width:25.8125rem;height:1rem;top:6.1875rem;left:9.4999980926512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw { display:block; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6rTRUzBhmpLu4VNPUPPRu9CCfbdicRR { width:43.75rem;height:;top:3.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe { display:block; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7e4vLT0KGnbT8xAlpAVvWKgbADkvzfG { width:12.3125rem;height:2.375rem;top:16rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4510gXFNRSO57u9fsu1n8V46PLXOQq9 { width:14.375rem;height:1.5625rem;top:14.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muOb34g2p1hHohwa31FxkTGrnsJtGdoo { top:1.0625rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7AyTrkQ1X78rOZZuyCVfqyPxiCwUmA { width:5.625rem;height:1.9375rem;top:20.0625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOfT4X9hDXfxUrQ2D6yefO8R4tMAg5TH { display:block; }
 }@media only screen and (max-width: 763px) { #naOZXJ2uT9EOzCU8W83A8ngI9yrBfhaM { width:12.3125rem;height:2.375rem;top:16rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhm711deopxTEzMP4AUSy676LBkwLQZX { width:14.375rem;height:1.5625rem;top:14.1875rem;left:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVH8SXqP5aBPaailu09fGEsqiICE8BAl { top:1.0625rem;left:11.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmttu9hkLdqLOiAls2ElQScyCWuVs2QI { width:12.3125rem;height:2.375rem;top:16.0625rem;left:23.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvmEO3ZJsuF353EhVoSW2QuiqXA4uUOU { width:14.375rem;height:1.5625rem;top:14.1875rem;left:21.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEgxLNBruhTLHgx4TH4ArMpEnQ0MJmIf { top:1.0625rem;left:23.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf3KITAcOQITfOqaBc86NpbbgmKkki5A { width:12.3125rem;height:2.375rem;top:16.0625rem;left:35.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx3R0tSPyANHaZHTdW3ff18vJuGAqNN8 { width:14.375rem;height:1.5625rem;top:14.1875rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM8hIozJPvWmoHTplDCJvTkB719N9Ww6 { top:1.0625rem;left:35.8125rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 { display:block; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuyzxiL28pwdttuKW7KRXXFzJ6igxT6p { width:12.3125rem;height:2.375rem;top:16rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvaBwbiS20pipC0byDfXobUitmcUMa6D { width:14.375rem;height:1.5625rem;top:14.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL12Cqfrn95zUwcxZ1GzF8QzKsy2Wdm4 { top:1.0625rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4VHwRlOABnW1eOa6K0t5sWAXzFzqnZd { width:5.625rem;height:1.9375rem;top:20.0625rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpWcrqKrDzGbgkle6TNVIwHThIgALp4R { display:block; }
 }@media only screen and (max-width: 763px) { #vcOQVOlKuFXTd6oOwDM3Zdken4B6RQ8f { width:12.3125rem;height:2.375rem;top:16rem;left:11.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu1mkHel5P5oXTSTg29nXTwTZgRWBTlH { width:14.375rem;height:1.5625rem;top:14.125rem;left:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5whIqrarT2TkpREnArpAz7FbTrChAcu { top:1.0625rem;left:11.9375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnyUzFLQUtKew7VhiBp0Kzpbc62Ldci { width:12.3125rem;height:2.375rem;top:16rem;left:23.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeT1eKOV1Qa5HhhsDpfT4SmiTIldev8D { width:14.375rem;height:1.5625rem;top:14.125rem;left:21.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQA7UsBsSKnIMy5uu4lbIhQneEXCKUfn { top:1.0625rem;left:23.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJG4afmvETRGLOlpGvFeCnlg8qZGXr4e { width:12.3125rem;height:2.375rem;top:16rem;left:35.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzZ1ndslHpMBvpCL5zGUi4SifPQI5X5o { width:14.375rem;height:1.5625rem;top:14.125rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIAzD30gyrvEsHg6OyobTT7sP4KFP2UW { top:1.0625rem;left:35.8125rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7Tus6yH27OwknXshBTlArtpo01BpDn { display:block; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeCrL74HUuBTcidmtA3xrXPaD2vJsqAQ { width:43.75rem;height:;top:3.125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ { display:block; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObG58hkIv8C37lPAsaKf9bGTuyTzpSFP { top:0rem;left:0rem;width:18.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGQnnOIhpPy6ksQKqHO2SG9yQ3yFV751 { width:16.25rem;height:13.375rem;top:8.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3VQghMTdeQ1Je0hPoSdgqzQn5kQNpEN { width:14.375rem;height:1.4375rem;top:3.875rem;left:0.7179889678955rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfUxovpk6Awy3CApdkVA8Po6sMOz06tx { top:1.0625rem;left:6.9679908752444rem;width:1.875rem;height:1.9353783110687rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmBJ8rOlem7upfVntkyF7ES85Dg8Gny { top:0rem;left:0rem;width:18.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgc0FOovLCLmETXoTFJCreOI9uU9dsFc { width:16.25rem;height:9.6875rem;top:8.1875rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWt7hnDSmL3Z1VR7kbNgXahACgzvATQ { top:0rem;left:12.875rem;width:18.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBD45ToT7aeOmIn1y0TXqgO2hXW2Id0E { width:14.375rem;height:1.4375rem;top:3.9375rem;left:16.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmklcXUn4TdlIOzsl36uA8OlCIUX5kED { top:1.0625rem;left:22.875rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTVxByc9KA4meX1F0stuW66TaIxUNDz { top:0rem;left:12.875rem;width:18.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLabCcvFhiwSAN7cQZ33ARdzJ1FGHBQR { top:0rem;left:28.75rem;width:18.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAkGNrBv3aorziyIQKzlgCFBalDJTmoN { width:16.25rem;height:6.0625rem;top:8.25rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEnImvT65t5xvkRDgoEr6bhgCSxwxDVT { top:0rem;left:28.75rem;width:18.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipw9l0MxvKlryRF0yRoeRLACIIEEIbcZ { width:14.375rem;height:1.4375rem;top:3.9375rem;left:32.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFmbxhp7CUE2TnzwEVpTlTBFHRPH6B26 { top:1.0625rem;left:38.75rem;width:1.875rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ { display:block; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRPCNu973T9C9OA3uG4d06Fk8EmmlXDB { width:18.75rem;height:3.1875rem;top:2.125rem;left:14.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZguyJdHNsTDJXSlkmiuQ8Ez4QOg6G42X { display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:27rem;height:3.0625rem;top:8.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIIbNfODopoarfxvKluc3Vmyi2bW84z { top:3.6875rem;left:19.5302734375rem;width:8.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE { display:block; }#nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOzRcM2zVAFHtCd03xlOfTWiyIRi62Zi { width:43.5rem;height:1.625rem;top:2.25rem;left:2.0618515014649rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2Rqx4uZVkMGBnFPTzb6tizONXQBtasl { top:5.375rem;left:0rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJoHIXIck48cTkh6oeN78ZrRSxFJhQTW { top:6.75rem;left:0.56662368774414rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7PabVl4TEr43rSopKCFl8AU3rmN54H5 { width:11.875rem;height:1.1875rem;top:10.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V18iTtUwCNd2O44z6btsb63nUhEqxTPL { width:11.25rem;height:1.75rem;top:12.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ9e0BxBWZcNCFaHkuTmElndeCl9JvDQ { top:5.4375rem;left:9.5625rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3zgVgkz9ZL2EnyT504ukQ55Wz6F9MM { width:11.875rem;height:1.1875rem;top:10.125rem;left:10.537979125976rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKIZzO6rF81MqaSKlrUCQdAGntqC56Gx { top:6.75rem;left:15.225479125976rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxwtNSi2ZswtFBSSgLmLvZXeNr4z7uN1 { width:11.25rem;height:2.6875rem;top:12.125rem;left:10.8818359375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbRKnS44aUuyw3Xe13oSbmkmtWkXLCBn { top:5.4375rem;left:24.1875rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMUDUJrn3JC3PZvgca0zC5XX1IDg4Vx { width:11.25rem;height:2.6875rem;top:12.1875rem;left:25.499893188476rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #En2MHEtHw3HwwsC6tZ2hp3u0PmiJR8vm { width:11.875rem;height:1.1875rem;top:10.125rem;left:25.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDQLp7NaUQmTCogeE5vpsRKQzsJl7uh { top:6.75rem;left:29.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi6gPLMwEf3QOdfCnXyx5aNQklhzGMFH { top:5.4375rem;left:33.875rem;width:13.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXkLByxyNZXPPJJGZqDcM9leqFMeBuHL { width:8rem;height:1.75rem;top:12.125rem;left:39.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcyqgVXpGBptx1VGnyS9cDAOQOfBNJui { width:11.875rem;height:1.1875rem;top:10.125rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfSSzRPu6EcEKr5bbGMeNlZRF23amsW { top:6.6875rem;left:44.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw { display:block; }#ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TESpvMVgEFfxdOA7wrx1aQib2ySIrgnB { width:43.5rem;height:1.625rem;top:2.3125rem;left:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXI43hfSNhnQQy2PJmQg71ZCMdvVoDfz { top:5.4375rem;left:0rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhMDf5bMWglnRmC1UmxrZW6E2Qah3Qku { top:6.6875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRe8IQd8xuDof0S45qnunl4JuBFa0R7 { width:8.5rem;height:1.1875rem;top:10.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHKE1h0aDZXoxd5RvTPzxXwvTNxcQJiH { width:8.5rem;height:3.5625rem;top:12.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwixcs6W6PK08Mci1JgECvnb6KLiI8Ch { top:5.4375rem;left:6.6875rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #of82qOTTFF92IFnTFcmyJkW0pRyECzgz { top:6.6875rem;left:10.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMAgvcteau2vbLPcxcy9OfJy4NXHoTee { width:8.5rem;height:1.1875rem;top:10.3125rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rufAqpygdpSRcrfezKmENdDTZLpExUCJ { width:8.9375rem;height:3.5625rem;top:12.3125rem;left:7.5620651245119rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlPtmUeJIKZBeTVWa2bchibPax3gWRTZ { top:5.4375rem;left:18.5rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZpMttwTGaqe7nLudtpFEIq5MltvclR { top:6.6875rem;left:22.5625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USeu4n1dfxTm4WpazqrbhfK0TNrskRkt { width:8.5rem;height:1.1875rem;top:10.3125rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn1Qlh2xp0REdLi3D9IsbHEvyBZ0Fsze { width:8.3125rem;height:3.5625rem;top:12.3125rem;left:19.687175750733rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKS8XE2GsPyPb8z0RD2lKzCBy247GebT { top:5.4375rem;left:30.25rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACevwrZdA6pGWxSi6hJIXVBshTpgBhlc { top:6.6875rem;left:34.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X41OFxCAA1dI2TaL85whQG4ZiltAZEfv { width:8.5rem;height:1.1875rem;top:10.3125rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opc7aa5TEKdGtp4odoBT5cfZ40vV2yxk { width:8.5rem;height:2.6875rem;top:12.3125rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3KWnxvI5Mffm4foKpIlddxoZVk5XZD6 { top:5.4375rem;left:37rem;width:10.625rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGRZQf7TkVZ0nRUl77HqXJb7PvcuPlF2 { top:6.6875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JILR5Vv6JuJZPPc44Dum4KEngisRUD9W { width:8.5rem;height:1.1875rem;top:10.3125rem;left:39.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btnDzNrzygV2Q0y2o5ZK1PD6NC8Xo7Fi { width:8.9375rem;height:3.5625rem;top:12.25rem;left:38.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIUCP5oJ6BsI3UOtfTix17z8RNeBgbnB { top:0.3125rem;left:0rem;width:47.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw7mfWgPUeF686ZRMAHSbZoClmsekUbE { display:block; }#pw7mfWgPUeF686ZRMAHSbZoClmsekUbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrE55caMhLzsrmvTEZWkV0B6XyM9y2Em { width:17rem;height:1.75rem;top:9.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBTAmuQqSPEoPd0wnGH7QUd4Tdz0S8Ki { width:15.8125rem;height:7.9375rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI2EHg46WItsiFEPzgnutIE2nbRfs0QS { top:3.375rem;left:0rem;width:18.75rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iJuO9PuBfMmJUcDN22h3Uq1AMERV1A { width:16rem;height:1.375rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJdR731nIF3TQebgXdQNT72vDwvZ3iHU { width:17.3125rem;height:4.1875rem;top:21.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m30XEvvDdoAGQUkW5l8I4rTxZTaXS75I { width:11.9375rem;height:3.1875rem;top:27.25rem;left:1.3104381561279rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnB1Q30fMc6sKsnIHWKMT4vRFwDif1FM { display:block; }
 }@media only screen and (max-width: 763px) { #tPPS0un1tZOOKhAx0PD2xsUSBTBzcC0E { top:8.5rem;left:4.1853294372559rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y30xHpAGOTQiq4J4uuJhzmgh6ZtRFKwk { top:3.4375rem;left:13rem;width:18.75rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdxkPJVwuDZW6c10oTic5OA1h97X3AT5 { width:16rem;height:1.375rem;top:6.25rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOfqReteat4nOIdzWbB1CITU2HXWhdOo { top:8.5rem;left:20.687501907349rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX2prXzzKLDInVgQb1SDQyq1sBZhs7KU { width:17rem;height:1.75rem;top:9.5625rem;left:14.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y35iUFMDbL6Wdh0CJwyO47hEiNuvCbKe { width:15.8125rem;height:7.9375rem;top:12.1875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8JZKPXAq5D1PNU1ITIto8W2LEfTUsxJ { width:11.9375rem;height:3.1875rem;top:27.25rem;left:17.812067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #g12HbOsPJbEgOHmpmeKM8N26boPXvoxX { display:block; }
 }@media only screen and (max-width: 763px) { #tb7l4bi9U6AFAAuNrZJC21D1KbVbtZgB { top:3.4375rem;left:28.875rem;width:18.75rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhEVOSuw19oF1ARPq6rNV74qe2VwpIhM { width:11.9375rem;height:3.1875rem;top:27.0625rem;left:34.312068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh5b5QbE5OgIkq1yalaQ5Jg3BXiTPJ0D { display:block; }
 }@media only screen and (max-width: 763px) { #cQVc7bgdnV35kN4kQ3HAZwOaI3cUy0AU { width:15.8125rem;height:6.8125rem;top:12.1875rem;left:31.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVBf6EHhCzsNA1PpRXmglIi7nGBplXzM { width:17rem;height:1.75rem;top:9.5625rem;left:30.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZQTaRtTBUJxUiKov9evuf5sdvUmqKiW { top:8.5rem;left:37.186412811279rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIpxB7puC1XrT9l2CXFFtwpHpslThIxS { width:16rem;height:1.375rem;top:6.25rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOQtJy7GX6vXBpBknzMJu46MAq6L91l { display:block; }#usOQtJy7GX6vXBpBknzMJu46MAq6L91l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFZ9vXl811wlHesOBtr1A1d3VxG2fITC { top:1rem;left:0rem;width:28.8125rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9uUwOFrRsSuTZd63ZUnAwJTRx6sdp1X { width:11.9375rem;height:3.1875rem;top:17.5rem;left:5.3424491882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #wITsezJhD42cK7rhOg1m81RK4Ut9B5w6 { display:block; }
 }@media only screen and (max-width: 763px) { #AfQE1TPIzILDaDux9RRSIxzKGckb9WzW { width:23.4375rem;height:5.625rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUfPngPZW1oFhwBhb05xSOlv67VuQZJa { width:17rem;height:1.75rem;top:7.25rem;left:2.8131523132324rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWRTgc1OkszcDnvTVdSySAIWyZIwh9G2 { top:6rem;left:8.2178840637206rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyWxt7TCFRTbuHqA8lc1Uqokmk4gigt6 { width:16rem;height:1.375rem;top:3.75rem;left:3.3111991882324rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzZd1I8cTlBpIFxkcGLvZs8P5rTOfCsr { top:0.9375rem;left:18.9375rem;width:28.75rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65H2Gwhx7hTln8ObsKtpfKlqafvee52 { width:11.9375rem;height:3.1875rem;top:17.5rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZoQhVrTTp7HI604MxC3WhS9KpFNXPoQ { display:block; }
 }@media only screen and (max-width: 763px) { #BqIlIlfsKruKfv1rsLbew5aNhHftiIJn { width:23.9375rem;height:5.625rem;top:9.875rem;left:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh65tunpgTL5glz8WoyCcF18hfocqRUa { width:17rem;height:1.75rem;top:7.1875rem;left:27.874134063721rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNMiy7e7puALfFMwuATXmW89xO8xtvvH { top:5.9375rem;left:33.312503814698rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHaedFbmgho5kxvTPTCBOTK746eXwFG9 { width:16rem;height:1.375rem;top:3.625rem;left:28.374347686767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 { display:block; }#r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgwVQLMT3ARtCQq9aZ9OTVac7puxg7k5 { width:43.75rem;height:;top:3.5625rem;left:2rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp { display:block; }#WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ok0Wz1DDkQrl66ETqSK3xEFrMcHHXTHt { top:0rem;left:0rem;width:14.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WknEZRZPcwP3cCz25gG5RQl0S02XG5dR { width:11.3125rem;height:2.8125rem;top:11rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #psnzvdZaxaq4vhpgr2ZzfQOEPpuAwrPn { top:0rem;left:0rem;width:14.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmR4JoTSSUlx8DQgKKcW168QAtH3OctI { width:11.3125rem;height:1.375rem;top:11rem;left:12.218317031861rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF1oEFpZUKTnTxhaigqDiAf1q6O2ufzT { top:0rem;left:9.4375rem;width:14.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmJQzpE6K0GhM6k0Ze9WCieBglPccK05 { top:0rem;left:21.3125rem;width:14.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Qrw86b03VqWnoz7ZJxO7f80t3SKm4Z { width:11.3125rem;height:2.8125rem;top:11rem;left:24.155817031861rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTSksByfHNSB2hXw2EwDKAHtCkqwsPg6 { top:0rem;left:21.375rem;width:14.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMGN92wvw8gTaM265TyUCTvus5q2pRw { top:0rem;left:33.25rem;width:14.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNDSEZTE6kw9HNkwgQ6nWJFuBImT8Va6 { width:11.9375rem;height:2.8125rem;top:11rem;left:35.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snDiSWuTdn5znlbxgW7OBmhWiqm4Wgxt { top:0rem;left:33.25rem;width:14.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS9wNCSGslCfUgKfE7LhX8uNGTQBIvTt { top:0rem;left:9.375rem;width:14.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoG5zvwP4i8MhpwhpBxfJJrguW1d7qwt { width:10.8125rem;height:3.1875rem;top:14rem;left:0.24989128112793rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCcVt73Ucw36OiTuZGUSHDUATGQ3wtkk { display:block; }
 }@media only screen and (max-width: 763px) { #FCwhmorPV5FtSGel94H63A2Oib8COvL4 { width:10.8125rem;height:3.1875rem;top:14rem;left:12.468423843384rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMS904Zz1fiCmXs0KicyTJtPoNeXp5O { display:block; }
 }@media only screen and (max-width: 763px) { #LXDObVOVxKtfUIDoU04aC8GXVtiPIOvn { width:10.8125rem;height:3.1875rem;top:14rem;left:24.691297531128rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmxeP4b53Fyh3EvZ4Qvip072xwVcyelL { display:block; }
 }@media only screen and (max-width: 763px) { #yJ0K4FMXsZ3xy3ZSByiB8LmB0OvVCVQr { width:10.8125rem;height:3.1875rem;top:14rem;left:36.621206283569rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv4CskCFlbPeE31mKaWovwVoC7R7W96T { display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:44.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:45.25rem;height:auto;top:9.5rem;left:0rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:45.25rem;height:auto;top:9.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #S1yMAvCNgy2IPJMZSyXHOLKNn8ho1nOP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #I3ciCypivLr3o1lQuwRdu2AED69V6tTl {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZcNEbKJJsKR4CgIbiMkUwpCgRvwokiXL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dVOJyd52WaEFQBQ4EzAdwVdgls1tTA9B {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zdV5WwAy9X4M3kZOIWe67lhP4b9nOqrJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RyLSDoFVI7MvsJFdl6mIeMpTScioychJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #TDU5qgNf2rNZ3B5mfwhZimmxtHHqswNA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #B8t1QBfKhAyKcPFIyaAakMl6cn4eV1Mz {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #AO5hCl8NcgZfnQJsUbkDM8uprcIWpUKq {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #s6lQUVsqE5l6ho9oEXmLrs6TmtMouyhb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #e10DpT0gekADXmhMBPbPxoVXi1MiJUT5 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CTuQqhJgax9AaMow9JmBbHntfWg1naud {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTqGaPAGzB5Ti4TV9xAulr1JEFDV8RlX {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CePC03ViPzfWgTpvn2CFISHnI21KMzi5 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UCsmoiTnsesJTOFOXd1q8msR4VkAJXk9 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #J7qRsVlskX1s1TvItph8eFX0GuvJivTA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FB1US0AvCpD5wxUM81mgXeMIQvrJpPzE {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KgMFreESuS6NTxCvZeSzPO7sr7ogVpTG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FrUmkeUlyfpRTndNCV3fqQOq8uvSHHsF {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #M8EBybqC4e3eZdNEkgrmCEck3wTKLqqU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H30erwfinHFO0USGMytBFXveIuGV21Tk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #neM8sQHgHcnGG8h9Z65dTn251pyHEwTZ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qoDv4mOl6UHLXMhXoVaHrEy9URbeHa43 {  }
 }@media only screen and (max-width: 763px) { #HlMmvHAr2o7sxWQGNKb1LGFeQ6Je2yXB { display:block; }
 }@media only screen and (max-width: 763px) { #fJMztf1nexhvpQAOePAhI27Tqyl4iuXV { display:block; }
 }@media only screen and (max-width: 763px) { #mJ6F6gRxrWmKi5uGDBMK7KwU1R2ASL8m { display:block; }
 }@media only screen and (max-width: 763px) { #ZXpaAG0PAqLt5M2DlQlzpTtmQxbHwkUF { display:block; }
 }@media only screen and (max-width: 763px) { #Z1LNgQanKkIOAOIErByD6BXqXN4q9aBX { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #uaO4uAQvwD2zzDv2lrev0OHpUwmWMBT7 { width:27.625rem;height:55.625rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV4feFAqlbSTVV9oL2vKTn5tKFH7aFJu { width:43.75rem;height:2.875rem;top:4.625rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KT9mO8bms5alWm4f7mofREMJs7quETr8 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KT9mO8bms5alWm4f7mofREMJs7quETr8 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nS7SJ5lIOz6IiQqXn3Tp1JB06ovrTVrD { width:8rem;height:2.6875rem;top:1.6308594942093rem;left:5.8745660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am6Fb10QXfT8lO5rySlPKEFT2coLK785 { width:4.6875rem;height:2.1875rem;top:6.4370660781863rem;left:0rem;font-size:0.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
 }@media only screen and (max-width: 763px) { #NEOtSMpOapRrHyC1QoksNzW1N8NIKqKz { display:block; }
 }@media only screen and (max-width: 763px) { #VOzGs6434sSTZhEfkLUSu755TvvD74wE { width:13.1875rem;height:2.8125rem;top:1.25rem;left:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5X6TZgLJ0LLdg2aKxxaMTZOtwtFspmU { display:block; }
 }@media only screen and (max-width: 763px) { #dfKqvcIpTflF8y7Etr7MN3qJZLJz1eD1 { width:6.372625rem;height:2.1875rem;top:6.4370660781863rem;left:5.3744578361511rem;font-size:0.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
 }@media only screen and (max-width: 763px) { #z7AT3HZ2wWtzUI0DbbkHnZb5FTx3OPGx { display:block; }
 }@media only screen and (max-width: 763px) { #gcT55F7Nuc01heUJSrDBUJvyWwkdqIHO { width:7.5rem;height:2.1875rem;top:6.4370660781863rem;left:12.500000953674rem;font-size:0.875rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
 }@media only screen and (max-width: 763px) { #xdu1314b1UErPsko6LcZcANr5C2Gstky { display:block; }
 }@media only screen and (max-width: 763px) { #R2TTZ73k34uiytQGrCyOt2wzyAkuVthu { width:6.25rem;height:2.1875rem;top:9.3393020629881rem;left:11.936958312988rem;font-size:0.875rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
 }@media only screen and (max-width: 763px) { #MG5gbMeC2v6cyn9XDqdXon5qyP04Xacy { display:block; }
 }@media only screen and (max-width: 763px) { #d8Vr88cyqxzKhaG8FItJ8i2VTTNphaHp { width:9.375rem;height:2.1180555rem;top:9.3745660781863rem;left:1.9171009063721rem;font-size:0.875rem;border-top:0.0625rem solid #ff6633;border-left:0.0625rem solid #ff6633;border-right:0.0625rem solid #ff6633;border-bottom:0.0625rem solid #ff6633;display:block; }
 }@media only screen and (max-width: 763px) { #A6mFzyvw1wTp9UqT4OztEomsNZU0qzo0 { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(0,0,0,0.27);background-image:url("https://images.assets-landingi.com/uc/3bb198e5-3086-4a98-841d-de42fe47133a/CFBlazeHackTestFlightHeroBanner1920x800V0102Plain.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.adaptive-delivery-prevent-bg, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyload, #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD.lazyloading { background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:130.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xi0Bp7grnGZ9newknJrUgWTdMs0DmHLH { width:20rem;height:4.94873125rem;top:37.300350189209rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #r1bOem5zIiqqFJZc0ELVOXXaRlfmyeeA { width:16.25rem;height:3.75rem;top:32.450088500976rem;left:1.8750002384186rem;font-size:1rem;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t1qb54Sdb2tVJKZ7A2PO1qTDXAN2UQ83 { display:block; }
 }@media only screen and (max-width: 763px) { #cHNqrXpFAHTpmrT5sQndStIy5RmCkv9Q { width:20rem;height:5.9799238852821rem;top:43.4873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlnXzV8HvZt4GAvzySngl6tS0STg0VQM { width:20rem;height:0;top:50.717228572782rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H5JDXB4qrB3T8MCaryflU0QzVAGLQmNC { width:20rem;height:12.468108108108rem;top:96.066841072781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVbVT9wlF3RcG0aidT5agdH2r4lfTLxH { width:17.8125rem;height:3.1875rem;top:54.066841072782rem;left:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiyc0NXl69GmfcRDB27wNURL2Gt3nc2C { display:block; }
 }@media only screen and (max-width: 763px) { #PuRVsSfUk1A6PZqS5PuG1KiqhW7d5TTD { width:20rem;height:0;top:67.724285311444rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AVCqzmKwlETAs5AsZ8aRbVKbVqH2X5l4 { width:20rem;height:0;top:70.786893553481rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kO7UGcQZ7odm7F3hgWID0JrCasrRRyIw { width:13.75rem;height:9.375rem;top:74.224394030319rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKhR0I1nfB12n9NEXfh00dZCFyMlsnnn { width:13.75rem;height:9.375rem;top:74.224394030319rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNQZ8hkdPSHTFnG5N90hygr8tr01WuXo { width:2.625rem;height:2.625rem;top:75.724502510769rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATnIVCSMRl0zLqxshAgwP1eNfTcSdLEn { width:2.625rem;height:2.625rem;top:75.724502510769rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTBzlp6UXQDTolvXw8Ncbl0TJgk1W5BO { width:11.875rem;height:0;top:79.474502749187rem;left:7.1878242492675rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC0Op9JXEDLGuQ7ZRztkFJEhWvV2iXJs { width:11.875rem;height:0;top:79.474502749187rem;left:7.18782043457rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SusxsWsHP0QTUSSPzxP3xc4oh4DHkdMM { width:13.75rem;height:9.375rem;top:74.224394030319rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTU58dJrfRrnlxyy3w9A3qG67aUlSQak { width:11.875rem;height:0;top:79.474502749187rem;left:7.1243476867675rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfZbc4z0BJVfqT5sPrUp4VJ2ZHAkwr87 { width:19.875rem;height:7.3125rem;top:84.4121119449rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwMgTuLzsTTou1lLc8t8zHr68R0WqvOw { width:19.875rem;height:7.3125rem;top:84.4121119449rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdWkR6pt5KGNwVQgDv9BiwGXzk0BefDl { width:2.625rem;height:2.625rem;top:75.724502510769rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdAKmGcFzuhdSadxZ8lAndmTNmx653U5 { width:2.625rem;height:2.625rem;top:85.724503226025rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqbCL2Om6EWDeafF8JcicNDPhtKSlNr { width:2.625rem;height:2.625rem;top:85.724503226025rem;left:9.3126068115238rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2dme2MzBpJhwfKHgrC7JMroaoRI4ta0 { width:18rem;height:0;top:89.0996119449rem;left:1.9997825622559rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr7mJRHW4W7Dq7fhs3VQxlKg2I6ygmRg { width:18rem;height:0;top:89.0996119449rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuIS6eGyUFdMnqZZTx9Bf0dktcQGIqns { width:20rem;height:36.3125rem;top:58.504341072782rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ { display:block; }#pTnNpVTuVPC83sbfyAN6CGoAmBgEkxHJ > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upewsBavlDNZE5rsoH4v8TXap0sFR5fM { width:20rem;height:12.25rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .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; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo .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; }
#CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo { display:flex;width:18rem;height:5.0625rem;top:3.5625rem;left:-0.125rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #H05ukfweBDDndI1ao33nTGUXSMfZ8UZp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #QZESZBusTpKrFETkzuLdsJ5bPD3bJDTy {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #HFRg5unqGaegtZQVC1Dh4TAhyTIq3qdW {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #cDVhouHtoVNKSRepa907zMZ3VmyQJaZP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #SyoL5hD9ABQ4CgBK37IJek48WswumzAw {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #z8GiKnpW7TepoQhgBNb0sVXbD0hHFQJy {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #MpNW9yqutfLVwJgqE7cm0prynxZCl2Wa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #QJdt32r7D3TZmpF2Nu83tGUmSEsPMlfZ {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #iOIbAWemT8f2CvhTcEcZZCc7kpTuDRGW {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #L6EHAyQTWCzwSTTc8MaCgAkTMtOkGTRU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #WXicvzU4kn5r7ZWt5s11LbWRCrGzKuws {  }
 }@media only screen and (max-width: 763px) { #CTs3VeGJh8DSDDxXTHzEtGn5HTad8vIo #E91xGtWvSVDK3wJb2hEIuPybxHbcaI2k {  }
 }@media only screen and (max-width: 763px) { #QclZGpNElnds8Z4wEuUJUF248VmzSAJu { width:19.8125rem;height:0;top:9.9377174377444rem;left:0.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH { display:block; }#PkFyuBoNwdtQVHDmLA907E7L00Ee7UrH > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th8ucQWoAVn8DIGFQQrEnoc9iilzZxH4 { width:20rem;height:4.74243125rem;top:2.5618495941162rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SOLb5FRMTDtk0laU8I5lNL6eWPCgcXM0 { width:20rem;height:16.79445625rem;top:28.235678672791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TslVG6Qr0sMA8TSa5kIXpygMWI2VLRKH { width:20rem;height:2.92358125rem;top:8.4711370468137rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PQJtVUIuuEe4kKyW3QBc2EeHZOFIJQqK { width:18.75rem;height:14.375rem;top:12.617188453674rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuWTpsfsTIQelzvBW7gzbr0w4siIgbbK { width:17.8125rem;height:3.1875rem;top:46.235473632812rem;left:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INsIHwdiJCTqKCXX9XFglMb3evKcTEJN { display:block; }
 }@media only screen and (max-width: 763px) { #kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u { display:block; }#kaCr4BhwsNns7Tdwma8B4V9C71iCvR9u > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6M66uU8DMCfzvvRVKfUGcWn64wDSfmr { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 { display:block; }#gz9zBOUHATJuyioDT3LdowREkJw2Nqo7 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QukizaGdnlCmTHvurs7UATHhm5OKERzI { width:2.62478125rem;height:2.62478125rem;top:2.7243919372559rem;left:1.7567274570465rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzvwht5mZRBBmSGL1nEgEmeBlCR1AoOl { width:13.4375rem;height:3.6547875rem;top:2.2100696563721rem;left:5.6868491172791rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mAbcbNRbbrAnof7sAaSSEP5KzSU1G8q9 { width:20rem;height:6.25rem;top:0.81250190734863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFEXzrfPvBr8W17VbPTX43g8kTolNZCI { width:13.4375rem;height:4.87305rem;top:9.3949661254881rem;left:5.6868491172791rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KsN2uU1gAwbKZ1cOV71UKmEaJTdudp4M { width:20rem;height:7.75rem;top:7.8118495941163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8Prf3OyCAq1yV65GUg9RuHTPs5DiR1H { width:2.5625rem;height:2.5625rem;top:10.518013000488rem;left:1.7567274570465rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8vGRxhTLNnPVRFLcTpRE17AUCcBLADd { width:12.6248125rem;height:3.6547875rem;top:17.6875rem;left:5.6250004768372rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mhmFActlCOeSvPggZkbrTD83CG3F6uX4 { width:20rem;height:6.25rem;top:16.311634063721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaeNSD8yQOiIw4Gpr9WTpLX6cmbIXN6C { width:2.5625rem;height:2.5625rem;top:18.186634063721rem;left:1.7491321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8csP8o59pO3svFMcCwdf8zysG3Ew16t { width:13.4375rem;height:4.87305rem;top:24.875rem;left:5.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qaaMh2swEUg6AHmOaecnR9bbztBaucKS { width:20rem;height:7.75rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQCcvTU9m90QJpGbnGvLLsCZJMQKpDWw { width:2.5625rem;height:2.5625rem;top:26rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8GMNLJPCIxncE1Iyfkice8hfAMWpsFq { width:13.4375rem;height:4.87305rem;top:33.444662094116rem;left:5.6868491172791rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pEGIQEcA3TCyFkPAhCPJR057gz9h3oyW { width:20rem;height:7.75rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDn6y2WlBGbpSCQqzdxDlcb9hDMMP02n { width:2.5625rem;height:2.5625rem;top:34.498266220093rem;left:1.7545573711395rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBkLiypobLWaqArrmU3Bds67EAa1qpqb { display:block; }#MBkLiypobLWaqArrmU3Bds67EAa1qpqb > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOTTh8vQao2BnrBmPDdx30ft0uSXImn7 { width:20rem;height:15.394925rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3hhCPxkMlANT6hfXGqz0No782LrL01D { display:block; }#t3hhCPxkMlANT6hfXGqz0No782LrL01D > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIf54QMBkKv2WgUTipfSDgWhhRiqC7Xs { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMrn8cKHB07TTrQLZS1VVkMN0lmrNOFV { width:17.374125rem;height:6.535625rem;top:4.6560335159302rem;left:1.3118491172791rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#iMrn8cKHB07TTrQLZS1VVkMN0lmrNOFV li:before{  }
 }@media only screen and (max-width: 763px) { #as7fH97xWkJrPWp5m534MsLVMbUz67hh { width:20rem;height:7.3763125rem;top:11.878255844116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM7LKqyhGDsagUp8PkcmKc33Leafqs4a { display:block; }#HM7LKqyhGDsagUp8PkcmKc33Leafqs4a > .row .container { width:20rem;height:128.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA3b9I9UJRhn98BlGmX5wVF6JMIpl8Jw { width:15.1248125rem;height:4.0484625rem;top:2.0779085159302rem;left:2.4370660781861rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HTWHl2kXCkDbSTQUiQo0if7c9FyZJK1g { width:13.75rem;height:12rem;top:7.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIgFODPBcGiAXa4Nr8HuWmdWaA9gBzQr { width:2.625rem;height:2.625rem;top:8.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNKzoe0Blr15E6Pa5vCn6KbpIyBQLZ63 { width:8.499375rem;height:1.21853125rem;top:11.9375rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThyU7MKUoEZLTecGdIs8RvVB82f1qA4K { width:11.25rem;height:2.698975rem;top:14rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RDrx9yKmJ7qRI3chJ3gRObBSFSlztUPR { width:13.75rem;height:11.9375rem;top:20.103117753906rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTlVL2JL7LsIyn8ti7bqtfeumPwsBPq { width:2.5625rem;height:2.5625rem;top:21.353117753906rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9KGRTvlbKFZPqGcBIsmCUbMGhEPyDTa { width:8.499375rem;height:1.21853125rem;top:24.978335191651rem;left:5.7491340637207rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H36Iz41gn2cnztxThWXaUPgzBMT0xGdU { width:11.25rem;height:3.59863125rem;top:27.039967348023rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AV2SnSZc7II5Vpp9Z9czhJE6iunaZAA8 { width:13.75rem;height:11.9375rem;top:33.0625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKxOlok6yHazEKzMq60RfGJly9q8w09i { width:2.5625rem;height:2.5625rem;top:34.3125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2P4XkKvDmeMAmEXPrgUpQHBETGNFtuO { width:8.499375rem;height:1.21853125rem;top:37.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqtnLzzsyoQ9rVGsQzK5Kv9J8f0EqM7d { width:11.25rem;height:2.698975rem;top:40rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCUgUlCueCzn99uUO7Xtx0brzr24fg9s { width:13.75rem;height:11.9375rem;top:46rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwi0blJBM0lCMo9g79KKGJrZcBdmLCgE { width:2.5625rem;height:2.5625rem;top:47.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyi9dNlXDJIGBlmHrDGJQLN3ci0PdsLS { width:8.499375rem;height:1.21853125rem;top:50.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygqQTNy0KocQ1iLx1LIbuGU4XFdoapgf { width:11.25rem;height:2.698975rem;top:52.9375rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJorQGKAysUgZCFM2ZwATDUmwShwcAvg { width:13.75rem;height:11.9375rem;top:58.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlc8TaawovLGvbDZh4d5rxDgskhUSGIz { width:2.5625rem;height:2.5625rem;top:60.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnIAARG7i6xiePzptMd4qv8WuFvWeK2p { width:8.499375rem;height:1.21853125rem;top:63.8125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMDlOGm85FhuHZsLeFNrgctg0CI1RyKy { width:11.25rem;height:2.698975rem;top:65.8125rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iX2l5RHwkTvMuTzE4TtEJ6vgHPNTfLei { width:20rem;height:125.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgnyLwmq74u4grfCIoCMufgTcBrbbZQ2 { width:20rem;height:2.698975rem;top:74.0615272522rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M2ZnJM2rTy9Tx8WfNTOLcpTMKiehvDq7 { width:13.75rem;height:10.625rem;top:77.9484875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRkfFpGA2hVOyQoXJwuTVDRorK78FhQQ { width:13.75rem;height:10.625rem;top:89.892932rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #natvKXGWH1abvvu6XeXkZnUE9AtOAxMm { width:2.5rem;height:2.5rem;top:79.3234875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyFhAFkMdho0x68NKdVeVTlXCB49Uas8 { width:2.5rem;height:2.5rem;top:91.267932rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCOUGiPRsA480fRTP7TOnTxIt5tESEBU { width:13.75rem;height:10.625rem;top:101.8373765rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb2mnoelZzzyFKfRDRAZA954LzegqtFP { width:11.875rem;height:1.21853125rem;top:82.6359875rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QP3BQqZ7rxpwCECPhR6oJZgkmWiDsOI8 { width:11.875rem;height:1.21853125rem;top:94.580432rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcLFfUTN11ZaT9JTT2dGlKBu7yJ7DzLR { width:11.875rem;height:1.21853125rem;top:106.5248765rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzxdg2MtheIC0vvyGqXNBBTl16Ow6g9I { width:2.5rem;height:2.5rem;top:103.1498765rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsCeEOVFCopmXbrRUo0dT2690LrAuMpe { width:11.25rem;height:1.79931875rem;top:84.6984875rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roPBDu6incAHC5KhvPVhVCOl65iwwC6I { width:11.25rem;height:2.698975rem;top:96.642932rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3QV6hlzToIimITxGTI0Drcuas7sSkC5 { width:11.25rem;height:2.698975rem;top:108.5873765rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTwI2qhqHihV0CqXMrkBMKN7O61emNzW { width:13.75rem;height:10.625rem;top:113.781821rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRavbqZrgf45y2I9T1XJbP0V0LkO4vJU { width:11.875rem;height:1.21853125rem;top:118.469321rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGmtsEN8h1R5KMWVcRMugFIrMSdCHIUv { width:7.9996875rem;height:1.79931875rem;top:120.531821rem;left:6.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCLTttBWRkNDm2IEMn1h1WU9tBJJTCDg { width:2.5rem;height:2.5rem;top:115.031821rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 { display:block; }#rdbyXdat6HB6VGtMzZ88lifqFyy8WOM7 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efbv0r1NGzIJtDfuMFgGxfev5U1mfn7o { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrlyH4eCgmbSraUfSebOAmozI2IqnxBp { width:11.936875rem;height:3.18685rem;top:14.74880695343rem;left:4.031033039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cw79GOIvgZuZtVV1p8v2dwA8OlOTAJDR { display:block; }
 }@media only screen and (max-width: 763px) { #PRnQhsEGXEaSSdUmaIoKUWPNUEN40mTt { width:15.625rem;height:10.061875rem;top:2.3432159423828rem;left:1.2537975311279rem;display:none; }
 }@media only screen and (max-width: 763px) { #kD6GDSEWs5Cb2ZI0p8i4uBDAz6QkcKU5 { width:15.999375rem;height:1.3997375rem;top:3.2584638595581rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZANcaAu0Cndp8HXtS0sMTc87Oozu1QD { width:16.9998125rem;height:1.72485625rem;top:5.4096136093139rem;left:1.4995660781861rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z1iQiVfC8WfMzPvv0DfgW7mGR47g9NId { width:14.0625rem;height:3.37463125rem;top:9.5713987350462rem;left:2.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNDWy0wFvnDxff7O4n8SnC7EID9XUzuT { width:15.7498125rem;height:1.04980625rem;top:7.3848752975462rem;left:2.1245660781861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K { display:block; }#HEXTAgleQlKO1oWPI9B9H1wrgBhbSD9K > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnlxH3ByOuIJJpnuod1gNLcg3D7EdpRt { width:20rem;height:18.75rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmpINyszRXURBfoA7mGfaAsbT0QMmKSF { width:11.936875rem;height:3.18685rem;top:13.811309814453rem;left:4.031033039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxUWJ57U9KO80mKUx4tVdTEQJ9CPV1n7 { display:block; }
 }@media only screen and (max-width: 763px) { #L3A10pz8gakdk3uB7sMhTK0BMfqy2KHA { width:15.625rem;height:10.061875rem;top:2.3432159423828rem;left:1.2537975311279rem;display:none; }
 }@media only screen and (max-width: 763px) { #pL8Ed9JZ2JCQNQILGqHEx5QO9yBtEDMy { width:15.999375rem;height:1.3997375rem;top:2.3209686279297rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aH6bG4EyBf5kE9deXVQMf45CLBuylaix { width:16.9998125rem;height:1.7252625rem;top:4.4721221923828rem;left:1.4995660781861rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WSkaux3ptVTqLtdudFd9LSD3nEhLEQGR { width:15.7498125rem;height:1.04980625rem;top:6.44694519043rem;left:2.1245660781861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJEWKeJuIuoeC4teSFM9x11aVvTFFoTI { width:12.24975rem;height:3.37463125rem;top:8.593505859375rem;left:3.8739013671875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6AXtRL3fWQRClTGE1CZ2risRXssf6TX { display:block; }#E6AXtRL3fWQRClTGE1CZ2risRXssf6TX > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0d2lHSmtm0vzX8byeK4af0yEdaXyqQx { width:20rem;height:21.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc0NIPpqwGuvhzW67Oft8NJNAAec0zTZ { width:11.9360625rem;height:3.1860375rem;top:16.62353515625rem;left:4.0313720703125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0rCsbhgbPXroP0hsMZOSmpRr2Pp4DbD { display:block; }
 }@media only screen and (max-width: 763px) { #arHQ6iE8nLWi5aIL4rFtWTVLSJVUFgdp { width:15.625rem;height:10.061875rem;top:2.3432159423828rem;left:1.2537975311279rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHrcBVxLUwuTmp6q93GKyzDa111ED0A5 { width:15.999375rem;height:1.3997375rem;top:2.3209686279297rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9o4nzlTtQA2XuB5a1xNXspMFWCQkTiQ { width:17.999875rem;height:3.44970625rem;top:4.2840576171875rem;left:0.99853515625rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TIi5svfllqG2EM58ie1QOamT3kErGHCV { width:15.7498125rem;height:2.0996125rem;top:8.261474609375rem;left:2.1240234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uq2hLqeZIhTHSIUtzpVzl7E6g7sP0zas { width:13.125rem;height:3.37463125rem;top:11.600463867188rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL { display:block; }#IRtyRa4s2nCF3aA4ZJsu1XNosL6IS6CL > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFt1AFBhqzKz7KVKUyJQtLDE9PTC3WC2 { width:20rem;height:18.75rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iocWT6xZEsiIHS9pxa2iaNNpgV2Zt4a1 { width:11.936875rem;height:3.18685rem;top:13.811309814453rem;left:4.031033039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIokqk72VGxmKdvzcFAqVWiSidK0KF3n { display:block; }
 }@media only screen and (max-width: 763px) { #lKMlpPyiUPcT8lk4ZBHq6pgtoTEuSldk { width:15.625rem;height:10.061875rem;top:2.3432159423828rem;left:1.2537975311279rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQRzTmsdqgs4MwvasuoLevGWIXItLcXN { width:15.999375rem;height:1.3997375rem;top:2.3209686279297rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLzflzhuSTibTJU8sX5IG2iV8kBASrsO { width:16.9998125rem;height:3.44970625rem;top:4.4721221923828rem;left:1.4995660781861rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iZwbPO7S3hvCTPSgcZUpQVDmfyTVi203 { width:15.7498125rem;height:1.04980625rem;top:8.5741100311281rem;left:2.1245660781861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa { display:block; }#K3CfpqlT7v3i0kOTgSWnMHTeR2F3ChJa > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lArlMN122Dmcpg553tiySe5U451miDg2 { width:20rem;height:18.75rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2xF44u6VRBBq9u5VU9pXEwzp9QRHR5u { width:11.936875rem;height:3.18685rem;top:13.811309814453rem;left:4.031033039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSP7ADRsHcaBtqt7NKZndMuVki4IiF2O { display:block; }
 }@media only screen and (max-width: 763px) { #erU2tTOshzitFMBnMDnwINXxoCHlbfHK { width:15.625rem;height:10.061875rem;top:2.3432159423828rem;left:1.2537975311279rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANu75IOBNVAqWEOnBTr1bMV51Tb7n192 { width:15.999375rem;height:1.3997375rem;top:2.3209686279297rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mzhHz34ua87q3fDZiTukO9B2aesia9JS { width:16.9998125rem;height:3.44970625rem;top:4.4721221923828rem;left:1.4995660781861rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s7N0EXNI1CZcDiukyu6hd8iGc09NU7gN { width:15.7498125rem;height:1.04980625rem;top:8.5741100311281rem;left:2.1245660781861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw { display:block; }#AAF5ZlxaDSlgXBeiFNQdBrmCRiNCEGqw > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6rTRUzBhmpLu4VNPUPPRu9CCfbdicRR { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe { display:block; }#bf7WtyFFsMqEh6L6gQqvTNkbsPNMyqDe > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7e4vLT0KGnbT8xAlpAVvWKgbADkvzfG { width:14.810125rem;height:2.598875rem;top:17.5737875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4510gXFNRSO57u9fsu1n8V46PLXOQq9 { width:15rem;height:1.950075rem;top:14.375rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muOb34g2p1hHohwa31FxkTGrnsJtGdoo { width:11.875rem;height:11.875rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7AyTrkQ1X78rOZZuyCVfqyPxiCwUmA { width:5.625rem;height:1.92163125rem;top:20.78097820282rem;left:7.2194023132325rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOfT4X9hDXfxUrQ2D6yefO8R4tMAg5TH { display:block; }
 }@media only screen and (max-width: 763px) { #naOZXJ2uT9EOzCU8W83A8ngI9yrBfhaM { width:14.8123125rem;height:2.598875rem;top:37.74631875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhm711deopxTEzMP4AUSy676LBkwLQZX { width:14.375rem;height:1.950075rem;top:34.54753125rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVH8SXqP5aBPaailu09fGEsqiICE8BAl { width:11.875rem;height:11.875rem;top:21.42253125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmttu9hkLdqLOiAls2ElQScyCWuVs2QI { width:14.8123125rem;height:2.598875rem;top:57.91885rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvmEO3ZJsuF353EhVoSW2QuiqXA4uUOU { width:14.375rem;height:1.950075rem;top:54.7200625rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEgxLNBruhTLHgx4TH4ArMpEnQ0MJmIf { width:11.875rem;height:11.875rem;top:41.5950625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf3KITAcOQITfOqaBc86NpbbgmKkki5A { width:14.8123125rem;height:2.598875rem;top:78.09138125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yx3R0tSPyANHaZHTdW3ff18vJuGAqNN8 { width:14.375rem;height:1.950075rem;top:74.89259375rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oM8hIozJPvWmoHTplDCJvTkB719N9Ww6 { width:11.875rem;height:11.875rem;top:61.76759375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 { display:block; }#Tex7LVXLDQpisBHa7MwB97UEBXi1tgv2 > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuyzxiL28pwdttuKW7KRXXFzJ6igxT6p { width:14.810125rem;height:2.598875rem;top:17.5737875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvaBwbiS20pipC0byDfXobUitmcUMa6D { width:15rem;height:1.950075rem;top:14.375rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fL12Cqfrn95zUwcxZ1GzF8QzKsy2Wdm4 { width:11.875rem;height:11.875rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4VHwRlOABnW1eOa6K0t5sWAXzFzqnZd { width:5.625rem;height:1.92163125rem;top:20.78097820282rem;left:7.2194023132325rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpWcrqKrDzGbgkle6TNVIwHThIgALp4R { display:block; }
 }@media only screen and (max-width: 763px) { #vcOQVOlKuFXTd6oOwDM3Zdken4B6RQ8f { width:14.8123125rem;height:2.598875rem;top:37.74631875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wu1mkHel5P5oXTSTg29nXTwTZgRWBTlH { width:14.375rem;height:1.950075rem;top:34.54753125rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5whIqrarT2TkpREnArpAz7FbTrChAcu { width:11.875rem;height:11.875rem;top:21.42253125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZnyUzFLQUtKew7VhiBp0Kzpbc62Ldci { width:14.8123125rem;height:2.598875rem;top:57.91885rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeT1eKOV1Qa5HhhsDpfT4SmiTIldev8D { width:14.375rem;height:1.950075rem;top:54.7200625rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dQA7UsBsSKnIMy5uu4lbIhQneEXCKUfn { width:11.875rem;height:11.875rem;top:41.5950625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJG4afmvETRGLOlpGvFeCnlg8qZGXr4e { width:14.8123125rem;height:2.598875rem;top:78.09138125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzZ1ndslHpMBvpCL5zGUi4SifPQI5X5o { width:14.375rem;height:1.950075rem;top:74.89259375rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UIAzD30gyrvEsHg6OyobTT7sP4KFP2UW { width:11.875rem;height:11.875rem;top:61.76759375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv7Tus6yH27OwknXshBTlArtpo01BpDn { display:block; }#Xv7Tus6yH27OwknXshBTlArtpo01BpDn > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeCrL74HUuBTcidmtA3xrXPaD2vJsqAQ { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/46857a0c-648c-4055-aa53-e16c253aee53/GreyscaleGlobe.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ.adaptive-delivery-prevent-bg, #NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ.lazyload, #NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ.lazyloading { background-image: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container { background-color: transparent; background-image: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container > .video-iframe-container { display: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row > .video-iframe-container { display: none; }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .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); }#NghGU81ifAe72SdKtpd6mgZhPEsvCKrJ > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ObG58hkIv8C37lPAsaKf9bGTuyTzpSFP { width:18.75rem;height:23.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGQnnOIhpPy6ksQKqHO2SG9yQ3yFV751 { width:16.25rem;height:13.4008875rem;top:9.4878540039062rem;left:1.9113502502441rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3VQghMTdeQ1Je0hPoSdgqzQn5kQNpEN { width:14.375rem;height:1.49963125rem;top:5.1747131347656rem;left:2.8162975311279rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfUxovpk6Awy3CApdkVA8Po6sMOz06tx { width:1.875rem;height:1.9353783110687rem;top:2.3307495117188rem;left:9.0668411254881rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBmBJ8rOlem7upfVntkyF7ES85Dg8Gny { width:18.75rem;height:6.25rem;top:1.25rem;left:0.58919274806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgc0FOovLCLmETXoTFJCreOI9uU9dsFc { width:16.25rem;height:9.7461rem;top:34.763781547546rem;left:1.8750002384186rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiWt7hnDSmL3Z1VR7kbNgXahACgzvATQ { width:18.75rem;height:6.25rem;top:26.3194445rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBD45ToT7aeOmIn1y0TXqgO2hXW2Id0E { width:14.375rem;height:1.49963125rem;top:30.2569445rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmklcXUn4TdlIOzsl36uA8OlCIUX5kED { width:1.875rem;height:1.8125rem;top:27.3819445rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnTVxByc9KA4meX1F0stuW66TaIxUNDz { width:18.75rem;height:20.9375rem;top:26.318902015686rem;left:0.58919274806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLabCcvFhiwSAN7cQZ33ARdzJ1FGHBQR { width:18.75rem;height:16.6875rem;top:48.575853191406rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAkGNrBv3aorziyIQKzlgCFBalDJTmoN { width:16.25rem;height:6.0913125rem;top:56.825853191406rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEnImvT65t5xvkRDgoEr6bhgCSxwxDVT { width:18.75rem;height:6.25rem;top:48.575853191406rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipw9l0MxvKlryRF0yRoeRLACIIEEIbcZ { width:14.375rem;height:1.49963125rem;top:52.513353191406rem;left:2.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFmbxhp7CUE2TnzwEVpTlTBFHRPH6B26 { width:1.875rem;height:1.81206875rem;top:49.638353191406rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ { display:block; }#JQ7R89Cr8LtaC8x5bnEEQK0Lw6WLrcBQ > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CRPCNu973T9C9OA3uG4d06Fk8EmmlXDB { width:18.75rem;height:3.1875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZguyJdHNsTDJXSlkmiuQ8Ez4QOg6G42X { display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:2.8503375rem;top:1.25rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOIIbNfODopoarfxvKluc3Vmyi2bW84z { width:8.25rem;height:2.75rem;top:5.35rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE { display:none; }#nI0ILoHACH5vd4f3VM64ZrIQCSIGXvyE > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mOzRcM2zVAFHtCd03xlOfTWiyIRi62Zi { width:20rem;height:2.69965rem;top:0.89408874511719rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u2Rqx4uZVkMGBnFPTzb6tizONXQBtasl { width:13.75rem;height:10.625rem;top:4.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJoHIXIck48cTkh6oeN78ZrRSxFJhQTW { width:2.56185rem;height:2.56185rem;top:5.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7PabVl4TEr43rSopKCFl8AU3rmN54H5 { width:11.749125rem;height:1.21853125rem;top:9.375rem;left:4.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V18iTtUwCNd2O44z6btsb63nUhEqxTPL { width:10.3125rem;height:1.79904375rem;top:11.375rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJ9e0BxBWZcNCFaHkuTmElndeCl9JvDQ { width:13.75rem;height:10.625rem;top:16rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3zgVgkz9ZL2EnyT504ukQ55Wz6F9MM { width:11.875rem;height:1.21853125rem;top:20.6875rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKIZzO6rF81MqaSKlrUCQdAGntqC56Gx { width:2.5rem;height:2.5rem;top:17.375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxwtNSi2ZswtFBSSgLmLvZXeNr4z7uN1 { width:11.25rem;height:2.69856875rem;top:22.6875rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbRKnS44aUuyw3Xe13oSbmkmtWkXLCBn { width:13.75rem;height:10.625rem;top:27.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMMUDUJrn3JC3PZvgca0zC5XX1IDg4Vx { width:11.25rem;height:2.69856875rem;top:34.375rem;left:4.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #En2MHEtHw3HwwsC6tZ2hp3u0PmiJR8vm { width:11.875rem;height:1.21853125rem;top:32.3125rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvDQLp7NaUQmTCogeE5vpsRKQzsJl7uh { width:2.5rem;height:2.5rem;top:28.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi6gPLMwEf3QOdfCnXyx5aNQklhzGMFH { width:13.75rem;height:10.625rem;top:39.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXkLByxyNZXPPJJGZqDcM9leqFMeBuHL { width:7.999125rem;height:1.79904375rem;top:45.9375rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcyqgVXpGBptx1VGnyS9cDAOQOfBNJui { width:11.875rem;height:1.21853125rem;top:43.875rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLfSSzRPu6EcEKr5bbGMeNlZRF23amsW { width:2.5rem;height:2.5rem;top:40.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw { display:none; }#ooKRCzvUZvKNWFAZMXSuvolOyobf4pMw > .row .container { width:20rem;height:73.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TESpvMVgEFfxdOA7wrx1aQib2ySIrgnB { width:15.1248125rem;height:4.04948125rem;top:2.0779085159302rem;left:2.4370660781861rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WXI43hfSNhnQQy2PJmQg71ZCMdvVoDfz { width:10.625rem;height:12rem;top:7.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhMDf5bMWglnRmC1UmxrZW6E2Qah3Qku { width:2.625rem;height:2.625rem;top:8.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRe8IQd8xuDof0S45qnunl4JuBFa0R7 { width:8.499375rem;height:1.21853125rem;top:11.9375rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHKE1h0aDZXoxd5RvTPzxXwvTNxcQJiH { width:8.499375rem;height:3.5980875rem;top:14rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwixcs6W6PK08Mci1JgECvnb6KLiI8Ch { width:10.625rem;height:11.9375rem;top:20.103117753906rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #of82qOTTFF92IFnTFcmyJkW0pRyECzgz { width:2.5625rem;height:2.5625rem;top:21.353117753906rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMAgvcteau2vbLPcxcy9OfJy4NXHoTee { width:8.499375rem;height:1.21853125rem;top:24.978335191651rem;left:5.7491340637207rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rufAqpygdpSRcrfezKmENdDTZLpExUCJ { width:8.936625rem;height:3.5980875rem;top:27.039967348023rem;left:5.499568939209rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlPtmUeJIKZBeTVWa2bchibPax3gWRTZ { width:10.625rem;height:11.9375rem;top:33.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTZpMttwTGaqe7nLudtpFEIq5MltvclR { width:2.5625rem;height:2.5625rem;top:34.3125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USeu4n1dfxTm4WpazqrbhfK0TNrskRkt { width:8.499375rem;height:1.21853125rem;top:37.9375rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nn1Qlh2xp0REdLi3D9IsbHEvyBZ0Fsze { width:8.311625rem;height:3.5980875rem;top:40rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKS8XE2GsPyPb8z0RD2lKzCBy247GebT { width:10.625rem;height:11.9375rem;top:46rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACevwrZdA6pGWxSi6hJIXVBshTpgBhlc { width:2.5625rem;height:2.5625rem;top:47.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X41OFxCAA1dI2TaL85whQG4ZiltAZEfv { width:8.499375rem;height:1.21853125rem;top:50.875rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opc7aa5TEKdGtp4odoBT5cfZ40vV2yxk { width:8.499375rem;height:2.69856875rem;top:52.9375rem;left:5.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A3KWnxvI5Mffm4foKpIlddxoZVk5XZD6 { width:10.625rem;height:11.9375rem;top:58.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGRZQf7TkVZ0nRUl77HqXJb7PvcuPlF2 { width:2.5625rem;height:2.5625rem;top:60.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JILR5Vv6JuJZPPc44Dum4KEngisRUD9W { width:8.499375rem;height:1.21853125rem;top:63.8125rem;left:5.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #btnDzNrzygV2Q0y2o5ZK1PD6NC8Xo7Fi { width:8.936625rem;height:3.5980875rem;top:65.8125rem;left:5.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIUCP5oJ6BsI3UOtfTix17z8RNeBgbnB { width:20rem;height:72.75rem;top:4.7683715820312E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw7mfWgPUeF686ZRMAHSbZoClmsekUbE { display:none; }#pw7mfWgPUeF686ZRMAHSbZoClmsekUbE > .row .container { width:20rem;height:85.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NrE55caMhLzsrmvTEZWkV0B6XyM9y2Em { width:16.4979375rem;height:1.9487875rem;top:7.4397783279419rem;left:1.4675559997559rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBTAmuQqSPEoPd0wnGH7QUd4Tdz0S8Ki { width:16.3748125rem;height:7.9525rem;top:10.331922531128rem;left:1.8120660781861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TI2EHg46WItsiFEPzgnutIE2nbRfs0QS { width:18.75rem;height:25.625rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8iJuO9PuBfMmJUcDN22h3Uq1AMERV1A { width:15.999875rem;height:1.3997375rem;top:4.0890836715698rem;left:1.9661445617676rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJdR731nIF3TQebgXdQNT72vDwvZ3iHU { width:15.999875rem;height:4.19921875rem;top:19.750434875488rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m30XEvvDdoAGQUkW5l8I4rTxZTaXS75I { width:11.9375rem;height:3.1875rem;top:25.124240875244rem;left:4.0304908752441rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnB1Q30fMc6sKsnIHWKMT4vRFwDif1FM { display:block; }
 }@media only screen and (max-width: 763px) { #tPPS0un1tZOOKhAx0PD2xsUSBTBzcC0E { width:6.25rem;height:0.125rem;top:6.3764104843137rem;left:6.8728294372556rem;display:block; }
 }@media only screen and (max-width: 763px) { #y30xHpAGOTQiq4J4uuJhzmgh6ZtRFKwk { width:18.75rem;height:25.4375rem;top:29.561630810547rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdxkPJVwuDZW6c10oTic5OA1h97X3AT5 { width:15.999875rem;height:1.3997375rem;top:32.353515232849rem;left:1.9683151245118rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOfqReteat4nOIdzWbB1CITU2HXWhdOo { width:6.25rem;height:0.0625rem;top:34.640841091919rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX2prXzzKLDInVgQb1SDQyq1sBZhs7KU { width:17.5rem;height:1.9487875rem;top:35.765625rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y35iUFMDbL6Wdh0CJwyO47hEiNuvCbKe { width:15.8121875rem;height:7.9525rem;top:38.643661499024rem;left:2.0616321563721rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8JZKPXAq5D1PNU1ITIto8W2LEfTUsxJ { width:11.9375rem;height:3.1875rem;top:53.388672436523rem;left:3.9995651245117rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g12HbOsPJbEgOHmpmeKM8N26boPXvoxX { display:block; }
 }@media only screen and (max-width: 763px) { #tb7l4bi9U6AFAAuNrZJC21D1KbVbtZgB { width:18.75rem;height:25.4375rem;top:57.826065625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhEVOSuw19oF1ARPq6rNV74qe2VwpIhM { width:11.9375rem;height:3.1875rem;top:81.4735265625rem;left:3.999568939209rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mh5b5QbE5OgIkq1yalaQ5Jg3BXiTPJ0D { display:block; }
 }@media only screen and (max-width: 763px) { #cQVc7bgdnV35kN4kQ3HAZwOaI3cUy0AU { width:15.8121875rem;height:6.816375rem;top:66.846138000487rem;left:2.0627171993256rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVBf6EHhCzsNA1PpRXmglIi7nGBplXzM { width:16.9998125rem;height:1.94986875rem;top:63.96864375rem;left:1.4686393737793rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZQTaRtTBUJxUiKov9evuf5sdvUmqKiW { width:6.25rem;height:0.0625rem;top:62.905275906375rem;left:6.8739128112794rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIpxB7puC1XrT9l2CXFFtwpHpslThIxS { width:15.999875rem;height:1.3997375rem;top:60.617949093628rem;left:1.968318939209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usOQtJy7GX6vXBpBknzMJu46MAq6L91l { display:none; }#usOQtJy7GX6vXBpBknzMJu46MAq6L91l > .row .container { width:20rem;height:59.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UFZ9vXl811wlHesOBtr1A1d3VxG2fITC { width:20rem;height:25.4375rem;top:1.2500019073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9uUwOFrRsSuTZd63ZUnAwJTRx6sdp1X { width:11.936875rem;height:3.18685rem;top:25.125rem;left:4.031033039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wITsezJhD42cK7rhOg1m81RK4Ut9B5w6 { display:block; }
 }@media only screen and (max-width: 763px) { #AfQE1TPIzILDaDux9RRSIxzKGckb9WzW { width:15.8125rem;height:7.9525rem;top:10.3125rem;left:2.0930991172791rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eUfPngPZW1oFhwBhb05xSOlv67VuQZJa { width:16.9998125rem;height:1.9487875rem;top:7.4375rem;left:1.4995660781861rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWRTgc1OkszcDnvTVdSySAIWyZIwh9G2 { width:6.25rem;height:0.0618489375rem;top:6.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyWxt7TCFRTbuHqA8lc1Uqokmk4gigt6 { width:15.999375rem;height:1.3997375rem;top:4.0625rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzZd1I8cTlBpIFxkcGLvZs8P5rTOfCsr { width:20rem;height:25.4375rem;top:29.561636376953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a65H2Gwhx7hTln8ObsKtpfKlqafvee52 { width:11.9375rem;height:3.1875rem;top:53.373482704162rem;left:4.031033039093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZoQhVrTTp7HI604MxC3WhS9KpFNXPoQ { display:block; }
 }@media only screen and (max-width: 763px) { #BqIlIlfsKruKfv1rsLbew5aNhHftiIJn { width:15.8125rem;height:9.0885625rem;top:38.625rem;left:2.0930991172791rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zh65tunpgTL5glz8WoyCcF18hfocqRUa { width:16.9998125rem;height:1.9487875rem;top:35.75rem;left:1.4995660781861rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNMiy7e7puALfFMwuATXmW89xO8xtvvH { width:6.25rem;height:0.0625rem;top:34.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHaedFbmgho5kxvTPTCBOTK746eXwFG9 { width:15.999375rem;height:1.3997375rem;top:32.375rem;left:1.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 { display:none; }#r2ZEoyAFIrl5rQezxVdhXep4JTvMFQg9 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xgwVQLMT3ARtCQq9aZ9OTVac7puxg7k5 { width:20rem;height:1.94986875rem;top:2.125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp { display:none; }#WhWiSiIxRL3vrp3J4eQpNiuo8Jzy5nwp > .row .container { width:20rem;height:75.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ok0Wz1DDkQrl66ETqSK3xEFrMcHHXTHt { width:14.4375rem;height:9.3121431246156rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WknEZRZPcwP3cCz25gG5RQl0S02XG5dR { width:11.312375rem;height:2.84939375rem;top:12.286241531372rem;left:4.3424472808838rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psnzvdZaxaq4vhpgr2ZzfQOEPpuAwrPn { width:14.375rem;height:17.1875rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmR4JoTSSUlx8DQgKKcW168QAtH3OctI { width:11.312375rem;height:1.42469375rem;top:30.793186031372rem;left:4.3473320007324rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KF1oEFpZUKTnTxhaigqDiAf1q6O2ufzT { width:14.4375rem;height:9.3121431246156rem;top:19.7569445rem;left:2.8152122497559rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmJQzpE6K0GhM6k0Ze9WCieBglPccK05 { width:14.375rem;height:17.1875rem;top:38.263889rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Qrw86b03VqWnoz7ZJxO7f80t3SKm4Z { width:11.312375rem;height:2.84939375rem;top:49.300130531372rem;left:4.3473320007324rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTSksByfHNSB2hXw2EwDKAHtCkqwsPg6 { width:14.4375rem;height:9.3121431246156rem;top:38.263889rem;left:2.8157577514649rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMGN92wvw8gTaM265TyUCTvus5q2pRw { width:14.375rem;height:17.1875rem;top:56.7708335rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNDSEZTE6kw9HNkwgQ6nWJFuBImT8Va6 { width:11.937375rem;height:2.84939375rem;top:67.807075031375rem;left:3.7570571899414rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snDiSWuTdn5znlbxgW7OBmhWiqm4Wgxt { width:14.4375rem;height:9.3121431246156rem;top:56.7708335rem;left:2.8200988769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS9wNCSGslCfUgKfE7LhX8uNGTQBIvTt { width:14.375rem;height:17.1875rem;top:19.7569445rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoG5zvwP4i8MhpwhpBxfJJrguW1d7qwt { width:10.8125rem;height:3.1875rem;top:15.291885375976rem;left:4.5930976867676rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCcVt73Ucw36OiTuZGUSHDUATGQ3wtkk { display:block; }
 }@media only screen and (max-width: 763px) { #FCwhmorPV5FtSGel94H63A2Oib8COvL4 { width:10.8125rem;height:3.1875rem;top:33.798288188965rem;left:4.5968971252441rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoMS904Zz1fiCmXs0KicyTJtPoNeXp5O { display:block; }
 }@media only screen and (max-width: 763px) { #LXDObVOVxKtfUIDoU04aC8GXVtiPIOvn { width:10.8125rem;height:3.1875rem;top:52.305232688965rem;left:4.8822708129883rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmxeP4b53Fyh3EvZ4Qvip072xwVcyelL { display:block; }
 }@media only screen and (max-width: 763px) { #yJ0K4FMXsZ3xy3ZSByiB8LmB0OvVCVQr { width:10.8125rem;height:3.1875rem;top:70.812177188962rem;left:4.5974426269531rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pv4CskCFlbPeE31mKaWovwVoC7R7W96T { display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:76.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header { font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;font-size:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:65.035rem;top:7.69921875rem;left:0rem;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:65.035rem;top:7.69921875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #S1yMAvCNgy2IPJMZSyXHOLKNn8ho1nOP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #I3ciCypivLr3o1lQuwRdu2AED69V6tTl {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #ZcNEbKJJsKR4CgIbiMkUwpCgRvwokiXL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #dVOJyd52WaEFQBQ4EzAdwVdgls1tTA9B {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #zdV5WwAy9X4M3kZOIWe67lhP4b9nOqrJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RyLSDoFVI7MvsJFdl6mIeMpTScioychJ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #TDU5qgNf2rNZ3B5mfwhZimmxtHHqswNA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #B8t1QBfKhAyKcPFIyaAakMl6cn4eV1Mz {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #AO5hCl8NcgZfnQJsUbkDM8uprcIWpUKq {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #s6lQUVsqE5l6ho9oEXmLrs6TmtMouyhb {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #e10DpT0gekADXmhMBPbPxoVXi1MiJUT5 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CTuQqhJgax9AaMow9JmBbHntfWg1naud {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #RTqGaPAGzB5Ti4TV9xAulr1JEFDV8RlX {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CePC03ViPzfWgTpvn2CFISHnI21KMzi5 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #UCsmoiTnsesJTOFOXd1q8msR4VkAJXk9 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #J7qRsVlskX1s1TvItph8eFX0GuvJivTA {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FB1US0AvCpD5wxUM81mgXeMIQvrJpPzE {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #KgMFreESuS6NTxCvZeSzPO7sr7ogVpTG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #FrUmkeUlyfpRTndNCV3fqQOq8uvSHHsF {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #M8EBybqC4e3eZdNEkgrmCEck3wTKLqqU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H30erwfinHFO0USGMytBFXveIuGV21Tk {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #neM8sQHgHcnGG8h9Z65dTn251pyHEwTZ {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #qoDv4mOl6UHLXMhXoVaHrEy9URbeHa43 {  }
 }@media only screen and (max-width: 763px) { #HlMmvHAr2o7sxWQGNKb1LGFeQ6Je2yXB { display:block; }
 }@media only screen and (max-width: 763px) { #fJMztf1nexhvpQAOePAhI27Tqyl4iuXV { display:block; }
 }@media only screen and (max-width: 763px) { #mJ6F6gRxrWmKi5uGDBMK7KwU1R2ASL8m { display:block; }
 }@media only screen and (max-width: 763px) { #ZXpaAG0PAqLt5M2DlQlzpTtmQxbHwkUF { display:block; }
 }@media only screen and (max-width: 763px) { #Z1LNgQanKkIOAOIErByD6BXqXN4q9aBX { display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #uaO4uAQvwD2zzDv2lrev0OHpUwmWMBT7 { width:20rem;height:50rem;top:1.25rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #OV4feFAqlbSTVV9oL2vKTn5tKFH7aFJu { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }