.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5efc1c72-7cd6-4c3c-937b-0d488cd3945d/bcengram.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP.adaptive-delivery-prevent-bg, #TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP.lazyload, #TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP.lazyloading { background-image: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container { background-color: transparent; background-image: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container > .video-iframe-container { display: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row > .video-iframe-container { display: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .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); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container { border-width: 0; border-radius: 0; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container { width:60rem;height:49.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ZvMBqf0CNci0y9w3TdodTMZzNmicJ6yp { color:#3c3c3b;display:block;width:51.875rem;position:absolute;font-family:hero;font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:14.3125rem;left:3.75rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v6WxaBg0D3MFtC7RItWST8LwWnvVfivZ { color:#2c90cc;display:block;width:51rem;position:absolute;font-family:hero;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:11.37343788147rem;left:4.15625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#96b500;background-image:none;color:#ffffff;padding-top:0.53rem;padding-right:0.47rem;padding-bottom:0.53rem;padding-left:0.47rem;display:block;align-items:center;width:2.81875rem;min-width:2.81875rem;height:2.846875rem;position:relative;font-family:"open sans";font-size:2.11875rem;font-weight:700;line-height:45.55px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.758125rem;height:1.125625rem;position:relative;font-family:"open sans";font-size:0.794375rem;font-weight:400;line-height:18.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.0625rem;height:5.36375rem;padding-top:0.661875rem;padding-right:0.67125rem;padding-bottom:0.661875rem;padding-left:0.67125rem;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:2.75rem;left:19.233594894409rem;z-index:15017; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #HWxINlefbDgvlKgtsFliQdOarXK9OMMt { display:flex;position:relative;top:0rem;left:0rem; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #KLqynZ2dSPxc63Nczf1Tn7QSSHGIRE0A { width:auto; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #JEqJmAvElDOB5k8ZhA5QztARrewG3oET {  }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #uEVodZsuVrcCpRCa0ACmQzw2UsKsLmSE { display:flex;position:relative;top:0rem;left:0rem; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #rb0uHS1x0GsercreQRPG3qNC0mpRfMIn {  }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #d0H88GfozwCZLcmPbnuTgZ3IJJNDTLwh {  }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #lCgOmlm7rkJUPbhMrUX8U8uS7n6Z8wp2 { display:flex;position:relative;top:0rem;left:0rem; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #pGG5nyEt3J1zcSHaZh34CrZ9bTZ2T3qw {  }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #TkilaR064359KnHXWTzfFMKVgzv4qy9e {  }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #TmAD7iBkbATP3M0h1sWga5bc72rxVceV { display:flex;position:relative;top:0rem;left:0rem; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #ZgTLRILtKMWwvzQbi1OMCmM8g73kPXKk {  }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #kFVcoDB6bP97kZ0r0AuPNSDTR5dQOrCg {  }
#t5xTLmG4ZbJToEn1MxnguVtk2x68qJun { color:#96b500;display:block;width:51.875rem;position:absolute;font-family:hero;font-size:2.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.800001144409rem;left:3.75rem;height:2.88715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PqLJsTMFZgaI6fqK4wJWbWyO3E5kwsdd { color:#3c3c3b;display:block;width:23.8125rem;position:absolute;font-family:hero;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:21.3125rem;left:5.25rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#txDnXbzMXOGt70EoLxGHIeeMgNRNkTCn { color:#3c3c3b;display:block;width:36.0625rem;position:absolute;font-family:hero;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:33.6875rem;left:11.65625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hPvs9Ma0u09fxc1n9rf8SMOCaQDvNMyv { color:#3c3c3b;display:block;width:11.875rem;position:absolute;font-family:hero;font-size:2.875rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:37.5rem;left:23.750001907349rem;height:3.1621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpeVDBe039uScgoI7lD1kGumPnTQSlNn { color:#3c3c3b;display:block;width:22.5625rem;position:absolute;font-family:hero;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:21.3125rem;left:31.562501907349rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpdHcfD2XFCJvgG139ceHcb43RQLeKoV { color:#3c3c3b;display:block;width:12rem;position:absolute;font-family:hero;font-size:2.9375rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:26.5625rem;left:11.125rem;height:3.2309rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiHXTTl8MP1JqT0Dcq0X7OW1g9yosibu { background-color:#caf303;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;box-sizing:border-box;color:#383839;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:4.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.75rem;left:10.9375rem;display:block; }
#AV6JGneyAoCJ8GytuZOGyLWL0hmPcsEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X4kQ8NFiwTVTnQRNKdJLLWvUG8qIrVca { background-color:#ff004a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;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:hero;font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:4.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:25.8125rem;left:36.687501907349rem;display:block; }
#ixdbtCZeSVy7TIZSTWn3gvX8JGlBswno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vk743CevDenUFd5yInTr33TAnbqtsxfG { color:#96b500;display:block;width:51.875rem;position:absolute;font-family:hero;font-size:2.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.800001144409rem;left:3.75rem;height:2.8875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Kbn26Wb1624JBCofShzz5honxLblVFSX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.75rem;left:40.9375rem;height:1.4619125rem;display:block; }
#f01FXxNwoiuPapwbPM78O1QbCv88g3xo { position:relative;display:block; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo { background-color: transparent; background-image: none; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .row .container > .video-iframe-container { display: none; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .row > .video-iframe-container { display: none; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .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); }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo { border-width: 0; border-radius: 0; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .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; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .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:70.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#whmpcT3a9tZl9FrCg31KhLrlxzs7T5pw { color:#3c3c3b;display:block;width:22.875rem;position:absolute;font-family:hero;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.9375009536743rem;left:3.5625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AwHyB8d5C5eK2Ze7oIP03dPes4mufWxm { color:#3c3c3b;display:block;width:27.0625rem;position:absolute;font-family:hero;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.9375009536743rem;left:32.343751907349rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JydHzKpvsecBpGQyb5KyQAaiy2pliK4H { color:#3c3c3b;display:block;width:19.3125rem;position:absolute;font-family:hero;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.4375rem;left:5.34375rem;height:6.9970625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dL3Lqn3BBZxKpGzOP7unmtLrFLs0Mg0n { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -moz-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -ms-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -o-linear-gradient(180deg, #ffffff, #2c90cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c90cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c90cc' );";background-image: linear-gradient(180deg, #ffffff, #2c90cc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:64.25rem;width:28.25rem;top:2.4992218017578rem;left:0.875rem;display:block; }
#UxcVeqA3x97eKzGphFCh2pZH90PonTHE { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -moz-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -ms-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -o-linear-gradient(180deg, #ffffff, #2c90cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c90cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c90cc' );";background-image: linear-gradient(180deg, #ffffff, #2c90cc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:63.75rem;width:28.25rem;top:2.9375rem;left:31.750001907349rem;display:block; }
#wyLhOKryugrs2tyNVexBXEakAaRVk8SS { color:#3c3c3b;display:block;width:19.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:15.875000953674rem;left:5.375rem;height:1.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#EiBogvG0O5pCFpUs6RDTReQn97GuDf6A { color:#3c3c3b;display:block;width:21.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:18.425000190735rem;left:3.6875rem;height:12.1328125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#EiBogvG0O5pCFpUs6RDTReQn97GuDf6A li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EiBogvG0O5pCFpUs6RDTReQn97GuDf6A li:before{  }
#UhaEqg0f8EKIrHk07DvBMzwK3fv30lB0 { color:#3c3c3b;display:block;width:19.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:31.750000953674rem;left:5.3125rem;height:4.19824375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#VGkt9aZ9oVxOKKk3hSlr0hHwwkxko4R4 { position:absolute;display:block;z-index:15005;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:16.1875rem;top:15.70000064373rem;left:0.52421951293945rem;display:block; }
#JsvwEPq2Lo7wTGhWiIPv4SUsrkH7C5uw { background-color:#ff004a;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.324999809265rem;left:5.1875rem;display:block; }
#NsmxLlOTzvDZb1p07DsZQIKZF9HQKscF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uc4qfVtdPAVlnME246x5wUP1bDeSh6r1 { position:absolute;display:block;z-index:15007;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:16.1875rem;top:45.25rem;left:0rem;display:block; }
#PZvQ8U7mfsKRonlxdomNwoHpPhpQpTFx { color:#3c3c3b;display:block;width:19.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:45.4375rem;left:4.875rem;height:1.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sQArbb6HHnkzKqM0KmvlKQk60K4RsA2p { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:48.012500762939rem;left:3.375rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#sQArbb6HHnkzKqM0KmvlKQk60K4RsA2p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sQArbb6HHnkzKqM0KmvlKQk60K4RsA2p li:before{  }
#NsKQ1M9GukfX0l31aDq3zBa6yZ5zwv1k { background-color:#ff004a;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:38.324999809265rem;left:36.062501907349rem;display:block; }
#ul9XwrDorRSAB3vq0ucM5xi6RodkmSxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NN4w9spoI95vRHnmo5GTCTBKl2e8ydOD { color:#3c3c3b;display:block;width:19.3125rem;position:absolute;font-family:hero;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.4375rem;left:35.562501907349rem;height:6.9970625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#soHgwTNXlEcs3Auq0PWo663VV4vKmfCP { color:#3c3c3b;display:block;width:19.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:15.875000953674rem;left:35.062501907349rem;height:1.3994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pNC2HRBRDBZ7Lc5ZRqHs3ZKwDPhv1DUA { position:absolute;display:block;z-index:15007;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:16.1875rem;top:15.699999809265rem;left:30.000001907349rem;display:block; }
#OAaqbUGhKWmA0DcKtPCWULHzwTFKIk7m { color:#3c3c3b;display:block;width:23.3125rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:18.581253051757rem;left:33.311719894409rem;height:11.8203125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#OAaqbUGhKWmA0DcKtPCWULHzwTFKIk7m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OAaqbUGhKWmA0DcKtPCWULHzwTFKIk7m li:before{  }
#toTAaIOhIC4cTQODozzmnadn2DcruRcb { color:#3c3c3b;display:block;width:21.6875rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:31.750000953674rem;left:34.875001907349rem;height:4.19824375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aG5V1R9BBlUZ8PASLsLSmeTCNPmhdngo { position:absolute;display:block;z-index:15009;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:16.1875rem;top:45.25rem;left:30rem;display:block; }
#OCUCRfeP9tvoQuavgbmddtv9kTeTKZy6 { color:#3c3c3b;display:block;width:19.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:45.4375rem;left:34.875rem;height:1.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DeiCP587pOgZgBFufTzGkdA1FNqCnZ2m { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:48.011720657349rem;left:33.250001907349rem;height:16.3310625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#DeiCP587pOgZgBFufTzGkdA1FNqCnZ2m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DeiCP587pOgZgBFufTzGkdA1FNqCnZ2m li:before{  }
#CpigPu8FKGnFLaBD027ozxb35UQDiwEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c90cc;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; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row .container { background-color: transparent; background-image: none; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row .container > .video-iframe-container { display: none; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row > .video-iframe-container { display: none; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .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); }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row .container { border-width: 0; border-radius: 0; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#ty4pyIoKhPwhwkpIUfDn4qMS4hWZAfJJ { background-color:#ff004a;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:5.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.46875rem;left:17.406251907349rem;display:block; }
#b5G5DltZkti7TVwVxcip9JDgnBKhD9fs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 { position:relative;display:block; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 { background-color: transparent; background-image: none; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .row .container > .video-iframe-container { display: none; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .row > .video-iframe-container { display: none; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .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); }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 { border-width: 0; border-radius: 0; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .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; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .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:87.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m0RysCXywN2WlJ8AaOBho9nlf4G6cmvZ { color:#3c3c3b;display:block;width:22.875rem;position:absolute;font-family:hero;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:21.375rem;left:18.250001907349rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdqJFsnUKOnJoSQpndOAx35a1TmMITkP { color:#3c3c3b;display:block;width:21.6875rem;position:absolute;font-family:hero;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:23.75rem;left:19.000001907349rem;height:23.79rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZA0vJ13T0DT2TEuaJAD4mA00uS2wc8kL { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -moz-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -ms-linear-gradient(180deg, #ffffff, #2c90cc);background-image: -o-linear-gradient(180deg, #ffffff, #2c90cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c90cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2c90cc' );";background-image: linear-gradient(180deg, #ffffff, #2c90cc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:80.625rem;width:28.25rem;top:2.4992179870606rem;left:15.875001907349rem;display:block; }
#DhBTD7nutiNPWkvDBRMwJ7IxviHTRTKL { color:#3c3c3b;display:block;width:19.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:3.0625rem;left:20.375001907349rem;height:1.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#azQefEBNvsrBblyJJbVewb1l5t6JCJ4d { color:#3c3c3b;display:block;width:21.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.6125030517578rem;left:18.687501907349rem;height:13.53225rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#azQefEBNvsrBblyJJbVewb1l5t6JCJ4d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#azQefEBNvsrBblyJJbVewb1l5t6JCJ4d li:before{  }
#ukDgil5l7USr9vy9H7uTi69aH24BJPLC { color:#3c3c3b;display:block;width:21.6875rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:49.1875rem;left:19rem;height:9.795875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#NdWN59e2QXUT7vI3VEAaQRkb0UvEx1sM { position:absolute;display:block;z-index:15005;background-color:#caf303;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:1.75rem;width:22.5rem;top:2.88671875rem;left:15.960939407349rem;display:block; }
#F3RIQI0s75IGU8vPBnKXPJlHvrCTVsMF { background-color:#ff004a;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:59.575002670288rem;left:20.187501907349rem;display:block; }
#BJlVv7Tn5A6vOAwzPrWg7aUAIfxnbzMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftU6pnwMbcNh8pVMDUKWJcqgqNhLyZdT { position:absolute;display:block;z-index:15007;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:25.625rem;top:66.5625rem;left:15.000001907349rem;display:block; }
#MTXugDPwe71DX5Q912msBVU24V6ixIFV { color:#3c3c3b;display:block;width:19.25rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:66.749999046325rem;left:19.875001907349rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CTRDc99UmgmW8C1iHx6eVelKXQiiOVTM { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:hero;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:69.324996948244rem;left:18.312501907349rem;height:12.1328125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CTRDc99UmgmW8C1iHx6eVelKXQiiOVTM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CTRDc99UmgmW8C1iHx6eVelKXQiiOVTM li:before{  }
#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c90cc;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; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row .container { background-color: transparent; background-image: none; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row .container > .video-iframe-container { display: none; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row > .video-iframe-container { display: none; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .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); }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row .container { border-width: 0; border-radius: 0; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#fHAc8cNWRNKosUhG6m8i6WNwHylBgrvB { background-color:#ff004a;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:hero;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.1875rem;height:5.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:2.46875rem;left:17.406251907349rem;display:block; }
#sO5wTiHrVQrWyNxDn1LXbzaFsPnWFDiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KXiO86Z8wxhZRUgbzUVuU43ZAJyCkywl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.46875rem;left:27.84375rem;height:1.625rem;display:block; }
#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe { position:relative;display:block; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe { background-color: transparent; background-image: none; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .row .container > .video-iframe-container { display: none; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .row > .video-iframe-container { display: none; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .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); }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe { border-width: 0; border-radius: 0; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .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; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .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:12.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#96b500;background-image:none;color:#ffffff;padding-top:0.53rem;padding-right:0.47rem;padding-bottom:0.53rem;padding-left:0.47rem;display:block;align-items:center;width:2.81875rem;min-width:2.81875rem;height:2.846875rem;position:relative;font-family:"open sans";font-size:2.11875rem;font-weight:700;line-height:45.55px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.33125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.758125rem;height:1.125625rem;position:relative;font-family:"open sans";font-size:0.794375rem;font-weight:400;line-height:18.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.0625rem;height:5.36375rem;padding-top:0.661875rem;padding-right:0.67125rem;padding-bottom:0.661875rem;padding-left:0.67125rem;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:2.9375rem;left:19.796094894409rem;z-index:15018; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #fgJPJoIhDVgUBDEN3vq1cnP7HxKJAXml { display:flex;position:relative;top:0rem;left:0rem; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #sdfGaJk7px5lg8Qvm9HpOCrgrUq2KFoD { width:auto; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #FAfnN6ZFpJ0mHPnCuMTNetae9G7xsRwb {  }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #ev5ixQz037heXTOLE3l1RvF4HTWCAn0R { display:flex;position:relative;top:0rem;left:0rem; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #BVXitoPBwSOTWCaTIHq3mHNMSLXGAba0 {  }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #yS6TwBGwRIC00bzTDxaDs2vzfqSZUPpH {  }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #STRmpwNIE4JeiXV87wobtRG2abH6KubZ { display:flex;position:relative;top:0rem;left:0rem; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #S0GsHAMx4oFKHKb8t45XPuJnoazZ9Byc {  }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #ga6HEw8ZP36eGgnBh0xCTl9RnlDb8pUh {  }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #xAD5BV5NKws9g5mTXyDlQfI0mvCDgJDL { display:flex;position:relative;top:0rem;left:0rem; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #PHUWCc4bZUc4R5ZsldqWJ7XyR7a9NvnR {  }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #Qy1wqTrk1JeiFA94MeWEzI9l9b1fluyI {  }
#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a530ded4-81f2-4a41-b6e1-2b3126ff3aa0/greenbc1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ.adaptive-delivery-prevent-bg, #h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ.lazyload, #h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ.lazyloading { background-image: none; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container { background-color: transparent; background-image: none; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container > .video-iframe-container { display: none; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row > .video-iframe-container { display: none; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .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); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container { border-width: 0; border-radius: 0; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#ICdUw8RWhrdaHRL3bNayMoHXRTeBOgU0 { color:#313030;display:block;width:32.6875rem;position:absolute;font-family:hero;font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:5.3742188215256rem;left:5rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PlfMZizGWeH2n4TohMzPpT4k4yeUcGJX { color:#313133;display:block;width:52.875rem;position:absolute;font-family:hero;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:11.649215698243rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#PlfMZizGWeH2n4TohMzPpT4k4yeUcGJX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PlfMZizGWeH2n4TohMzPpT4k4yeUcGJX li:before{  }
#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { 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; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { background-color: transparent; background-image: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { display: none; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .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); }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { border-width: 0; border-radius: 0; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:hero;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:2.2080078125rem;left:0rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { position:absolute;display:block;z-index:15005;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:8.625rem;top:4.875rem;left:16rem;overflow:hidden;display:block; }
#OmSB8satOg8Zog0vOJklARikR4p9ybeQ { position:absolute;display:block;z-index:15006;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:4.875rem;width:8.125rem;top:5.5625rem;left:45rem;overflow:hidden;display:block; }
#AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { position:absolute;display:block;z-index:15006;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.4375rem;width:10.8125rem;top:6.3125rem;left:29.125rem;overflow:hidden;display:block; }
#b1eETzASTTM29PyCEZMoDNmzH21bUTGA { position:absolute;display:block;z-index:15006;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.8125rem;width:5.1875rem;top:5.125rem;left:6.875rem;overflow:hidden;display:block; }
#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { 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; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { background-color: transparent; background-image: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { display: none; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .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); }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { border-width: 0; border-radius: 0; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:hero;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:0.83359336853025rem;left:0rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { position:absolute;display:block;z-index:15005;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.625rem;width:6.0625rem;top:5.3125rem;left:20.75rem;overflow:hidden;display:block; }
#Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { position:absolute;display:block;z-index:15006;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:8.125rem;width:12.4375rem;top:3.0625rem;left:28.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP { display:block; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvMBqf0CNci0y9w3TdodTMZzNmicJ6yp { width:47.75rem;height:2.0625rem;top:14.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WxaBg0D3MFtC7RItWST8LwWnvVfivZ { width:47.75rem;height:1.5rem;top:11.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .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; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .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; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH { display:flex;width:18rem;height:5.0625rem;top:2.75rem;left:13.108594894409rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #HWxINlefbDgvlKgtsFliQdOarXK9OMMt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #KLqynZ2dSPxc63Nczf1Tn7QSSHGIRE0A {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #JEqJmAvElDOB5k8ZhA5QztARrewG3oET {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #uEVodZsuVrcCpRCa0ACmQzw2UsKsLmSE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #rb0uHS1x0GsercreQRPG3qNC0mpRfMIn {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #d0H88GfozwCZLcmPbnuTgZ3IJJNDTLwh {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #lCgOmlm7rkJUPbhMrUX8U8uS7n6Z8wp2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #pGG5nyEt3J1zcSHaZh34CrZ9bTZ2T3qw {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #TkilaR064359KnHXWTzfFMKVgzv4qy9e {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #TmAD7iBkbATP3M0h1sWga5bc72rxVceV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #ZgTLRILtKMWwvzQbi1OMCmM8g73kPXKk {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #kFVcoDB6bP97kZ0r0AuPNSDTR5dQOrCg {  }
 }@media only screen and (max-width: 763px) { #t5xTLmG4ZbJToEn1MxnguVtk2x68qJun { width:47.75rem;height:2.875rem;top:16.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqLJsTMFZgaI6fqK4wJWbWyO3E5kwsdd { width:23.8125rem;height:5.25rem;top:21.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txDnXbzMXOGt70EoLxGHIeeMgNRNkTCn { width:36.0625rem;height:3.5rem;top:33.6875rem;left:5.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPvs9Ma0u09fxc1n9rf8SMOCaQDvNMyv { width:11.875rem;height:3.125rem;top:37.5rem;left:17.625001907349rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpeVDBe039uScgoI7lD1kGumPnTQSlNn { width:22.5625rem;height:3.5rem;top:21.3125rem;left:25.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpdHcfD2XFCJvgG139ceHcb43RQLeKoV { width:12rem;height:3.1875rem;top:26.5625rem;left:5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiHXTTl8MP1JqT0Dcq0X7OW1g9yosibu { width:12.375rem;height:4.75rem;top:25.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6JGneyAoCJ8GytuZOGyLWL0hmPcsEs { display:block; }
 }@media only screen and (max-width: 763px) { #X4kQ8NFiwTVTnQRNKdJLLWvUG8qIrVca { width:12.375rem;height:4.75rem;top:25.8125rem;left:30.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixdbtCZeSVy7TIZSTWn3gvX8JGlBswno { display:block; }
 }@media only screen and (max-width: 763px) { #vk743CevDenUFd5yInTr33TAnbqtsxfG { width:20rem;height:1.5rem;top:29.0625rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kbn26Wb1624JBCofShzz5honxLblVFSX { top:25.75rem;left:34.8125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f01FXxNwoiuPapwbPM78O1QbCv88g3xo { display:block; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whmpcT3a9tZl9FrCg31KhLrlxzs7T5pw { width:22.875rem;height:3.5rem;top:2.9375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwHyB8d5C5eK2Ze7oIP03dPes4mufWxm { width:27.0625rem;height:3.5rem;top:2.9375rem;left:20.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JydHzKpvsecBpGQyb5KyQAaiy2pliK4H { width:19.3125rem;height:6.9375rem;top:7.4375rem;left:2.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL3Lqn3BBZxKpGzOP7unmtLrFLs0Mg0n { top:2.4375rem;left:0rem;width:28.25rem;height:64.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxcVeqA3x97eKzGphFCh2pZH90PonTHE { top:2.9375rem;left:19.5rem;width:28.25rem;height:63.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLhOKryugrs2tyNVexBXEakAaRVk8SS { width:19.25rem;height:1.375rem;top:15.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiBogvG0O5pCFpUs6RDTReQn97GuDf6A { width:21.25rem;height:;top:18.375rem;left:0.625rem;font-size:0.875rem;display:block; }#EiBogvG0O5pCFpUs6RDTReQn97GuDf6A li:before{  }
 }@media only screen and (max-width: 763px) { #UhaEqg0f8EKIrHk07DvBMzwK3fv30lB0 { width:19.25rem;height:4.1875rem;top:31.75rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkt9aZ9oVxOKKk3hSlr0hHwwkxko4R4 { top:15.6875rem;left:0rem;width:16.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsvwEPq2Lo7wTGhWiIPv4SUsrkH7C5uw { width:19.625rem;height:4.375rem;top:38.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsmxLlOTzvDZb1p07DsZQIKZF9HQKscF { display:block; }
 }@media only screen and (max-width: 763px) { #uc4qfVtdPAVlnME246x5wUP1bDeSh6r1 { top:45.25rem;left:0rem;width:16.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvQ8U7mfsKRonlxdomNwoHpPhpQpTFx { width:19.25rem;height:1.375rem;top:45.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQArbb6HHnkzKqM0KmvlKQk60K4RsA2p { width:21.25rem;height:;top:48rem;left:0.3125rem;font-size:0.875rem;display:block; }#sQArbb6HHnkzKqM0KmvlKQk60K4RsA2p li:before{  }
 }@media only screen and (max-width: 763px) { #NsKQ1M9GukfX0l31aDq3zBa6yZ5zwv1k { width:19.625rem;height:4.375rem;top:38.3125rem;left:26.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9XwrDorRSAB3vq0ucM5xi6RodkmSxD { display:block; }
 }@media only screen and (max-width: 763px) { #NN4w9spoI95vRHnmo5GTCTBKl2e8ydOD { width:19.3125rem;height:5.625rem;top:7.4375rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soHgwTNXlEcs3Auq0PWo663VV4vKmfCP { width:19.25rem;height:1.375rem;top:15.875rem;left:25.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNC2HRBRDBZ7Lc5ZRqHs3ZKwDPhv1DUA { top:15.6875rem;left:23.875rem;width:16.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaqbUGhKWmA0DcKtPCWULHzwTFKIk7m { width:23.3125rem;height:11.8125rem;top:18.5625rem;left:24.124219894409rem;font-size:0.875rem;display:block; }#OAaqbUGhKWmA0DcKtPCWULHzwTFKIk7m li:before{  }
 }@media only screen and (max-width: 763px) { #toTAaIOhIC4cTQODozzmnadn2DcruRcb { width:21.6875rem;height:4.1875rem;top:31.75rem;left:25.687501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5V1R9BBlUZ8PASLsLSmeTCNPmhdngo { top:45.25rem;left:23.875rem;width:16.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUCRfeP9tvoQuavgbmddtv9kTeTKZy6 { width:19.25rem;height:1.375rem;top:45.4375rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeiCP587pOgZgBFufTzGkdA1FNqCnZ2m { width:22.25rem;height:;top:48rem;left:24.062501907349rem;font-size:0.875rem;display:block; }#DeiCP587pOgZgBFufTzGkdA1FNqCnZ2m li:before{  }
 }@media only screen and (max-width: 763px) { #CpigPu8FKGnFLaBD027ozxb35UQDiwEA { display:block; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty4pyIoKhPwhwkpIUfDn4qMS4hWZAfJJ { width:25.1875rem;height:5.5rem;top:2.4375rem;left:11.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5G5DltZkti7TVwVxcip9JDgnBKhD9fs { display:block; }
 }@media only screen and (max-width: 763px) { #T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 { display:block; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0RysCXywN2WlJ8AaOBho9nlf4G6cmvZ { width:22.875rem;height:1.75rem;top:21.375rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdqJFsnUKOnJoSQpndOAx35a1TmMITkP { width:21.6875rem;height:23.75rem;top:23.75rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0vJ13T0DT2TEuaJAD4mA00uS2wc8kL { top:2.4375rem;left:0rem;width:28.25rem;height:80.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBTD7nutiNPWkvDBRMwJ7IxviHTRTKL { width:19.25rem;height:1.375rem;top:3.0625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azQefEBNvsrBblyJJbVewb1l5t6JCJ4d { width:21.25rem;height:;top:5.5625rem;left:2.625rem;font-size:0.875rem;display:block; }#azQefEBNvsrBblyJJbVewb1l5t6JCJ4d li:before{  }
 }@media only screen and (max-width: 763px) { #ukDgil5l7USr9vy9H7uTi69aH24BJPLC { width:21.6875rem;height:9.8125rem;top:49.1875rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdWN59e2QXUT7vI3VEAaQRkb0UvEx1sM { top:2.875rem;left:0.25rem;width:22.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RIQI0s75IGU8vPBnKXPJlHvrCTVsMF { width:19.625rem;height:4.375rem;top:59.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJlVv7Tn5A6vOAwzPrWg7aUAIfxnbzMh { display:block; }
 }@media only screen and (max-width: 763px) { #ftU6pnwMbcNh8pVMDUKWJcqgqNhLyZdT { top:66.5625rem;left:0rem;width:25.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTXugDPwe71DX5Q912msBVU24V6ixIFV { width:19.25rem;height:1.375rem;top:66.75rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTRDc99UmgmW8C1iHx6eVelKXQiiOVTM { width:21.875rem;height:;top:69.3125rem;left:2rem;font-size:0.875rem;display:block; }#CTRDc99UmgmW8C1iHx6eVelKXQiiOVTM li:before{  }
 }@media only screen and (max-width: 763px) { #XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 { display:block; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHAc8cNWRNKosUhG6m8i6WNwHylBgrvB { width:25.1875rem;height:5.5rem;top:2.4375rem;left:11.281251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO5wTiHrVQrWyNxDn1LXbzaFsPnWFDiU { display:block; }
 }@media only screen and (max-width: 763px) { #KXiO86Z8wxhZRUgbzUVuU43ZAJyCkywl { top:2.4375rem;left:21.71875rem;width:12.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe { display:block; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .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; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .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; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis { display:flex;width:18rem;height:5.0625rem;top:2.75rem;left:13.108594894409rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #fgJPJoIhDVgUBDEN3vq1cnP7HxKJAXml { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #sdfGaJk7px5lg8Qvm9HpOCrgrUq2KFoD {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #FAfnN6ZFpJ0mHPnCuMTNetae9G7xsRwb {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #ev5ixQz037heXTOLE3l1RvF4HTWCAn0R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #BVXitoPBwSOTWCaTIHq3mHNMSLXGAba0 {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #yS6TwBGwRIC00bzTDxaDs2vzfqSZUPpH {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #STRmpwNIE4JeiXV87wobtRG2abH6KubZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #S0GsHAMx4oFKHKb8t45XPuJnoazZ9Byc {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #ga6HEw8ZP36eGgnBh0xCTl9RnlDb8pUh {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #xAD5BV5NKws9g5mTXyDlQfI0mvCDgJDL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #PHUWCc4bZUc4R5ZsldqWJ7XyR7a9NvnR {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #Qy1wqTrk1JeiFA94MeWEzI9l9b1fluyI {  }
 }@media only screen and (max-width: 763px) { #h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ { display:block; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICdUw8RWhrdaHRL3bNayMoHXRTeBOgU0 { width:32.6875rem;height:4.1875rem;top:5.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfMZizGWeH2n4TohMzPpT4k4yeUcGJX { width:47.75rem;height:;top:11.625rem;left:0rem;font-size:0.875rem;display:block; }#PlfMZizGWeH2n4TohMzPpT4k4yeUcGJX li:before{  }
 }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:47.75rem;height:2.0625rem;top:2.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { top:4.875rem;left:9.875rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { top:5.5625rem;left:38.875rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { top:6.3125rem;left:23rem;width:10.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { top:5.125rem;left:0.75rem;width:5.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:47.75rem;height:2.0625rem;top:0.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { top:5.3125rem;left:14.625rem;width:6.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { top:3.0625rem;left:22.5rem;width:12.4375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5db0d798-b4cf-48c5-8ed6-2657d6066095/bcengrammob1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP.adaptive-delivery-prevent-bg, #TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP.lazyload, #TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP.lazyloading { background-image: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container { background-color: transparent; background-image: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container > .video-iframe-container { display: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row > .video-iframe-container { display: none; }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .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); }#TUFyLbGownFQMd6F0LPsUGTvWhE2WpaP > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvMBqf0CNci0y9w3TdodTMZzNmicJ6yp { width:19.6875rem;height:2.798825rem;top:12.648468017578rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6WxaBg0D3MFtC7RItWST8LwWnvVfivZ { width:17.875rem;height:2.548825rem;top:8.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .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; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH .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; }
#uuKhtmacar15gLk5xtN3WiQs7EwmvLNH { display:flex;width:18rem;height:5.0625rem;top:1.2492188215256rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #HWxINlefbDgvlKgtsFliQdOarXK9OMMt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #KLqynZ2dSPxc63Nczf1Tn7QSSHGIRE0A {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #JEqJmAvElDOB5k8ZhA5QztARrewG3oET {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #uEVodZsuVrcCpRCa0ACmQzw2UsKsLmSE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #rb0uHS1x0GsercreQRPG3qNC0mpRfMIn {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #d0H88GfozwCZLcmPbnuTgZ3IJJNDTLwh {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #lCgOmlm7rkJUPbhMrUX8U8uS7n6Z8wp2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #pGG5nyEt3J1zcSHaZh34CrZ9bTZ2T3qw {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #TkilaR064359KnHXWTzfFMKVgzv4qy9e {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #TmAD7iBkbATP3M0h1sWga5bc72rxVceV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #ZgTLRILtKMWwvzQbi1OMCmM8g73kPXKk {  }
 }@media only screen and (max-width: 763px) { #uuKhtmacar15gLk5xtN3WiQs7EwmvLNH #kFVcoDB6bP97kZ0r0AuPNSDTR5dQOrCg {  }
 }@media only screen and (max-width: 763px) { #t5xTLmG4ZbJToEn1MxnguVtk2x68qJun { width:20rem;height:1.5rem;top:16.61093711853rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PqLJsTMFZgaI6fqK4wJWbWyO3E5kwsdd { width:19.3125rem;height:3.9375rem;top:19.137500762939rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txDnXbzMXOGt70EoLxGHIeeMgNRNkTCn { width:17.3125rem;height:2.449225rem;top:41.42421913147rem;left:1.3437501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPvs9Ma0u09fxc1n9rf8SMOCaQDvNMyv { width:11.875rem;height:2.2rem;top:43.999219894409rem;left:4.0624998807907rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpeVDBe039uScgoI7lD1kGumPnTQSlNn { width:20rem;height:2.625rem;top:31.375000953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpdHcfD2XFCJvgG139ceHcb43RQLeKoV { width:12rem;height:0;top:59.625rem;left:4rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiHXTTl8MP1JqT0Dcq0X7OW1g9yosibu { width:12.375rem;height:4.75rem;top:23.075000762939rem;left:3.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV6JGneyAoCJ8GytuZOGyLWL0hmPcsEs { display:block; }
 }@media only screen and (max-width: 763px) { #X4kQ8NFiwTVTnQRNKdJLLWvUG8qIrVca { width:12.375rem;height:4.75rem;top:35.074999809265rem;left:3.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixdbtCZeSVy7TIZSTWn3gvX8JGlBswno { display:block; }
 }@media only screen and (max-width: 763px) { #vk743CevDenUFd5yInTr33TAnbqtsxfG { width:20rem;height:1.5rem;top:29.110157012939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Kbn26Wb1624JBCofShzz5honxLblVFSX { width:12.5rem;height:1.4619125rem;top:35.07421875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f01FXxNwoiuPapwbPM78O1QbCv88g3xo { display:block; }#f01FXxNwoiuPapwbPM78O1QbCv88g3xo > .row .container { width:20rem;height:119.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whmpcT3a9tZl9FrCg31KhLrlxzs7T5pw { width:17.125rem;height:2.625rem;top:1.3125rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwHyB8d5C5eK2Ze7oIP03dPes4mufWxm { width:20rem;height:2.798825rem;top:58.22500038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JydHzKpvsecBpGQyb5KyQAaiy2pliK4H { width:17rem;height:6.12305rem;top:4.8132820129394rem;left:1.5000001192093rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL3Lqn3BBZxKpGzOP7unmtLrFLs0Mg0n { width:20rem;height:53.8125rem;top:1.3109359741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxcVeqA3x97eKzGphFCh2pZH90PonTHE { width:20rem;height:59.375rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLhOKryugrs2tyNVexBXEakAaRVk8SS { width:17.5rem;height:1.4rem;top:11.75rem;left:1.3125001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiBogvG0O5pCFpUs6RDTReQn97GuDf6A { width:18.5rem;height:10.734375rem;top:14.237503051757rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#EiBogvG0O5pCFpUs6RDTReQn97GuDf6A li:before{  }
 }@media only screen and (max-width: 763px) { #UhaEqg0f8EKIrHk07DvBMzwK3fv30lB0 { width:16.6875rem;height:3.9375rem;top:26.24765586853rem;left:1.5625001192093rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGkt9aZ9oVxOKKk3hSlr0hHwwkxko4R4 { width:16.1875rem;height:1.75rem;top:11.574996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsvwEPq2Lo7wTGhWiIPv4SUsrkH7C5uw { width:17.9375rem;height:3.75rem;top:31.561718940735rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsmxLlOTzvDZb1p07DsZQIKZF9HQKscF { display:block; }
 }@media only screen and (max-width: 763px) { #uc4qfVtdPAVlnME246x5wUP1bDeSh6r1 { width:16.1875rem;height:1.75rem;top:37.325000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZvQ8U7mfsKRonlxdomNwoHpPhpQpTFx { width:17.5625rem;height:1.4rem;top:37.5rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQArbb6HHnkzKqM0KmvlKQk60K4RsA2p { width:18.5rem;height:11.959rem;top:40.1875rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#sQArbb6HHnkzKqM0KmvlKQk60K4RsA2p li:before{  }
 }@media only screen and (max-width: 763px) { #NsKQ1M9GukfX0l31aDq3zBa6yZ5zwv1k { width:19.375rem;height:4.125rem;top:91.712503433225rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9XwrDorRSAB3vq0ucM5xi6RodkmSxD { display:block; }
 }@media only screen and (max-width: 763px) { #NN4w9spoI95vRHnmo5GTCTBKl2e8ydOD { width:17.875rem;height:4.8984375rem;top:62.575000762937rem;left:1.0625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soHgwTNXlEcs3Auq0PWo663VV4vKmfCP { width:18.25rem;height:1.4rem;top:70.7499961853rem;left:1.6250001192093rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNC2HRBRDBZ7Lc5ZRqHs3ZKwDPhv1DUA { width:16.1875rem;height:1.75rem;top:70.512500762938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAaqbUGhKWmA0DcKtPCWULHzwTFKIk7m { width:19.1875rem;height:10.421875rem;top:73.0624961853rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#OAaqbUGhKWmA0DcKtPCWULHzwTFKIk7m li:before{  }
 }@media only screen and (max-width: 763px) { #toTAaIOhIC4cTQODozzmnadn2DcruRcb { width:17.375rem;height:5.25rem;top:84.875rem;left:1.3125001192093rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG5V1R9BBlUZ8PASLsLSmeTCNPmhdngo { width:16.1875rem;height:1.75rem;top:97.637500762938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCUCRfeP9tvoQuavgbmddtv9kTeTKZy6 { width:17.875rem;height:1.4rem;top:97.8125rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeiCP587pOgZgBFufTzGkdA1FNqCnZ2m { width:18.375rem;height:14.4081875rem;top:100.48125267029rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#DeiCP587pOgZgBFufTzGkdA1FNqCnZ2m li:before{  }
 }@media only screen and (max-width: 763px) { #CpigPu8FKGnFLaBD027ozxb35UQDiwEA { display:block; }#CpigPu8FKGnFLaBD027ozxb35UQDiwEA > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ty4pyIoKhPwhwkpIUfDn4qMS4hWZAfJJ { width:17.375rem;height:3.875rem;top:1.5rem;left:1.3125001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5G5DltZkti7TVwVxcip9JDgnBKhD9fs { display:block; }
 }@media only screen and (max-width: 763px) { #T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 { display:block; }#T7fl8W6fWKCy41wnsRswGSTS9AQw7D64 > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0RysCXywN2WlJ8AaOBho9nlf4G6cmvZ { width:17.125rem;height:1.4rem;top:18.5625rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdqJFsnUKOnJoSQpndOAx35a1TmMITkP { width:17rem;height:25.7167625rem;top:20.188282012939rem;left:1.5000001192093rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA0vJ13T0DT2TEuaJAD4mA00uS2wc8kL { width:20rem;height:78.75rem;top:1.3101577758789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBTD7nutiNPWkvDBRMwJ7IxviHTRTKL { width:17.5rem;height:1.4rem;top:2.25rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azQefEBNvsrBblyJJbVewb1l5t6JCJ4d { width:18.5rem;height:11.959rem;top:4.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#azQefEBNvsrBblyJJbVewb1l5t6JCJ4d li:before{  }
 }@media only screen and (max-width: 763px) { #ukDgil5l7USr9vy9H7uTi69aH24BJPLC { width:17.1875rem;height:9.1875rem;top:46.9990234375rem;left:1.40625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdWN59e2QXUT7vI3VEAaQRkb0UvEx1sM { width:20rem;height:1.75rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RIQI0s75IGU8vPBnKXPJlHvrCTVsMF { width:17.9375rem;height:3.75rem;top:57.1865234375rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJlVv7Tn5A6vOAwzPrWg7aUAIfxnbzMh { display:block; }
 }@media only screen and (max-width: 763px) { #ftU6pnwMbcNh8pVMDUKWJcqgqNhLyZdT { width:20rem;height:1.75rem;top:61.887500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTXugDPwe71DX5Q912msBVU24V6ixIFV { width:18.1875rem;height:1.3125rem;top:62.0625rem;left:1.2500001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTRDc99UmgmW8C1iHx6eVelKXQiiOVTM { width:18.125rem;height:11.959rem;top:64.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#CTRDc99UmgmW8C1iHx6eVelKXQiiOVTM li:before{  }
 }@media only screen and (max-width: 763px) { #XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 { display:block; }#XN3X7yiDJbIBOh1lU4VnGkNAypsZeLG8 > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHAc8cNWRNKosUhG6m8i6WNwHylBgrvB { width:17.375rem;height:3.875rem;top:1.5rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO5wTiHrVQrWyNxDn1LXbzaFsPnWFDiU { display:block; }
 }@media only screen and (max-width: 763px) { #KXiO86Z8wxhZRUgbzUVuU43ZAJyCkywl { width:12.5rem;height:1.3808625rem;top:1.5rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe { display:block; }#wJx9k1nfi7ZeRfgaqS0nR3wpScJetzVe > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .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; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis .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; }
#Wyc7ieDZkMan9TrtvJJE27kGnURVTXis { display:flex;width:18rem;height:5.0625rem;top:1.2484397888184rem;left:0.65703129768369rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #fgJPJoIhDVgUBDEN3vq1cnP7HxKJAXml { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #sdfGaJk7px5lg8Qvm9HpOCrgrUq2KFoD {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #FAfnN6ZFpJ0mHPnCuMTNetae9G7xsRwb {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #ev5ixQz037heXTOLE3l1RvF4HTWCAn0R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #BVXitoPBwSOTWCaTIHq3mHNMSLXGAba0 {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #yS6TwBGwRIC00bzTDxaDs2vzfqSZUPpH {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #STRmpwNIE4JeiXV87wobtRG2abH6KubZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #S0GsHAMx4oFKHKb8t45XPuJnoazZ9Byc {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #ga6HEw8ZP36eGgnBh0xCTl9RnlDb8pUh {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #xAD5BV5NKws9g5mTXyDlQfI0mvCDgJDL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #PHUWCc4bZUc4R5ZsldqWJ7XyR7a9NvnR {  }
 }@media only screen and (max-width: 763px) { #Wyc7ieDZkMan9TrtvJJE27kGnURVTXis #Qy1wqTrk1JeiFA94MeWEzI9l9b1fluyI {  }
 }@media only screen and (max-width: 763px) { #h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ { background-color:transparent;background-image: -webkit-linear-gradient(38deg, #ffffff, #96b500);background-image: -moz-linear-gradient(38deg, #ffffff, #96b500);background-image: -ms-linear-gradient(38deg, #ffffff, #96b500);background-image: -o-linear-gradient(38deg, #ffffff, #96b500);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#96b500' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#96b500' );";background-image: linear-gradient(38deg, #ffffff, #96b500);background-size:cover !important;display:block; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container { background-color: transparent; background-image: none; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container > .video-iframe-container { display: none; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row > .video-iframe-container { display: none; }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .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); }#h8SuWByA4JOaT0VIVBlgwB6tn7HUecUZ > .row .container { width:20rem;height:31.8906484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICdUw8RWhrdaHRL3bNayMoHXRTeBOgU0 { width:17.5625rem;height:2.7rem;top:1.737512588501rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfMZizGWeH2n4TohMzPpT4k4yeUcGJX { width:19.0625rem;height:26.0800625rem;top:5.8124694824219rem;left:0.75rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#PlfMZizGWeH2n4TohMzPpT4k4yeUcGJX li:before{  }
 }@media only screen and (max-width: 763px) { #yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo { display:block; }#yb4XtDS1D5aKVhC4zpEm8gTsbf3515Mo > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsBw5ieZBtvTDgBMTdvdCbZ4QhEsceFz { width:20rem;height:1.425rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDokmPa8mRrXLB1wSuE9v2cq6dXxC80m { width:6.75rem;height:4.375rem;top:3.8375005722046rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmSB8satOg8Zog0vOJklARikR4p9ybeQ { width:6.0625rem;height:3.625rem;top:14.592968940735rem;left:6.9687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMRyhAv8UDNZvGmA1RsHSBM19mi4rTw0 { width:10.375rem;height:3.3125rem;top:9.5250005722044rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1eETzASTTM29PyCEZMoDNmzH21bUTGA { width:5.1875rem;height:5.8125rem;top:20.1552734375rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr { display:block; }#BnmN7DX4d77QlZVDKkfkHiqfRiAy4oEr > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IUibWqCfJTD33FOxZThP6fLH37UCPVw5 { width:20rem;height:1.425rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF85SQV1Na56OM6SgIIpnaGi3QODAmUX { width:6.125rem;height:3.6875rem;top:4.3625001907349rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9krDE9A1Rfng7a36gkgO0P3Dvd5pC3 { width:10.3125rem;height:6.8125rem;top:8.0492153167725rem;left:4.8437498807907rem;display:block; }
 }