.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;
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { position:relative;display:none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { border-width: 0; border-radius: 0; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .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; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QonT9ik1cfTSlLWnl3oN69DcZENTnZth { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5aaf58;border-left:0.0625rem solid #5aaf58;border-right:0.0625rem solid #5aaf58;border-bottom:0.0625rem solid #5aaf58;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#5aaf58;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:switzer;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.5625rem;left:17.5rem;display:none; }
#R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DufhyROzQuPQOmeuvF0gArFNXJm05S67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ce46e0e-473e-4914-80a8-677935565450/KV_MF_sn_v2_NEW_tlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67.adaptive-delivery-prevent-bg, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyload, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyloading { background-image: none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { border-width: 0; border-radius: 0; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#N53SAqqos506u5tzqpeRD9z4984EyGAi { color:#f45b5b;display:block;width:7.6875rem;position:absolute;font-family:generalsans;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.75rem;left:20.688541412354rem;height:2.87535625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { color:#6b6b6b;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:19.5rem;left:0rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:5.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { color:#878787;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:23.3125rem;left:5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.8125rem;left:5rem;height:1.06278125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:1.75rem;left:3.5rem;display:block; }
#L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { color:#f45b5b;display:block;width:15.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:24.0625rem;left:59.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { color:#f45b5b;display:block;width:15.75rem;position:absolute;font-family:generalsans;font-size:4.375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:24.8125rem;left:59.375rem;height:6.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e4cohh3LaHAZJRcdLATD55h82gd1UHab { position:absolute;display:block;z-index:15056;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:15.5625rem;width:15.5625rem;top:19.625rem;left:59.4375rem;overflow:hidden;display:block; }
#vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:generalsans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:21.125rem;left:61.25rem;display:block; }
#aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f45b5b;border-left:0.0625rem solid #f45b5b;border-right:0.0625rem solid #f45b5b;border-bottom:0.0625rem solid #f45b5b;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f45b5b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:28.5625rem;left:17.5rem;display:block; }
#wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { box-sizing:content-box;height:13rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.9375rem;left:60.6875rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { background-color:#f45b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:28.5625rem;left:0rem;display:block; }
#D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeP2J9dbZm5li6TTyVPf8u5QgurBJcok { position:absolute;display:block;z-index:15016;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:4.375rem;width:4.375rem;top:22.3125rem;left:0rem;overflow:hidden;display:block; }
#rETTPQySJ7TKpu1UCzJ1tnafl0qRCM5v { position:absolute;display:block;z-index:15056;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:10.625rem;width:10.625rem;top:1.375rem;left:62.5rem;overflow:hidden;display:block; }
#FGhw7x8BOs9XeJElRLXhAwR100MZ6xhz { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k23ThCXqpn26L8x2scwgaKLFNO4LeJFP { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:5.5rem;left:62.4375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qXbIUUbi4W3dIu6OIV3lpL4wsfTvcEGa { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:3.15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c5Fln0ZGViQuIZiWW8wlU68pz3IyT45y { position:absolute;display:block;z-index:14996;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:32rem;width:35.3125rem;top:2.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#brq3w9C1pR44FU3cZGFKLU5APHlDF7pp { position:absolute;display:block;z-index:15063;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:5.625rem;width:20.0625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ce46e0e-473e-4914-80a8-677935565450/KV_MF_sn_v2_NEW_tlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ.adaptive-delivery-prevent-bg, #zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ.lazyload, #zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ.lazyloading { background-image: none; }#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ > .row .container { border-width: 0; border-radius: 0; }#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#PiRRCyewhJpCU6VhVsgd7xct7pcDCTU9 { color:#f45b5b;display:block;width:7.6875rem;position:absolute;font-family:generalsans;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.75rem;left:20.688541412354rem;height:2.87535625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ALfpURkoFeJGcclGfUFm7I1X3v8IL6DD { color:#6b6b6b;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:19.5rem;left:0rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kRPXUFkHaImcTp3TFNT40xq1V7RXTXBb { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:5.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LDpI6uughK8m5dmXfeUbVqludM7pqlbT { color:#878787;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:23.3125rem;left:5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pocm8afWVBN2Ctu7Keatb2E4MTPuJ5eN { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.8125rem;left:5rem;height:1.06278125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uLkpIV1ZSJpT4tShLgvVbG66b2mRzZzC { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:1.75rem;left:3.5rem;display:block; }
#wz9MVziL70FgKhhhpp22L3w1kGpZxNCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLX2Ncs2zmbUvu9sviKbIzQ7rynLesx1 { color:#f45b5b;display:block;width:15.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:24.0625rem;left:59.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gQcbim1v5h1Ipv8S2FE01uycBAcGziFC { color:#f45b5b;display:block;width:15.75rem;position:absolute;font-family:generalsans;font-size:4.375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:24.8125rem;left:59.375rem;height:6.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AVZNzLQL473UJma2efhKuDZBN5hdoSmJ { position:absolute;display:block;z-index:15056;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:15.5625rem;width:15.5625rem;top:19.625rem;left:59.4375rem;overflow:hidden;display:block; }
#WdT16Fm85shf47IWSgogHP0MAU6KZe1n { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:generalsans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:12.5rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:21.125rem;left:61.25rem;display:block; }
#bx4q8BCziuQu5yp4gaPr9s2Xrr2d351w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HcKpbwblAJVN4vtFxsf7ioAVc5boRUG9 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f45b5b;border-left:0.0625rem solid #f45b5b;border-right:0.0625rem solid #f45b5b;border-bottom:0.0625rem solid #f45b5b;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f45b5b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:28.5625rem;left:17.5rem;display:block; }
#Wzy2LC88PrqWqQ1a3isKepZm2RPq7bOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M74HXrQKEBqGp7vTf7dwFRQ9WQcXL3wv { box-sizing:content-box;height:13rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.9375rem;left:60.6875rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#dUIvrlQETTHdCLPDoGpvhd3oZTtvNFQu { background-color:#f45b5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:28.5625rem;left:0rem;display:block; }
#adqFnzFodht1zmwvPJM902HTWIHzOT6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSg0eHKAVNH8krHmM245RrGK9UqxvMfl { position:absolute;display:block;z-index:15016;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:4.375rem;width:4.375rem;top:22.3125rem;left:0rem;overflow:hidden;display:block; }
#xgixVvrK0hcdDeM8itGO5yeVk9eBrneT { position:absolute;display:block;z-index:15056;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:10.625rem;width:10.625rem;top:1.375rem;left:62.5rem;overflow:hidden;display:block; }
#wmDBcAaIX9QMJfi4IoH5dbgHFAfkeoBJ { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OrNBA7KH6CibzCBqfxT23rNTWSbcmICb { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:5.5rem;left:62.4375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MWmLexirPcSJZUX7HV2NW2mzZ2qa0k8y { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:3.15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LEIgBP6pWEeXRHZp5SaESU2pTDIJeFvn { position:absolute;display:block;z-index:14996;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:32rem;width:35.3125rem;top:2.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#SHrZg0pg66xLCtuqMt2Jdv0GSzOXfIxi { position:absolute;display:block;z-index:15063;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:5.625rem;width:20.0625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#vDV5MThoi9mrULPIQaDg71QI3OiJEIIB { color:#333333;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:27.125rem;left:17.5rem;height:0.975rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#w0yIPnB0uBGCcKIRfnPlGMsGKalkJBpM { color:#333333;display:block;width:13.75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:32.75rem;left:18.75rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ce46e0e-473e-4914-80a8-677935565450/KV_MF_sn_v2_NEW_tlo.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz.adaptive-delivery-prevent-bg, #kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz.lazyload, #kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz.lazyloading { background-image: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container { background-color: transparent; background-image: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container > .video-iframe-container { display: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row > .video-iframe-container { display: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .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); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container { border-width: 0; border-radius: 0; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#PTVwamzNpBt903CJAStWyDMn3hOIG10v { color:#f45b5b;display:block;width:7.6875rem;position:absolute;font-family:generalsans;font-size:2.875rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:3.75rem;left:20.688541412354rem;height:2.87535625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SbgkvFOefydRAOUDXMikpWPbhwlfaLKs { color:#6b6b6b;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:19.5rem;left:0rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aPy9I3mshv9BTfc8Iu7kwpr3WWUGH0iE { color:#072312;display:block;width:35rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:5.85rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kD5FM5CecMN7WywDAHOUq8imRTctNG04 { color:#878787;display:block;width:24.875rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:23.3125rem;left:5rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dCkF11TFFGyrCyeurceV3HOJFowqQ6bd { color:#101010;display:block;width:26.625rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:24.8125rem;left:5rem;height:1.06278125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z9MIF2rS8Rrw4dsmi92EkwwLOxxJN8Kr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2rem;text-decoration:none;z-index:15064;text-align:center;text-align-last:center;top:1.75rem;left:3.5rem;display:block; }
#mt5FGhD69653uC9XANWO3wdbHvWRShiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGWwA61ZPlrzOis46DdSTKAEWbJXyEBx { color:#f45b5b;display:block;width:15.4375rem;position:absolute;font-family:generalsans;font-size:1.3125rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:25.4375rem;left:59.5625rem;height:3.675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mLqxKnSuT1gNHdq4mpoqz6tDiMXNXphT { position:absolute;display:block;z-index:15056;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:15.5625rem;width:15.5625rem;top:19.625rem;left:59.4375rem;overflow:hidden;display:block; }
#zUOrsRFfEyKscTx70KAhVxGz07Vk2IDJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f45b5b;border-left:0.0625rem solid #f45b5b;border-right:0.0625rem solid #f45b5b;border-bottom:0.0625rem solid #f45b5b;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f45b5b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:28.5625rem;left:0rem;display:block; }
#WWMeJbFERMauZfTeaUAnllJUZ5oz5EnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UEK6BGmHZ7bIHOqtNWgNlekOZShEklDO { box-sizing:content-box;height:13rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:20.9375rem;left:60.6875rem;box-shadow: 0rem 0rem 2.1875rem rgba(0,0,0,0.25) ;display:block; }
#IRde9qgr9xDCsvefzlSA9062ahZB3m2J { position:absolute;display:block;z-index:15016;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:4.375rem;width:4.375rem;top:22.3125rem;left:0rem;overflow:hidden;display:block; }
#gouQIf6EQbZu8cHB1tdrfrssGJF70NJe { position:absolute;display:block;z-index:15056;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:10.625rem;width:10.625rem;top:1.375rem;left:62.5rem;overflow:hidden;display:block; }
#BkU8ESe2pxgZ9hw2oxygtQ9RqOdZuoAH { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15061;line-height:1.4;letter-spacing:0;top:8.625rem;left:62.5625rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dJqTPkhsRfcUkTUmfVzVtCmc763sfRk1 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:5.5rem;left:62.4375rem;height:2.275rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l0aVwbMuU1gqV9MTREq50DkHiu5OMUu5 { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:2.5625rem;left:62.4375rem;height:3.15rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lW2u8rgN3IKukK56lq8pfMlUg3VBQEoS { position:absolute;display:block;z-index:14996;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:32rem;width:35.3125rem;top:2.0625rem;left:38.6875rem;overflow:hidden;display:block; }
#O5W6oz9BXRmMLHhEugL4zQpkah8J3l4Q { position:absolute;display:block;z-index:15063;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:5.625rem;width:20.0625rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { 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; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { background-color: transparent; background-image: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container > .video-iframe-container { display: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container { display: none; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .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); }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { border-width: 0; border-radius: 0; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { position:absolute;display:block;z-index:15000;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:5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { 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; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { background-color: transparent; background-image: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container > .video-iframe-container { display: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container { display: none; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .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); }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { border-width: 0; border-radius: 0; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:1.38153125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kTJldhBm5TawOp1R5lQskQXMVW4wT4or { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.1875rem;left:18.75rem;height:1.38153125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.3125rem;left:18.75rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TwCEizN5w0BbsQWzbADisR6bSJstARak { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:1.3125rem;left:37.5rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:6.1875rem;left:37.5rem;height:1.38153125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.1875rem;left:56.25rem;height:1.38153125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { color:#f45b5b;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:3.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:1.3125rem;left:56.25rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45b5b;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; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { background-color: transparent; background-image: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container > .video-iframe-container { display: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container { display: none; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .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); }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { border-width: 0; border-radius: 0; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mKf71NHNODoM6wdlJEtD5idDeH5otvpI { color:#ffffff;display:block;width:72.8125rem;position:absolute;font-family:generalsans;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.5625rem;left:0rem;height:14.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;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:none; }
#nME62eT94QNNRZh7IvUT8i5hklrshwBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45b5b;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; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { border-width: 0; border-radius: 0; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:none; }#BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { color:rgba(255,255,255,0.8);display:block;width:75rem;position:absolute;font-family:generalsans;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:0.0625rem;left:0rem;height:1.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:3.1875rem;left:0rem;display:block; }
#eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:3.1875rem;left:38.75rem;display:block; }
#wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:24.1875rem;left:0rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:24.1875rem;left:38.75rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45b5b;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; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { background-color: transparent; background-image: none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container > .video-iframe-container { display: none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row > .video-iframe-container { display: none; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .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); }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { border-width: 0; border-radius: 0; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:9.75rem;left:0rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVSWG314TAPmHR0e9idB2mgvPg72f9XU { color:#ffffff;display:block;width:15rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.75rem;left:20.625rem;height:5.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSSXwQwpXuSo2X42tbQvZezXzU725NqT { position:absolute;display:block;z-index:15014;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:6.25rem;width:6.25rem;top:2.5rem;left:6.25rem;overflow:hidden;display:block; }
#GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { position:absolute;display:block;z-index:15015;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:6.25rem;width:6.25rem;top:2.5rem;left:25rem;overflow:hidden;display:block; }
#zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:9.75rem;left:38.75rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { position:absolute;display:block;z-index:15018;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:6.25rem;width:6.25rem;top:2.5rem;left:43.75rem;overflow:hidden;display:block; }
#lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;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:none; }
#dOTPbcvry9g89niUlPmRtW2m2GHckp8u { position:absolute;display:block;z-index:15019;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:6.25rem;width:6.25rem;top:2.5rem;left:61.9375rem;overflow:hidden;display:block; }
#hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:9.75rem;left:56.25rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#df4b4b;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; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { background-color: transparent; background-image: none; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container > .video-iframe-container { display: none; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row > .video-iframe-container { display: none; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .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); }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { border-width: 0; border-radius: 0; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:75rem;position:relative;display:block; }#ri2oblqqIOFvV25X7Ewvhm8pNpnvUInz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#moTg4BgCwD7IIPSQfNevu1ZZRd2gVv3h { color:#ffffff;display:block;width:74.625rem;position:absolute;font-family:generalsans;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:6.625rem;left:0rem;height:32.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xxOGlNvTBqsybUPJ4oqkRpqh4IE7AqW0 { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.9375rem;left:108rem;height:2.1rem;font-style:normal;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:none; }
#GS2daTD3psQPISPqT8N1TThc93A0dTnd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.3125rem;width:36.25rem;top:39.8125rem;left:19.375rem;display:block; }
#pudJeflVqS6w4iT5HFmJny8ifgUObuon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { background-color: transparent; background-image: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .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); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { border-width: 0; border-radius: 0; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#yppiHq1uDKf9cnUHQDR23FI04m12T5mV { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:4.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BRx3UieT8PKBmB9LousiRH1wH4H56MXe { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:13.5625rem;left:0rem;height:1.25028125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MwcLRxNiawT98FGJyHcWAOToT96WqG6L { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1;letter-spacing:0;top:15.75rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#toGCDf8p40MzehDuOvxcF4kgivxEsMXd { color:#ffffff;display:block;width:48.3125rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:15.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jlwxkz85aAJUC4bIcDahDQdEM9uWDDch { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:9.0625rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tu9sxeuiOMkX5deyL4w4U59zTeBh4GKR { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1;letter-spacing:0;top:17.75rem;left:-0.09375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q92bZtEAUApgoAxPtxRmZx74DcW2OoMF { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:19.125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTLnQqfCFo5mF5uRGRxKTrBGZZo1pc5D { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:9.0625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDFx9BtvGMhPXCdHCM4chgOCwO4QMFV1 { color:#f45b5b;display:block;width:6.6875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:19.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTcgNxeAribI7xCbtCdgkse4okRai2f5 { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:24rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g9Nb5b3SXMtL6gk4n3ng5fS1WqyLUq4I { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:24rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTcQrFs3ZKhVLREh5OnxNBPTUoSH7eFJ { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:28.6875rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xKNQu4X68yoRNXmoCxMT2NgFuN3fVBkE { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:28.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#itw8X0F8BZHmXbUPydt20xQicpxTLeLq { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:47.625rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITJHACNRxZGlKoSk57AMOKvW3S7WT6Q3 { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:47.625rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKxoxRPaNU3ANsbM37wuQV0XLp2lJOJx { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:13.625rem;left:20rem;display:block; }
#T2esM7S9P5X0vFTPR25RXfH5qbm3BWtl { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:50.999694824219rem;left:27.499430656433rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yeHLCT32utuhOcFSRUGpUCGNPQHnrDKE { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:50.999694824219rem;left:19.999430656433rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MoEcuyJ14maZmaLAqBsVWFuxe0chpHON { position:absolute;display:block;z-index:15003;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:16.25rem;width:16.25rem;top:8.25rem;left:0rem;overflow:hidden;display:block; }
#m0dODhEQUnnz8t6JpIJiNlq1rGrop3KF { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xv4Syz7PawrxZLEiDGZIxMpJG1cusTru { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.375rem;left:20rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QZQoJUiBDiUgLfRMJMxiRT0pZ1FzsEmz { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:42.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtGHfHXpVRid0cWs3eAqAHkMzEZ53wLM { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:42.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N6m4knS1ITym810ZDfmz8xefz2hI0bWb { color:#ffffff;display:block;width:45.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:38.0625rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ep6TKvQEoWLQbT398gAyFyCpesrZsGTQ { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:38.0625rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sR2O6qscDxNEe6yB0C6sawgt81krBVGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { border-width: 0; border-radius: 0; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:block; }#uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { color:#f45b5b;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { color:#f45b5b;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:10.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:34.124420166016rem;left:19.999430656433rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.124420166016rem;left:27.499430656433rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:0rem;left:20rem;display:block; }
#xiLbNgldksFs3QaGTJkeGc9BZVaFueeJ { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:37.311920166016rem;left:19.999430656433rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i3M9MkRk2C8qS5QGaQQCHftoySO74QN4 { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:37.311920166016rem;left:27.499430656433rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AmaP3CwpXU70laI77T9zskXE1yhDCoHs { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:46.874420166016rem;left:27.499430656433rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { color:#f45b5b;display:block;width:6.6875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:46.860809326172rem;left:19.999430656433rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGcxQEFHp1DHynTPVRfrr7FEMVB6aT5p { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:42.811645507812rem;left:27.499430656433rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C41GZ4LyXu4Gi01dpBWpewM8GBtgaXtN { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:42.811645507812rem;left:19.999430656433rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:29.562225341797rem;left:27.499430656433rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:29.562225341797rem;left:19.999430656433rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WLoDwb55zBiHKwJf96FIvfnQFOkwTp0a { color:#f45b5b;display:block;width:6.6875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:50.123291015625rem;left:19.911646842956rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hwl6017sqWtD2KxhFFkuNuWIueU8cX5i { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:50.136932373047rem;left:27.411646842956rem;height:1.4rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { border-width: 0; border-radius: 0; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { color:#f45b5b;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { color:#f45b5b;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:10.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.3125rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:0rem;left:20rem;display:block; }
#BxR7cz2BRC2q5F7vDQGqL8yFRD2RoVdP { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:36.5rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VaFuiBc7WwoMByUHZ9Flz9irmeBFZlZ7 { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:36.5rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { border-width: 0; border-radius: 0; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:5.6875rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { color:#f45b5b;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:5.6875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { color:#f45b5b;display:block;width:6.3125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:10.25rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:10.25rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.8125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.8125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:33.3125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:33.3125rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { position:absolute;display:block;z-index:15019;background-color:rgba(216,216,216,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:48.75rem;top:0rem;left:20rem;display:block; }
#xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { color:#f45b5b;display:block;width:6.5625rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:36.5rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:36.5rem;left:27.5rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:19.4375rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:19.4375rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#imRT1bAad8aECig8opCaRMXVFSX7yLNX { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:28.75rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:28.75rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.5rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { color:#f45b5b;display:block;width:6.5rem;position:absolute;font-family:generalsans;font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.125rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { background-color: transparent; background-image: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container > .video-iframe-container { display: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container { display: none; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .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); }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { border-width: 0; border-radius: 0; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { position:absolute;display:block;z-index:15000;background-color:rgba(239,239,239,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .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; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:generalsans;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:generalsans;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.0625rem;left:27.875rem;z-index:15064; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR { width:auto; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
#NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { color:#ababab;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:2.4489593505859rem;left:0rem;height:1.05575rem;text-align:center;text-align-last:center;display:block; }
#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45b5b;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; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { border-width: 0; border-radius: 0; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.449625rem;font-style:normal;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; }
#nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;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; }
#odqQCX7liGkOfazuivyOa9TIaHSDeJlD { position:absolute;display:block;z-index:15012;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:24.0625rem;width:46.875rem;top:0.375rem;left:28.125rem;overflow:hidden;display:block; }
#dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { position:absolute;display:block;z-index:15017;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:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { color:#f45b5b;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:8.3250007629394rem;left:45.15625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { color:#f45b5b;display:block;width:15.75rem;position:absolute;font-family:generalsans;font-size:5.875rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;top:9.22500038147rem;left:48.5625rem;height:8.2248125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BbdMCxnxCI4WceuDFuQwROtAwZHaoxAl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f45b5b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:generalsans;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:16.974998474121rem;left:0rem;display:block; }
#kGXDIEwLAtHnOcxpF1N7bMxK5UHmnQpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45b5b;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; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { border-width: 0; border-radius: 0; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.45rem;font-style:normal;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; }
#l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;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; }
#nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { position:absolute;display:block;z-index:15012;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:24.0625rem;width:46.875rem;top:0.9375rem;left:28.125rem;overflow:hidden;display:block; }
#c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { position:absolute;display:block;z-index:15017;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:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { color:#f45b5b;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:9.4499969482425rem;left:45.28125rem;height:6.825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45b5b;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; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row .container { background-color: transparent; background-image: none; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row .container > .video-iframe-container { display: none; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row > .video-iframe-container { display: none; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .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); }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row .container { border-width: 0; border-radius: 0; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#u19sdwTLf9AgR5H1Ev9Oyimg54IbSCOv { color:#ffffff;display:block;width:42.8125rem;position:absolute;font-family:generalsans;font-size:3.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:8.449625rem;font-style:normal;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; }
#H0KF0ANAiOnI6uZXMoZcWZGb2pmST768 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:generalsans;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:;font-style:normal;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; }
#gRGiNRnTiUlKKZmS0VB5TTSKXuC0opyG { position:absolute;display:block;z-index:15012;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:24.0625rem;width:46.875rem;top:0.375rem;left:28.125rem;overflow:hidden;display:block; }
#zkdAHBlNFLoKyIiMaWbgvtdnysy1Mrmb { position:absolute;display:block;z-index:15017;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:22.375rem;width:22.375rem;top:1.6875rem;left:45.25rem;overflow:hidden;display:block; }
#eMheWxLmNKGPIeS6L7ywbqDk5HZMcnR4 { color:#f45b5b;display:block;width:22.25rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:700;z-index:15060;line-height:1.4;letter-spacing:0;top:10.625rem;left:45.15625rem;height:4.55rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sVKevDtmdMJySKHddWnJx2AikPdvLTqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f45b5b;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; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { background-color: transparent; background-image: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container > .video-iframe-container { display: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container { display: none; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .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); }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { border-width: 0; border-radius: 0; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.8125rem;left:0rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { 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:3.75rem;width:3.75rem;top:4.09375rem;left:0rem;overflow:hidden;display:block; }
#S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { 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:3.75rem;width:3.75rem;top:4.09375rem;left:12.5rem;overflow:hidden;display:block; }
#ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { position:absolute;display:block;z-index:15031;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:3.75rem;width:3.75rem;top:4.09375rem;left:25rem;overflow:hidden;display:block; }
#rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { 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:3.75rem;width:3.75rem;top:4.09375rem;left:37.5rem;overflow:hidden;display:block; }
#dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { position:absolute;display:block;z-index:15031;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:3.75rem;width:3.75rem;top:4.09375rem;left:50rem;overflow:hidden;display:block; }
#pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { 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:3.75rem;width:3.75rem;top:4.09375rem;left:62.5rem;overflow:hidden;display:block; }
#Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:8.8125rem;left:12.5rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:8.8125rem;left:25rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytVRLCibEqermtpxAfprflTNWyoHCMhP { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:8.8125rem;left:37.5rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:50rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:8.8125rem;left:62.5000038147rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:generalsans;font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;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; }
#qo5ctWwC2JhHd8bG5WOe30HqNlscgS6R { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.125rem;width:75rem;top:21.1875rem;left:0rem;display:block; }
#C01sS3eTaPWkTws8NXMdWJo6ptHftJBQ { color:#e90010;display:block;width:73.625rem;position:absolute;font-family:generalsans;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0.75rem;height:2.275rem;display:block; }
#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { background-color: transparent; background-image: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container > .video-iframe-container { display: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container { display: none; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .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); }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { border-width: 0; border-radius: 0; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#bFUQW1LxE5cExKggXSfccJ5wUV14cdum { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:inter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { 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; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { background-color: transparent; background-image: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container > .video-iframe-container { display: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container { display: none; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .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); }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { border-width: 0; border-radius: 0; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { color:#111111;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:3.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { position:absolute;display:block;z-index:15014;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:17.5rem;top:22.498958587646rem;left:28.75rem;overflow:hidden;display:block; }
#VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.75rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.623962402344rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { position:absolute;display:block;z-index:15017;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:6.25rem;width:13.875rem;top:29.9375rem;left:30.5625rem;overflow:hidden;display:block; }
#m9Wo6GIZDi7B8r48SCW7dUiUiMKAoLHz { color:#b0b0b0;display:block;width:75rem;position:absolute;font-family:generalsans;font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#STsw4b13qcmTA2BREU6WSQTzKKTU2cBV { position:absolute;display:block;z-index:15015;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.9375rem;width:17.5rem;top:9.625rem;left:28.75rem;overflow:hidden;display:block; }
#GblDe0x2BJd0HrNxqqN74zckPizDsTrt { position:absolute;display:block;z-index:15015;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:3.37456875rem;width:15.2495625rem;top:16.559371948243rem;left:29.873962402344rem;overflow:hidden;display:block; }
#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { 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; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { background-color: transparent; background-image: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container > .video-iframe-container { display: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container { display: none; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .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); }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { border-width: 0; border-radius: 0; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { position:absolute;display:block;z-index:15000;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:5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { 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; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row .container { background-color: transparent; background-image: none; }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row .container > .video-iframe-container { display: none; }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row > .video-iframe-container { display: none; }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .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); }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row .container { border-width: 0; border-radius: 0; }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { background-color: transparent; background-image: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container > .video-iframe-container { display: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container { display: none; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .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); }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { border-width: 0; border-radius: 0; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;position:relative;display:block; }#mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row .container { background-color: transparent; background-image: none; }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row .container > .video-iframe-container { display: none; }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row > .video-iframe-container { display: none; }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .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); }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row .container { border-width: 0; border-radius: 0; }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c163f;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; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container { background-color: transparent; background-image: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container > .video-iframe-container { display: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row > .video-iframe-container { display: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .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); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container { border-width: 0; border-radius: 0; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { display:none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block; }
 }@media only screen and (max-width: 1199px) { #vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block; }
 }@media only screen and (max-width: 1199px) { #MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block; }
 }@media only screen and (max-width: 1199px) { #QonT9ik1cfTSlLWnl3oN69DcZENTnZth { width:17.5rem;height:3.125rem;top:26.4375rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block; }
 }@media only screen and (max-width: 1199px) { #DufhyROzQuPQOmeuvF0gArFNXJm05S67 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ce46e0e-473e-4914-80a8-677935565450/KV_MF_sn_v2_NEW_tlo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67.adaptive-delivery-prevent-bg, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyload, #DufhyROzQuPQOmeuvF0gArFNXJm05S67.lazyloading { background-image: none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { width:47.75rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N53SAqqos506u5tzqpeRD9z4984EyGAi { width:7.6875rem;height:2.25rem;top:3.75rem;left:16.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { width:17.8125rem;height:1.4625rem;top:19.0625rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { width:20.6875rem;height:9.75rem;top:8.58749961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { width:13.4375rem;height:1rem;top:22.125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { width:21.4375rem;height:1rem;top:23.5625rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { width:10.0625rem;height:1.5rem;top:2.25rem;left:3.3614587783814rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block; }
 }@media only screen and (max-width: 1199px) { #dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { width:12.3125rem;height:1.13778125rem;top:18.28750038147rem;left:35.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { width:12.3125rem;height:4.3875rem;top:19.424999237061rem;left:35.4375rem;font-size:3.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #e4cohh3LaHAZJRcdLATD55h82gd1UHab { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { width:8.75rem;height:8.75rem;top:16.61874961853rem;left:37.15625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block; }
 }@media only screen and (max-width: 1199px) { #kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { width:16.25rem;height:3.75rem;top:26.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block; }
 }@media only screen and (max-width: 1199px) { #Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { width:10.25rem;height:10.25rem;top:16.043749809265rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { width:16.25rem;height:3.75rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block; }
 }@media only screen and (max-width: 1199px) { #xeP2J9dbZm5li6TTyVPf8u5QgurBJcok { width:3.75rem;height:3.75rem;top:21.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rETTPQySJ7TKpu1UCzJ1tnafl0qRCM5v { width:9.375rem;height:9.375rem;top:0.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FGhw7x8BOs9XeJElRLXhAwR100MZ6xhz { width:9.5625rem;height:1.21875rem;top:6.9375rem;left:37.625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #k23ThCXqpn26L8x2scwgaKLFNO4LeJFP { width:9.5625rem;height:1.95rem;top:4.375rem;left:37.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #qXbIUUbi4W3dIu6OIV3lpL4wsfTvcEGa { width:9.5625rem;height:2.60028125rem;top:1.625rem;left:37.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #c5Fln0ZGViQuIZiWW8wlU68pz3IyT45y { width:25.5rem;height:23.0625rem;top:1.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brq3w9C1pR44FU3cZGFKLU5APHlDF7pp { width:15.5625rem;height:4.375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ce46e0e-473e-4914-80a8-677935565450/KV_MF_sn_v2_NEW_tlo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ.adaptive-delivery-prevent-bg, #zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ.lazyload, #zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ.lazyloading { background-image: none; }#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ > .row .container { width:47.75rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #PiRRCyewhJpCU6VhVsgd7xct7pcDCTU9 { width:7.6875rem;height:2.25rem;top:3.75rem;left:16.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ALfpURkoFeJGcclGfUFm7I1X3v8IL6DD { width:17.8125rem;height:1.4625rem;top:19.0625rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #kRPXUFkHaImcTp3TFNT40xq1V7RXTXBb { width:20.6875rem;height:9.75rem;top:8.58749961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #LDpI6uughK8m5dmXfeUbVqludM7pqlbT { width:13.4375rem;height:1rem;top:22.125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #pocm8afWVBN2Ctu7Keatb2E4MTPuJ5eN { width:21.4375rem;height:1rem;top:23.5625rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #uLkpIV1ZSJpT4tShLgvVbG66b2mRzZzC { width:10.0625rem;height:1.5rem;top:2.25rem;left:3.3614587783814rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #wz9MVziL70FgKhhhpp22L3w1kGpZxNCS { display:block; }
 }@media only screen and (max-width: 1199px) { #GLX2Ncs2zmbUvu9sviKbIzQ7rynLesx1 { width:12.3125rem;height:1.13778125rem;top:18.28750038147rem;left:35.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gQcbim1v5h1Ipv8S2FE01uycBAcGziFC { width:12.3125rem;height:4.3875rem;top:19.424999237061rem;left:35.4375rem;font-size:3.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #AVZNzLQL473UJma2efhKuDZBN5hdoSmJ { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdT16Fm85shf47IWSgogHP0MAU6KZe1n { width:8.75rem;height:8.75rem;top:16.61874961853rem;left:37.15625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 1199px) { #bx4q8BCziuQu5yp4gaPr9s2Xrr2d351w { display:block; }
 }@media only screen and (max-width: 1199px) { #HcKpbwblAJVN4vtFxsf7ioAVc5boRUG9 { width:16.25rem;height:3.75rem;top:26.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wzy2LC88PrqWqQ1a3isKepZm2RPq7bOm { display:block; }
 }@media only screen and (max-width: 1199px) { #M74HXrQKEBqGp7vTf7dwFRQ9WQcXL3wv { width:10.25rem;height:10.25rem;top:16.043749809265rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUIvrlQETTHdCLPDoGpvhd3oZTtvNFQu { width:16.25rem;height:3.75rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #adqFnzFodht1zmwvPJM902HTWIHzOT6F { display:block; }
 }@media only screen and (max-width: 1199px) { #FSg0eHKAVNH8krHmM245RrGK9UqxvMfl { width:3.75rem;height:3.75rem;top:21.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgixVvrK0hcdDeM8itGO5yeVk9eBrneT { width:9.375rem;height:9.375rem;top:0.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmDBcAaIX9QMJfi4IoH5dbgHFAfkeoBJ { width:9.5625rem;height:1.21875rem;top:6.9375rem;left:37.625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #OrNBA7KH6CibzCBqfxT23rNTWSbcmICb { width:9.5625rem;height:1.95rem;top:4.375rem;left:37.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #MWmLexirPcSJZUX7HV2NW2mzZ2qa0k8y { width:9.5625rem;height:2.60028125rem;top:1.625rem;left:37.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #LEIgBP6pWEeXRHZp5SaESU2pTDIJeFvn { width:25.5rem;height:23.0625rem;top:1.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHrZg0pg66xLCtuqMt2Jdv0GSzOXfIxi { width:15.5625rem;height:4.375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDV5MThoi9mrULPIQaDg71QI3OiJEIIB { width:16.25rem;height:0.9rem;top:25.25rem;left:18.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0yIPnB0uBGCcKIRfnPlGMsGKalkJBpM { width:13.75rem;height:1.95rem;top:30.875rem;left:19.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5ce46e0e-473e-4914-80a8-677935565450/KV_MF_sn_v2_NEW_tlo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz.adaptive-delivery-prevent-bg, #kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz.lazyload, #kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz.lazyloading { background-image: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container { background-color: transparent; background-image: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container > .video-iframe-container { display: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row > .video-iframe-container { display: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .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); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container { width:47.75rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PTVwamzNpBt903CJAStWyDMn3hOIG10v { width:7.6875rem;height:2.25rem;top:3.75rem;left:16.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SbgkvFOefydRAOUDXMikpWPbhwlfaLKs { width:17.8125rem;height:1.4625rem;top:19.0625rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #aPy9I3mshv9BTfc8Iu7kwpr3WWUGH0iE { width:20.6875rem;height:9.75rem;top:8.58749961853rem;left:0.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #kD5FM5CecMN7WywDAHOUq8imRTctNG04 { width:13.4375rem;height:1rem;top:22.125rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #dCkF11TFFGyrCyeurceV3HOJFowqQ6bd { width:21.4375rem;height:1rem;top:23.5625rem;left:5.21875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9MIF2rS8Rrw4dsmi92EkwwLOxxJN8Kr { width:10.0625rem;height:1.5rem;top:2.25rem;left:3.3614587783814rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 1199px) { #mt5FGhD69653uC9XANWO3wdbHvWRShiF { display:block; }
 }@media only screen and (max-width: 1199px) { #zGWwA61ZPlrzOis46DdSTKAEWbJXyEBx { width:12.3125rem;height:2.7625rem;top:19.75rem;left:35.4375rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #mLqxKnSuT1gNHdq4mpoqz6tDiMXNXphT { width:12.25rem;height:12.25rem;top:15.0625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zUOrsRFfEyKscTx70KAhVxGz07Vk2IDJ { width:16.25rem;height:3.75rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWMeJbFERMauZfTeaUAnllJUZ5oz5EnD { display:block; }
 }@media only screen and (max-width: 1199px) { #UEK6BGmHZ7bIHOqtNWgNlekOZShEklDO { width:10.25rem;height:10.25rem;top:16.043749809265rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRde9qgr9xDCsvefzlSA9062ahZB3m2J { width:3.75rem;height:3.75rem;top:21.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gouQIf6EQbZu8cHB1tdrfrssGJF70NJe { width:9.375rem;height:9.375rem;top:0.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BkU8ESe2pxgZ9hw2oxygtQ9RqOdZuoAH { width:9.5625rem;height:1.21875rem;top:6.9375rem;left:37.625rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #dJqTPkhsRfcUkTUmfVzVtCmc763sfRk1 { width:9.5625rem;height:1.95rem;top:4.375rem;left:37.5625rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #l0aVwbMuU1gqV9MTREq50DkHiu5OMUu5 { width:9.5625rem;height:2.60028125rem;top:1.625rem;left:37.5625rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #lW2u8rgN3IKukK56lq8pfMlUg3VBQEoS { width:25.5rem;height:23.0625rem;top:1.5625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O5W6oz9BXRmMLHhEugL4zQpkah8J3l4Q { width:15.5625rem;height:4.375rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { width:47.75rem;height:3.1833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { width:11.9375rem;height:4.875rem;top:0.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { width:11.9375rem;height:1.21875rem;top:5.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTJldhBm5TawOp1R5lQskQXMVW4wT4or { width:11.9375rem;height:1.21875rem;top:5.8125rem;left:11.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { width:11.9375rem;height:4.875rem;top:0.9375rem;left:11.9375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TwCEizN5w0BbsQWzbADisR6bSJstARak { width:11.9375rem;height:4.875rem;top:0.9375rem;left:23.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { width:10.6875rem;height:2.4375rem;top:5.8125rem;left:24.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { width:11.9375rem;height:1.21875rem;top:5.8125rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { width:11.9375rem;height:4.875rem;top:0.9375rem;left:35.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { width:47.75rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKf71NHNODoM6wdlJEtD5idDeH5otvpI { width:47rem;height:16rem;top:6.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:47.75rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:47rem;height:1.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { width:22.625rem;height:12.625rem;top:3.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { width:22.625rem;height:12.625rem;top:3.1875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:22.375rem;height:1.6rem;top:16.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { width:22.875rem;height:1.6rem;top:16.4375rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { display:block; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { width:47.75rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { width:9.4375rem;height:1.4rem;top:9rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UVSWG314TAPmHR0e9idB2mgvPg72f9XU { width:11.9375rem;height:7rem;top:9rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSSXwQwpXuSo2X42tbQvZezXzU725NqT { width:5rem;height:5rem;top:2.5rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { width:5rem;height:5rem;top:2.5rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { width:11.9375rem;height:2.8rem;top:9rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { width:5rem;height:5rem;top:2.5rem;left:27.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #dOTPbcvry9g89niUlPmRtW2m2GHckp8u { width:5rem;height:5rem;top:2.5rem;left:39.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { width:11.9375rem;height:2.8rem;top:9.0625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE { display:block; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { width:47.75rem;height:66.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ri2oblqqIOFvV25X7Ewvhm8pNpnvUInz { width:47.75rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moTg4BgCwD7IIPSQfNevu1ZZRd2gVv3h { width:46.6875rem;height:36.8rem;top:6.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxOGlNvTBqsybUPJ4oqkRpqh4IE7AqW0 { width:47.75rem;height:0;top:34.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #GS2daTD3psQPISPqT8N1TThc93A0dTnd { width:32.5rem;height:18.1875rem;top:44.987500190735rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pudJeflVqS6w4iT5HFmJny8ifgUObuon { background-color:#0c163f;background-image:none;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;display:block; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { background-color: transparent; background-image: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .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); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { border-width: 0; border-radius: 0; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { width:47.75rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yppiHq1uDKf9cnUHQDR23FI04m12T5mV { width:47.6875rem;height:1.875rem;top:2.5rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BRx3UieT8PKBmB9LousiRH1wH4H56MXe { width:9.5rem;height:1.125rem;top:8.9375rem;left:19.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MwcLRxNiawT98FGJyHcWAOToT96WqG6L { width:12.5625rem;height:1.125rem;top:10.9375rem;left:17.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #toGCDf8p40MzehDuOvxcF4kgivxEsMXd { width:40.0625rem;height:1.575rem;top:25.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jlwxkz85aAJUC4bIcDahDQdEM9uWDDch { width:6.4375rem;height:1.4rem;top:19.000000953674rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tu9sxeuiOMkX5deyL4w4U59zTeBh4GKR { width:9.5rem;height:1.125rem;top:12.8125rem;left:19.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #q92bZtEAUApgoAxPtxRmZx74DcW2OoMF { width:37.125rem;height:2.8rem;top:29rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #NTLnQqfCFo5mF5uRGRxKTrBGZZo1pc5D { width:33.125rem;height:2.8rem;top:19.000000953674rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDFx9BtvGMhPXCdHCM4chgOCwO4QMFV1 { width:6.4375rem;height:1.4rem;top:29.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTcgNxeAribI7xCbtCdgkse4okRai2f5 { width:6.75rem;height:1.4rem;top:33.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9Nb5b3SXMtL6gk4n3ng5fS1WqyLUq4I { width:35.625rem;height:2.8rem;top:33.5625rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #FTcQrFs3ZKhVLREh5OnxNBPTUoSH7eFJ { width:6.625rem;height:1.4rem;top:38.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKNQu4X68yoRNXmoCxMT2NgFuN3fVBkE { width:37.4375rem;height:2.8rem;top:38.3125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #itw8X0F8BZHmXbUPydt20xQicpxTLeLq { width:6.3125rem;height:1.4rem;top:56.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITJHACNRxZGlKoSk57AMOKvW3S7WT6Q3 { width:38.125rem;height:1.4rem;top:56.875rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #yKxoxRPaNU3ANsbM37wuQV0XLp2lJOJx { width:46.5rem;height:0.0625rem;top:23.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T2esM7S9P5X0vFTPR25RXfH5qbm3BWtl { width:38.125rem;height:1.4rem;top:60.125rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #yeHLCT32utuhOcFSRUGpUCGNPQHnrDKE { width:6.0625rem;height:1.4rem;top:60.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MoEcuyJ14maZmaLAqBsVWFuxe0chpHON { width:12.5rem;height:12.5rem;top:5.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0dODhEQUnnz8t6JpIJiNlq1rGrop3KF { width:37.4375rem;height:2.8rem;top:42.875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #xv4Syz7PawrxZLEiDGZIxMpJG1cusTru { width:6.625rem;height:1.4rem;top:42.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZQoJUiBDiUgLfRMJMxiRT0pZ1FzsEmz { width:37.4375rem;height:2.8rem;top:52.25rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #HtGHfHXpVRid0cWs3eAqAHkMzEZ53wLM { width:6.625rem;height:1.4rem;top:52.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6m4knS1ITym810ZDfmz8xefz2hI0bWb { width:37.4375rem;height:4.2rem;top:47.6875rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #ep6TKvQEoWLQbT398gAyFyCpesrZsGTQ { width:6.625rem;height:1.4rem;top:47.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sR2O6qscDxNEe6yB0C6sawgt81krBVGn { background-color:#0c163f;background-image:none;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;display:block; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { border-width: 0; border-radius: 0; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { width:47.75rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { width:45.375rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { width:37.125rem;height:2.8rem;top:5.4375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { width:6.75rem;height:1.4rem;top:10.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { width:35.625rem;height:2.8rem;top:10.125rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { width:6.625rem;height:1.4rem;top:14.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { width:37.4375rem;height:2.8rem;top:14.75rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { width:6.0625rem;height:1.4rem;top:34.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { width:38.125rem;height:1.4rem;top:34.9375rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xiLbNgldksFs3QaGTJkeGc9BZVaFueeJ { width:6.0625rem;height:1.4rem;top:38.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3M9MkRk2C8qS5QGaQQCHftoySO74QN4 { width:38.125rem;height:4.2rem;top:38.3125rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #AmaP3CwpXU70laI77T9zskXE1yhDCoHs { width:33.1875rem;height:1.4rem;top:46.4375rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { width:6.0625rem;height:1.4rem;top:46.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGcxQEFHp1DHynTPVRfrr7FEMVB6aT5p { width:37.4375rem;height:2.8rem;top:43.0625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #C41GZ4LyXu4Gi01dpBWpewM8GBtgaXtN { width:6.0625rem;height:1.4rem;top:43.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { width:37.4375rem;height:2.8rem;top:19.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { width:6.625rem;height:1.4rem;top:19.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { width:37.4375rem;height:2.8rem;top:30.375rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { width:6.625rem;height:1.4rem;top:30.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { width:37.4375rem;height:4.2rem;top:24.25rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { width:6.625rem;height:1.4rem;top:24.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WLoDwb55zBiHKwJf96FIvfnQFOkwTp0a { width:6.0625rem;height:1.4rem;top:46.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hwl6017sqWtD2KxhFFkuNuWIueU8cX5i { width:33.1875rem;height:1.4rem;top:46.4375rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { background-color:#0c163f;background-image:none;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;display:block; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { border-width: 0; border-radius: 0; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { width:47.75rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { width:45.375rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { width:37.125rem;height:2.8rem;top:5.4375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { width:6.75rem;height:1.4rem;top:10.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { width:35.625rem;height:2.8rem;top:10.125rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { width:6.625rem;height:1.4rem;top:14.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { width:37.4375rem;height:2.8rem;top:14.75rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { width:6.0625rem;height:1.4rem;top:33.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { width:38.125rem;height:1.4rem;top:33.6875rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxR7cz2BRC2q5F7vDQGqL8yFRD2RoVdP { width:6.0625rem;height:1.4rem;top:37.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VaFuiBc7WwoMByUHZ9Flz9irmeBFZlZ7 { width:38.125rem;height:1.4rem;top:37.0625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { width:37.4375rem;height:2.8rem;top:19.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { width:6.625rem;height:1.4rem;top:19.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { width:37.4375rem;height:2.8rem;top:29.125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { width:6.625rem;height:1.4rem;top:29.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { width:37.4375rem;height:2.8rem;top:24.25rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { width:6.625rem;height:1.4rem;top:24.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { background-color:#0c163f;background-image:none;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;display:block; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { border-width: 0; border-radius: 0; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { width:47.75rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { width:45.375rem;height:1.575rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { width:37.125rem;height:2.8rem;top:5.4375rem;left:7.8125rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 1199px) { #c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { width:6.4375rem;height:1.4rem;top:5.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { width:6.75rem;height:1.4rem;top:10.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { width:35.625rem;height:2.8rem;top:10.125rem;left:7.8125rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { width:6.625rem;height:1.4rem;top:14.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { width:37.4375rem;height:2.8rem;top:14.75rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { width:6.0625rem;height:1.4rem;top:33.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { width:38.125rem;height:1.4rem;top:33.6875rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { width:46.5rem;height:0.0625rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { width:6.0625rem;height:1.4rem;top:37.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { width:38.125rem;height:1.4rem;top:37.0625rem;left:7.8125rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 1199px) { #iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { width:37.4375rem;height:2.8rem;top:19.625rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { width:6.625rem;height:1.4rem;top:19.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imRT1bAad8aECig8opCaRMXVFSX7yLNX { width:37.4375rem;height:2.8rem;top:29.125rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { width:6.625rem;height:1.4rem;top:29.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { width:37.4375rem;height:2.8rem;top:24.25rem;left:7.8125rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 1199px) { #K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { width:6.625rem;height:1.4rem;top:24.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .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; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .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; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { display:flex;width:18rem;height:5.0625rem;top:2.375rem;left:14.25rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
 }@media only screen and (max-width: 1199px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
 }@media only screen and (max-width: 1199px) { #NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { width:47.75rem;height:1.05625rem;top:1.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { display:none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:47.75rem;height:37.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { width:35.5rem;height:6.5rem;top:2.5rem;left:6.125rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #odqQCX7liGkOfazuivyOa9TIaHSDeJlD { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { width:12.3125rem;height:1.38153125rem;top:18.362499237061rem;left:17.71875rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { width:12.3125rem;height:5.85rem;top:19.012500762939rem;left:17.71875rem;font-size:4.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #BbdMCxnxCI4WceuDFuQwROtAwZHaoxAl { width:16.25rem;height:3.75rem;top:30.84375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kGXDIEwLAtHnOcxpF1N7bMxK5UHmnQpG { display:block; }
 }@media only screen and (max-width: 1199px) { #UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { width:47.75rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { width:35rem;height:6.5rem;top:2.5rem;left:6.375rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { width:12.3125rem;height:5.3625rem;top:18.681251525879rem;left:17.71875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R { display:block; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row .container { width:47.75rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u19sdwTLf9AgR5H1Ev9Oyimg54IbSCOv { width:35.5rem;height:6.5rem;top:2.5rem;left:6.125rem;font-size:2.5rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #H0KF0ANAiOnI6uZXMoZcWZGb2pmST768 { width:47.75rem;height:1.4625rem;top:9.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gRGiNRnTiUlKKZmS0VB5TTSKXuC0opyG { width:34.375rem;height:17.625rem;top:12.78125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zkdAHBlNFLoKyIiMaWbgvtdnysy1Mrmb { width:16.625rem;height:16.625rem;top:13.15625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eMheWxLmNKGPIeS6L7ywbqDk5HZMcnR4 { width:12.3125rem;height:3.575rem;top:19.8125rem;left:17.71875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:47.75rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { width:15rem;height:7.875rem;top:8.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { width:3.75rem;height:3.75rem;top:3.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { width:3.75rem;height:3.75rem;top:3.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { width:3.75rem;height:3.75rem;top:3.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { width:3.75rem;height:3.75rem;top:18.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { width:3.75rem;height:3.75rem;top:18.9375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { width:3.75rem;height:3.75rem;top:18.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { width:15rem;height:6.5625rem;top:8.875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { width:13.4375rem;height:7.875rem;top:8.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytVRLCibEqermtpxAfprflTNWyoHCMhP { width:15rem;height:6.5625rem;top:23.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { width:15rem;height:2.625rem;top:23.875rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { width:12.5rem;height:3.9375rem;top:23.875rem;left:32.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { width:47.75rem;height:1.95rem;top:0rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #qo5ctWwC2JhHd8bG5WOe30HqNlscgS6R { width:46.5rem;height:3.375rem;top:31.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C01sS3eTaPWkTws8NXMdWJo6ptHftJBQ { width:45.4375rem;height:2.1125rem;top:32.3125rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { display:block; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bFUQW1LxE5cExKggXSfccJ5wUV14cdum { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;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;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block; }
 }@media only screen and (max-width: 1199px) { #aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { width:32.625rem;height:1.875rem;top:2.6875rem;left:7.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { width:14.9375rem;height:1.8125rem;top:16.375rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:21.0625rem;height:1.05625rem;top:13.931251525879rem;left:13.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { width:21.0625rem;height:1.05625rem;top:25.056251525879rem;left:13.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { width:11.0625rem;height:5rem;top:27.25rem;left:18.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9Wo6GIZDi7B8r48SCW7dUiUiMKAoLHz { width:21.0625rem;height:1.05625rem;top:6.6875rem;left:13.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STsw4b13qcmTA2BREU6WSQTzKKTU2cBV { width:14.6875rem;height:2.5625rem;top:9.71875rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GblDe0x2BJd0HrNxqqN74zckPizDsTrt { width:12.625rem;height:2.875rem;top:20rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { width:47.75rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { width:47.75rem;height:3.1833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row .container { width:47.75rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Efd4M9bFcxwL3gdVU8UadldElDnihZoi { display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { display:block; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { background-color:#0c163f;background-image:none;display:block; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container { background-color: transparent; background-image: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container > .video-iframe-container { display: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row > .video-iframe-container { display: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .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); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #dfdfdf;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { background-color: transparent; background-image: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container > .video-iframe-container { display: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container { display: none; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .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); }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { border-width: 0; border-radius: 0; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTuMiWrNrgSUh4kQfaAkfQ4oGvDI6wsd > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qfCt2wWwRiVGQpJSgt8LaRZp0GpDTvHL { width:5.625rem;height:2.0625rem;top:0.3125rem;left:4.5rem;z-index:15019;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f45b5b;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #i5z2MA82Ppz2fxNMvMZJpRcfg58TE4cH { display:block; }
 }@media only screen and (max-width: 763px) { #vKBeURBa8kHf8TJTB9q7AE8Wnk9edzii { width:5rem;height:2.0625rem;top:0.3125rem;left:15rem;z-index:15020;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f45b5b;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #uStlseV5WgibmsBP8bkOC95rENbtA3zO { display:block; }
 }@media only screen and (max-width: 763px) { #MoTANOIwP5hrbbsfy3UJbqTcthvARrJJ { width:4.375rem;height:2.0625rem;top:0.3125rem;left:10.375rem;z-index:15020;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f45b5b;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #JOlTwzPVOwJuK2VyxvvQvouSxOFWOqZT { display:block; }
 }@media only screen and (max-width: 763px) { #QonT9ik1cfTSlLWnl3oN69DcZENTnZth { width:4.125rem;height:2.0625rem;top:0.3125rem;left:0rem;z-index:15021;font-size:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;color:#f45b5b;font-family:generalsans;display:block; }
 }@media only screen and (max-width: 763px) { #R9xNdM37mJtdfoVNtylCsB1vcAkSH4er { display:block; }
 }@media only screen and (max-width: 763px) { #DufhyROzQuPQOmeuvF0gArFNXJm05S67 { background-color:#ffffff;background-image:none;display:none; }#DufhyROzQuPQOmeuvF0gArFNXJm05S67 > .row .container { width:20rem;height:51.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N53SAqqos506u5tzqpeRD9z4984EyGAi { width:3.6875rem;height:1.5002875rem;top:7.03125rem;left:13.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oekqtz1gzNstByBeSDIEtkPFoo8FnWTu { width:20rem;height:1.38153125rem;top:15rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RygBMbgmvXgcOP9Ec0NT2f6i86wSLBV9 { width:19.375rem;height:4.9500875rem;top:9.4020833969119rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xtE02FVEu1LC9IIT4kTe7TIs7OzIEvcV { width:8.375rem;height:0.75014375rem;top:17.75rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSO7I5Z6JksupOFaHe5NsovBLlXuDaeD { width:8.8125rem;height:0.9rem;top:18.8125rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dt3NFaQMbpppg62DBOWgX101XuRWsWWl { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #L8RTb09Te0BMCRQkkitZVqq8Z0ayg6Nm { display:block; }
 }@media only screen and (max-width: 763px) { #dLi9H3Zh9EUybUL1V4rCtl0cQy4QaqJU { width:6.6875rem;height:2.1111125rem;top:32.8125rem;left:10.518750190735rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #LZeKA1QmCLdElQ8td1c572SFUTcMGrEI { width:6.4375rem;height:3.25rem;top:35.09375rem;left:10.643750190735rem;text-align:center;text-align-last:center;font-size:2.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #e4cohh3LaHAZJRcdLATD55h82gd1UHab { width:9.75rem;height:9.75rem;top:31.125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #vuGANp0nqpVU5x9OaZCIoF5bXCO6MtLX { width:7.375rem;height:7.375rem;top:32.375rem;left:0.9375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #aHJOciVuzzpT01f55f2VHznM9ulMTEZp { display:block; }
 }@media only screen and (max-width: 763px) { #kyoouMXLORbhLCfVBa4tJ7cuw5dGiqZ7 { width:16.25rem;height:3.75rem;top:46.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN4yyTqiXBgHHe4L6R9J6WMTmuMdBT3s { display:block; }
 }@media only screen and (max-width: 763px) { #Td2ZfEm8yXGo0b2ma1sNE62uK0aOzpwm { width:8.125rem;height:8.125rem;top:31.9375rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #LVFt5y7mi1CnoqN4qfA7Kn2CmPOJ941Q { width:16.25rem;height:3.75rem;top:41.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3k1QZ51q9r56K1o7qVyIycEFGW8x1he { display:block; }
 }@media only screen and (max-width: 763px) { #xeP2J9dbZm5li6TTyVPf8u5QgurBJcok { width:2.5rem;height:2.5rem;top:17.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETTPQySJ7TKpu1UCzJ1tnafl0qRCM5v { width:6.875rem;height:6.875rem;top:20.5625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #FGhw7x8BOs9XeJElRLXhAwR100MZ6xhz { width:4.9375rem;height:0.89403125rem;top:25.099998474121rem;left:14.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #k23ThCXqpn26L8x2scwgaKLFNO4LeJFP { width:6.875rem;height:1.625rem;top:23.1875rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #qXbIUUbi4W3dIu6OIV3lpL4wsfTvcEGa { width:6.9375rem;height:2.2745rem;top:21.0625rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #c5Fln0ZGViQuIZiWW8wlU68pz3IyT45y { width:19.75rem;height:17.875rem;top:21.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brq3w9C1pR44FU3cZGFKLU5APHlDF7pp { width:12rem;height:3.375rem;top:4.34375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ { background-color:#ffffff;background-image:none;display:none; }#zlMEQFvfa0wEKWPgmiyzxLQiHzaTsVkJ > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PiRRCyewhJpCU6VhVsgd7xct7pcDCTU9 { width:3.6875rem;height:1.5002875rem;top:7.03125rem;left:13.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALfpURkoFeJGcclGfUFm7I1X3v8IL6DD { width:20rem;height:1.38153125rem;top:15rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRPXUFkHaImcTp3TFNT40xq1V7RXTXBb { width:19.375rem;height:4.9500875rem;top:9.4020833969119rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LDpI6uughK8m5dmXfeUbVqludM7pqlbT { width:8.375rem;height:0.75014375rem;top:17.75rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pocm8afWVBN2Ctu7Keatb2E4MTPuJ5eN { width:8.8125rem;height:0.9rem;top:18.8125rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uLkpIV1ZSJpT4tShLgvVbG66b2mRzZzC { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #wz9MVziL70FgKhhhpp22L3w1kGpZxNCS { display:block; }
 }@media only screen and (max-width: 763px) { #GLX2Ncs2zmbUvu9sviKbIzQ7rynLesx1 { width:6.6875rem;height:2.1125rem;top:32.8125rem;left:10.518750190735rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #gQcbim1v5h1Ipv8S2FE01uycBAcGziFC { width:6.4375rem;height:3.25rem;top:35.09375rem;left:10.643750190735rem;text-align:center;text-align-last:center;font-size:2.5rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #AVZNzLQL473UJma2efhKuDZBN5hdoSmJ { width:9.75rem;height:9.75rem;top:31.125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #WdT16Fm85shf47IWSgogHP0MAU6KZe1n { width:7.375rem;height:7.375rem;top:32.375rem;left:0.9375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #bx4q8BCziuQu5yp4gaPr9s2Xrr2d351w { display:block; }
 }@media only screen and (max-width: 763px) { #HcKpbwblAJVN4vtFxsf7ioAVc5boRUG9 { width:16.25rem;height:3.75rem;top:48.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzy2LC88PrqWqQ1a3isKepZm2RPq7bOm { display:block; }
 }@media only screen and (max-width: 763px) { #M74HXrQKEBqGp7vTf7dwFRQ9WQcXL3wv { width:8.125rem;height:8.125rem;top:31.9375rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #dUIvrlQETTHdCLPDoGpvhd3oZTtvNFQu { width:16.25rem;height:3.75rem;top:41.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adqFnzFodht1zmwvPJM902HTWIHzOT6F { display:block; }
 }@media only screen and (max-width: 763px) { #FSg0eHKAVNH8krHmM245RrGK9UqxvMfl { width:2.5rem;height:2.5rem;top:17.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgixVvrK0hcdDeM8itGO5yeVk9eBrneT { width:6.875rem;height:6.875rem;top:20.5625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #wmDBcAaIX9QMJfi4IoH5dbgHFAfkeoBJ { width:4.9375rem;height:0.89403125rem;top:25.099998474121rem;left:14.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #OrNBA7KH6CibzCBqfxT23rNTWSbcmICb { width:6.875rem;height:1.625rem;top:23.1875rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #MWmLexirPcSJZUX7HV2NW2mzZ2qa0k8y { width:6.9375rem;height:2.2745rem;top:21.0625rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #LEIgBP6pWEeXRHZp5SaESU2pTDIJeFvn { width:19.75rem;height:17.875rem;top:21.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHrZg0pg66xLCtuqMt2Jdv0GSzOXfIxi { width:12rem;height:3.375rem;top:4.34375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDV5MThoi9mrULPIQaDg71QI3OiJEIIB { width:16.25rem;height:0.9rem;top:46.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0yIPnB0uBGCcKIRfnPlGMsGKalkJBpM { width:13.75rem;height:1.95rem;top:52.587501525879rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz { background-color:#ffffff;background-image:none;display:block; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container { background-color: transparent; background-image: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container > .video-iframe-container { display: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row > .video-iframe-container { display: none; }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .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); }#kffoVJTbUo6Q8CNBxNsKBSukAF19UVgz > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTVwamzNpBt903CJAStWyDMn3hOIG10v { width:3.6875rem;height:1.5002875rem;top:7.03125rem;left:13.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbgkvFOefydRAOUDXMikpWPbhwlfaLKs { width:20rem;height:1.38153125rem;top:15rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPy9I3mshv9BTfc8Iu7kwpr3WWUGH0iE { width:19.375rem;height:4.9500875rem;top:9.4020833969119rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kD5FM5CecMN7WywDAHOUq8imRTctNG04 { width:8.375rem;height:0.75014375rem;top:17.75rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCkF11TFFGyrCyeurceV3HOJFowqQ6bd { width:8.8125rem;height:0.9rem;top:18.8125rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z9MIF2rS8Rrw4dsmi92EkwwLOxxJN8Kr { width:8.125rem;height:1.3125rem;top:4.0312502384186rem;left:5.875rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #mt5FGhD69653uC9XANWO3wdbHvWRShiF { display:block; }
 }@media only screen and (max-width: 763px) { #zGWwA61ZPlrzOis46DdSTKAEWbJXyEBx { width:6.6875rem;height:2.4375rem;top:34.8125rem;left:10.518750190735rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mLqxKnSuT1gNHdq4mpoqz6tDiMXNXphT { width:9.75rem;height:9.75rem;top:31.125rem;left:8.987500190735rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #zUOrsRFfEyKscTx70KAhVxGz07Vk2IDJ { width:16.25rem;height:3.75rem;top:42.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWMeJbFERMauZfTeaUAnllJUZ5oz5EnD { display:block; }
 }@media only screen and (max-width: 763px) { #UEK6BGmHZ7bIHOqtNWgNlekOZShEklDO { width:8.125rem;height:8.125rem;top:31.9375rem;left:9.8125rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #IRde9qgr9xDCsvefzlSA9062ahZB3m2J { width:2.5rem;height:2.5rem;top:17.5rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gouQIf6EQbZu8cHB1tdrfrssGJF70NJe { width:6.875rem;height:6.875rem;top:20.5625rem;left:13.125rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #BkU8ESe2pxgZ9hw2oxygtQ9RqOdZuoAH { width:4.9375rem;height:0.89403125rem;top:25.099998474121rem;left:14.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #dJqTPkhsRfcUkTUmfVzVtCmc763sfRk1 { width:6.875rem;height:1.625rem;top:23.1875rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #l0aVwbMuU1gqV9MTREq50DkHiu5OMUu5 { width:6.9375rem;height:2.2745rem;top:21.0625rem;left:13.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #lW2u8rgN3IKukK56lq8pfMlUg3VBQEoS { width:19.75rem;height:17.875rem;top:21.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5W6oz9BXRmMLHhEugL4zQpkah8J3l4Q { width:12rem;height:3.375rem;top:4.34375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 { display:block; }#RLTg8Nm7x7BTSkz1S4IkSEX0Tf1pb4O7 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyHHFtuN6rrIfhG3wcVP1zytfI4ozirA { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC6HPCIKfWO9TadwKlInNOuQVbsIizgv { display:block; }#pC6HPCIKfWO9TadwKlInNOuQVbsIizgv > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCGQhM4PGWBhTvvoNmJEcgRTMLUw7Ikm { width:3.125rem;height:2.60028125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l5tbVhdNTe99SUgGDb2c3U8M5ohTSIBw { width:9.25rem;height:1.29948125rem;top:1.8999996185302rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kTJldhBm5TawOp1R5lQskQXMVW4wT4or { width:15.625rem;height:1.29948125rem;top:5.2000007629394rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rxISkbm3TBVLnCTeyVWFB5Mb1Wg556rq { width:3.125rem;height:2.60028125rem;top:4.7000007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TwCEizN5w0BbsQWzbADisR6bSJstARak { width:3.125rem;height:2.60028125rem;top:8.2999992370606rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oJmXxuNpTSH5mBa8ry1WUi37MFt1xWKP { width:12.125rem;height:1.29948125rem;top:9.1375122070312rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hWVlL9tvcbwbTgLhnfaP733x3msSldv6 { width:9.4375rem;height:1.29948125rem;top:12.549987792969rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sBW6GWcNFXiTwgfrJKuL5rQKkkoatXyh { width:3.125rem;height:2.60028125rem;top:11.83749961853rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe { display:block; }#evZ0T6eexioD6X2IwwXOpgSu4Tz5LrVe > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgfEOy8PZuFWNRsd4IQQZ2EckcBgCp6f { width:20rem;height:3.9rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKf71NHNODoM6wdlJEtD5idDeH5otvpI { width:20rem;height:27rem;top:7.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh61cA3wDhZGae4Jf4txkKWsuObfGHmo { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #nME62eT94QNNRZh7IvUT8i5hklrshwBn { display:none; }#nME62eT94QNNRZh7IvUT8i5hklrshwBn > .row .container { width:20rem;height:33.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BXeONLgCiCrJXZkqf05HNiQQw5uOwrM1 { width:20rem;height:1.5rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmetpwanFhy0tsKSQ8Bce6lLiSLfRF9c { height:11.160220994475rem;width:20rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeHLWX8385Xnf9nXAeBXnvINLBQt4gni { height:11.160220994475rem;width:20rem;top:18.2854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMK1cTCwRVsTeKIZ643oHVqda4eS2D8H { width:20rem;height:1.6rem;top:14.883375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcFhfIiV2WmrrPrv5xUkrfPgd5vKPFT9 { width:20rem;height:1.6rem;top:30.045875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIMbAEKODvBrf8W9mCOmRxAEhov4xolF { display:block; }#NIMbAEKODvBrf8W9mCOmRxAEhov4xolF > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRfJUQT1UFs5JCy9M1B5tSlCnMOv2EE3 { width:16.5625rem;height:1.3125rem;top:2.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVSWG314TAPmHR0e9idB2mgvPg72f9XU { width:14.4375rem;height:5.25rem;top:5.75rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSSXwQwpXuSo2X42tbQvZezXzU725NqT { width:2.5rem;height:2.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEvgHP95KkFQSno6nCHNAKwoqUF41x0q { width:2.5rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfbT3KaHxkTeNFhTi2NX1hcNcmR3iKm7 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0lmRXfImR66suiTZGuhZTXOyQhdo4T { width:15.6875rem;height:2.625rem;top:11.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfQuJUhusT3el9dd0z3ApWcXAnZmXTlS { width:2.5rem;height:2.5rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL8q9xCcr85p7KH3iqJf4AAMnPTptyEL { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #dOTPbcvry9g89niUlPmRtW2m2GHckp8u { width:2.5rem;height:2.5rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsz81Cg7pEvUBb6OnLlGLlMKM4N2ezfi { width:12.625rem;height:1.3125rem;top:16.5rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE { display:block; }#X2CJ0y3qvORFnHQBTdlaTQJGaiUa6stE > .row .container { width:20rem;height:83.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ri2oblqqIOFvV25X7Ewvhm8pNpnvUInz { width:20rem;height:1.95rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTg4BgCwD7IIPSQfNevu1ZZRd2gVv3h { width:20rem;height:63rem;top:5.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxOGlNvTBqsybUPJ4oqkRpqh4IE7AqW0 { width:20rem;height:1.7875rem;top:100.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #GS2daTD3psQPISPqT8N1TThc93A0dTnd { height:11.209362808843rem;width:20rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pudJeflVqS6w4iT5HFmJny8ifgUObuon { background-color:#0c163f;background-image:none;display:block; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { background-color: transparent; background-image: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row > .video-iframe-container { display: none; }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .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); }#pudJeflVqS6w4iT5HFmJny8ifgUObuon > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yppiHq1uDKf9cnUHQDR23FI04m12T5mV { width:20rem;height:1.62528125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRx3UieT8PKBmB9LousiRH1wH4H56MXe { width:20rem;height:0.8752875rem;top:6.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwcLRxNiawT98FGJyHcWAOToT96WqG6L { width:20rem;height:0.8752875rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toGCDf8p40MzehDuOvxcF4kgivxEsMXd { width:18.3125rem;height:1.4rem;top:24.087501525879rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jlwxkz85aAJUC4bIcDahDQdEM9uWDDch { width:20rem;height:1.3125rem;top:15rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu9sxeuiOMkX5deyL4w4U59zTeBh4GKR { width:20rem;height:0.8752875rem;top:9.6875rem;left:-0.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q92bZtEAUApgoAxPtxRmZx74DcW2OoMF { width:18.75rem;height:3.9375rem;top:29rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTLnQqfCFo5mF5uRGRxKTrBGZZo1pc5D { width:18.75rem;height:2.625rem;top:16.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDFx9BtvGMhPXCdHCM4chgOCwO4QMFV1 { width:18.75rem;height:1.3125rem;top:27.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcgNxeAribI7xCbtCdgkse4okRai2f5 { width:18.75rem;height:1.3125rem;top:34.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Nb5b3SXMtL6gk4n3ng5fS1WqyLUq4I { width:18.75rem;height:2.625rem;top:36.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTcQrFs3ZKhVLREh5OnxNBPTUoSH7eFJ { width:18.75rem;height:1.3125rem;top:40.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNQu4X68yoRNXmoCxMT2NgFuN3fVBkE { width:18.75rem;height:3.9375rem;top:42.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itw8X0F8BZHmXbUPydt20xQicpxTLeLq { width:18.75rem;height:1.3125rem;top:68.499710083006rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITJHACNRxZGlKoSk57AMOKvW3S7WT6Q3 { width:20rem;height:1.3125rem;top:70.187210083006rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxoxRPaNU3ANsbM37wuQV0XLp2lJOJx { width:20rem;height:0.0625rem;top:22.237499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2esM7S9P5X0vFTPR25RXfH5qbm3BWtl { width:20rem;height:1.3125rem;top:74.374427795413rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeHLCT32utuhOcFSRUGpUCGNPQHnrDKE { width:6.5625rem;height:1.3125rem;top:72.724426269531rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEcuyJ14maZmaLAqBsVWFuxe0chpHON { width:9.375rem;height:9.375rem;top:4.3125rem;left:5.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #m0dODhEQUnnz8t6JpIJiNlq1rGrop3KF { width:20rem;height:2.625rem;top:49.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv4Syz7PawrxZLEiDGZIxMpJG1cusTru { width:6.5rem;height:1.3125rem;top:48.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZQoJUiBDiUgLfRMJMxiRT0pZ1FzsEmz { width:20rem;height:2.625rem;top:64.061927795413rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtGHfHXpVRid0cWs3eAqAHkMzEZ53wLM { width:6.5rem;height:1.3125rem;top:62.499710083007rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6m4knS1ITym810ZDfmz8xefz2hI0bWb { width:19.3125rem;height:5.25rem;top:55.937210083007rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep6TKvQEoWLQbT398gAyFyCpesrZsGTQ { width:6.5rem;height:1.3125rem;top:54.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR2O6qscDxNEe6yB0C6sawgt81krBVGn { background-color:#0c163f;background-image:none;display:block; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { background-color: transparent; background-image: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row > .video-iframe-container { display: none; }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .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); }#sR2O6qscDxNEe6yB0C6sawgt81krBVGn > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHE2ARsvAvaRKqrvTvTRMo6vWrJvefrv { width:19.875rem;height:2.8rem;top:1.9124984741211rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBshulZsS4wpMIL89ynizMQfZOWgXMQ { width:18.75rem;height:3.9375rem;top:8.3239593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccgbpMXdUtJoXPVOkrEFA3wpNJuqSErl { width:18.75rem;height:1.3125rem;top:6.6989593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1m7MS1DvrNCBaztAxykaOfZJTdkFi8l { width:18.75rem;height:1.3125rem;top:14.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #At8pz9Ri7uMU2z11JBn7Rf3ge6zNAKgr { width:18.75rem;height:2.625rem;top:15.636459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTICKHTUzdfkm4MgotZ3vLrBsvJPw6Zz { width:18.75rem;height:1.3125rem;top:20.011459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKD0uEHbdzhTEOhVPhCagSdrbVaSKs5o { width:18.75rem;height:2.625rem;top:21.636459350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmizppVOVwCXSvWzbXf3Oe7CResKGI9L { width:18.75rem;height:1.3125rem;top:47.385655403137rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVW5aRzw6dK6Z1mkTd3u0K6z3AseFWPT { width:20rem;height:1.3125rem;top:49.011364936829rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqW3JEZry3rQbBBxlFtCUWL0BqFDWCH { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiLbNgldksFs3QaGTJkeGc9BZVaFueeJ { width:20rem;height:1.3125rem;top:51.974998474121rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3M9MkRk2C8qS5QGaQQCHftoySO74QN4 { width:20rem;height:6.5625rem;top:53.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmaP3CwpXU70laI77T9zskXE1yhDCoHs { width:20rem;height:1.3125rem;top:71.248859405519rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3JaweqWEn5VmzsTlTQiaM76R9wtucqf { width:20rem;height:1.3125rem;top:69.499141693113rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGcxQEFHp1DHynTPVRfrr7FEMVB6aT5p { width:19.5rem;height:5.25rem;top:63.049991607669rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C41GZ4LyXu4Gi01dpBWpewM8GBtgaXtN { width:20rem;height:1.3125rem;top:61.524425506592rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZqXoBR6cDKUuW6E7WrTStoCnbAC1f7 { width:20rem;height:2.625rem;top:27.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdwCKtpIHzuKafp6xlWzp6sqFouL4MxH { width:6.5rem;height:1.3125rem;top:26.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldGR07aoV12Sf5am3SIOJI2qZ4ynHOwT { width:20rem;height:2.625rem;top:43.374428749084rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlh0NdbN5tSORTA6d91y2o4w8abMtorK { width:6.5rem;height:1.3125rem;top:41.749997138977rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVU6uGyc6kAbrHLnCkIQzm78Hvahh1D4 { width:20rem;height:6.5625rem;top:33.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKf796RU7OJqt6cvbdwbF8UKgSMdc0f { width:6.5rem;height:1.3125rem;top:32.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLoDwb55zBiHKwJf96FIvfnQFOkwTp0a { width:6.623875rem;height:1.3125rem;top:74.248012542725rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwl6017sqWtD2KxhFFkuNuWIueU8cX5i { width:19.9994375rem;height:1.3125rem;top:75.559658050537rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0kosflh7H9yTBnqEKFWIoDpACITGlG3 { background-color:#0c163f;background-image:none;display:block; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { background-color: transparent; background-image: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row > .video-iframe-container { display: none; }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .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); }#q0kosflh7H9yTBnqEKFWIoDpACITGlG3 > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOW1TQuCDIGRyqe1aQBOzo7v5NqfUklf { width:19.875rem;height:1.4rem;top:1.9124984741211rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcJRdAelBe7ZgzVJgzPvqxrI9BoNfif8 { width:18.75rem;height:2.625rem;top:6.8864593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbir70iAeT979Pth9FDl3Z0V3hyVNC5E { width:18.75rem;height:1.3125rem;top:5.2614593505859rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Z9E0lbq6trmN3PQwU11E1xnnfRGo1R { width:18.75rem;height:1.3125rem;top:11.323959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDa0iVTB4ansFJAQzLVQV3AIoLELq8Uw { width:18.75rem;height:2.625rem;top:12.948959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqBZuoiTcxFCSCiSXQlmeLgADV6TUSkP { width:18.75rem;height:1.3125rem;top:17.323959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxXsRiB4mJMCDJN5bMBWatJ8ayLh0lGe { width:18.75rem;height:2.625rem;top:18.948959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7aLsLr72ZqwINE16wXOZsDVLIg4SfGp { width:18.75rem;height:1.3125rem;top:41.823959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTzKmACx7wbgH3GXGxV2H8u4d6boxop { width:20rem;height:1.3125rem;top:43.448959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICrFAPimXEmMm2xc9sTDhel9L7zI6kq1 { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxR7cz2BRC2q5F7vDQGqL8yFRD2RoVdP { width:20rem;height:1.3125rem;top:46.725006103516rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaFuiBc7WwoMByUHZ9Flz9irmeBFZlZ7 { width:20rem;height:1.3125rem;top:48.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klb0e6RkuLlDqzsCzroQb7JvazNRybSa { width:20rem;height:2.625rem;top:25.125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgNN4nXT52WksbN5mhG6Zmoi8HzUIrvy { width:6.5rem;height:1.3125rem;top:23.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1MNTqxzTLlVW0iSIyE0kon29xBZ08VW { width:20rem;height:2.625rem;top:37.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC5n2e36Cfo40bgwbJ5yUrhlTdcgHRQ7 { width:6.5rem;height:1.3125rem;top:35.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNLHCaLrvGtyfFluAMxrqs9zAkLTsQ8w { width:20rem;height:2.625rem;top:31.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HhpsS28Ms346ZoQwAl2PafKgXTLTob { width:6.5rem;height:1.3125rem;top:29.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB { background-color:#0c163f;background-image:none;display:block; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { background-color: transparent; background-image: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row > .video-iframe-container { display: none; }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .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); }#NPqv28rNNJ9NTTwmvK5Rf23HuK30zdwB > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTq1QQNZTMcepgPvwIo05a15D42NrZ8X { width:17rem;height:2.8rem;top:1.9124984741211rem;left:0rem;text-align:left;text-align-last:left;font-family:generalsans;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLrdyRsb6uz4ZHlyZXxITKoBZb3bXfy { width:18.75rem;height:2.625rem;top:8.1364593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c31mqLVuTwPttGLy4EVIHtEPa0NW0Pl1 { width:18.75rem;height:1.3125rem;top:6.5114593505863rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCwIO3wrF28yhpTHbvB3lgu7ehTh2NBX { width:18.75rem;height:1.3125rem;top:12.573959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGhVZ2WGshz40dPBIo1TzDLEcGt0ant9 { width:18.75rem;height:2.625rem;top:14.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDZszIRHf1JueM6TJUDX9fWgJbvfIa1S { width:18.75rem;height:1.3125rem;top:18.573959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otOLneLH9CIIU4TK34VgGhEzUTa0x5iF { width:18.75rem;height:2.625rem;top:20.198959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbx2xgr3dkXnuLDuy0mSu3RqxEx9vKOf { width:18.75rem;height:1.3125rem;top:43.073959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZ2Z2FJT9kCZIyyNhmuk7xXPWg1eUTk { width:20rem;height:1.3125rem;top:44.698959350586rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntPd75BqFhKlxIPGD5nRTaqMABIzQxHv { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPDLJPetAOtXMAwFNHz3SR8JH9vuWF1y { width:20rem;height:1.3125rem;top:47.850006103516rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMD4kcMP8qWKuAfd6z4JVWwg6h4u44WS { width:20rem;height:1.3125rem;top:49.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAo7ARMOZdnf2LXGXpxhcsTg3bu3EmhE { width:20rem;height:2.625rem;top:26.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMbQI8BFaqusK0gncI6OG44xxPsv5MVk { width:6.5rem;height:1.3125rem;top:24.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imRT1bAad8aECig8opCaRMXVFSX7yLNX { width:20rem;height:2.625rem;top:38.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpRpnMKC4tOIP5JUpTUPyoLzchPK6Zsg { width:6.5rem;height:1.3125rem;top:36.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeQSPb3WNrA08MBkWp8PWWOaSgxrg9dG { width:20rem;height:2.625rem;top:32.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3AIIHWERHMcvbK3XSuOZIxHliBwgykw { width:6.5rem;height:1.3125rem;top:30.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf { display:block; }#bTkDCOzHQQS5EuCy8AsXZGgKCXEodkBf > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mL5Is8AGWWib37RXMJnppWzxxqk7hP99 { width:20rem;height:0.125rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-number { padding-top:0.445625rem;padding-right:0.395rem;padding-bottom:0.445625rem;padding-left:0.395rem;width:2.370625rem;min-width:2.370625rem;height:2.395rem;font-size:1.781875rem;line-height:38.32px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.27875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.16125rem;height:0.946875rem;font-size:0.668125rem;line-height:15.15px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ThSBSzrNLduQBg4N5AJX4ICtHyElALsK { display:flex;width:16.625rem;height:4.511875rem;top:3.0625rem;left:1.25rem;padding-top:0.556875rem;padding-right:0.564375rem;padding-bottom:0.556875rem;padding-left:0.564375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #VGiyN5WUfqoXPMkplsrQkJcD2hQeT7bT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #UDGSPuouxDJqOFIcUosdlAm3ftFCguTR {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #icctWQ077mpOybNZqOLmOhZJ4LtgN8gB {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #dadA4HAUlAJ5i2ID8uubSDAcPzNadOQx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #u3Fq84euAMk6sDBemkP3BfopvblADKcs {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #JVqTaSS96FKy15MFoRh2G7GDAq0MbmGF {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #Dm12WwZu3PDrcL319flQqwW2SzPuqZBc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #eKDVXVWm6A8P9emhMDPWZmmegRZLNK5E {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #v2CASdikuTNITZPCoRxvhNNyZGGONc6r {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #zV5RAHXkDfkwEuwyPLFlwXQOmZMPfu4m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #rGl22ZX3TfBaxl59dTlmv9oVN8ctDJNV {  }
 }@media only screen and (max-width: 763px) { #ThSBSzrNLduQBg4N5AJX4ICtHyElALsK #AkRwJP6er8AbWu6dT6vxVCwPb5Tv3GtQ {  }
 }@media only screen and (max-width: 763px) { #NSoaQam5rrUdSdqWxUeVyWk4K39u0ywq { width:20rem;height:1.05575rem;top:2.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ { display:none; }#Pp0B09JZmoM3ewrftb4fvnt3vLB9TsXJ > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yn5i1pdJhsuzfhPJMtXeSpkIwOqCdPk1 { width:20rem;height:3.57494375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nLTh77rywzQku6CchX2Ws1AL9u0rs1Ta { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odqQCX7liGkOfazuivyOa9TIaHSDeJlD { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dADNlZZxWVv6dr1v7DQpGmFHi9I8XAy9 { width:14.6875rem;height:14.6875rem;top:8.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFVk7P3KOdL80D2yRzHSBZTSm8xKtGQm { width:20rem;height:1.29948125rem;top:12.368743896484rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBRQtWMP18EFIFQ2EEAFBDDzQVcwuryl { width:20rem;height:5.28125rem;top:13.550003051757rem;left:0rem;text-align:center;text-align-last:center;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbdMCxnxCI4WceuDFuQwROtAwZHaoxAl { width:16.25rem;height:3.75rem;top:24.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGXDIEwLAtHnOcxpF1N7bMxK5UHmnQpG { display:block; }
 }@media only screen and (max-width: 763px) { #UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u { display:none; }#UPrMgebUx5H1ihTiZn6IP2r3Sy10SO2u > .row .container { width:20rem;height:24.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIkMwiWtlpFpu3GngAqTMnaMkWUVfrCe { width:20rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l3XJg6gBthPnKK1GK9QmOuANK41qgB4A { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCwfiPQLRfLQKrpgnrDaumQBMoHFEgBb { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3o3T4ZkeQU79Z7wgo5FtexudefoLq9q { width:14.6875rem;height:14.6875rem;top:8.25rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVA5U2eiwrFxs4QwZF1JXVE2JVxKz1RP { width:20rem;height:4.63125rem;top:13.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R { display:block; }#bq4rrMJqb9zR4TpZGtFHB9PLHIEuS23R > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u19sdwTLf9AgR5H1Ev9Oyimg54IbSCOv { width:20rem;height:3.57494375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H0KF0ANAiOnI6uZXMoZcWZGb2pmST768 { width:20rem;height:1.4625rem;top:5.9499969482422rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRGiNRnTiUlKKZmS0VB5TTSKXuC0opyG { width:20rem;height:10.25rem;top:10.824996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkdAHBlNFLoKyIiMaWbgvtdnysy1Mrmb { width:14.6875rem;height:14.6875rem;top:8.5rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMheWxLmNKGPIeS6L7ywbqDk5HZMcnR4 { width:20rem;height:3.0875rem;top:14.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVKevDtmdMJySKHddWnJx2AikPdvLTqU { display:block; }#sVKevDtmdMJySKHddWnJx2AikPdvLTqU > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5WuO6rw9OftheiJoyat9TQXtNRyhrbz { width:16.5625rem;height:7.875rem;top:3.375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pede3QVX7iLeVaF8FAbmEfmRvpVeHxa7 { width:2.5rem;height:2.5rem;top:3.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8b4TbnyaOXQc0Z0y7d2Mf7wcVTae6RQ { width:2.5rem;height:2.5rem;top:12.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI6uWEX5UITW4bXnooTPU2NzB07acwPM { width:2.5rem;height:2.5rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnxhVfukGnyAqVaikScmTfdWvUAVtmTE { width:2.5rem;height:2.5rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJUuL69lR1GTcUJrNkPfBy6UbQfu55J3 { width:2.5rem;height:2.5rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAvVrUqTcIKqgFFtwANTuCCTIdX1zd5B { width:2.5rem;height:2.5rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8Vup6bqGDvrEWh7TKHmBCUMCAIOREy { width:16.5625rem;height:5.25rem;top:12.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z58BhgxhGtoL3glSFrKTCmUuHRLGI8DP { width:16.5625rem;height:6.5625rem;top:18.9375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVRLCibEqermtpxAfprflTNWyoHCMhP { width:16.5625rem;height:6.5625rem;top:26.8125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2BI12PwoLrxzQ60T8zNAWcruFC0FThg { width:16.5625rem;height:2.625rem;top:34.625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8RBDAOTEgUMyqBP8hlgivquZK6k9OXT { width:15.625rem;height:3.9375rem;top:38.4375rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0gUDLs3xqKuFeI5SmeaJBfOdDpQDRon { width:20rem;height:1.62528125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qo5ctWwC2JhHd8bG5WOe30HqNlscgS6R { width:20rem;height:5.9375rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C01sS3eTaPWkTws8NXMdWJo6ptHftJBQ { width:18.75rem;height:4.875rem;top:44.125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex { display:block; }#BVAhfKkC2PInKf0OTfts9pVt4oT5Mfex > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFUQW1LxE5cExKggXSfccJ5wUV14cdum { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AaqmN5DvS7qT655ZB9WisdcRFsDJlxmf { display:block; }
 }@media only screen and (max-width: 763px) { #aBKciCOyFCdSEbusHo7X91g9TQMkJTvJ { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ydnsOcgJdTuAyz9KItJPU6HQgRGierQm { display:block; }#ydnsOcgJdTuAyz9KItJPU6HQgRGierQm > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4z4eAfMFzyCRzIlSWp3okhgf9VzHTRr { width:20rem;height:1.62528125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yomlWQeoc6fGKd99mEne5xZWlc9xx0C4 { width:13.3745625rem;height:1.49956875rem;top:17.186462402344rem;left:3.3093748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEGTieTT7TBuG0FXBEf0VrpGd0hqcACg { width:20rem;height:0.97511875rem;top:11.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kni7UMeuMK6KgGdmiAIPckl8Uk83ylh0 { width:20rem;height:0.97511875rem;top:19.874420166016rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQgzg0Hn4mKozIW5Q5TvAxGoTLV3T7so { width:8.3125rem;height:3.75rem;top:21.999710083007rem;left:5.8745661973953rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Wo6GIZDi7B8r48SCW7dUiUiMKAoLHz { width:20rem;height:0.97511875rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STsw4b13qcmTA2BREU6WSQTzKKTU2cBV { width:11.875rem;height:2rem;top:7.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GblDe0x2BJd0HrNxqqN74zckPizDsTrt { width:11.56175rem;height:2.499275rem;top:12.661499023438rem;left:4.2166662216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k { display:block; }#EeyLAAbwkzDpvJed7pkx2zWuwhthTE3k > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGGZTgrXDslSFhnirER4ls6mE5cem3Zk { width:20rem;height:1.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection { display:block; } #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection *:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="text"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="email"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection input[type="tel"]:focus-visible, #IO5QhvqqW8SOmXgs54h6d6IUqanUL6aT.widget-smartsection textarea:focus-visible { outline: none; } #mzJ2seI0n2S0kgKyvo4CfmP0EpVdMB42 > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Efd4M9bFcxwL3gdVU8UadldElDnihZoi { display:block; }#Efd4M9bFcxwL3gdVU8UadldElDnihZoi > .row .container { width:20rem;height:0.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection { display:block; } #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection *:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="text"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="email"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection input[type="tel"]:focus-visible, #mTTFdTyrUuzx8KNw9rHWN9FTpv5si0Vh.widget-smartsection textarea:focus-visible { outline: none; } #t0MMRXb5p9u0DMPcezopqazXiuLprc1n > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection { background-color:#0c163f;background-image:none;display:block; } #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection *:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="text"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="email"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection input[type="tel"]:focus-visible, #f6EwdI1kah2p9TG0B8TzPv7VKVZtTWN8.widget-smartsection textarea:focus-visible { outline: none; } #z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container { background-color: transparent; background-image: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container > .video-iframe-container { display: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row > .video-iframe-container { display: none; }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .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); }#z9obmyGWA9zW43qwTnedxKLJwCWQ4Nph > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }