.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:url("https://images.assets-landingi.com/uc/95256368-25c3-479d-93c7-c6753a67f7da/blsfirstaid2.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:transparent;background-image:none;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; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:960px;height:680px;font-size:14px;font-family:arial;position:relative;display:block; }#KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { color:#ffeae3;display:block;width:560.995px;position:absolute;font-family:"open sans";font-size:65px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:8px 5px 6px #37086d;top:100.98379516602px;left:0px;height:84.4907px;font-style:italic;display:block; }
#bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:680px;width:400px;top:0px;left:559.98843383789px;display:block; }
#p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { color:#0c2361;display:block;width:177.998px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #310a26;top:471px;left:232px;height:36.3889px;font-style:normal;display:block; }
#yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { color:#052956;display:block;width:237.998px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px #310a26;top:520px;left:173px;height:36.3889px;font-style:normal;display:block; }
#pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:630px;left:435px;display:block; }
#UJCPnWXPbNklticRUTFKA0NTJL7esBSF { color:#000000;display:block;width:370px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.976851463318px;left:574.98843383789px;height:31.2037px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-form-header {  }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#000000;width:304px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f5f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:304px;box-sizing:border-box;height:54px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f6f5f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:304px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans"; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:304px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#00308a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:700;color:#f2f9ff;width:304px;height:56px;font-family:"open sans";overflow:hidden;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:285px;overflow:hidden;font-style:normal;line-height:1.6; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:first-of-type{padding-top:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:last-of-type{padding-bottom:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:303.993px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:46.157405853271px;left:574.98843383789px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:304px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:303.993px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:46.157405853271px;left:574.98843383789px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #S7bnrdJiSo0TqUsm2dc6D8oJEmzetVgI { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #vOuO0DRuCMoFearfTNW283qtuKXRQX21 { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #r8bxrBMihAtHrHPm8nmDOkmDPupHSRbM { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #MnPiiOtzCAxKGaJe4r7tx8k63VAGy8UH { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #O9dlFeb8x6yxA5ZXpGkhP06DeWe1OnNN { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #skzbdF2n1qfPQBwmJWEkuWTuD2ZHlKOh { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #b0tNQNsPtuA20b7N4RIR4INXCgsytbmp { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #dgyMDkk04ElGJFCcWfMz2SEaZgcQU5yP { position:relative;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #IJJ9vliyRfnClzd620wm2me6ew87knsx { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 { position:relative; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w { position:relative; }
#C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { color:#f3432a;display:block;width:370px;position:absolute;font-family:"open sans";font-size:23px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #f05342;top:513.83099365234px;left:574.98843383789px;height:29.8958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#f05342;padding-top:9.13px;padding-right:7.98px;padding-bottom:9.13px;padding-left:7.98px;display:block;align-items:center;width:47.9px;min-width:47.9px;height:49.1px;position:relative;font-family:"open sans";font-size:36.54px;font-weight:700;line-height:49.1px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .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:5.71px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:63.87px;height:19.41px;position:relative;font-family:"open sans";font-size:13.7px;font-weight:400;line-height:19.41px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:319px;height:92.48px;padding-top:11.42px;padding-right:11.41px;padding-bottom:11.42px;padding-left:11.41px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:542.98608398438px;left:585.06942749023px;z-index:15010; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs { width:auto; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
#S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { box-sizing:content-box;color:#5d92ff;font-size:23px;font-weight:400;line-height:1;height:33.9931px;width:33.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:472px;left:429px; }
#WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { box-sizing:content-box;color:#5d92ff;font-size:23px;font-weight:400;line-height:1;height:33.9931px;width:33.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:525px;left:429px; }
#ZdanhthOVBpokWrqWu5WQCQvMC08hilM { 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; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { background-color: transparent; background-image: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { display: none; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .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); }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { border-width: 0; border-radius: 0; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { font-size:14px;font-family:arial;height:159px;width:960px;position:relative;display:block; }#FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,244,4,0.72);top:66.076370239258px;left:0px;height:46.794px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { position:absolute;display:block;z-index:15003;background-color:#1ecdba;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:30px;top:154px;left:465px;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { 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; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { font-size:14px;font-family:arial;height:230px;width:960px;position:relative;display:block; }#bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { color:#383838;display:block;width:760px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:11.469879150391px;left:100px;height:216.03px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { 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; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { background-color: transparent; background-image: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container > .video-iframe-container { display: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container { display: none; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .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); }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { border-width: 0; border-radius: 0; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { font-size:14px;font-family:arial;height:177px;width:960px;position:relative;display:block; }#pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { color:#3f5290;display:block;width:960px;position:absolute;font-family:"open sans";font-size:54px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #5b2946;top:65.09260559082px;left:0px;height:70.1968px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { 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; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { background-color: transparent; background-image: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container > .video-iframe-container { display: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container { display: none; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .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); }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { border-width: 0; border-radius: 0; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#MmUVGFbaBo4GuSm1HKWQNT7NG9aVWMtp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:240px;width:240px;top:7.5px;left:0px;overflow:hidden;display:block; }
#yfQOch5BKkmIHDTT9dO0mgf4TtUbd7wo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:240px;width:240px;top:7.5px;left:240px;overflow:hidden;display:block; }
#GZoIM6WU5gF7BIKHC5cRIbqrXfoft6VD { position:absolute;display:block;z-index:15001;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;height:240px;width:240px;top:7.5px;left:479.99996948242px;overflow:hidden;display:block; }
#dxQTeqidS2EnbX965hy2iUyDuymbidhx { position:absolute;display:block;z-index:15002;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;height:239px;width:239px;top:7.974536895752px;left:719.99533081055px;overflow:hidden;display:block; }
#qFW2k1nqyinUHKvKCC5kCOyWvWuao8Xi { position:absolute;display:block;z-index:15001;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;height:323.993px;width:323.993px;top:254.99998474121px;left:0px;overflow:hidden;display:block; }
#QnpTRgTSBm2orkn3bK68whDu0SH0eauX { box-sizing:content-box;height:326.991px;width:3.99306px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:254.99998474121px;left:338.79629516602px;display:block; }
#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE { 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; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { background-color: transparent; background-image: none; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container > .video-iframe-container { display: none; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row > .video-iframe-container { display: none; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .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); }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { border-width: 0; border-radius: 0; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { font-size:14px;font-family:arial;height:330px;width:960px;position:relative;display:block; }#UAxndLl01if8AmoAOu448sQ4DriIpRQX { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:2px;width:40px;top:251px;left:460px;display:block; }
#f9oTRbU85W3rkBK35CTXaMOnxWfGQTpc { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:195.995px;width:302.998px;top:36.412033081055px;left:470.13888549805px;display:block; }
#LTPRTEJ2d0PlmexFQBM3B13TthkuZutU { color:#000000;display:block;width:272.998px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:107.09490966797px;left:485.13888549805px;height:54.5833px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }#MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { color:#000000;display:block;width:813.993px;position:absolute;font-family:"open sans";font-size:60px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:52.974533081055px;left:82.986114501953px;height:77.9977px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KafZFZL5ANa7IyqQbwr3o8TRm52FyOuC { color:#ffffff;display:block;width:450px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:275px;left:510px;height:46.794px;font-style:normal;display:block; }
#sn14vz9J3eAv304p4QXzvShw2kJFbsRe { color:#fafafa;display:block;width:137.998px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:280.6018447876px;left:82.986114501953px;height:46.794px;font-style:normal;display:block; }
#a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:356px;height:60px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:425px;left:302px;display:block; }
#xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SolNHhod9y27WAFr2uW0D1erxT09Xxvr { box-sizing:content-box;color:#5d92ff;font-size:23px;font-weight:400;line-height:1;height:33.9931px;width:33.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:286.99073028564px;left:20.995376586914px; }
#iG3pkbrxl4aVqPWwSlHOFQ1kWSdnfmhU { box-sizing:content-box;color:#5d92ff;font-size:23px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:278.50234828564px;left:441.00237117383px; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:374px;height:134px;top:102px;left:6px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:385px;height:680px;top:0px;left:379px;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:312px;height:36px;top:401px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { width:311px;height:66px;top:464px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:50px;height:50px;top:577px;left:1px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:370px;height:31px;top:93px;left:390px;display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { width:323px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-checkbox-label { width:303px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { width:323px;height:auto;top:153px;left:397px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { width:323px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { width:323px;height:auto;top:153px;left:397px; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #S7bnrdJiSo0TqUsm2dc6D8oJEmzetVgI {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #vOuO0DRuCMoFearfTNW283qtuKXRQX21 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #r8bxrBMihAtHrHPm8nmDOkmDPupHSRbM {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #MnPiiOtzCAxKGaJe4r7tx8k63VAGy8UH {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #O9dlFeb8x6yxA5ZXpGkhP06DeWe1OnNN {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #skzbdF2n1qfPQBwmJWEkuWTuD2ZHlKOh {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #b0tNQNsPtuA20b7N4RIR4INXCgsytbmp {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #dgyMDkk04ElGJFCcWfMz2SEaZgcQU5yP {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #IJJ9vliyRfnClzd620wm2me6ew87knsx {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w {  }
 }@media only screen and (max-width: 763px) { #C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { width:370px;height:23px;top:485px;left:386px;display:block; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { display:flex;width:288px;height:81px;top:542px;left:416px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
 }@media only screen and (max-width: 763px) { #S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { width:33px;height:33px;top:472px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { width:33px;height:33px;top:525px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:764px;height:46px;top:66px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:30px;height:2px;top:154px;left:367px;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:764px;height:215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:760px;height:216px;top:11px;left:2px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { display:block; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:764px;height:70px;top:65px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { display:block; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmUVGFbaBo4GuSm1HKWQNT7NG9aVWMtp { top:7px;left:0px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #yfQOch5BKkmIHDTT9dO0mgf4TtUbd7wo { top:7px;left:142px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #GZoIM6WU5gF7BIKHC5cRIbqrXfoft6VD { top:7px;left:27px;width:240px;height:240px;display:block; }
 }@media only screen and (max-width: 763px) { #dxQTeqidS2EnbX965hy2iUyDuymbidhx { top:7px;left:335px;width:239px;height:239px;display:block; }
 }@media only screen and (max-width: 763px) { #qFW2k1nqyinUHKvKCC5kCOyWvWuao8Xi { top:254px;left:0px;width:323px;height:323px;display:block; }
 }@media only screen and (max-width: 763px) { #QnpTRgTSBm2orkn3bK68whDu0SH0eauX { top:254px;left:265.29629516602px;width:3px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE { display:block; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAxndLl01if8AmoAOu448sQ4DriIpRQX { width:40px;height:2px;top:251px;left:362px;display:block; }
 }@media only screen and (max-width: 763px) { #f9oTRbU85W3rkBK35CTXaMOnxWfGQTpc { width:302px;height:195px;top:36px;left:372.13888549805px;display:block; }
 }@media only screen and (max-width: 763px) { #LTPRTEJ2d0PlmexFQBM3B13TthkuZutU { top:107px;left:387.13888549805px;width:272px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:764px;height:652px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:764px;height:120px;top:142px;left:0px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KafZFZL5ANa7IyqQbwr3o8TRm52FyOuC { width:450px;height:46px;top:370px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #sn14vz9J3eAv304p4QXzvShw2kJFbsRe { width:450px;height:46px;top:307px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:356px;height:60px;top:479px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { #SolNHhod9y27WAFr2uW0D1erxT09Xxvr { width:33px;height:33px;top:286px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iG3pkbrxl4aVqPWwSlHOFQ1kWSdnfmhU { width:41px;height:41px;top:278px;left:343.00237117383px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95256368-25c3-479d-93c7-c6753a67f7da/blsfirstaid2.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); } }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:transparent;background-image:none;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:320px;height:1211px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKqJ3NsQSghtQU4p0rdsyMv277udm8PB { width:300px;height:75.6019px;top:363.125px;left:19.988425254822px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #bEmsObfJT5EOzeFgyGpsUTpkQWyB8Lde { width:320px;height:866px;top:341.56481933594px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p1N80XkM0HxOSIpzcJBoaaU3qDCHCH8D { width:300px;height:25.9954px;top:427.99767303467px;left:9.9884252548218px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yd4T4NBrroqagPDKL5RoJsR3D4u6CVX1 { width:300px;height:27.9977px;top:517.98610687256px;left:9.9884252548218px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:50px;height:50px;top:992px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UJCPnWXPbNklticRUTFKA0NTJL7esBSF { width:280px;height:31.2037px;top:568.53008270264px;left:19.999999046326px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-form-header { font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-radio-label { float:none; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;font-size:0; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:first-of-type{padding-top:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .widget-container:last-of-type{padding-bottom:0;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc  { width:280px;height:auto;top:598.993019104px;left:0px;font-size:14px; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#LePhE50mTkfWqBADazRsWKVz0w2Wqukc {display:block;}#LePhE50mTkfWqBADazRsWKVz0w2Wqukc { width:280px;height:auto;top:598.993019104px;left:0px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #neVNn1g2k77QTXhT4ZcfuuNaodpZdS3V {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #aTbBW8t94XT5TsyNKwAbdU1dJk1XU8MR { display:block; }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #KkAu0gKdb2P7JcnoDZTQ6xZO5k7URf9B {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #S7bnrdJiSo0TqUsm2dc6D8oJEmzetVgI {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #vOuO0DRuCMoFearfTNW283qtuKXRQX21 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #r8bxrBMihAtHrHPm8nmDOkmDPupHSRbM {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #MnPiiOtzCAxKGaJe4r7tx8k63VAGy8UH {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #O9dlFeb8x6yxA5ZXpGkhP06DeWe1OnNN {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #skzbdF2n1qfPQBwmJWEkuWTuD2ZHlKOh {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #b0tNQNsPtuA20b7N4RIR4INXCgsytbmp {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #dgyMDkk04ElGJFCcWfMz2SEaZgcQU5yP {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #IJJ9vliyRfnClzd620wm2me6ew87knsx {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RyPfFvbyGqNziffXK8nJR8qFCL8TT2s5 {  }
 }@media only screen and (max-width: 763px) { #LePhE50mTkfWqBADazRsWKVz0w2Wqukc #RHMWCCCF5pWrf51sDdtKRA7BkJxS981w {  }
 }@media only screen and (max-width: 763px) { #C7c2Asi0QFnMetzAUHyVMdMnkagHNwUC { width:280px;height:25.9954px;top:1079.7337646484px;left:19.999999046326px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv { display:flex;width:287.998px;height:80.9954px;top:1104.9884033203px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #GFPObSodu2KHHyV9tKJnkdMxO2CE3Ech { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #NiQC7q0pTGUQCTvTpNR7gClJKrmKFhAs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BBW0mLcxZZskQtiuXURWMKTTCkaGWTSs {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #zVZU127GHTz6By3uGT4IwMZGUHiAgivR { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #e6KuXboJeSGv41LTBVoCJgXJhhR88MC7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #CuGaiI6BtGqObZ8DIksun5mATctf2dTt {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #n1gmmDElli29WeeJ48Pn0Oo6uIDfNkpQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Vvfn3IF9k82fUgSZPhJd9CORoiQWVm1m {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #hgOwPz1UTk1P4ehlH32oRbbM5f0HrEVM {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #BJWVzWvnoLLLrQyVtR92k8ipidRpLUOM { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #Z9RvM8hk1x4i2ZZKsMRQ2wKGLJrqn8m7 {  }
 }@media only screen and (max-width: 763px) { #apSTg6asiAVZgN80IsyXUdQ1fVRmwJKv #tbbFXqtvB70oa5TDVlhHLLfJ8W9WI9xk {  }
 }@media only screen and (max-width: 763px) { #S5s7CElyZnIK2ypdM7v9sPOGTos2wqOM { width:33.9931px;height:33.9931px;top:372.98610687256px;left:142.99767780304px;display:block; }
 }@media only screen and (max-width: 763px) { #WT19vNDtozGatVmPnB8k4q8uNOzrrx33 { width:33.9931px;height:33.9931px;top:473.99303436279px;left:142.99767780304px;display:block; }
 }@media only screen and (max-width: 763px) { #ZdanhthOVBpokWrqWu5WQCQvMC08hilM { display:block; }#ZdanhthOVBpokWrqWu5WQCQvMC08hilM > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJaWLTokf3QEQTyo5SZwsehRKEEN7B4p { width:300px;height:20.787px;top:20px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PxNkTB9vRFTSJzmOf79DQ0BAWnlpi9ip { width:30px;height:1.99074px;top:60.7755px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfHWoqqV5NKk3i5ECxPTxTdrv2PqC35Q { width:300px;height:172.7082px;top:10.983779907227px;left:9.9884252548218px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G { display:block; }#Mr3ehaoGvpWP5olXCJAFrFu8BXBSFw6G > .row .container { width:320px;height:81.8633873046875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pfVyAr0uJKKIwbdTGdqUZJ3EGHNGiAMa { width:300px;height:68.8889px;top:12.986030578613px;left:9.9884252548218px;text-align:center;text-align-last:center;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV { display:block; }#rgFUCx43TUlsWDwg0SBXPtlBKOHFwtvV > .row .container { width:320px;height:1608px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmUVGFbaBo4GuSm1HKWQNT7NG9aVWMtp { width:315px;height:315px;top:0.97917175292969px;left:4.4907398223877px;display:block; }
 }@media only screen and (max-width: 763px) { #yfQOch5BKkmIHDTT9dO0mgf4TtUbd7wo { width:320px;height:320px;top:318.99538803101px;left:2.456018447876px;display:block; }
 }@media only screen and (max-width: 763px) { #GZoIM6WU5gF7BIKHC5cRIbqrXfoft6VD { width:320px;height:320px;top:640.98146057129px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dxQTeqidS2EnbX965hy2iUyDuymbidhx { width:320px;height:320px;top:963.96527099609px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qFW2k1nqyinUHKvKCC5kCOyWvWuao8Xi { width:320px;height:320px;top:1286.9583129883px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QnpTRgTSBm2orkn3bK68whDu0SH0eauX { width:1px;height:124px;top:1416.9906158447px;left:158.48379230499px;display:block; }
 }@media only screen and (max-width: 763px) { #wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE { display:block; }#wqnN7UrITDyuvPeaJw7WHZ1BhT0IT4mE > .row .container { width:320px;height:265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAxndLl01if8AmoAOu448sQ4DriIpRQX { width:40px;height:1.99074px;top:32.986114501953px;left:139.99999713898px;display:block; }
 }@media only screen and (max-width: 763px) { #f9oTRbU85W3rkBK35CTXaMOnxWfGQTpc { width:301.991px;height:195px;top:48.981430053711px;left:8.9814805984497px;display:block; }
 }@media only screen and (max-width: 763px) { #LTPRTEJ2d0PlmexFQBM3B13TthkuZutU { width:271.991px;height:54.5833px;top:119.17805480957px;left:23.993054389954px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:rgba(30,205,186,0.85);background-image:url("https://images.assets-landingi.com/uc/95256368-25c3-479d-93c7-c6753a67f7da/blsfirstaid2.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.adaptive-delivery-prevent-bg, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyload, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyloading { background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:320px;height:440px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxuzO105SZg5RzwdeHyvqqZIzZHofmZh { width:300px;height:80px;top:18.993057250977px;left:9.9884252548218px;text-align:center;text-align-last:center;font-size:40px;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #KafZFZL5ANa7IyqQbwr3o8TRm52FyOuC { width:300px;height:28.5995px;top:205px;left:10px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #sn14vz9J3eAv304p4QXzvShw2kJFbsRe { width:300px;height:28.5995px;top:132px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #a1TEoyaV3Z6Oivhu9MIc6BI1skwRQ6UE { width:303.993px;height:60px;top:371.97915649414px;left:7.9976854324341px;display:block; }
 }@media only screen and (max-width: 763px) { #xxC0EK9i0MzSCLwy9NyPwZHNRC9RPxzS { display:block; }
 }@media only screen and (max-width: 763px) { #SolNHhod9y27WAFr2uW0D1erxT09Xxvr { width:33.9931px;height:33.9931px;top:99px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #iG3pkbrxl4aVqPWwSlHOFQ1kWSdnfmhU { width:33.9931px;height:33.9931px;top:172px;left:133px;display:block; }
 }