.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:rgba(0,0,0,0.14);background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { color:#717171;display:block;width:33.125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:3.937255859375rem;left:1.25rem;height:2.03125rem;font-style:italic;display:block; }
#DXholL2chRLcpSLeXzbNx61l6m4SQAC9 { color:#ffffff;display:block;width:58.25rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.75rem;height:2.11230625rem;text-align:left;text-align-last:left;display:block; }
#bBvxLAueDiEel1BTMnLSfZ90qdSux71D { position:absolute;display:block;z-index:15025;background-color:#ae9416;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:3.5rem;width:60rem;top:23.03125rem;left:0rem;display:block; }
#hUs3wKZPZudi152C6AoIBTakNl0qktOH { color:#418bda;display:block;width:59.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zHtxkQy2FFoya9uStlpdavL6Xu7VvQHN { color:#084dc8;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:20.1875rem;left:39.8125rem;height:1.25rem;display:none; }
#ibTTLyEHGBefvGsdSrHdBNXUK17Wb2op { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:30.9375rem;left:0rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ElRpKIToMqAIHiJDPseUMgdasgLK9PTr { color:#418bda;display:block;width:59.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:35.625rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .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; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#070605;background-image:none;color:#f4faff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:46.53125rem;left:4.21875rem;z-index:15036; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #RoZTSXaGvlPhTziLpDsQcKFAyy2nCO0f { display:flex;position:relative;top:0rem;left:0rem; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #F71z3J5yKU3rbHW79CCCwzPMBxoGAOmL { width:auto; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #V1XpVqiE7zqs7cm1bvMHT5N3WTGiaylV {  }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #dRiApZVh3ma4a0GeEFRfdAlXPLHK7Dqa { display:flex;position:relative;top:0rem;left:0rem; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #w4wh7ozXXT30Rn5htUgTF1e9DCh9xrr1 {  }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #E72SmaHpfDciTRZnbsciyOEvRu0li8xv {  }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #fpUql6xOKaMNsHeHUHG3fi8GTiy0VC9S { display:flex;position:relative;top:0rem;left:0rem; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #rahbaQsJRdMdkHOgRWnTVaKr7or0rItp {  }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #rv2VXmvEakLcnaXAUH9I4Ia0Tpa6ON4r {  }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #POrHrOS4U4heZax7c85Mzd0tOvBycABd { display:flex;position:relative;top:0rem;left:0rem; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #P10fiUrHy4yRc6cfOvVFCLwIEpNdvXGD {  }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #x9PWDskpTw9TZtCgymQw2zMATTKVZf2K {  }
#eDf3R6GbQrQSu9QoHRK5nzvXSUTooPGG { color:#0c0d0e;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:43.78125rem;left:3.78125rem;height:2.886725rem;text-align:center;text-align-last:center;display:block; }
#OvQPZZKeQFZs6oRINdOoJgH2OaHw1zGv { background-color:#4f85d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:39.53125rem;left:5.09375rem;display:block; }
#lkTpAwKFK6ozc4fI9RAAZAd6uemIFDPR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EcV3Lr7f6mQUtO6z7qGdInVBXsp2lALa { color:#219408;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:48.03125rem;left:36.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnA4EieSLG1rB4kzoZQzFNHJtApd0aHA { color:#0c0d0e;display:block;width:24.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:41.09375rem;left:32.8125rem;height:6.9550875rem;text-align:center;text-align-last:center;display:block; }
#JBTW22O1mKhNxpNxH7nCkwUhWdtrNDMe { position:absolute;display:block;z-index:15041;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:23.625rem;width:31.0625rem;top:-0.0625rem;left:13.383283485184rem;overflow:hidden;display:block; }
#rd8Ni61TINixlX92mv5nb3deRloRMKxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(162,136,18,0.13);background-image:url("https://images.assets-landingi.com/ZDWlA5qH/Screen_Shot_2022_05_27_at_1.12.22_PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo.adaptive-delivery-prevent-bg, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyload, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyloading { background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { background-color: transparent; background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .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); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { border-width: 0; border-radius: 0; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#NfJ0R7QMICCGJLZ24FyAxMElvpMM9kpw { position:absolute;display:block;z-index:15030;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: none;height:0.125rem;width:15.625rem;top:14.3125rem;left:19.59375rem;display:block; }
#nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pGzfk6MrusMTrBRA6hCVIBG8aEB1k6fL { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:normal;z-index:15036;line-height:1.8;letter-spacing:0;top:1.875rem;left:0rem;height:11.699225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b4RwMTaG223hma1KmpHFBTCz8gQJfkd1 { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.8;letter-spacing:0;top:16.46875rem;left:1.03125rem;height:4.7246125rem;display:block; }
#fNnUAxrikopGekzmZRBElTrZN9AV0IQ7 { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15038;line-height:1.8;letter-spacing:0;top:25.6875rem;left:0rem;height:11.81153125rem;text-align:center;text-align-last:center;display:block; }
#GzRnR3U5AtJnPWEhMUOIZm86u2wCX848 { position:absolute;display:block;z-index:15031;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: none;height:0.125rem;width:15.625rem;top:23.4375rem;left:19.59375rem;display:block; }
#iJ7PA0WpRaRJi0wDGK5BR7lxKli9GCy6 { position:absolute;display:block;z-index:15032;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: none;height:0.125rem;width:15.625rem;top:33.6875rem;left:19.59375rem;display:block; }
#Fk7dZctighfeFW6DVowd23Q3WCTmR0fQ { position:absolute;display:block;z-index:15035;background-color:rgba(185,160,8,0.99);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:12.5rem;width:56.625rem;top:1.875rem;left:1.03125rem;display:block; }
#vAR9S1w4prQoJGvMTeU5U4FyxRLscR4b { position:absolute;display:block;z-index:15036;background-color:rgba(172,145,15,0.98);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:5.3125rem;width:56.625rem;top:16.125rem;left:0.875rem;display:block; }
#fIRTklLs7Di6KWJTf7cifx83QcdCFwtr { position:absolute;display:block;z-index:15036;background-color:#f1eee4;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.875rem;width:56.625rem;top:35.3125rem;left:0.875rem;display:block; }
#tQs24INRaTSaNfUaLwaR1U0eupsCRL25 { position:absolute;display:block;z-index:15037;background-color:rgba(171,147,24,0.97);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:8rem;width:56.625rem;top:25.3125rem;left:1.03125rem;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { 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; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#uGiCGwPCm5hT0WoRokGJaxTV3SVxFwLs { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QhAfUodkHgHhMXuKah0s7BPoTnrstHGr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:32.3125rem;left:17.125rem;height:1.29980625rem;display:block; }
#fUTbvFn1C1ue8hLDBIvg3BCoBbE23WIz { color:#272123;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:19.125rem;left:0rem;height:8.75rem;text-align:justify;text-align-last:initial;display:block; }
#GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:1.8125rem;left:0rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { color:#4f494c;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0rem;height:2.35595625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#cgutFgS9Wse5BExet9mZm2eolGeR0hl1 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:33.5625rem;left:0rem;display:block; }
#cT2CUHkHBd8tahebdKo8OzlT6uSImVpK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vcl35k13HsqfmZFgDpST3fyev2UHiBPD { color:#206ddf;display:block;width:22.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:33.5625rem;left:37.6875rem;height:5.7919875rem;text-align:center;text-align-last:center;display:block; }
#bziNFaVaQDCsoxgIwzBN8vouaK27TrKH { color:#d00a0a;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:33.5625rem;left:22.8740234375rem;height:4.7119125rem;text-align:center;text-align-last:center;display:block; }
#h7p57udbVg72Tr4PV7uuaKTPqhsbWCrC { color:#1d52de;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:40.375rem;left:19.1240234375rem;height:3.65625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ha4Lr0ymPFK15aE3PxmSnpB48pyxATCc { color:#219408;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:45.21875rem;left:42.09375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .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; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#070605;background-image:none;color:#f4faff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:39.03125rem;left:40.5625rem;z-index:15039; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #nJ9spIyoSp29iSmSDxH1uPqdVvxMa2Zr { display:flex;position:relative;top:0rem;left:0rem; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Ju0zr87PQkEE0d8T72opaM8o9WqCpfrB { width:auto; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Ek2ezGO9mMifJKTANtHoOM7hvGxg0IgJ {  }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #rs5y5z7PQUysrB5XBU0nbxcVqhNouKnL { display:flex;position:relative;top:0rem;left:0rem; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #bGTR6pcshTstmNq8oOh35eMGQIQnhEMl {  }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Rg2TmBWKyIlGBTyAtEfdpIiLhLqshF80 {  }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #KA8To72CxZ62VWyE4y2FIvEz4bunGr0i { display:flex;position:relative;top:0rem;left:0rem; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #RPa9felGEbAViBTOPcSNsC8qGDBeduIy {  }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #ZHTUbhaxB31kflHOT7IK7KTpfdaR6DfL {  }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #IJeOLm7NdpifKUS77vgdlJ7JMX1kpZLV { display:flex;position:relative;top:0rem;left:0rem; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #v0wfUPbKZc1dk2gBwtUXOea6FffmJv4k {  }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #TuAyTrBwTE0HXNa4RKmzHBQEwTGQa3nn {  }
#T8seBPTyCqkx00DwF9ssIBlmNDpuw3Tl { color:#0c0d0e;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:39.625rem;left:0rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S { background-color:rgba(60,69,69,0.19);background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S.adaptive-delivery-prevent-bg, #wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S.lazyload, #wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S.lazyloading { background-image: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container { background-color: transparent; background-image: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container > .video-iframe-container { display: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row > .video-iframe-container { display: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .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); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container { border-width: 0; border-radius: 0; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#pdkyf9rMgwHiM2WEXxrTHk5SP5SbbqTP { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.0625rem;width:31.9375rem;top:21.8125rem;left:28.0625rem;overflow:hidden;display:block; }
#uZVH6TSh5gK0KFtpqyihnU5hOSGZo8xE { color:#0079e6;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:31.34375rem;left:0rem;height:13.3105375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJOERpuuJoNfDHThyXghgKFkC9BJKkZp { color:#0b62b2;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:5.11816875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CipbvdHtX16AhQ3ESmb0KnwAk8bHH25a { color:#0b0909;display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:7.796875rem;text-align:justify;text-align-last:initial;display:block; }
#k5hbtp7hOt862mNDfAiwVfLfOGb9IGDT { color:#000000;display:block;width:35.5rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:8.8125rem;left:12.9375rem;height:3.16796875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oKVU1yEnmak1QlyGaSr8BAmQr3FDEsmu { color:#000000;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:26.96875rem;left:0rem;height:1.8681625rem;display:block; }
#TsXPqzUerkhfeZcxsTgZluUV1MQIFoxi { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23.625rem;left:2.40625rem;height:1.86865rem;display:block; }
#fkbcRZXzWsD4WEoGdGuJChW93GdiJTu6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:43.75rem;left:24.4375rem;height:1.29980625rem;display:block; }
#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6fd1;background-image:url("https://images.assets-landingi.com/E7RLgUjjazc/unsplash/adeolu-eletu-E7RLgUjjazc-photo-1444653614773-995cb1ef9efa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f.adaptive-delivery-prevent-bg, #T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f.lazyload, #T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f.lazyloading { background-image: none; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container { background-color: transparent; background-image: none; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container > .video-iframe-container { display: none; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row > .video-iframe-container { display: none; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .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); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container { border-width: 0; border-radius: 0; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#Xkc3eSRBM8T9l9kMcRI41B480xhiyafs { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:1.78125rem;left:10.75rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uMuFewSRx40t0VdzQ1Bw3q4b0qAzMGdP { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R52Tv2EkiwKmP4Vu2iDkhn5Fs68vEH61 { color:#f4e5e5;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:0.84375rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#qExHgsmf4U5CiKS8vrFREy0K8CeyCzW2 { color:#ecd8dd;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:4.71875rem;left:1.4375rem;height:9.0625rem;display:block; }#qExHgsmf4U5CiKS8vrFREy0K8CeyCzW2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qExHgsmf4U5CiKS8vrFREy0K8CeyCzW2 li:before{  }
#nVP3b4rS0rpmADetr4Pt5XzhkREr6iUy { color:#e8d7d7;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.96875rem;left:29.8125rem;height:7.4375rem;display:block; }#nVP3b4rS0rpmADetr4Pt5XzhkREr6iUy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nVP3b4rS0rpmADetr4Pt5XzhkREr6iUy li:before{  }
#HTZkFF6iDUkWAUryEkamOz2KtJ09sO0n { position:absolute;display:block;z-index:15037;background-color:#2061ea;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:13.5rem;width:58.5625rem;top:0.78125rem;left:0.71875rem;display:block; }
#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL.adaptive-delivery-prevent-bg, #zFvfKztwrryHPugE8GhAfDhUmlf1DxrL.lazyload, #zFvfKztwrryHPugE8GhAfDhUmlf1DxrL.lazyloading { background-image: none; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row .container { background-color: transparent; background-image: none; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(162,136,18,0.58); }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row .container > .video-iframe-container { display: none; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(162,136,18,0.58); }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row > .video-iframe-container { display: none; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .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); }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row .container { border-width: 0; border-radius: 0; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#PJcm55kQLPE1mfJmDABm24tJWWyT8hTC { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:1.78125rem;left:10.75rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Uim8mxAdQb0LHTsSsDMoSKIrEV2DozqJ { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZemD97ZWBhTOVpS5hzBLxAr4HAtb7v1O { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.84375rem;left:0rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wRvTRyhZ8t8m4nXmCL6F0nSRzfgF270I { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:9.65625rem;left:41.4892578125rem;display:block; }
#of4nIWynAOmTbqvo7amouCaQsyLq16qG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkNeL6dyArOIZZOTPnute0y9iVm6U6rd { color:#206ddf;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:19.03125rem;left:39.2392578125rem;height:4.57324375rem;text-align:center;text-align-last:center;display:block; }
#bsuo7vmpRVgXkDctf73IwiNMqdmPF9gk { color:#219408;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.59375rem;left:21.8125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfyiwUu6TQsGFMipKVuTffQDMryFauLb { color:#1d52de;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:16.53125rem;left:1.25rem;height:2.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NnTLAD5TJ59U6Wio3ZRF33eldcqIP6x7 { color:#d00a0a;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:10.09375rem;left:1.25rem;height:4.7119125rem;text-align:center;text-align-last:center;display:block; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .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; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#070605;background-image:none;color:#f4faff;padding-top:0.435625rem;padding-right:0.38625rem;padding-bottom:0.435625rem;padding-left:0.38625rem;display:block;align-items:center;width:2.318125rem;min-width:2.318125rem;height:2.341875rem;position:relative;font-family:"open sans";font-size:1.7425rem;font-weight:700;line-height:37.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .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.2725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.090625rem;height:0.925625rem;position:relative;font-family:"open sans";font-size:0.65375rem;font-weight:400;line-height:14.81px;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; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.375rem;height:4.41125rem;padding-top:0.544375rem;padding-right:0.551875rem;padding-bottom:0.544375rem;padding-left:0.551875rem;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:13.09375rem;left:41.685546875rem;z-index:15040; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #BUZ7yVT2fglIiB4yOJeTDS5grb745eT4 { display:flex;position:relative;top:0rem;left:0rem; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #l6DvB8MHOQaHKrrtqJ6ov3SX2ezh7xT0 { width:auto; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #cwAegkAplUEeDTD06r4GXGnKMTXlHyPL {  }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #fdsiF58qa8kbXNdFlqaOVrniV8Km95Pc { display:flex;position:relative;top:0rem;left:0rem; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #WFMHlCKaQSehJTCmGH59GGTVE1QPZnCr {  }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #dTrxsxHLToJNnRlQ6o7Sc0XNge6wx6BV {  }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #d1iqh2iAw09UqCcc2mdb2MW0s7K7NIOc { display:flex;position:relative;top:0rem;left:0rem; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #mgfyUu10UEEEZ7Do03hFSWpCdXmJ6cnN {  }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #cynlUUOmbsyleK3TZvqADNleQMKkE7GW {  }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #XZTwTHfblpTs04s3ZDLcADFWMAcrAFOD { display:flex;position:relative;top:0rem;left:0rem; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #yzbatvlBJ9DIubMS8HhOc0im3MozuVqg {  }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #JauoRhWTe1i7MvhMSzATgz5bKqzuG2xv {  }
#trIpTMdPPSuk0GKGsiCDOEdFIhQ9rC5U { color:#0c0d0e;display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:10.09375rem;left:19.6875rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP { 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; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row .container { background-color: transparent; background-image: none; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row .container > .video-iframe-container { display: none; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row > .video-iframe-container { display: none; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .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); }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row .container { border-width: 0; border-radius: 0; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#de5R9BHXPpMLILkT7BrNsmU2cf7NcGK6 { color:#baa61c;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:0.5625rem;left:0rem;height:8.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p07zqhngDQiMZ1fRCD488KwLhKqrnCaD { color:#131517;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.9;letter-spacing:0;top:10.84375rem;left:3.125rem;height:2.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DPK3LR35vOsJskcwcmaQdb378zAcUBXQ { color:#131517;display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.9;letter-spacing:0;top:14.59375rem;left:32.75rem;height:2.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bQVHohG0QldWyRaTt6Up7OoTXeXpqyKo { color:#131517;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:25.75rem;left:34.46875rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vsng5ExfRk7TwGIuRlmJVrll8xRW7c9k { color:#131517;display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.9;letter-spacing:0;top:21.40625rem;left:3.125rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D3Cvq34y4r8unxQas6H3UTzok3emR9l0 { color:#131517;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.9;letter-spacing:0;top:32.4375rem;left:3.125rem;height:2.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mxobhbblOUozqMC1cUUcQ3pCZ1C9fh24 { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:14rem;left:0.5rem;height:2.5996125rem;display:block; }
#EULw20RsXw6bm4TQkyRsxyNHKrF2ksna { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:24.03125rem;left:0.875rem;height:1.29980625rem;display:block; }
#BTLMd1lQgd22GvKZ1WyzrhoVxPk0ndEn { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:18.0625rem;left:30.8125rem;height:2.5996125rem;display:block; }
#Fu5JzeZEsqxPJuehui05QmJ2Rgm3VeMU { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:35.375rem;left:0.875rem;height:2.5996125rem;display:block; }
#noMqTy5KN60lwZWthhA8mNKaUpeLcUtl { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:29.75rem;left:31.1875rem;height:2.5996125rem;display:block; }
#N2xgvEqdPTS8D4Q66QLqAVLCpSk2LtzZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:10.75rem;left:0rem;display:block; }
#RtEvFn2NKquUhzKvf1FHlnacIJCsfRQl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:32.34375rem;left:0rem;display:block; }
#CiKViJo2TmtGGPkQCi7FIfuqiLq1Zcib { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:21.25rem;left:0rem;display:block; }
#NA1cLLHrDq2xa7NAt4BIuyRqfBTqdRQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:14.5rem;left:29.6875rem;display:block; }
#Cx73TmhpS9SdfakBBcnyTGtcI7s6XEvd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:25.875rem;left:30.5625rem;display:block; }
#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC.adaptive-delivery-prevent-bg, #LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC.lazyload, #LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC.lazyloading { background-image: none; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row .container { background-color: transparent; background-image: none; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(162,136,18,0.76); }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row .container > .video-iframe-container { display: none; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(162,136,18,0.76); }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row > .video-iframe-container { display: none; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .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); }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row .container { border-width: 0; border-radius: 0; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#RHvWWDoQPnc9h4glXDcomVPUEDJE6ZXH { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:1.78125rem;left:10.75rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#dmw1IEWH4BEmPueTggPR37phLiyQ52Hm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.0625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:0.90625rem;left:0rem;height:8.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 { color:#000000;display:block;width:47.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:2.125rem;left:7.8125rem;height:28.75rem;display:none; }#ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 li:before{  }
#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:top left !important;background-repeat: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; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I.adaptive-delivery-prevent-bg, #KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I.lazyload, #KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I.lazyloading { background-image: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container { background-color: transparent; background-image: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container > .video-iframe-container { display: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row > .video-iframe-container { display: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .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); }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container { border-width: 0; border-radius: 0; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#HIFIHaVC5OrFT4pWouXWW6TVQmiyvpTQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:32.3125rem;left:17.125rem;height:1.29980625rem;display:block; }
#a6ENWOoJs9cHeAOBoBd8HhQhwkTHLr2F { color:#1a57da;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfrgkLzUWeE3fkzetqibot8ZPTmKpLa2 { position:absolute;display:block;z-index:15030;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: none;height:0.125rem;width:15.625rem;top:27.0625rem;left:20.25rem;display:block; }
#be5AedrwayTTN8KTWvCNZlpWbBAowhiX { color:#1260c3;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:33.5625rem;left:0rem;height:10.398425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7q1DE0reSMFiwGids1klwnCiSRizULe { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:9.9375rem;left:3.375rem;display:block; }
#plgZ2cJy03NZd3Z135ldAgVz1cdJSuww { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:6.9375rem;left:3.375rem;display:block; }
#abIR8pcxZA7oU1uK8bFnz3DIc9GJlDls { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:4.1875rem;left:3.375rem;display:block; }
#u4LpBZloGJNxTbHWt6nWEkPSDVNDgNLH { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:1.25rem;left:3.375rem;display:block; }
#zBCTmHc9f2Msh1TXrosZw6XDSrro1gzU { color:#000000;display:block;width:47.375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15030;line-height:1.8;letter-spacing:0;top:2.125rem;left:7.8125rem;height:29.2480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zh4uFzO6BhnmGUkg3b3ScM6UqgzxuN29 { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:15.625rem;left:3.375rem;display:block; }
#xTIsfF1FqmSt2IIoZICGGytmFi3QIRpk { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:18.4375rem;left:3.375rem;display:block; }
#G8W7ZeLuGG0ZfPkNOrCkNo7xKoQIiuNk { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:21.4375rem;left:3.375rem;display:block; }
#NWb83yNW9Hz38bbW7TsHPz6fLFOB2Z9M { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:12.8125rem;left:3.375rem;display:block; }
#nl82LkkxiEHf6AXaenE0BNxMKHozJ2tK { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:24.25rem;left:3.375rem;display:block; }
#yQwLfWgPDa1h7JmlxmudPQdJbkaINFgU { box-sizing:content-box;color:#3d6ed3;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:27.25rem;left:3.375rem;display:block; }
#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT.adaptive-delivery-prevent-bg, #ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT.lazyload, #ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT.lazyloading { background-image: none; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row .container { background-color: transparent; background-image: none; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(162,136,18,0.69); }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row .container > .video-iframe-container { display: none; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(162,136,18,0.69); }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row > .video-iframe-container { display: none; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .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); }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row .container { border-width: 0; border-radius: 0; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#Bxr3f2Tt18exV0OllDFLKCg77GOiKKQN { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:1.78125rem;left:10.75rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#IK2PXAEsPf0yJ7DMgf4NUxAAddxce3yG { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aXHtf19vwC8P8OcPo5Grk1Q4Cli91AzS { color:#f5fff4;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:0.15625rem;left:0rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WX0REE14uHicKPQC8s0xBLc0CMPhXz7q { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:6.7685546875rem;left:22.25rem;display:block; }
#GhTkSLdUM9enKCWwMhrB651huhAbMSEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gL2HeE6Mwwpf1KVS1FW6eWa3VzdlQ1LK { color:#2463c0;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:11.830078125rem;left:37.5625rem;height:5.30566875rem;text-align:center;text-align-last:center;display:block; }
#HHm2k9aZmoiHRHZE3U9OTR7JEUSDdMhG { color:#d00a0a;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.705078125rem;left:24.84375rem;height:3.7373rem;text-align:center;text-align-last:center;display:block; }
#JZz8yfIzryR4gRNIVFdtWHKwNk4UvasB { color:#1d52de;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:16.705078125rem;left:25rem;height:2.68115rem;font-style:italic;display:block; }
#SBxs5mrqKBBU7Bb4rFbsvCasShlXllv3 { color:#219408;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.580078125rem;left:0.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE .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; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#070605;background-image:none;color:#f4faff;padding-top:0.435625rem;padding-right:0.39875rem;padding-bottom:0.435625rem;padding-left:0.39875rem;display:block;align-items:center;width:2.388125rem;min-width:2.388125rem;height:2.33875rem;position:relative;font-family:"open sans";font-size:1.743125rem;font-weight:700;line-height:37.42px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE .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.2725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.186875rem;height:0.924375rem;position:relative;font-family:"open sans";font-size:0.65375rem;font-weight:400;line-height:14.79px;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; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:16.75rem;height:4.406875rem;padding-top:0.545rem;padding-right:0.569375rem;padding-bottom:0.545rem;padding-left:0.569375rem;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:5.7373046875rem;left:42.1103515625rem;z-index:15037; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #am37lN04PTQ5AaPTTrS9sTXFqSdB4uOq { display:flex;position:relative;top:0rem;left:0rem; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #E32rBA78hmFaSrhiX831oO7Qg0r6eTQt { width:auto; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #JFzZWxnWH545tx6VdI52GqT0K59mXZKT {  }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #htGkloCqZPqkM9l4qDyc0PwAMDciw15C { display:flex;position:relative;top:0rem;left:0rem; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #mOG1y5h7DUdIQyzEVEE1t1e1BXcZxUKg {  }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #p3zLxVRm8E24sUJnXw0wf6FUIHLlKccf {  }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #yfCxBrwTaDTdmFstnIxlMat7fmkFUKt1 { display:flex;position:relative;top:0rem;left:0rem; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #xzDePAv7EqHlFC2dtImmHsElM5uZfuUL {  }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #wSS6RgamyOIiOo3d9eaU45QOyro3GHXC {  }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #ixqFsGEib2i2ImaXsS5NsTNGgQOs3eCv { display:flex;position:relative;top:0rem;left:0rem; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #nzvfoVr4dr4osbl2iD2C2zWqHNP1iSZD {  }
#BbFxUGC3sPp1ko26n06DQuub87cITieE #kTJHiRT2wEH4WNeSorRWUgWKvdyyd2UT {  }
#RTS0t57Ikw8xt6Wvqwq7fafM9SLQTtAx { color:#0c0d0e;display:block;width:20.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:5.705078125rem;left:0rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;background-image:url("https://images.assets-landingi.com/E7RLgUjjazc/unsplash/adeolu-eletu-E7RLgUjjazc-photo-1444653614773-995cb1ef9efa.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ.adaptive-delivery-prevent-bg, #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ.lazyload, #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ.lazyloading { background-image: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { background-color: transparent; background-image: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .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); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { border-width: 0; border-radius: 0; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { color:#03090c;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15034;line-height:1.7;letter-spacing:0;top:4.6875rem;left:0rem;height:16.5703125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOT5hwZTBxFAnlwgK2GHTw0efBr4ICa9 { color:#0463b9;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:0.46875rem;left:0rem;height:3.375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HNLGX9iyCRy0J9M29XPHzbKU4AL6PbGm { position:absolute;display:block;z-index:15033;background-color:#f8fafb;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:16.125rem;width:60rem;top:4.6875rem;left:0.1875rem;display:block; }
#I6Te334R9TmCTbI1cEmtKirZHzxdl0Jf { position:absolute;display:block;z-index:15035;background-color:#fdfeff;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:3.0625rem;width:60rem;top:0.6875rem;left:0rem;display:block; }
#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/J4kK8b9Fgj8/unsplash/olia-gozha-J4kK8b9Fgj8-photo-1527176930608-09cb256ab504.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.adaptive-delivery-prevent-bg, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyload, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyloading { background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,118,10,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,118,10,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#h52FVMViyueUobMEMnqtVsTBr4KTNwAP { position:absolute;display:block;z-index:15034;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: none;height:0.125rem;width:14.375rem;top:10.8740234375rem;left:22.8125rem;display:block; }
#LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0rem;height:6.3369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:2.28125rem;left:0rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m09rBFLizPERPfLn1GhtwaCiWAsdgKaZ { color:#2463c0;display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.9375rem;left:38.6875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#RZwV86pym9il58U6uV9rDVmMtNz9br3h { color:#1d52de;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:26.984375rem;left:23.625rem;height:3.57470625rem;font-style:italic;display:block; }
#HZ9XUPss4hraHFUP7iENnDN44uNvuBIi { color:#418b12;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:31.140625rem;left:2rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGDWqmyCerDVftPVh3hLzTyTlENRRm6v { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:31.140625rem;left:42.0625rem;display:block; }
#KxX2xP2zgeSLeJzH5WsTRfoT2rWTAu6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#arBH75nHMCz7G3IJgUxH24b8l7KRXgT6 { color:#d00a0a;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:21.09375rem;left:24.40625rem;height:4.7119125rem;text-align:center;text-align-last:center;display:block; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .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; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#070605;background-image:none;color:#f4faff;padding-top:0.35625rem;padding-right:0.32rem;padding-bottom:0.35625rem;padding-left:0.32rem;display:block;align-items:center;width:1.918125rem;min-width:1.918125rem;height:1.915rem;position:relative;font-family:"open sans";font-size:1.425625rem;font-weight:700;line-height:30.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .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.223125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.558125rem;height:0.756875rem;position:relative;font-family:"open sans";font-size:0.534375rem;font-weight:400;line-height:12.11px;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; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS { 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:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.25rem;height:3.6075rem;padding-top:0.445625rem;padding-right:0.456875rem;padding-bottom:0.445625rem;padding-left:0.456875rem;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:25.443359375rem;left:42.9794921875rem;z-index:15038; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #q1CkzdJO5qnUeJo9DwqU0qA8BTTGSIvV { display:flex;position:relative;top:0rem;left:0rem; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #tvC81gT45wsgPaoEhnVG42esTOMZt5Op { width:auto; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #TdP17nLTNAICa1xdg7lU1ZsZxVkKeXwV {  }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #quzEQS3bHiQpByUlrGpeMGbGco7vynBh { display:flex;position:relative;top:0rem;left:0rem; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #EnV80u4SdsNKJbG7lmnyTU0t1a0VF5oO {  }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #wXeDUE0HKQBHcu4nJIQLwxw1V6ahT4LG {  }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #cnC2GDb4hJdIWAZz8o1UrlubWqeD5892 { display:flex;position:relative;top:0rem;left:0rem; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #HbtP4U4UdZk14oFG5LxfHb5ZRKpF3qFz {  }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #A5RR47lQbn0ESS4S3PZlINWXmPNS4Ayn {  }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #AZeDPTLgpVB4q0RGT6HAdmoNGpaDQzBn { display:flex;position:relative;top:0rem;left:0rem; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #EAAWO16nGD9KHI156LAZsv15coTEoT33 {  }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #XWq3RDW3DTe84aSvHuFoHbqPTTpSSky0 {  }
#o0FuK5zEEZ2BUkyPQiqaHV0fZAG7GaAI { color:#cdd9e5;display:block;width:42rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:40.296875rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#C16S35r20cq6SKTklzwnQuGnvnOimCaM { position:absolute;display:block;z-index:14999;background-color:#3781d1;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:3.5rem;width:14.1875rem;top:31.109375rem;left:24.46875rem;display:block; }
#fGT7epIFCv0ctPSv2hB21WB6XotyqkWF { color:#e6d2d2;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:29.9443359375rem;left:44.84375rem;height:2.5rem;font-style:italic;display:none; }
#N8de9sKgVNqz84yHkZL4k89S3S8SHyXG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.75rem;top:46.875rem;left:3.75rem;display:none; }
#Tfk4u3DBJF36rcTVbv2rIv7LHXVeZ8Nx { color:#efdbdb;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:31.671875rem;left:24.3125rem;height:2.2734375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#W15FZBI1ShPggod2DfpS61XCD2AukR7A { color:#0c0d0e;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:20.9375rem;left:0.375rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:33.125rem;height:1.25rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #DXholL2chRLcpSLeXzbNx61l6m4SQAC9 { width:46.6875rem;height:1.6875rem;top:18.1875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bBvxLAueDiEel1BTMnLSfZ90qdSux71D { width:47.75rem;height:3.5rem;top:17.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hUs3wKZPZudi152C6AoIBTakNl0qktOH { width:47.75rem;height:4.375rem;top:22.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zHtxkQy2FFoya9uStlpdavL6Xu7VvQHN { width:1.125rem;height:1.25rem;top:11.875rem;left:29.25rem;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 959px) { #ibTTLyEHGBefvGsdSrHdBNXUK17Wb2op { width:47.75rem;height:3.375rem;top:28.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #ElRpKIToMqAIHiJDPseUMgdasgLK9PTr { width:47.75rem;height:2.1875rem;top:33.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .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; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .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; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 { display:flex;width:18rem;height:5.0625rem;top:40.5rem;left:28.5rem; }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #RoZTSXaGvlPhTziLpDsQcKFAyy2nCO0f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #F71z3J5yKU3rbHW79CCCwzPMBxoGAOmL {  }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #V1XpVqiE7zqs7cm1bvMHT5N3WTGiaylV {  }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #dRiApZVh3ma4a0GeEFRfdAlXPLHK7Dqa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #w4wh7ozXXT30Rn5htUgTF1e9DCh9xrr1 {  }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #E72SmaHpfDciTRZnbsciyOEvRu0li8xv {  }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #fpUql6xOKaMNsHeHUHG3fi8GTiy0VC9S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #rahbaQsJRdMdkHOgRWnTVaKr7or0rItp {  }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #rv2VXmvEakLcnaXAUH9I4Ia0Tpa6ON4r {  }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #POrHrOS4U4heZax7c85Mzd0tOvBycABd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #P10fiUrHy4yRc6cfOvVFCLwIEpNdvXGD {  }
 }@media only screen and (max-width: 959px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #x9PWDskpTw9TZtCgymQw2zMATTKVZf2K {  }
 }@media only screen and (max-width: 959px) { #eDf3R6GbQrQSu9QoHRK5nzvXSUTooPGG { width:18rem;height:2.75rem;top:46.8125rem;left:29.75rem;font-size:1.0625rem;color:#075eb5;display:block; }
 }@media only screen and (max-width: 959px) { #OvQPZZKeQFZs6oRINdOoJgH2OaHw1zGv { width:17.5rem;height:3.5625rem;top:37rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lkTpAwKFK6ozc4fI9RAAZAd6uemIFDPR { display:block; }
 }@media only screen and (max-width: 959px) { #EcV3Lr7f6mQUtO6z7qGdInVBXsp2lALa { width:14.5625rem;height:1.4375rem;top:46rem;left:1.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BnA4EieSLG1rB4kzoZQzFNHJtApd0aHA { width:18rem;height:5.8125rem;top:38.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #JBTW22O1mKhNxpNxH7nCkwUhWdtrNDMe { width:23.1875rem;height:17.625rem;top:-0.0625rem;left:13.0703125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NfJ0R7QMICCGJLZ24FyAxMElvpMM9kpw { width:15.625rem;height:0.125rem;top:14.3125rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:47.75rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #pGzfk6MrusMTrBRA6hCVIBG8aEB1k6fL { width:47.75rem;height:10.25rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #b4RwMTaG223hma1KmpHFBTCz8gQJfkd1 { width:45.25rem;height:3.75rem;top:16.90625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fNnUAxrikopGekzmZRBElTrZN9AV0IQ7 { width:47.75rem;height:10rem;top:25.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GzRnR3U5AtJnPWEhMUOIZm86u2wCX848 { width:15.625rem;height:0.125rem;top:23.4375rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iJ7PA0WpRaRJi0wDGK5BR7lxKli9GCy6 { width:15.625rem;height:0.125rem;top:33.6875rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fk7dZctighfeFW6DVowd23Q3WCTmR0fQ { width:47.75rem;height:12.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vAR9S1w4prQoJGvMTeU5U4FyxRLscR4b { width:47.75rem;height:5.3125rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fIRTklLs7Di6KWJTf7cifx83QcdCFwtr { width:47.75rem;height:1.875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tQs24INRaTSaNfUaLwaR1U0eupsCRL25 { width:47.75rem;height:5.6875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:47.75rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uGiCGwPCm5hT0WoRokGJaxTV3SVxFwLs { width:47.75rem;height:4.375rem;top:10.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #QhAfUodkHgHhMXuKah0s7BPoTnrstHGr { width:12.5rem;height:1.25rem;top:32.3125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fUTbvFn1C1ue8hLDBIvg3BCoBbE23WIz { width:47.75rem;height:10.5rem;top:17.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:47.75rem;height:6.125rem;top:1.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { width:47.75rem;height:2.0625rem;top:29.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #cgutFgS9Wse5BExet9mZm2eolGeR0hl1 { width:17.5rem;height:3.4375rem;top:42.09375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #cT2CUHkHBd8tahebdKo8OzlT6uSImVpK { display:block; }
 }@media only screen and (max-width: 959px) { #vcl35k13HsqfmZFgDpST3fyev2UHiBPD { width:18.25rem;height:3rem;top:32.875rem;left:29.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bziNFaVaQDCsoxgIwzBN8vouaK27TrKH { width:11.8125rem;height:4.125rem;top:33.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h7p57udbVg72Tr4PV7uuaKTPqhsbWCrC { width:12.4375rem;height:2.5625rem;top:39.28125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #ha4Lr0ymPFK15aE3PxmSnpB48pyxATCc { width:14.5625rem;height:1.4375rem;top:44.15625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .widget-text.counter-number { padding-top:0.450625rem;padding-right:0.399375rem;padding-bottom:0.450625rem;padding-left:0.399375rem;width:2.3975rem;min-width:2.3975rem;height:2.42125rem;font-size:1.801875rem;line-height:38.74px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.28125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.19625rem;height:0.9575rem;font-size:0.675625rem;line-height:15.32px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW { display:flex;width:16.8125rem;height:4.56125rem;top:35.875rem;left:29.7958984375rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;padding-top:0.563125rem;padding-right:0.570625rem;padding-bottom:0.563125rem;padding-left:0.570625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #nJ9spIyoSp29iSmSDxH1uPqdVvxMa2Zr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Ju0zr87PQkEE0d8T72opaM8o9WqCpfrB {  }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Ek2ezGO9mMifJKTANtHoOM7hvGxg0IgJ {  }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #rs5y5z7PQUysrB5XBU0nbxcVqhNouKnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #bGTR6pcshTstmNq8oOh35eMGQIQnhEMl {  }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Rg2TmBWKyIlGBTyAtEfdpIiLhLqshF80 {  }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #KA8To72CxZ62VWyE4y2FIvEz4bunGr0i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #RPa9felGEbAViBTOPcSNsC8qGDBeduIy {  }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #ZHTUbhaxB31kflHOT7IK7KTpfdaR6DfL {  }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #IJeOLm7NdpifKUS77vgdlJ7JMX1kpZLV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #v0wfUPbKZc1dk2gBwtUXOea6FffmJv4k {  }
 }@media only screen and (max-width: 959px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #TuAyTrBwTE0HXNa4RKmzHBQEwTGQa3nn {  }
 }@media only screen and (max-width: 959px) { #T8seBPTyCqkx00DwF9ssIBlmNDpuw3Tl { width:18rem;height:5.8125rem;top:35.09375rem;left:12.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S { display:block; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pdkyf9rMgwHiM2WEXxrTHk5SP5SbbqTP { width:24.6875rem;height:16.25rem;top:27.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uZVH6TSh5gK0KFtpqyihnU5hOSGZo8xE { width:21.375rem;height:6.25rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #AJOERpuuJoNfDHThyXghgKFkC9BJKkZp { width:47.75rem;height:4.5rem;top:1rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #CipbvdHtX16AhQ3ESmb0KnwAk8bHH25a { width:47.75rem;height:6rem;top:12.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #k5hbtp7hOt862mNDfAiwVfLfOGb9IGDT { width:21.8125rem;height:1.75rem;top:9.1875rem;left:14.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oKVU1yEnmak1QlyGaSr8BAmQr3FDEsmu { width:27.625rem;height:1rem;top:23.5rem;left:10.75rem;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 959px) { #TsXPqzUerkhfeZcxsTgZluUV1MQIFoxi { width:22.8125rem;height:1.625rem;top:20.0625rem;left:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fkbcRZXzWsD4WEoGdGuJChW93GdiJTu6 { width:12.5rem;height:1.25rem;top:43.75rem;left:18.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f { display:block; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Xkc3eSRBM8T9l9kMcRI41B480xhiyafs { width:42.5625rem;height:;top:1.75rem;left:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uMuFewSRx40t0VdzQ1Bw3q4b0qAzMGdP { width:47.75rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #R52Tv2EkiwKmP4Vu2iDkhn5Fs68vEH61 { width:47.75rem;height:2.875rem;top:0.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qExHgsmf4U5CiKS8vrFREy0K8CeyCzW2 { width:27.0625rem;height:5.4375rem;top:5.75rem;left:0rem;font-size:0.875rem;display:block; }#qExHgsmf4U5CiKS8vrFREy0K8CeyCzW2 li:before{  }
 }@media only screen and (max-width: 959px) { #nVP3b4rS0rpmADetr4Pt5XzhkREr6iUy { width:22.5rem;height:5.6875rem;top:5.625rem;left:25.25rem;font-size:0.9375rem;display:block; }#nVP3b4rS0rpmADetr4Pt5XzhkREr6iUy li:before{  }
 }@media only screen and (max-width: 959px) { #HTZkFF6iDUkWAUryEkamOz2KtJ09sO0n { width:47.75rem;height:13.5rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zFvfKztwrryHPugE8GhAfDhUmlf1DxrL { display:block; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row .container { width:47.75rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PJcm55kQLPE1mfJmDABm24tJWWyT8hTC { width:42.5625rem;height:;top:1.75rem;left:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uim8mxAdQb0LHTsSsDMoSKIrEV2DozqJ { width:47.75rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZemD97ZWBhTOVpS5hzBLxAr4HAtb7v1O { width:47.75rem;height:5.5rem;top:0.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wRvTRyhZ8t8m4nXmCL6F0nSRzfgF270I { width:17.5rem;height:3.4375rem;top:8.09375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #of4nIWynAOmTbqvo7amouCaQsyLq16qG { display:block; }
 }@media only screen and (max-width: 959px) { #mkNeL6dyArOIZZOTPnute0y9iVm6U6rd { width:17.5rem;height:2.875rem;top:12.875rem;left:30.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bsuo7vmpRVgXkDctf73IwiNMqdmPF9gk { width:13.25rem;height:1.4375rem;top:17rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RfyiwUu6TQsGFMipKVuTffQDMryFauLb { width:14.875rem;height:2.625rem;top:15.75rem;left:15.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NnTLAD5TJ59U6Wio3ZRF33eldcqIP6x7 { width:11.8125rem;height:3.625rem;top:9.25rem;left:17rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36625rem;padding-bottom:0.413125rem;padding-left:0.36625rem;width:2.195625rem;min-width:2.195625rem;height:2.22125rem;font-size:1.653125rem;line-height:35.54px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.9275rem;height:0.878125rem;font-size:0.62rem;line-height:14.05px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE { display:flex;width:15.6875rem;height:4.18375rem;top:17.041015625rem;left:31.138671875rem;padding-top:0.45rem;padding-right:0.461875rem;padding-bottom:0.45rem;padding-left:0.461875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #BUZ7yVT2fglIiB4yOJeTDS5grb745eT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #l6DvB8MHOQaHKrrtqJ6ov3SX2ezh7xT0 {  }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #cwAegkAplUEeDTD06r4GXGnKMTXlHyPL {  }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #fdsiF58qa8kbXNdFlqaOVrniV8Km95Pc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #WFMHlCKaQSehJTCmGH59GGTVE1QPZnCr {  }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #dTrxsxHLToJNnRlQ6o7Sc0XNge6wx6BV {  }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #d1iqh2iAw09UqCcc2mdb2MW0s7K7NIOc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #mgfyUu10UEEEZ7Do03hFSWpCdXmJ6cnN {  }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #cynlUUOmbsyleK3TZvqADNleQMKkE7GW {  }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #XZTwTHfblpTs04s3ZDLcADFWMAcrAFOD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #yzbatvlBJ9DIubMS8HhOc0im3MozuVqg {  }
 }@media only screen and (max-width: 959px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #JauoRhWTe1i7MvhMSzATgz5bKqzuG2xv {  }
 }@media only screen and (max-width: 959px) { #trIpTMdPPSuk0GKGsiCDOEdFIhQ9rC5U { width:15.25rem;height:6.375rem;top:9.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP { display:block; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #de5R9BHXPpMLILkT7BrNsmU2cf7NcGK6 { width:47.75rem;height:8.125rem;top:0.5625rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #p07zqhngDQiMZ1fRCD488KwLhKqrnCaD { width:20.5625rem;height:2.4375rem;top:11.09375rem;left:2.65625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DPK3LR35vOsJskcwcmaQdb378zAcUBXQ { width:18.75rem;height:2.4375rem;top:15.90625rem;left:27.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bQVHohG0QldWyRaTt6Up7OoTXeXpqyKo { width:19.5rem;height:3.375rem;top:25.75rem;left:28.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #Vsng5ExfRk7TwGIuRlmJVrll8xRW7c9k { width:23.625rem;height:2.375rem;top:21.6875rem;left:2.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #D3Cvq34y4r8unxQas6H3UTzok3emR9l0 { width:23.4375rem;height:2.375rem;top:32.875rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mxobhbblOUozqMC1cUUcQ3pCZ1C9fh24 { width:25.875rem;height:2.5rem;top:14rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #EULw20RsXw6bm4TQkyRsxyNHKrF2ksna { width:24.6875rem;height:1.25rem;top:24.0625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BTLMd1lQgd22GvKZ1WyzrhoVxPk0ndEn { width:21.9375rem;height:2.375rem;top:18.6875rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fu5JzeZEsqxPJuehui05QmJ2Rgm3VeMU { width:28.3125rem;height:1.25rem;top:35.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #noMqTy5KN60lwZWthhA8mNKaUpeLcUtl { width:22.875rem;height:3.75rem;top:29.4375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #N2xgvEqdPTS8D4Q66QLqAVLCpSk2LtzZ { width:3.125rem;height:3.125rem;top:10.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RtEvFn2NKquUhzKvf1FHlnacIJCsfRQl { width:3.125rem;height:3.125rem;top:32.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CiKViJo2TmtGGPkQCi7FIfuqiLq1Zcib { width:3.125rem;height:3.125rem;top:21.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NA1cLLHrDq2xa7NAt4BIuyRqfBTqdRQJ { width:3.125rem;height:3.125rem;top:15.4375rem;left:24.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cx73TmhpS9SdfakBBcnyTGtcI7s6XEvd { width:3.125rem;height:3.125rem;top:25.875rem;left:24.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC { display:block; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #RHvWWDoQPnc9h4glXDcomVPUEDJE6ZXH { width:42.5625rem;height:;top:1.75rem;left:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #dmw1IEWH4BEmPueTggPR37phLiyQ52Hm { width:47.75rem;height:8.5rem;top:0.875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 { width:41.1875rem;height:23.125rem;top:2.125rem;left:5.1875rem;font-size:1.3125rem;display:none; }#ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 li:before{  }
 }@media only screen and (max-width: 959px) { #KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I { display:block; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container { width:47.75rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HIFIHaVC5OrFT4pWouXWW6TVQmiyvpTQ { width:12.5rem;height:1.25rem;top:32.3125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6ENWOoJs9cHeAOBoBd8HhQhwkTHLr2F { width:47.75rem;height:3.625rem;top:2.125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VfrgkLzUWeE3fkzetqibot8ZPTmKpLa2 { width:15.625rem;height:0.125rem;top:29.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #be5AedrwayTTN8KTWvCNZlpWbBAowhiX { width:47.75rem;height:8.25rem;top:33.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #R7q1DE0reSMFiwGids1klwnCiSRizULe { width:4.625rem;height:4.625rem;top:9.9375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #plgZ2cJy03NZd3Z135ldAgVz1cdJSuww { width:4.625rem;height:4.625rem;top:6.9375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #abIR8pcxZA7oU1uK8bFnz3DIc9GJlDls { width:4.625rem;height:4.625rem;top:4.1875rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #u4LpBZloGJNxTbHWt6nWEkPSDVNDgNLH { width:4.625rem;height:4.625rem;top:1.25rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zBCTmHc9f2Msh1TXrosZw6XDSrro1gzU { width:41.1875rem;height:23.125rem;top:2.125rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zh4uFzO6BhnmGUkg3b3ScM6UqgzxuN29 { width:4.625rem;height:4.625rem;top:15.625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xTIsfF1FqmSt2IIoZICGGytmFi3QIRpk { width:4.625rem;height:4.625rem;top:18.4375rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #G8W7ZeLuGG0ZfPkNOrCkNo7xKoQIiuNk { width:4.625rem;height:4.625rem;top:21.4375rem;left:0rem;font-size:3.1875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 959px) { #NWb83yNW9Hz38bbW7TsHPz6fLFOB2Z9M { width:4.625rem;height:4.625rem;top:12.8125rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nl82LkkxiEHf6AXaenE0BNxMKHozJ2tK { width:4.625rem;height:4.625rem;top:24.25rem;left:0rem;font-size:3.1875rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 959px) { #yQwLfWgPDa1h7JmlxmudPQdJbkaINFgU { width:4.625rem;height:4.625rem;top:27.25rem;left:0rem;font-size:3.1875rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 959px) { #ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT { display:block; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row .container { width:47.75rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Bxr3f2Tt18exV0OllDFLKCg77GOiKKQN { width:42.5625rem;height:;top:1.75rem;left:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #IK2PXAEsPf0yJ7DMgf4NUxAAddxce3yG { width:47.75rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #aXHtf19vwC8P8OcPo5Grk1Q4Cli91AzS { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WX0REE14uHicKPQC8s0xBLc0CMPhXz7q { width:15.0625rem;height:2.875rem;top:5.3154296875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GhTkSLdUM9enKCWwMhrB651huhAbMSEF { display:block; }
 }@media only screen and (max-width: 959px) { #gL2HeE6Mwwpf1KVS1FW6eWa3VzdlQ1LK { width:16.0625rem;height:2.875rem;top:16.0302734375rem;left:31.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HHm2k9aZmoiHRHZE3U9OTR7JEUSDdMhG { width:13.8125rem;height:3.5rem;top:4.7529296875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #JZz8yfIzryR4gRNIVFdtWHKwNk4UvasB { width:11.8125rem;height:2.25rem;top:10.623046875rem;left:1rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #SBxs5mrqKBBU7Bb4rFbsvCasShlXllv3 { width:13.5rem;height:1.4375rem;top:16.0302734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE .widget-text.counter-number { padding-top:0.3775rem;padding-right:0.33375rem;padding-bottom:0.3775rem;padding-left:0.33375rem;width:2.0025rem;min-width:2.0025rem;height:2.029375rem;font-size:1.51rem;line-height:32.47px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.67rem;height:0.8025rem;font-size:0.56625rem;line-height:12.84px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE { display:flex;width:14.6875rem;height:3.823125rem;top:9.4306640625rem;left:33.130859375rem;padding-top:0.41125rem;padding-right:0.434375rem;padding-bottom:0.41125rem;padding-left:0.434375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #am37lN04PTQ5AaPTTrS9sTXFqSdB4uOq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #E32rBA78hmFaSrhiX831oO7Qg0r6eTQt {  }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #JFzZWxnWH545tx6VdI52GqT0K59mXZKT {  }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #htGkloCqZPqkM9l4qDyc0PwAMDciw15C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #mOG1y5h7DUdIQyzEVEE1t1e1BXcZxUKg {  }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #p3zLxVRm8E24sUJnXw0wf6FUIHLlKccf {  }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #yfCxBrwTaDTdmFstnIxlMat7fmkFUKt1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #xzDePAv7EqHlFC2dtImmHsElM5uZfuUL {  }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #wSS6RgamyOIiOo3d9eaU45QOyro3GHXC {  }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #ixqFsGEib2i2ImaXsS5NsTNGgQOs3eCv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #nzvfoVr4dr4osbl2iD2C2zWqHNP1iSZD {  }
 }@media only screen and (max-width: 959px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #kTJHiRT2wEH4WNeSorRWUgWKvdyyd2UT {  }
 }@media only screen and (max-width: 959px) { #RTS0t57Ikw8xt6Wvqwq7fafM9SLQTtAx { width:14.6875rem;height:6.1875rem;top:9.4306640625rem;left:15.5673828125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:47.75rem;height:16.5rem;top:4.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BOT5hwZTBxFAnlwgK2GHTw0efBr4ICa9 { width:47.75rem;height:2.6875rem;top:0.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HNLGX9iyCRy0J9M29XPHzbKU4AL6PbGm { width:47.75rem;height:16.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #I6Te334R9TmCTbI1cEmtKirZHzxdl0Jf { width:47.75rem;height:3.0625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:47.75rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:14.375rem;height:0.125rem;top:9rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:47.75rem;height:6.25rem;top:12.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:47.75rem;height:2rem;top:2.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #m09rBFLizPERPfLn1GhtwaCiWAsdgKaZ { width:18.5625rem;height:2.875rem;top:27.25rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RZwV86pym9il58U6uV9rDVmMtNz9br3h { width:13.6875rem;height:2.875rem;top:31.5185546875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HZ9XUPss4hraHFUP7iENnDN44uNvuBIi { width:15.25rem;height:1.4375rem;top:33.0185546875rem;left:15.0625rem;font-size:1.125rem;color:#459015;display:block; }
 }@media only screen and (max-width: 959px) { #rGDWqmyCerDVftPVh3hLzTyTlENRRm6v { width:17.5rem;height:3.4375rem;top:23rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #KxX2xP2zgeSLeJzH5WsTRfoT2rWTAu6J { display:block; }
 }@media only screen and (max-width: 959px) { #arBH75nHMCz7G3IJgUxH24b8l7KRXgT6 { width:13.5rem;height:4.125rem;top:24rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .widget-text.counter-number { padding-top:0.410625rem;padding-right:0.364375rem;padding-bottom:0.410625rem;padding-left:0.364375rem;width:2.185625rem;min-width:2.185625rem;height:2.206875rem;font-size:1.641875rem;line-height:35.31px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.256875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.914375rem;height:0.8725rem;font-size:0.615625rem;line-height:13.96px;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS { display:flex;width:15.6875rem;height:4.1575rem;top:31.5185546875rem;left:31.1494140625rem;padding-top:0.365625rem;padding-right:0.380625rem;padding-bottom:0.365625rem;padding-left:0.380625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #q1CkzdJO5qnUeJo9DwqU0qA8BTTGSIvV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #tvC81gT45wsgPaoEhnVG42esTOMZt5Op {  }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #TdP17nLTNAICa1xdg7lU1ZsZxVkKeXwV {  }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #quzEQS3bHiQpByUlrGpeMGbGco7vynBh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #EnV80u4SdsNKJbG7lmnyTU0t1a0VF5oO {  }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #wXeDUE0HKQBHcu4nJIQLwxw1V6ahT4LG {  }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #cnC2GDb4hJdIWAZz8o1UrlubWqeD5892 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #HbtP4U4UdZk14oFG5LxfHb5ZRKpF3qFz {  }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #A5RR47lQbn0ESS4S3PZlINWXmPNS4Ayn {  }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #AZeDPTLgpVB4q0RGT6HAdmoNGpaDQzBn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #EAAWO16nGD9KHI156LAZsv15coTEoT33 {  }
 }@media only screen and (max-width: 959px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #XWq3RDW3DTe84aSvHuFoHbqPTTpSSky0 {  }
 }@media only screen and (max-width: 959px) { #o0FuK5zEEZ2BUkyPQiqaHV0fZAG7GaAI { width:47.6875rem;height:0.9375rem;top:48.0625rem;left:0rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #C16S35r20cq6SKTklzwnQuGnvnOimCaM { width:15.0625rem;height:3.5rem;top:35.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fGT7epIFCv0ctPSv2hB21WB6XotyqkWF { width:13.6875rem;height:2.5rem;top:36.265625rem;left:0.875rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 959px) { #N8de9sKgVNqz84yHkZL4k89S3S8SHyXG { width:12.5rem;height:3.75rem;top:46.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #Tfk4u3DBJF36rcTVbv2rIv7LHXVeZ8Nx { width:13.5625rem;height:2.25rem;top:31.625rem;left:18.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #W15FZBI1ShPggod2DfpS61XCD2AukR7A { width:18rem;height:5.625rem;top:23.71875rem;left:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.1); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:97.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUr2H40q7v4UAKGmaHiiHqXHHz8ArBro { width:17.5625rem;height:1.13671875rem;top:4.561767578125rem;left:0.75rem;text-align:right;text-align-last:right;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXholL2chRLcpSLeXzbNx61l6m4SQAC9 { width:20rem;height:2.2734375rem;top:15.1083984375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBvxLAueDiEel1BTMnLSfZ90qdSux71D { width:20rem;height:3.5rem;top:14.6083984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUs3wKZPZudi152C6AoIBTakNl0qktOH { width:20rem;height:9.421875rem;top:20.7958984375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHtxkQy2FFoya9uStlpdavL6Xu7VvQHN { width:1.375rem;height:1.25rem;top:10.4208984375rem;left:15.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibTTLyEHGBefvGsdSrHdBNXUK17Wb2op { width:20rem;height:9.34081875rem;top:33.8583984375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElRpKIToMqAIHiJDPseUMgdasgLK9PTr { width:20rem;height:7.066375rem;top:44.7958984375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .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; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 .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; }
#buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 { display:flex;width:18rem;height:5.0625rem;top:60.6708984375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #RoZTSXaGvlPhTziLpDsQcKFAyy2nCO0f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #F71z3J5yKU3rbHW79CCCwzPMBxoGAOmL {  }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #V1XpVqiE7zqs7cm1bvMHT5N3WTGiaylV {  }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #dRiApZVh3ma4a0GeEFRfdAlXPLHK7Dqa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #w4wh7ozXXT30Rn5htUgTF1e9DCh9xrr1 {  }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #E72SmaHpfDciTRZnbsciyOEvRu0li8xv {  }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #fpUql6xOKaMNsHeHUHG3fi8GTiy0VC9S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #rahbaQsJRdMdkHOgRWnTVaKr7or0rItp {  }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #rv2VXmvEakLcnaXAUH9I4Ia0Tpa6ON4r {  }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #POrHrOS4U4heZax7c85Mzd0tOvBycABd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #P10fiUrHy4yRc6cfOvVFCLwIEpNdvXGD {  }
 }@media only screen and (max-width: 763px) { #buTRuL0V8fwuL86C19AB4Zr2ze8oBhd0 #x9PWDskpTw9TZtCgymQw2zMATTKVZf2K {  }
 }@media only screen and (max-width: 763px) { #eDf3R6GbQrQSu9QoHRK5nzvXSUTooPGG { width:18rem;height:4.14258125rem;top:55.6708984375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQPZZKeQFZs6oRINdOoJgH2OaHw1zGv { width:17.5rem;height:3.4375rem;top:67.9208984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkTpAwKFK6ozc4fI9RAAZAd6uemIFDPR { display:block; }
 }@media only screen and (max-width: 763px) { #EcV3Lr7f6mQUtO6z7qGdInVBXsp2lALa { width:14.5625rem;height:1.4619125rem;top:72.1083984375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnA4EieSLG1rB4kzoZQzFNHJtApd0aHA { width:18rem;height:4.875rem;top:74.7958984375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBTW22O1mKhNxpNxH7nCkwUhWdtrNDMe { width:19.375rem;height:14.6875rem;top:-0.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfJ0R7QMICCGJLZ24FyAxMElvpMM9kpw { width:14.375rem;height:0.125rem;top:27.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:20rem;height:1.21875rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzfk6MrusMTrBRA6hCVIBG8aEB1k6fL { width:20rem;height:25.8691375rem;top:1.59375rem;left:0rem;font-size:1.4375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #b4RwMTaG223hma1KmpHFBTCz8gQJfkd1 { width:20rem;height:12.8203125rem;top:30.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNnUAxrikopGekzmZRBElTrZN9AV0IQ7 { width:20rem;height:28.34766875rem;top:45.03125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzRnR3U5AtJnPWEhMUOIZm86u2wCX848 { width:15.625rem;height:0.125rem;top:74.09375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ7PA0WpRaRJi0wDGK5BR7lxKli9GCy6 { width:15.625rem;height:0.125rem;top:43.96875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk7dZctighfeFW6DVowd23Q3WCTmR0fQ { width:20rem;height:12.5rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAR9S1w4prQoJGvMTeU5U4FyxRLscR4b { width:20rem;height:26.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIRTklLs7Di6KWJTf7cifx83QcdCFwtr { width:20rem;height:6.875rem;top:65.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQs24INRaTSaNfUaLwaR1U0eupsCRL25 { width:20rem;height:20.9375rem;top:44.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:20rem;height:127rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGiCGwPCm5hT0WoRokGJaxTV3SVxFwLs { width:20rem;height:15.1113125rem;top:32.375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhAfUodkHgHhMXuKah0s7BPoTnrstHGr { width:12.5rem;height:1.29980625rem;top:97.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTbvFn1C1ue8hLDBIvg3BCoBbE23WIz { width:20rem;height:24.5rem;top:50.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:20rem;height:18rem;top:11.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgsFsmFErG7LpLU61WQzKpXvt3GPGpzS { width:20rem;height:6.3369375rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgutFgS9Wse5BExet9mZm2eolGeR0hl1 { width:17.5rem;height:3.4375rem;top:77.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2CUHkHBd8tahebdKo8OzlT6uSImVpK { display:block; }
 }@media only screen and (max-width: 763px) { #vcl35k13HsqfmZFgDpST3fyev2UHiBPD { width:18.3125rem;height:7.796875rem;top:85.3125rem;left:0.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bziNFaVaQDCsoxgIwzBN8vouaK27TrKH { width:16rem;height:4.875rem;top:101.875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7p57udbVg72Tr4PV7uuaKTPqhsbWCrC { width:13.75rem;height:2.5996125rem;top:110.0625rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha4Lr0ymPFK15aE3PxmSnpB48pyxATCc { width:14.5625rem;height:1.4619125rem;top:115.0625rem;left:2.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .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; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW .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; }
#NuIroTDUVcBFrPffRo8GNmkMd92TxQdW { display:flex;width:18rem;height:5.0625rem;top:94.375rem;left:0.427734375rem; }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #nJ9spIyoSp29iSmSDxH1uPqdVvxMa2Zr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Ju0zr87PQkEE0d8T72opaM8o9WqCpfrB {  }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Ek2ezGO9mMifJKTANtHoOM7hvGxg0IgJ {  }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #rs5y5z7PQUysrB5XBU0nbxcVqhNouKnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #bGTR6pcshTstmNq8oOh35eMGQIQnhEMl {  }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #Rg2TmBWKyIlGBTyAtEfdpIiLhLqshF80 {  }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #KA8To72CxZ62VWyE4y2FIvEz4bunGr0i { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #RPa9felGEbAViBTOPcSNsC8qGDBeduIy {  }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #ZHTUbhaxB31kflHOT7IK7KTpfdaR6DfL {  }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #IJeOLm7NdpifKUS77vgdlJ7JMX1kpZLV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #v0wfUPbKZc1dk2gBwtUXOea6FffmJv4k {  }
 }@media only screen and (max-width: 763px) { #NuIroTDUVcBFrPffRo8GNmkMd92TxQdW #TuAyTrBwTE0HXNa4RKmzHBQEwTGQa3nn {  }
 }@media only screen and (max-width: 763px) { #T8seBPTyCqkx00DwF9ssIBlmNDpuw3Tl { width:18rem;height:5.625rem;top:120.12625002861rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S { background-color:transparent;background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S.adaptive-delivery-prevent-bg, #wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S.lazyload, #wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S.lazyloading { background-image: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container { background-color: transparent; background-image: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container > .video-iframe-container { display: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.19); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row > .video-iframe-container { display: none; }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .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); }#wmNSUBaQSdfANe1wVVu5DVmLBm8Hk34S > .row .container { width:20rem;height:96.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdkyf9rMgwHiM2WEXxrTHk5SP5SbbqTP { width:18.75rem;height:12.5rem;top:76.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZVH6TSh5gK0KFtpqyihnU5hOSGZo8xE { width:20rem;height:25.59375rem;top:47rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJOERpuuJoNfDHThyXghgKFkC9BJKkZp { width:20rem;height:11.94238125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CipbvdHtX16AhQ3ESmb0KnwAk8bHH25a { width:20rem;height:18.766625rem;top:21.25rem;left:0rem;font-size:1.3125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #k5hbtp7hOt862mNDfAiwVfLfOGb9IGDT { width:20rem;height:1.7871125rem;top:16.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKVU1yEnmak1QlyGaSr8BAmQr3FDEsmu { width:20rem;height:0.79980625rem;top:44.1875rem;left:0rem;font-size:1rem;line-height:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsXPqzUerkhfeZcxsTgZluUV1MQIFoxi { width:20rem;height:1.29980625rem;top:41.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkbcRZXzWsD4WEoGdGuJChW93GdiJTu6 { width:12.5rem;height:1.29980625rem;top:68.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f { background-color:#2e6fd1;background-image:none;display:block; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container { background-color: transparent; background-image: none; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container > .video-iframe-container { display: none; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row > .video-iframe-container { display: none; }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .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); }#T5Qxm1uFXIWQsZhRfPJxfBZqrXoE0M1f > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xkc3eSRBM8T9l9kMcRI41B480xhiyafs { width:20rem;height:0;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMuFewSRx40t0VdzQ1Bw3q4b0qAzMGdP { width:20rem;height:1.21875rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R52Tv2EkiwKmP4Vu2iDkhn5Fs68vEH61 { width:20rem;height:5.0371125rem;top:3.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qExHgsmf4U5CiKS8vrFREy0K8CeyCzW2 { width:20rem;height:7.8418125rem;top:11.125rem;left:0rem;font-size:1.0625rem;display:block; }#qExHgsmf4U5CiKS8vrFREy0K8CeyCzW2 li:before{  }
 }@media only screen and (max-width: 763px) { #nVP3b4rS0rpmADetr4Pt5XzhkREr6iUy { width:20rem;height:9.0625rem;top:22.28125rem;left:0rem;font-size:1.25rem;display:block; }#nVP3b4rS0rpmADetr4Pt5XzhkREr6iUy li:before{  }
 }@media only screen and (max-width: 763px) { #HTZkFF6iDUkWAUryEkamOz2KtJ09sO0n { width:20rem;height:13.5rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFvfKztwrryHPugE8GhAfDhUmlf1DxrL { display:block; }#zFvfKztwrryHPugE8GhAfDhUmlf1DxrL > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJcm55kQLPE1mfJmDABm24tJWWyT8hTC { width:20rem;height:0;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uim8mxAdQb0LHTsSsDMoSKIrEV2DozqJ { width:20rem;height:1.21875rem;top:10.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZemD97ZWBhTOVpS5hzBLxAr4HAtb7v1O { width:20rem;height:10.07425rem;top:1.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRvTRyhZ8t8m4nXmCL6F0nSRzfgF270I { width:17.5rem;height:3.4375rem;top:14.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of4nIWynAOmTbqvo7amouCaQsyLq16qG { display:block; }
 }@media only screen and (max-width: 763px) { #mkNeL6dyArOIZZOTPnute0y9iVm6U6rd { width:17.5rem;height:4.38574375rem;top:19.5625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsuo7vmpRVgXkDctf73IwiNMqdmPF9gk { width:15.25rem;height:1.4619125rem;top:31.125rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfyiwUu6TQsGFMipKVuTffQDMryFauLb { width:14.0625rem;height:2.5996125rem;top:42.625rem;left:2.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnTLAD5TJ59U6Wio3ZRF33eldcqIP6x7 { width:15.4375rem;height:5.199225rem;top:35.625rem;left:2.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .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; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE .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; }
#GIakmNMSSX4kZinwAG97qT0A2CV5vRJE { display:flex;width:18rem;height:5.0625rem;top:23.25rem;left:0.537109375rem; }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #BUZ7yVT2fglIiB4yOJeTDS5grb745eT4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #l6DvB8MHOQaHKrrtqJ6ov3SX2ezh7xT0 {  }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #cwAegkAplUEeDTD06r4GXGnKMTXlHyPL {  }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #fdsiF58qa8kbXNdFlqaOVrniV8Km95Pc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #WFMHlCKaQSehJTCmGH59GGTVE1QPZnCr {  }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #dTrxsxHLToJNnRlQ6o7Sc0XNge6wx6BV {  }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #d1iqh2iAw09UqCcc2mdb2MW0s7K7NIOc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #mgfyUu10UEEEZ7Do03hFSWpCdXmJ6cnN {  }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #cynlUUOmbsyleK3TZvqADNleQMKkE7GW {  }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #XZTwTHfblpTs04s3ZDLcADFWMAcrAFOD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #yzbatvlBJ9DIubMS8HhOc0im3MozuVqg {  }
 }@media only screen and (max-width: 763px) { #GIakmNMSSX4kZinwAG97qT0A2CV5vRJE #JauoRhWTe1i7MvhMSzATgz5bKqzuG2xv {  }
 }@media only screen and (max-width: 763px) { #trIpTMdPPSuk0GKGsiCDOEdFIhQ9rC5U { width:18rem;height:5.625rem;top:50.149999976158rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP { display:block; }#Aer4WDdZXcA0L0nCateR2r1yoXkJWKxP > .row .container { width:20rem;height:122.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #de5R9BHXPpMLILkT7BrNsmU2cf7NcGK6 { width:20rem;height:10.5rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p07zqhngDQiMZ1fRCD488KwLhKqrnCaD { width:20rem;height:7.599625rem;top:26.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPK3LR35vOsJskcwcmaQdb378zAcUBXQ { width:20rem;height:7.599625rem;top:46.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQVHohG0QldWyRaTt6Up7OoTXeXpqyKo { width:19.5rem;height:6.59765625rem;top:86.8125rem;left:0.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsng5ExfRk7TwGIuRlmJVrll8xRW7c9k { width:20rem;height:5.69921875rem;top:68.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3Cvq34y4r8unxQas6H3UTzok3emR9l0 { width:20rem;height:7.599625rem;top:107.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxobhbblOUozqMC1cUUcQ3pCZ1C9fh24 { width:20rem;height:3.8994125rem;top:36.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EULw20RsXw6bm4TQkyRsxyNHKrF2ksna { width:20rem;height:2.5996125rem;top:74.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTLMd1lQgd22GvKZ1WyzrhoVxPk0ndEn { width:20rem;height:3.8994125rem;top:57.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fu5JzeZEsqxPJuehui05QmJ2Rgm3VeMU { width:20rem;height:2.5996125rem;top:117.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noMqTy5KN60lwZWthhA8mNKaUpeLcUtl { width:20rem;height:3.8994125rem;top:94.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2xgvEqdPTS8D4Q66QLqAVLCpSk2LtzZ { width:3.125rem;height:3.125rem;top:23rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtEvFn2NKquUhzKvf1FHlnacIJCsfRQl { width:3.125rem;height:3.125rem;top:103.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiKViJo2TmtGGPkQCi7FIfuqiLq1Zcib { width:3.125rem;height:3.125rem;top:63.9375rem;left:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA1cLLHrDq2xa7NAt4BIuyRqfBTqdRQJ { width:3.125rem;height:3.125rem;top:42.4375rem;left:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx73TmhpS9SdfakBBcnyTGtcI7s6XEvd { width:3.125rem;height:3.125rem;top:82.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC { display:block; }#LW6K5zfgr9yvEzgIHv2PUurlh1ERE0vC > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHvWWDoQPnc9h4glXDcomVPUEDJE6ZXH { width:20rem;height:0;top:2.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmw1IEWH4BEmPueTggPR37phLiyQ52Hm { width:20rem;height:10.5rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 { width:20rem;height:54.7793125rem;top:19.4375rem;left:0rem;font-size:1.375rem;z-index:15039;display:block; }#ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ieGwQzHgOg1R2NgeyI7e5I6N8pW6pFZ7 li:before{  }
 }@media only screen and (max-width: 763px) { #KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I { background-color:transparent;background-image:url("https://images.assets-landingi.com/kUHfMW8awpE/unsplash/drew-beamer-kUHfMW8awpE-photo-1588345921523-c2dcdb7f1dcd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I.adaptive-delivery-prevent-bg, #KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I.lazyload, #KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I.lazyloading { background-image: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container { background-color: transparent; background-image: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container > .video-iframe-container { display: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row > .video-iframe-container { display: none; }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .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); }#KTkKKW0XW9ADDHuTbVx4FV4aVC4wOr2I > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIFIHaVC5OrFT4pWouXWW6TVQmiyvpTQ { width:12.5rem;height:1.29980625rem;top:25.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ENWOoJs9cHeAOBoBd8HhQhwkTHLr2F { width:0.625rem;height:2.5996125rem;top:1.25rem;left:9.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfrgkLzUWeE3fkzetqibot8ZPTmKpLa2 { width:14.375rem;height:0.125rem;top:24.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be5AedrwayTTN8KTWvCNZlpWbBAowhiX { width:19.9375rem;height:16.08396875rem;top:6.375rem;left:0.125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #R7q1DE0reSMFiwGids1klwnCiSRizULe { width:0.625rem;height:0.625rem;top:9.9375rem;left:9.6875rem;font-size:0.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #plgZ2cJy03NZd3Z135ldAgVz1cdJSuww { width:0.625rem;height:0.625rem;top:11.8125rem;left:9.6875rem;font-size:0.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #abIR8pcxZA7oU1uK8bFnz3DIc9GJlDls { width:1.1875rem;height:1.1875rem;top:5.0625rem;left:9.375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #u4LpBZloGJNxTbHWt6nWEkPSDVNDgNLH { width:1.1875rem;height:1.1875rem;top:7.5rem;left:9.375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zBCTmHc9f2Msh1TXrosZw6XDSrro1gzU { width:15.625rem;height:1.12305rem;top:22.625rem;left:2.1875rem;font-size:0.0625rem;z-index:15036;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zh4uFzO6BhnmGUkg3b3ScM6UqgzxuN29 { width:0.625rem;height:0.625rem;top:13.6875rem;left:9.6875rem;font-size:0.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xTIsfF1FqmSt2IIoZICGGytmFi3QIRpk { width:1.3125rem;height:1.3125rem;top:17.75rem;left:9.3125rem;font-size:0.875rem;z-index:15000;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G8W7ZeLuGG0ZfPkNOrCkNo7xKoQIiuNk { width:1.0625rem;height:1.0625rem;top:20.3125rem;left:9.4375rem;font-size:0.6875rem;z-index:14999;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NWb83yNW9Hz38bbW7TsHPz6fLFOB2Z9M { width:0.9375rem;height:0.9375rem;top:15.5625rem;left:9.5rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nl82LkkxiEHf6AXaenE0BNxMKHozJ2tK { width:1.375rem;height:1.375rem;top:17.0625rem;left:0.125rem;font-size:0.9375rem;z-index:14998;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yQwLfWgPDa1h7JmlxmudPQdJbkaINFgU { width:0.625rem;height:0.625rem;top:25.875rem;left:2.1875rem;font-size:0.4375rem;z-index:14997;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT { display:block; }#ZXeEJfmuxcy2pHATHE8EB5TIBIz0aZTT > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bxr3f2Tt18exV0OllDFLKCg77GOiKKQN { width:20rem;height:0;top:10rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK2PXAEsPf0yJ7DMgf4NUxAAddxce3yG { width:20rem;height:1.21875rem;top:11.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXHtf19vwC8P8OcPo5Grk1Q4Cli91AzS { width:20rem;height:7.5556875rem;top:2rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX0REE14uHicKPQC8s0xBLc0CMPhXz7q { width:17.5rem;height:3.4375rem;top:11.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhTkSLdUM9enKCWwMhrB651huhAbMSEF { display:block; }
 }@media only screen and (max-width: 763px) { #gL2HeE6Mwwpf1KVS1FW6eWa3VzdlQ1LK { width:20rem;height:5.11816875rem;top:16.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHm2k9aZmoiHRHZE3U9OTR7JEUSDdMhG { width:6.875rem;height:5.84765625rem;top:27.408203125rem;left:6.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZz8yfIzryR4gRNIVFdtWHKwNk4UvasB { width:12.75rem;height:2.5996125rem;top:34.658203125rem;left:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBxs5mrqKBBU7Bb4rFbsvCasShlXllv3 { width:15.25rem;height:1.4619125rem;top:41.033203125rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE .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; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE .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; }
#BbFxUGC3sPp1ko26n06DQuub87cITieE { display:flex;width:18rem;height:5.0625rem;top:21.5849609375rem;left:0.564453125rem; }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #am37lN04PTQ5AaPTTrS9sTXFqSdB4uOq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #E32rBA78hmFaSrhiX831oO7Qg0r6eTQt {  }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #JFzZWxnWH545tx6VdI52GqT0K59mXZKT {  }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #htGkloCqZPqkM9l4qDyc0PwAMDciw15C { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #mOG1y5h7DUdIQyzEVEE1t1e1BXcZxUKg {  }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #p3zLxVRm8E24sUJnXw0wf6FUIHLlKccf {  }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #yfCxBrwTaDTdmFstnIxlMat7fmkFUKt1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #xzDePAv7EqHlFC2dtImmHsElM5uZfuUL {  }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #wSS6RgamyOIiOo3d9eaU45QOyro3GHXC {  }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #ixqFsGEib2i2ImaXsS5NsTNGgQOs3eCv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #nzvfoVr4dr4osbl2iD2C2zWqHNP1iSZD {  }
 }@media only screen and (max-width: 763px) { #BbFxUGC3sPp1ko26n06DQuub87cITieE #kTJHiRT2wEH4WNeSorRWUgWKvdyyd2UT {  }
 }@media only screen and (max-width: 763px) { #RTS0t57Ikw8xt6Wvqwq7fafM9SLQTtAx { width:18rem;height:5.625rem;top:48.498203158379rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4f1KbBxJg0N7yT8hasCDehEgACwJFUX { width:19.5rem;height:10.41114375rem;top:4.78125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #BOT5hwZTBxFAnlwgK2GHTw0efBr4ICa9 { width:20rem;height:8.4375rem;top:26.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNLGX9iyCRy0J9M29XPHzbKU4AL6PbGm { width:20rem;height:11.3125rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Te334R9TmCTbI1cEmtKirZHzxdl0Jf { width:20rem;height:13.375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:20rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:14.375rem;height:0.125rem;top:5.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:20rem;height:2.4375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:20rem;height:3.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09rBFLizPERPfLn1GhtwaCiWAsdgKaZ { width:20rem;height:5.11816875rem;top:10.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZwV86pym9il58U6uV9rDVmMtNz9br3h { width:12.6875rem;height:2.5996125rem;top:34.4755859375rem;left:3.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ9XUPss4hraHFUP7iENnDN44uNvuBIi { width:15.25rem;height:1.4619125rem;top:21.5rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGDWqmyCerDVftPVh3hLzTyTlENRRm6v { width:17.5rem;height:3.4375rem;top:23.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxX2xP2zgeSLeJzH5WsTRfoT2rWTAu6J { display:block; }
 }@media only screen and (max-width: 763px) { #arBH75nHMCz7G3IJgUxH24b8l7KRXgT6 { width:10.125rem;height:3.25rem;top:30.1005859375rem;left:4.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .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; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS .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; }
#kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS { display:flex;width:18rem;height:5.0625rem;top:14.25rem;left:0.6181640625rem; }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #q1CkzdJO5qnUeJo9DwqU0qA8BTTGSIvV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #tvC81gT45wsgPaoEhnVG42esTOMZt5Op {  }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #TdP17nLTNAICa1xdg7lU1ZsZxVkKeXwV {  }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #quzEQS3bHiQpByUlrGpeMGbGco7vynBh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #EnV80u4SdsNKJbG7lmnyTU0t1a0VF5oO {  }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #wXeDUE0HKQBHcu4nJIQLwxw1V6ahT4LG {  }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #cnC2GDb4hJdIWAZz8o1UrlubWqeD5892 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #HbtP4U4UdZk14oFG5LxfHb5ZRKpF3qFz {  }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #A5RR47lQbn0ESS4S3PZlINWXmPNS4Ayn {  }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #AZeDPTLgpVB4q0RGT6HAdmoNGpaDQzBn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #EAAWO16nGD9KHI156LAZsv15coTEoT33 {  }
 }@media only screen and (max-width: 763px) { #kVfEhlOcrpZMbT4dh9keQaQklnNlbwZS #XWq3RDW3DTe84aSvHuFoHbqPTTpSSky0 {  }
 }@media only screen and (max-width: 763px) { #o0FuK5zEEZ2BUkyPQiqaHV0fZAG7GaAI { width:20rem;height:1.4609375rem;top:55.2255859375rem;left:0rem;font-size:0.5625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C16S35r20cq6SKTklzwnQuGnvnOimCaM { width:14.1875rem;height:3.5rem;top:38.5380859375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGT7epIFCv0ctPSv2hB21WB6XotyqkWF { width:13.6875rem;height:0;top:46.9130859375rem;left:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8de9sKgVNqz84yHkZL4k89S3S8SHyXG { top:39.2880859375rem;left:3.75rem;width:12.5rem;height:2.111325rem;z-index:15048;font-size:0.8125rem;text-align:center;text-align-last:center;color:#efe0e0;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #Tfk4u3DBJF36rcTVbv2rIv7LHXVeZ8Nx { width:13.5625rem;height:auto;top:31.625rem;left:3.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W15FZBI1ShPggod2DfpS61XCD2AukR7A { width:18rem;height:5.625rem;top:45.2880859375rem;left:1rem;font-size:1.25rem;display:block; }
 }