.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::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; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;overflow:visible;position:relative;display:block; }#dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:20.4375rem;top:2.916015625rem;left:27.28125rem;overflow:hidden;display:block; }
#y7uh1l5HMubB03ioPorCB0nRop30kQTx { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:helvetica;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.624347686767rem;left:4.7493495941162rem;height:3.150225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { position:absolute;display:block;z-index:15001;background-color:#3fb549;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:2.375rem;width:21.9375rem;top:15.936847686767rem;left:4.375rem;display:block; }
#Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { position:absolute;display:block;z-index:14999;background-color:#3fb549;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.4375rem;width:34.5625rem;top:18.874673843384rem;left:4.4368495941162rem;display:block; }
#U5wcRFyDqxwVLkxE1bePDXWktIdlAZrO { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:helvetica;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.249673843384rem;left:4.6875rem;height:4.874675rem;font-style:normal;display:block; }
#R8dCAC8fNwexF4NOyOubE1g9QzEAB74t { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#s88TwrhpOBxqearBN0vyRp39JCQEe5dX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#nTbsLZQEB3LDZiAGREdcUlvMuLuIetnl { color:#ffffff;display:block;width:32.1248125rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:23.94287109375rem;left:4.375rem;height:1.381025rem;font-style:normal;display:block; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-form-header { font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:18.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#da0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:helvetica;overflow:hidden;font-style:normal; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal;float:none; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-container:first-of-type{padding-top:0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-container:last-of-type{padding-bottom:0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:24.560546875rem;left:44.435220718384rem;font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.8125rem;display:block;vertical-align:top; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 {display:block;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:24.560546875rem;left:44.435220718384rem;font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #E4MO0f8DG1IFVcEpvXhDxCr9KVqrqO9u { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #UEwQvm1NLgmSkEHdsiKcwGSf98GhCEPQ { position:relative;display:block; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #pkUas2ZBgS9mrbShmA6eHcZVPkFALazK { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #VITnoe4hfVIJTnUwwMvtmk3cZV2E9l7v { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #OkZe5quLi1uhE7HCytcTHnHb57hWxfVD { position:relative;display:block; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #Z7LpsRaJieuB3v08hQ7lhlWrGoUMrkkL { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #r4n9ghTnuQlWIlTygW7eUVohcwV9SKWD { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #xSU6HbSOI8JQWwWvGBcRTcUsQbkZzJWA { position:relative;display:block; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #KgmwnltzWC8evFHM6HECSXtTd1TEgLnq { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #bW2T5nwTCv02RhZ9L7ITDVzQfOzEAQw0 { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #zDeH9pfynu77E3lsJBh1kC4cFq5QesFw { position:relative;z-index:2; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #ce8a6sUmiug6i0Hy3T2QfPJy5hfT2Ggs { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #xqizn2p5WAZRVr4KvwlW1XnKQfMbAThn { position:relative; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #AsBwxLuOuNchJ2iRM4ibyLkHud0PtJNm { position:relative; }
#SlH4nRUFIb3CBLirXuMy4x93asRGWZlw { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:helvetica;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:23.8125rem;left:45.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8CCULHA5k4PahZVkVxVDMwPxlCXzRA7 { position:absolute;display:block;z-index:14998;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:42.375rem;width:45.5625rem;top:6.75rem;left:29.202934451219rem;overflow:hidden;display:block; }
#rTc0GelWVFdXLbaA1nbnm6lS0SbX1rKa { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0.47);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.75rem;width:20.625rem;top:23rem;left:44.84375rem;display:block; }
#GgeuKqCZ8QOL1sxh2AiEmRatHPENoOAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.875rem;left:4.5rem; }
#AIfzgLNxfZRPegpEzlST9rITSn1c5Bf0 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:28.687335968017rem;left:7.8116855621337rem;height:1.381025rem;font-style:normal;display:block; }
#l6HTOwe51eZmctX7I6xvZR4N7Kf8Kedx { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:32.59375rem;left:7.9375rem;height:1.381025rem;font-style:normal;display:block; }
#ryvQVGp3Cz0AC1nKl3yA1FHaimlfGT94 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:32rem;left:4.5625rem;overflow:hidden;display:block; }
#PLwPu8biEo1u2tZ5wvDS1uF4uB3Aaw3h { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XI6NKl1ILhp3Vn9H94RBEaVAhqzeh3rh { color:#ffffff;display:block;width:32.1248125rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:13.5rem;left:4.375rem;height:1.4615875rem;font-style:normal;display:block; }
#HnL9fbyxcasrRkJeQh5o7bpNQgtQP1RA { box-sizing:content-box;height:1.4375rem;width:6rem;position:absolute;display:block;z-index:15023;background-color:#ff0000;background-image:none;top:13.5625rem;left:11rem;display:block; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .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; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.464375rem;padding-right:0.4325rem;padding-bottom:0.464375rem;padding-left:0.4325rem;display:block;align-items:center;width:2.5925rem;min-width:2.5925rem;height:2.4775rem;position:relative;font-family:"open sans";font-size:1.855rem;font-weight:700;line-height:39.64px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.29rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.456875rem;height:0.978125rem;position:relative;font-family:"open sans";font-size:0.695625rem;font-weight:400;line-height:15.65px;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; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.8125rem;height:4.674375rem;padding-top:0.58rem;padding-right:0.616875rem;padding-bottom:0.58rem;padding-left:0.616875rem;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.16455078125rem;left:45.568033218384rem;z-index:15031; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #TT1pwxHn8bIq9SR6v7AmbOTkVoz5pxfy { display:flex;position:relative;top:0rem;left:0rem; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #B6niOZM6brhguO1fOt4KVZqlba8XIAmH { width:auto; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #RNJad3bEUDaLiwlrGPuL1sMPvEe6a94t {  }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #fasPtH55k22douBCxXRAJQ7H8sszU7HM { display:flex;position:relative;top:0rem;left:0rem; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #PbLGxa6aSty80LPTtugQaHrLXTPk07TK {  }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #F0AWVBRedJXUBAeZE79yq1ccBeUZ2TmQ {  }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #not9Ny1WSWRs3bOHOdtoPrgs8aDKNSzz { display:flex;position:relative;top:0rem;left:0rem; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #wMoal42ikVevg45CyqFT0uX8hIknUWNC {  }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #A9vFrlIkBreVzGcTlndUZvOTZBx65J1v {  }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #TuBoTU2qSez5FaTOrQSuuhlnglHkp5xo { display:flex;position:relative;top:0rem;left:0rem; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #PEIrKViM2zWTCpztIS7JP8DN90RSfGz5 {  }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #uldU1BJ46I3uhUDVNuB11XbteOPfxgHc {  }
#UpJK731obcszpHCFF0gesEJAMPwaGU8u { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:37.9375rem;left:14.8125rem;overflow:hidden;display:block; }
#TTTU52xS4hv87SwGpkNWuhkFSEFxOg6T { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:9rem;top:38.375rem;left:4.375rem;overflow:hidden;display:block; }
#vrwxS4grvInDkERHrTe3imQu28iWiKNP { color:#ffffff;display:block;width:32.1248125rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.579751968384rem;left:4.6248378753662rem;height:1.4615875rem;font-style:normal;display:none; }
#csOop3dodBs4yrBAcXzREMcrXX8sAmkl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK { position:relative;display:none; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK { border-width: 0; border-radius: 0; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sHpg9Ts276ocDJdwIkZKWcsCInu5wvMd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { 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; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { background-color: transparent; background-image: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container > .video-iframe-container { display: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container { display: none; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .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); }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { border-width: 0; border-radius: 0; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#LSOygb2K3LFH8I2KionNtATECJBTM3UX { color:#000000;display:block;width:70.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:2.1875rem;height:3.8994125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { color:#000000;display:block;width:57.875rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.6875rem;left:8.5625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { position:absolute;display:block;z-index:15014;background-color:#fe5000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:20.3125rem;top:28.1875rem;left:27.34375rem;display:none; }
#rsuMTiCbGk55BTxI3EaTVu9EI5HJsR3L { position:absolute;display:block;z-index:15005;background-color:#3fb549;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.1875rem;width:10.25rem;top:7.6875rem;left:8.8125rem;display:block; }
#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J.adaptive-delivery-prevent-bg, #SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J.lazyload, #SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J.lazyloading { background-image: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container { background-color: transparent; background-image: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container > .video-iframe-container { display: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row > .video-iframe-container { display: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .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); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container { border-width: 0; border-radius: 0; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#XfC6OdnI5cD0ZTEiQFuXUU7wh5IrLBLP { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.625rem;left:9.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qcuBExl8L6GfGF7RMSrBQdaQG4Z8Z5IV { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.05);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:9.625rem;width:16.0625rem;top:11.25rem;left:5.6875rem;display:block; }
#AC9BbQTP7JWHnJlRDP57kffUqtWsBUeC { position:absolute;display:block;z-index:15009;background-color:rgba(227,227,227,0.05);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:9.6875rem;width:16.0625rem;top:11.25rem;left:29.125rem;display:block; }
#WnTSKm1JEfqdwnHZJfulZQwoeKPvEfvq { 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:flex;z-index:15026;opacity:1;top:12.75rem;left:12.15625rem; }
#TRR1ghXWTeGwrbCAZTKrpf1I0uDvXoyo { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5625rem;left:32.09375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwZQdPXMFoIAUvMXCLxJ7QL3RVFU0F2o { 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:flex;z-index:15027;opacity:1;top:12.90625rem;left:35.59375rem; }
#bWkpVnQ4sO70Q4yxO4KOGdO8VCD0SG9x { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.05);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:9.875rem;width:16.0625rem;top:11.25rem;left:53.25rem;display:block; }
#yTILl1NS5PLcwFuoVttWfiyqg3Q7LaFE { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16.6875rem;left:56rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTHehafC0rT8B3Rlyml9TRrlR2U4Dgk9 { 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:flex;z-index:15030;opacity:1;top:12.75rem;left:59.75rem; }
#NWw7n2TSiiTHwicImivymrG0zWBcaSHG { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:29.8125rem;left:56rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z35pW2XSDpMuZJG3wGRHvscHKFyxiPbg { 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:flex;z-index:15034;opacity:1;top:26.3125rem;left:59.75rem; }
#qk4RkxMheci7WB60KSbCPnsMGHvGJDKH { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:29.9375rem;left:30.375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gn8iMZg5tOZuEtkr39ohHlVKDdo3TN83 { 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:flex;z-index:15038;opacity:1;top:26.3125rem;left:36rem; }
#XKKJ7xSK0qBtCvVd1qqTk8EXk3rBxy37 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:30.6875rem;left:7.90625rem;height:3.898925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Es85dqqrK0HIWPHT4EIvpQ3Fx5NooXs4 { 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:flex;z-index:15042;opacity:1;top:26.875rem;left:12.1875rem; }
#P3wMRgPlDBw8TQkDGXonP9VFrAVQLgwr { color:#ffffff;display:block;width:57.875rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5625rem;left:8.5625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VscfCFIdW4aQEosfQ9XUHudkXr5N23h9 { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.05);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:9.875rem;width:16.0625rem;top:25.25rem;left:53.25rem;display:block; }
#mdzENiFnRAR4q4FLABzaN0WWGDNvdvG2 { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.05);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:9.875rem;width:16.0625rem;top:25.25rem;left:29.46875rem;display:block; }
#Uyt8KDHmEzficUAUbtBszpT7SB0xtn2a { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.05);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:9.875rem;width:16.0625rem;top:25.25rem;left:5.6875rem;display:block; }
#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { 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; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { background-color: transparent; background-image: none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container > .video-iframe-container { display: none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row > .video-iframe-container { display: none; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .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); }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { border-width: 0; border-radius: 0; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#yxh21pHqn53r4wcQmr00WGeuDvKkamAw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.12475rem;top:9.625rem;left:6.1875rem;overflow:hidden;display:block; }
#kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.12475rem;top:9.625rem;left:16.9375rem;overflow:hidden;display:block; }
#dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87475625rem;width:8.3728125rem;top:9.75rem;left:28.5625rem;overflow:hidden;display:block; }
#kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31176875rem;width:7.99925rem;top:9.5rem;left:39.75rem;overflow:hidden;display:block; }
#KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { color:#000000;display:block;width:57.875rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.5625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.2) ;height:25.875rem;width:16.375rem;top:20rem;left:3.75rem;overflow:hidden;display:block; }
#uqcDUEoUSeLhrIk4dsp9lJ46ssHUrCTo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;height:25.8125rem;width:16.4375rem;top:20rem;left:29.28125rem;overflow:hidden;display:block; }
#nhkl4MV61VrReJgAbRRXKbFVTtBTn8s2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.2) ;height:25.8125rem;width:16.4375rem;top:20rem;left:54.28125rem;overflow:hidden;display:block; }
#bW0M6mRzdorMGhC7HCxUWghQAUUKRycC { position:absolute;display:block;z-index:15007;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:14.5rem;left:6.90625rem;display:block; }
#JddbpHXNwaxvM3dJJ07m0BMkLXKlyDTh { position:absolute;display:block;z-index:15008;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:7.75rem;left:6.90625rem;display:block; }
#nZNoLLyI6oBb25XLiCAVxfWTrdN1t2g8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:7.68675rem;top:8.9375rem;left:49.375rem;overflow:hidden;display:block; }
#oSTloyaJCmmoV8E485F5baGgm6mknWDE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.436525rem;width:10.1245rem;top:9.9375rem;left:58.75rem;overflow:hidden;display:block; }
#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom 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:none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.adaptive-delivery-prevent-bg, #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.lazyload, #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.lazyloading { background-image: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { border-width: 0; border-radius: 0; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S::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; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:none; }#WwIIJXfQwIDEEGVHuJWrWq08yQfGaM1H { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.375rem;width:19.0625rem;top:8.625rem;left:7.5625rem;display:none; }
#DKWkwJx0WiHvukyE519fL3TE8BBiKBoX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:27.84375rem;display:none; }
#Xbx06fUVO1rgz0l3reVHPdMMLwovoV9I { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:48.125rem;display:none; }
#UC6UDEJKaIwhgpUfmUsPH1u7rslXoMeI { color:#000000;display:block;width:70.5625rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.203125rem;left:2.21875rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ALUR8hhtLAHRUCrWcrbyQ9sKlv0tmlwC { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.9375rem;left:37.3125rem;height:2.35595625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qrcqgr7SPrS9lt0nlTc5nsFMfE1xgtAw { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:12.25rem;left:37.3125rem;height:11.69678125rem;text-align:justify;text-align-last:initial;display:block; }
#QN3Iv0kMToxWFu6QP7hObmnJFyUfmzQo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:21.5625rem;top:1.875rem;left:6.2744140625rem;overflow:hidden;display:block; }
#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom 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; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ.adaptive-delivery-prevent-bg, #tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ.lazyload, #tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ.lazyloading { background-image: none; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container { background-color: transparent; background-image: none; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container > .video-iframe-container { display: none; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row > .video-iframe-container { display: none; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .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); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container { border-width: 0; border-radius: 0; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ::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; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#W0LEadJocFFnv8vR5BpTt1RWVVysFidK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.375rem;width:19.0625rem;top:8.625rem;left:7.5625rem;display:none; }
#oTLx7ha0FZ6g7Ksvg3f0SwFF1fGTmew7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:27.84375rem;display:none; }
#nWxghHlQ2X4gsnntK7H7OLZeTwM5BB7q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.5rem;width:19.3125rem;top:8.5625rem;left:48.125rem;display:none; }
#svTU82NUxIR6IMknITFKATDpcZodkon1 { color:#000000;display:block;width:70.5625rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:4.203125rem;left:2.21875rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Rk1ZC1bLNN37HTgUmnMVuOT6alR8WCra { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:helvetica;font-size:2.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.8125rem;left:6.125rem;height:2.6806625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y6q82pXdF1gmpvkKV5VC2eaLM8iQ7FaN { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.125rem;left:6.125rem;height:14.61588125rem;text-align:justify;text-align-last:initial;display:block; }
#m6EMFPxs9NBnfi62gvIxQ6DtqQqdWktO { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.312rem;width:29.375rem;top:4.8120112419128rem;left:37.937009811401rem;overflow:hidden;display:block; }
#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { 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; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { background-color: transparent; background-image: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container > .video-iframe-container { display: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row > .video-iframe-container { display: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .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); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { border-width: 0; border-radius: 0; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { position:absolute;display:block;z-index:15004;background-color:#3fb549;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.875rem;width:75rem;top:3.1337890625rem;left:0rem;display:block; }
#va75HQsD7dPLGSn33lS6RZd11M9tnF8J { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9150390625rem;left:9.34375rem;height:2.35595625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5rem;left:7.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:16.5rem;left:30.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5rem;left:54.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { color:#3fb549;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.625rem;left:7.125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { color:#3fb549;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.625rem;left:30.9375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { color:#3fb549;display:block;width:12.5rem;position:absolute;font-family:helvetica;font-size:4.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.625rem;left:54rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNQdDTavR82ndRFExFJK4elr6EWfI5wT { color:#3fb549;display:block;width:6.125rem;position:absolute;font-family:helvetica;font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.3125rem;left:64.125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fb549;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.adaptive-delivery-prevent-bg, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyload, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyloading { background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { background-color: transparent; background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .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); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { border-width: 0; border-radius: 0; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { font-size:0.875rem;font-family:arial;height:124.1875rem;width:75rem;position:relative;display:block; }#Qz3R9FGkHzpkGRR0xLuMK0JOBU3uUQyh { color:#ffffff;display:block;width:56.3125rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.1650390625rem;left:9.34375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ex47P7CFF4sT5AOilIcoCvtRpyiC9PTZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:16.1875rem;left:0rem;display:block; }
#ihqc4DfUQoMNwDM6rmJT2AbHqFuOq8UJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:40.3125rem;left:39.25rem;display:block; }
#XwGF7ggElTsoZKmnSkENI0sR4azTezKH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:65.375rem;left:0rem;display:block; }
#Uf4VyaMHnNAvdcE7T8c4VcJNwMeQPI07 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20rem;width:35.75rem;top:89.1875rem;left:39.25rem;display:block; }
#L4HRoz1CtMzFaaTHnfVUJUIueoZSTEoy { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.875rem;left:39.25rem;height:5.19921875rem;text-align:justify;text-align-last:initial;display:block; }
#LcAVyyQt3P9pCKywvC4BDr1SWapNLv0y { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.375rem;left:39.25rem;height:1.3rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#OJOtK2R16ZcJ6BQEce6UFqHubtq2reNb { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.8125rem;left:1.75rem;height:3.8994125rem;text-align:justify;text-align-last:initial;display:block; }
#lXQBxPKmsoT4D6LlXWFvhLx0zxSBOStV { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.3125rem;left:1.75rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M4bMHkyG1qTfPstaqiIzKSb6UR6df3JC { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:69.8125rem;left:39.25rem;height:6.499rem;text-align:justify;text-align-last:initial;display:block; }
#Btx5THa8ph0C7kqdXgU6sPcsIbcBqaNq { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:67.3125rem;left:39.25rem;height:1.3rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eyiArxW1wFFsXEHP2prdGB22q2W2ZkV5 { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:94.1875rem;left:1.75rem;height:10.397125rem;text-align:justify;text-align-last:initial;display:block; }
#B41LB1e4QlOiXR78wBz7cmvfgvZFi2vb { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:91.6875rem;left:1.75rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tCXgPGPFwCVtK7LW56sGwBPsXTQTD5Gq { position:absolute;display:block;z-index:15021;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:89.1875rem;left:7.5625rem;display:block; }
#aXHSKJwTsL7rT4G3V7VdHi7tALg0Aogb { position:absolute;display:block;z-index:15022;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:65.375rem;left:39.25rem;display:block; }
#HTdMLd5FHSLKDU0GLNTC6ZPvvM04DHD0 { position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:40.3125rem;left:7.5625rem;display:block; }
#RlT8EfW38aCcLEKI04RPPJscw7rnsoHH { position:absolute;display:block;z-index:15024;background-color:rgba(227,227,227,0.21);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:28.25rem;top:16.1875rem;left:39.25rem;display:block; }
#z7Fg13T0HAK4y2KbpzDdft6sDfIev1an { position:absolute;display:block;z-index:15001;background-color:#3fb549;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:2.375rem;width:18.875rem;top:11.3125rem;left:0.9375rem;display:none; }
#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW { 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; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { background-color: transparent; background-image: none; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container > .video-iframe-container { display: none; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row > .video-iframe-container { display: none; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .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); }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { border-width: 0; border-radius: 0; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#maXLVdP609TN8i5Sn4VU3Wro32CfKGw5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.687rem;width:9.2496875rem;top:1.5616950988769rem;left:26.348470687866rem;overflow:hidden;display:block; }
#eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:1.4990234375rem;left:37.560221672058rem;overflow:hidden;display:block; }
#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.adaptive-delivery-prevent-bg, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyload, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyloading { background-image: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { background-color: transparent; background-image: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container > .video-iframe-container { display: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row > .video-iframe-container { display: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .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); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { border-width: 0; border-radius: 0; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-form-header { font-size:0.875rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:18.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-text {padding-top: 0; padding-bottom: 0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-select {padding-top: 0; padding-bottom: 0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#da0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:helvetica;overflow:hidden;font-style:normal; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.625rem;overflow:hidden;font-style:normal;float:none; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-container:first-of-type{padding-top:0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-container:last-of-type{padding-bottom:0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15025;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:3.5611877441406rem;left:4.6858730316162rem;font-size:0.875rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.8125rem;display:block;vertical-align:top; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w {display:block;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15025;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:3.5611877441406rem;left:4.6858730316162rem;font-size:0.875rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #rX2IHvKdZzVWcCXZQWrT6VGPLN5pIE1o { position:relative; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #QemI9f6rJgNpTUKgHa2CuwM7nv2AivrN { position:relative;display:block; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #uJV4ZCMe0d5kMIWlIl2KEPBznXwXso2H { position:relative; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #abPZUmLw65x2zKbbZfpDc0t1dslwskfN { position:relative; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #rHPbayGn24sUzcnm3QOJtzeudzeeGFs8 { position:relative;display:block; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #pZwoeRbL6AuaABpOgbxSTJ9ZKGIkV2FU { position:relative; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #t6D3TZ73i8nP2AMUAtwkstBIKsOIb5xE { position:relative; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #TE4XTgIa2UNoFG95zLpJPKRdm83EG7zB { position:relative;display:block; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #yutRqNk8idkKQTeSiXfwdZJ8hu9g1BiN { position:relative; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #KiLNFa3umJhlKgCfkAgTnC50Xm6NZB3e { position:relative; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #FyRPZGIcf99Zm9KGOqSWZBTqyLGrDkhb { position:relative; }
#pACcSOThzR3n3D3gohpCzrtuhbqshp1F { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.1897792816162rem;left:7.5309238433837rem;height:2.923175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .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; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3fb549;background-image:none;color:#ffffff;padding-top:1.094375rem;padding-right:0.98rem;padding-bottom:1.094375rem;padding-left:0.98rem;display:block;align-items:center;width:5.876875rem;min-width:5.876875rem;height:5.879375rem;position:relative;font-family:"open sans";font-size:4.37625rem;font-weight:700;line-height:94.07px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .widget-text.counter-label { background-color:;background-image:none;color:#3fb549;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.683125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.834375rem;height:2.324375rem;position:relative;font-family:"open sans";font-size:1.64125rem;font-weight:400;line-height:37.19px;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; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:35.375rem;height:11.075625rem;padding-top:1.3675rem;padding-right:1.39875rem;padding-bottom:1.3675rem;padding-left:1.39875rem;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.4988613128662rem;left:36.827798843384rem;z-index:5001; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #BrpKSJcFa9kmImHBoQf4lC0I6fkitNp7 { display:flex;position:relative;top:0rem;left:0rem; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #I2CkP0eIuhWXKtKp0G6kJWhXQlb9gZE7 { width:auto; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #I8e69Jb3gqXwR6W1g2Ifz9RmP7lniLt2 {  }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #BqQCNkXz4w7BST4Dx209Lu8gMUK7wK8o { display:flex;position:relative;top:0rem;left:0rem; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #mPLE3R4NwBlmHUBpTeTSKKAAIarc3VCR {  }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #aHgGEaJIKwNCvtZOdzxNE85PuKNvDDIS {  }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #o2TIN5XOWCtTrQnSXxibTJAK4ptTITtJ { display:flex;position:relative;top:0rem;left:0rem; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #L1M9CAZRflBFVG3VoIddUPEzTQnXI46A {  }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #P80D8rEwKAd6vmBuM879SRyVhru9I0bC {  }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #Siw65xFTGlR5PCUqkOTOOCtqxp1VXznO { display:flex;position:relative;top:0rem;left:0rem; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #aTNiMLxttBc3rLZJIxSxhL3FyZNe5qRd {  }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #uXMhKog2uVKVxguWP6VeoTfmmfRToOsm {  }
#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { border-width: 0; border-radius: 0; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:none; }#sUQnEgS38l0PSHz7thWVV2CWJuRvh06V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:9.3125rem;left:3.75rem;overflow:hidden;display:none; }
#PTVRMXU3fl5giShs47ydMp6kXb6BHx3B { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:9.8125rem;left:15.4375rem;overflow:hidden;display:none; }
#xLDSJGDM3f0QrFnRxdWcEHK2r2WSmUPJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.9375rem;top:9.34375rem;left:27.5rem;overflow:hidden;display:none; }
#LvHPyGlLA2UiOGT7hQH0rLLlLUseDmG8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:8.375rem;top:9.625rem;left:40.625rem;overflow:hidden;display:none; }
#VFuMnB9THwm3iNMreBfkCZebrJP59TGl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.125rem;top:9.3125rem;left:51.9375rem;overflow:hidden;display:none; }
#dgkXkJBFf3BHCpoasLbRpRrLCW7buliD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.875rem;top:9.53125rem;left:62.90625rem;overflow:hidden;display:none; }
#MZNIGu5MQ2XUOEnK9vl4eXuiaFNLdL8l { color:#000000;display:block;width:57.875rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.5625rem;height:2.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JAJqiKOV9sVtcIi9wwgOmDovihLktAy3 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.2) ;height:25.9375rem;width:16.4375rem;top:20rem;left:3.75rem;overflow:hidden;display:block; }
#bX9TQrDlC3K2BnefKbqKfMbeEzPkO36e { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.3125rem 0.625rem rgba(0,0,0,0.2) ;height:25.8125rem;width:16.4375rem;top:20rem;left:29.28125rem;overflow:hidden;display:block; }
#lEyB0oeIx52cBnG5suLRJgZTWlLCEOwh { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.2) ;height:25.8125rem;width:16.4375rem;top:20rem;left:54.28125rem;overflow:hidden;display:block; }
#WFK73lcT8DQyzmtgHfBD0faQvoHuQbEC { position:absolute;display:block;z-index:15007;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:14.5rem;left:6.90625rem;display:block; }
#TdRr64tBrSweQUdyplCr39fp0CBJlKT8 { position:absolute;display:block;z-index:15008;background-color:rgba(223,223,223,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:61.1875rem;top:7.75rem;left:6.90625rem;display:block; }
#BS8UsophKevtiMGvJ3J13NKSeVNJkEdo { position:relative;display:none; }#BS8UsophKevtiMGvJ3J13NKSeVNJkEdo { border-width: 0; border-radius: 0; }#BS8UsophKevtiMGvJ3J13NKSeVNJkEdo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BS8UsophKevtiMGvJ3J13NKSeVNJkEdo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uLxz2MidpUEkiZ5D3bRQZomycV59gIZW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:75rem;display:none; }
#TnQODv9ds3MrN1yCpiwFVgTHV4dXKwG7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:74.875rem;display:none; }
#fZw8f5zrwEDvCnDrpmPv1nyVET3lyhgs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:74.875rem;display:none; }
#h2zTIMPIJWueAd5oopErl558fTra7EUA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.9375rem;width:74.875rem;display:none; }
#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { 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; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { background-color: transparent; background-image: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { display: none; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .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); }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { border-width: 0; border-radius: 0; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.6875rem;top:8.3125rem;left:57.5625rem;overflow:hidden;display:block; }
#W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.6875rem;top:8.3125rem;left:60.25rem;overflow:hidden;display:block; }
#BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.6875rem;top:8.3125rem;left:62.9375rem;overflow:hidden;display:block; }
#CqR253XOmDetT7cubkuO78eJk4XelFPs { color:#000000;display:block;width:4.625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.125rem;left:52.1875rem;height:0.975rem;display:block; }
#vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:58.875rem;height:0.975rem;display:block; }
#Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.3125rem;left:65.6875rem;height:0.975rem;display:block; }
#TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { color:#000000;display:block;width:4.8125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.1875rem;left:52.1875rem;height:0.975rem;display:block; }
#FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { position:absolute;display:block;z-index:15018;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:19.5rem;top:7.625rem;left:52.1875rem;display:block; }
#LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:5.25rem;left:57.5rem;overflow:hidden;display:block; }
#RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { position:absolute;display:block;z-index:15020;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.25rem;width:1.25rem;top:5.1875rem;left:64rem;overflow:hidden;display:block; }
#QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4052734375rem;left:53.375rem;height:0.975rem;display:block; }
#SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { box-sizing:content-box;color:#7b7e86;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:5.0166015625rem;left:51.96875rem;display:block; }
#MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.4375rem;top:3.375rem;left:2rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { top:2.875rem;left:13.65625rem;width:20.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { top:15.5625rem;left:0rem;width:21.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { top:15.875rem;left:0rem;width:21.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { top:18.8125rem;left:0rem;width:34.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5wcRFyDqxwVLkxE1bePDXWktIdlAZrO { top:18.1875rem;left:0rem;width:39.75rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8dCAC8fNwexF4NOyOubE1g9QzEAB74t { display:none; }
 }@media only screen and (max-width: 763px) { #s88TwrhpOBxqearBN0vyRp39JCQEe5dX { display:none; }
 }@media only screen and (max-width: 763px) { #nTbsLZQEB3LDZiAGREdcUlvMuLuIetnl { top:23.9375rem;left:0rem;width:32.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-regular-label { width:18.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-text { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-textarea { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-select { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7  { width:18.8125rem;height:auto;top:24.5rem;left:26.4375rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .radio-container { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 {display:block;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 { width:18.8125rem;height:auto;top:24.5rem;left:26.4375rem; }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #E4MO0f8DG1IFVcEpvXhDxCr9KVqrqO9u {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #UEwQvm1NLgmSkEHdsiKcwGSf98GhCEPQ {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #pkUas2ZBgS9mrbShmA6eHcZVPkFALazK {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #VITnoe4hfVIJTnUwwMvtmk3cZV2E9l7v {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #OkZe5quLi1uhE7HCytcTHnHb57hWxfVD {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #Z7LpsRaJieuB3v08hQ7lhlWrGoUMrkkL {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #r4n9ghTnuQlWIlTygW7eUVohcwV9SKWD {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #xSU6HbSOI8JQWwWvGBcRTcUsQbkZzJWA {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #KgmwnltzWC8evFHM6HECSXtTd1TEgLnq {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #bW2T5nwTCv02RhZ9L7ITDVzQfOzEAQw0 {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #zDeH9pfynu77E3lsJBh1kC4cFq5QesFw {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #ce8a6sUmiug6i0Hy3T2QfPJy5hfT2Ggs {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #xqizn2p5WAZRVr4KvwlW1XnKQfMbAThn {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #AsBwxLuOuNchJ2iRM4ibyLkHud0PtJNm {  }
 }@media only screen and (max-width: 763px) { #SlH4nRUFIb3CBLirXuMy4x93asRGWZlw { top:23.8125rem;left:28.5625rem;width:19.1875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8CCULHA5k4PahZVkVxVDMwPxlCXzRA7 { top:6.75rem;left:2.0625rem;width:45.5625rem;height:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTc0GelWVFdXLbaA1nbnm6lS0SbX1rKa { top:23rem;left:27.125rem;width:20.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgeuKqCZ8QOL1sxh2AiEmRatHPENoOAR { top:27.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfzgLNxfZRPegpEzlST9rITSn1c5Bf0 { top:28.625rem;left:0rem;width:19.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HTOwe51eZmctX7I6xvZR4N7Kf8Kedx { top:32.5625rem;left:0rem;width:6.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryvQVGp3Cz0AC1nKl3yA1FHaimlfGT94 { top:32rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLwPu8biEo1u2tZ5wvDS1uF4uB3Aaw3h { display:none; }
 }@media only screen and (max-width: 763px) { #XI6NKl1ILhp3Vn9H94RBEaVAhqzeh3rh { top:13.5rem;left:0rem;width:32.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnL9fbyxcasrRkJeQh5o7bpNQgtQP1RA { top:13.5625rem;left:0rem;width:5.9375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .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; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .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; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW { display:flex;width:18rem;height:5.0625rem;top:4.3125rem;left:2.287109375rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #TT1pwxHn8bIq9SR6v7AmbOTkVoz5pxfy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #B6niOZM6brhguO1fOt4KVZqlba8XIAmH {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #RNJad3bEUDaLiwlrGPuL1sMPvEe6a94t {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #fasPtH55k22douBCxXRAJQ7H8sszU7HM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #PbLGxa6aSty80LPTtugQaHrLXTPk07TK {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #F0AWVBRedJXUBAeZE79yq1ccBeUZ2TmQ {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #not9Ny1WSWRs3bOHOdtoPrgs8aDKNSzz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #wMoal42ikVevg45CyqFT0uX8hIknUWNC {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #A9vFrlIkBreVzGcTlndUZvOTZBx65J1v {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #TuBoTU2qSez5FaTOrQSuuhlnglHkp5xo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #PEIrKViM2zWTCpztIS7JP8DN90RSfGz5 {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #uldU1BJ46I3uhUDVNuB11XbteOPfxgHc {  }
 }@media only screen and (max-width: 763px) { #UpJK731obcszpHCFF0gesEJAMPwaGU8u { top:37.9375rem;left:1.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTU52xS4hv87SwGpkNWuhkFSEFxOg6T { top:38.375rem;left:0rem;width:8.9375rem;height:6.5785094481135rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrwxS4grvInDkERHrTe3imQu28iWiKNP { top:21.8125rem;left:0rem;width:9.4375rem;height:1.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #csOop3dodBs4yrBAcXzREMcrXX8sAmkl { display:none; }
 }@media only screen and (max-width: 763px) { #AJGDrEs7DP27t1Xa9mWESczUIKneHeTK { display:none; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sHpg9Ts276ocDJdwIkZKWcsCInu5wvMd { display:none; }
 }@media only screen and (max-width: 763px) { #J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { display:block; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSOygb2K3LFH8I2KionNtATECJBTM3UX { top:7.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { top:3.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { top:28.1875rem;left:13.71875rem;width:20.3125rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsuMTiCbGk55BTxI3EaTVu9EI5HJsR3L { top:7.6875rem;left:0rem;width:10.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J { display:block; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfC6OdnI5cD0ZTEiQFuXUU7wh5IrLBLP { top:16.625rem;left:0rem;width:9.125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcuBExl8L6GfGF7RMSrBQdaQG4Z8Z5IV { top:11.25rem;left:0rem;width:16.0625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC9BbQTP7JWHnJlRDP57kffUqtWsBUeC { top:11.25rem;left:15.5rem;width:16.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnTSKm1JEfqdwnHZJfulZQwoeKPvEfvq { top:12.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRR1ghXWTeGwrbCAZTKrpf1I0uDvXoyo { top:16.5625rem;left:18.46875rem;width:10.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZQdPXMFoIAUvMXCLxJ7QL3RVFU0F2o { top:12.875rem;left:21.96875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWkpVnQ4sO70Q4yxO4KOGdO8VCD0SG9x { top:11.25rem;left:31.6875rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTILl1NS5PLcwFuoVttWfiyqg3Q7LaFE { top:16.6875rem;left:37.25rem;width:10.5rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTHehafC0rT8B3Rlyml9TRrlR2U4Dgk9 { top:12.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWw7n2TSiiTHwicImivymrG0zWBcaSHG { top:29.8125rem;left:37.25rem;width:10.5rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35pW2XSDpMuZJG3wGRHvscHKFyxiPbg { top:26.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk4RkxMheci7WB60KSbCPnsMGHvGJDKH { top:29.9375rem;left:16.75rem;width:14.25rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn8iMZg5tOZuEtkr39ohHlVKDdo3TN83 { top:26.3125rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKJ7xSK0qBtCvVd1qqTk8EXk3rBxy37 { top:30.6875rem;left:0rem;width:11.625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es85dqqrK0HIWPHT4EIvpQ3Fx5NooXs4 { top:26.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3wMRgPlDBw8TQkDGXonP9VFrAVQLgwr { top:4.5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VscfCFIdW4aQEosfQ9XUHudkXr5N23h9 { top:25.25rem;left:31.6875rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdzENiFnRAR4q4FLABzaN0WWGDNvdvG2 { top:25.25rem;left:15.84375rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyt8KDHmEzficUAUbtBszpT7SB0xtn2a { top:25.25rem;left:0rem;width:16.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { display:block; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxh21pHqn53r4wcQmr00WGeuDvKkamAw { top:9.625rem;left:0rem;width:9.0625rem;height:3.1040848900854rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { top:9.625rem;left:3.3125rem;width:9.0625rem;height:3.1040848900854rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { top:9.75rem;left:14.9375rem;width:8.3125rem;height:2.8540483055276rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { top:9.5rem;left:26.125rem;width:7.9375rem;height:3.2862036382317rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { top:3.5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { top:20rem;left:0rem;width:16.375rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqcDUEoUSeLhrIk4dsp9lJ46ssHUrCTo { top:20rem;left:15.65625rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhkl4MV61VrReJgAbRRXKbFVTtBTn8s2 { top:20rem;left:31.3125rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW0M6mRzdorMGhC7HCxUWghQAUUKRycC { top:14.5rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JddbpHXNwaxvM3dJJ07m0BMkLXKlyDTh { top:7.75rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZNoLLyI6oBb25XLiCAVxfWTrdN1t2g8 { top:8.9375rem;left:35.75rem;width:7.625rem;height:4.4016104213419rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSTloyaJCmmoV8E485F5baGgm6mknWDE { top:9.9375rem;left:37.6875rem;width:10.0625rem;height:2.4216043076201rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S { display:block; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwIIJXfQwIDEEGVHuJWrWq08yQfGaM1H { top:8.625rem;left:0rem;width:19.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKWkwJx0WiHvukyE519fL3TE8BBiKBoX { top:8.5625rem;left:14.21875rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbx06fUVO1rgz0l3reVHPdMMLwovoV9I { top:8.5625rem;left:28.4375rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC6UDEJKaIwhgpUfmUsPH1u7rslXoMeI { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALUR8hhtLAHRUCrWcrbyQ9sKlv0tmlwC { top:7.9375rem;left:15.875rem;width:31.875rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrcqgr7SPrS9lt0nlTc5nsFMfE1xgtAw { top:12.1875rem;left:19.1875rem;width:28.5625rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN3Iv0kMToxWFu6QP7hObmnJFyUfmzQo { top:1.875rem;left:0rem;width:21.5625rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ { display:block; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0LEadJocFFnv8vR5BpTt1RWVVysFidK { top:8.625rem;left:0rem;width:19.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLx7ha0FZ6g7Ksvg3f0SwFF1fGTmew7 { top:8.5625rem;left:14.21875rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWxghHlQ2X4gsnntK7H7OLZeTwM5BB7q { top:8.5625rem;left:28.4375rem;width:19.3125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #svTU82NUxIR6IMknITFKATDpcZodkon1 { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk1ZC1bLNN37HTgUmnMVuOT6alR8WCra { top:4.8125rem;left:0rem;width:31.875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6q82pXdF1gmpvkKV5VC2eaLM8iQ7FaN { top:9.125rem;left:0rem;width:30.0625rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6EMFPxs9NBnfi62gvIxQ6DtqQqdWktO { top:4.75rem;left:18.375rem;width:29.375rem;height:27.312rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { display:block; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { top:3.125rem;left:0rem;width:47.75rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #va75HQsD7dPLGSn33lS6RZd11M9tnF8J { top:3.875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { top:16.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { top:16.5rem;left:17.25rem;width:12.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { top:16.5rem;left:34.4375rem;width:13.3125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { top:9.625rem;left:0rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { top:9.625rem;left:17.3125rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { top:9.625rem;left:35.25rem;width:12.5rem;height:5.6875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQdDTavR82ndRFExFJK4elr6EWfI5wT { top:12.3125rem;left:41.625rem;width:6.125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P { display:block; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz3R9FGkHzpkGRR0xLuMK0JOBU3uUQyh { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ex47P7CFF4sT5AOilIcoCvtRpyiC9PTZ { top:16.1875rem;left:0rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqc4DfUQoMNwDM6rmJT2AbHqFuOq8UJ { top:40.3125rem;left:12rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwGF7ggElTsoZKmnSkENI0sR4azTezKH { top:65.375rem;left:0rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf4VyaMHnNAvdcE7T8c4VcJNwMeQPI07 { top:89.1875rem;left:12rem;width:35.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4HRoz1CtMzFaaTHnfVUJUIueoZSTEoy { top:20.875rem;left:13.6875rem;width:34.0625rem;height:5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcAVyyQt3P9pCKywvC4BDr1SWapNLv0y { top:18.375rem;left:13.6875rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJOtK2R16ZcJ6BQEce6UFqHubtq2reNb { top:44.8125rem;left:0rem;width:34.0625rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQBxPKmsoT4D6LlXWFvhLx0zxSBOStV { top:42.3125rem;left:0rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4bMHkyG1qTfPstaqiIzKSb6UR6df3JC { top:69.8125rem;left:13.6875rem;width:34.0625rem;height:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btx5THa8ph0C7kqdXgU6sPcsIbcBqaNq { top:67.3125rem;left:13.6875rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyiArxW1wFFsXEHP2prdGB22q2W2ZkV5 { top:94.1875rem;left:0rem;width:34.0625rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B41LB1e4QlOiXR78wBz7cmvfgvZFi2vb { top:91.6875rem;left:0rem;width:34.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCXgPGPFwCVtK7LW56sGwBPsXTQTD5Gq { top:89.1875rem;left:0rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXHSKJwTsL7rT4G3V7VdHi7tALg0Aogb { top:65.375rem;left:19.5rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdMLd5FHSLKDU0GLNTC6ZPvvM04DHD0 { top:40.3125rem;left:0rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlT8EfW38aCcLEKI04RPPJscw7rnsoHH { top:16.1875rem;left:19.5rem;width:28.25rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7Fg13T0HAK4y2KbpzDdft6sDfIev1an { top:11.3125rem;left:0rem;width:18.875rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v51r8zpbvm1ybn6akwrUsFao6WFTUdrW { display:block; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maXLVdP609TN8i5Sn4VU3Wro32CfKGw5 { top:1.5rem;left:12.723470687866rem;width:9.1875rem;height:6.6420419608771rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { top:1.4375rem;left:23.935221672058rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { display:block; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-regular-label { width:18.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-text { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-text {padding-top: 0; padding-bottom: 0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-textarea { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-select { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-select {padding-top: 0; padding-bottom: 0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w  { width:18.8125rem;height:auto;top:3.5rem;left:0rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .radio-container { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w {display:block;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w { width:18.8125rem;height:auto;top:3.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #rX2IHvKdZzVWcCXZQWrT6VGPLN5pIE1o {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #QemI9f6rJgNpTUKgHa2CuwM7nv2AivrN {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #uJV4ZCMe0d5kMIWlIl2KEPBznXwXso2H {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #abPZUmLw65x2zKbbZfpDc0t1dslwskfN {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #rHPbayGn24sUzcnm3QOJtzeudzeeGFs8 {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #pZwoeRbL6AuaABpOgbxSTJ9ZKGIkV2FU {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #t6D3TZ73i8nP2AMUAtwkstBIKsOIb5xE {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #TE4XTgIa2UNoFG95zLpJPKRdm83EG7zB {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #yutRqNk8idkKQTeSiXfwdZJ8hu9g1BiN {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #KiLNFa3umJhlKgCfkAgTnC50Xm6NZB3e {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #FyRPZGIcf99Zm9KGOqSWZBTqyLGrDkhb {  }
 }@media only screen and (max-width: 763px) { #pACcSOThzR3n3D3gohpCzrtuhbqshp1F { top:1.1875rem;left:0rem;width:15.625rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .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; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .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; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X { display:flex;width:18rem;height:5.0625rem;top:4.3125rem;left:2.287109375rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #BrpKSJcFa9kmImHBoQf4lC0I6fkitNp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #I2CkP0eIuhWXKtKp0G6kJWhXQlb9gZE7 {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #I8e69Jb3gqXwR6W1g2Ifz9RmP7lniLt2 {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #BqQCNkXz4w7BST4Dx209Lu8gMUK7wK8o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #mPLE3R4NwBlmHUBpTeTSKKAAIarc3VCR {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #aHgGEaJIKwNCvtZOdzxNE85PuKNvDDIS {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #o2TIN5XOWCtTrQnSXxibTJAK4ptTITtJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #L1M9CAZRflBFVG3VoIddUPEzTQnXI46A {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #P80D8rEwKAd6vmBuM879SRyVhru9I0bC {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #Siw65xFTGlR5PCUqkOTOOCtqxp1VXznO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #aTNiMLxttBc3rLZJIxSxhL3FyZNe5qRd {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #uXMhKog2uVKVxguWP6VeoTfmmfRToOsm {  }
 }@media only screen and (max-width: 763px) { #TwfukKVVWtWo1Cf22wUauAKzNcItS5fl { display:none; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sUQnEgS38l0PSHz7thWVV2CWJuRvh06V { top:9.3125rem;left:0rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTVRMXU3fl5giShs47ydMp6kXb6BHx3B { top:9.8125rem;left:1.8125rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLDSJGDM3f0QrFnRxdWcEHK2r2WSmUPJ { top:9.3125rem;left:13.875rem;width:8.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvHPyGlLA2UiOGT7hQH0rLLlLUseDmG8 { top:9.625rem;left:27rem;width:8.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFuMnB9THwm3iNMreBfkCZebrJP59TGl { top:9.3125rem;left:38.3125rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgkXkJBFf3BHCpoasLbRpRrLCW7buliD { top:9.5rem;left:39.875rem;width:7.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNIGu5MQ2XUOEnK9vl4eXuiaFNLdL8l { top:3.5rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAJqiKOV9sVtcIi9wwgOmDovihLktAy3 { top:20rem;left:0rem;width:16.4375rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9TQrDlC3K2BnefKbqKfMbeEzPkO36e { top:20rem;left:15.65625rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEyB0oeIx52cBnG5suLRJgZTWlLCEOwh { top:20rem;left:31.3125rem;width:16.4375rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFK73lcT8DQyzmtgHfBD0faQvoHuQbEC { top:14.5rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRr64tBrSweQUdyplCr39fp0CBJlKT8 { top:7.75rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS8UsophKevtiMGvJ3J13NKSeVNJkEdo { display:none; }#BS8UsophKevtiMGvJ3J13NKSeVNJkEdo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uLxz2MidpUEkiZ5D3bRQZomycV59gIZW { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnQODv9ds3MrN1yCpiwFVgTHV4dXKwG7 { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fZw8f5zrwEDvCnDrpmPv1nyVET3lyhgs { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2zTIMPIJWueAd5oopErl558fTra7EUA { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { top:8.3125rem;left:43.9375rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { top:8.3125rem;left:45.0625rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { top:8.3125rem;left:45.0625rem;width:2.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { top:2.125rem;left:38.5625rem;width:4.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { top:5.3125rem;left:42.6875rem;width:5.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { top:5.3125rem;left:41.6875rem;width:6.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { top:9.1875rem;left:38.5625rem;width:4.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { top:7.625rem;left:28.25rem;width:19.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { top:5.25rem;left:43.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { top:5.1875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { top:5.375rem;left:39.75rem;width:4.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { top:5rem;left:38.34375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { top:3.375rem;left:0rem;width:12.4375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.adaptive-delivery-prevent-bg, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyload, #vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A.lazyloading { background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { background-color: transparent; background-image: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.9); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { display: none; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .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); }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { border-width: 0; border-radius: 0; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A::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; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vraHIuTvNuAmGwcq8tuDCgNbplsFQM2A > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { width:12rem;height:1.9375rem;top:4rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { width:18.6246875rem;height:2.20051875rem;top:23.091796875rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;text-shadow:0.5625rem 0.5625rem 0.5625rem rgba(0,0,0,0.56);line-height:1.6;font-weight:300;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xJCpqXQQipTnL9hbIwq0tSDnFyhdKmAt { width:13.5625rem;height:2.375rem;top:7.3125rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm3SfxT2sn9I5ckSk92WfTyrXQM7uJzl { width:18.125rem;height:1.5625rem;top:9rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U5wcRFyDqxwVLkxE1bePDXWktIdlAZrO { width:20rem;height:2.6806625rem;top:25.16552734375rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8dCAC8fNwexF4NOyOubE1g9QzEAB74t { top:25.29052734375rem;left:0.21809893846512rem;width:19.5621875rem;height:2.3120125rem;z-index:14997;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s88TwrhpOBxqearBN0vyRp39JCQEe5dX { top:23.302570343017rem;left:2.9052734375rem;width:14.187rem;height:1.6870125rem;z-index:14998;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #nTbsLZQEB3LDZiAGREdcUlvMuLuIetnl { width:14.6248125rem;height:2.2737625rem;top:28.602701187134rem;left:2.6863605976105rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7  { width:17.5rem;height:auto;top:30.875rem;left:0rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 {display:block;}#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 { width:17.5rem;height:auto;top:30.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #E4MO0f8DG1IFVcEpvXhDxCr9KVqrqO9u {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #UEwQvm1NLgmSkEHdsiKcwGSf98GhCEPQ { display:block; }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #pkUas2ZBgS9mrbShmA6eHcZVPkFALazK {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #VITnoe4hfVIJTnUwwMvtmk3cZV2E9l7v {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #OkZe5quLi1uhE7HCytcTHnHb57hWxfVD { display:block; }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #Z7LpsRaJieuB3v08hQ7lhlWrGoUMrkkL {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #r4n9ghTnuQlWIlTygW7eUVohcwV9SKWD {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #xSU6HbSOI8JQWwWvGBcRTcUsQbkZzJWA { display:block; }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #KgmwnltzWC8evFHM6HECSXtTd1TEgLnq {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #bW2T5nwTCv02RhZ9L7ITDVzQfOzEAQw0 {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #zDeH9pfynu77E3lsJBh1kC4cFq5QesFw {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #ce8a6sUmiug6i0Hy3T2QfPJy5hfT2Ggs {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #xqizn2p5WAZRVr4KvwlW1XnKQfMbAThn {  }
 }@media only screen and (max-width: 763px) { #bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 #AsBwxLuOuNchJ2iRM4ibyLkHud0PtJNm {  }
 }@media only screen and (max-width: 763px) { #SlH4nRUFIb3CBLirXuMy4x93asRGWZlw { width:19.1875rem;height:0.875rem;top:32.0625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s8CCULHA5k4PahZVkVxVDMwPxlCXzRA7 { width:20rem;height:18.5625rem;top:9.8837890625rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rTc0GelWVFdXLbaA1nbnm6lS0SbX1rKa { width:20rem;height:21.75rem;top:30.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GgeuKqCZ8QOL1sxh2AiEmRatHPENoOAR { display:flex;width:2.4373375rem;height:2.4373375rem;top:54.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #AIfzgLNxfZRPegpEzlST9rITSn1c5Bf0 { width:6.624375rem;height:3.41064375rem;top:54.6875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HTOwe51eZmctX7I6xvZR4N7Kf8Kedx { width:3.31176875rem;height:1.13688125rem;top:55.1875rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryvQVGp3Cz0AC1nKl3yA1FHaimlfGT94 { width:2.3120125rem;height:2.3120125rem;top:54.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLwPu8biEo1u2tZ5wvDS1uF4uB3Aaw3h { top:21.927082061767rem;left:5.0618489980697rem;width:9.8746875rem;height:0.9375rem;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #XI6NKl1ILhp3Vn9H94RBEaVAhqzeh3rh { width:20rem;height:auto;top:13.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #HnL9fbyxcasrRkJeQh5o7bpNQgtQP1RA { width:5.9375rem;height:1.375rem;top:13.5625rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .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; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .widget-text.counter-number { padding-top:0.39875rem;padding-right:0.353125rem;padding-bottom:0.39875rem;padding-left:0.353125rem;width:2.113125rem;min-width:2.113125rem;height:2.14375rem;font-size:1.59625rem;line-height:34.3px;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; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.249375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.819375rem;height:0.8475rem;font-size:0.598125rem;line-height:13.56px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW { display:flex;width:15.25rem;height:4.038125rem;top:46.125rem;left:8.875rem;padding-top:1.09125rem;padding-right:1.126875rem;padding-bottom:1.09125rem;padding-left:1.126875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #TT1pwxHn8bIq9SR6v7AmbOTkVoz5pxfy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #B6niOZM6brhguO1fOt4KVZqlba8XIAmH {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #RNJad3bEUDaLiwlrGPuL1sMPvEe6a94t {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #fasPtH55k22douBCxXRAJQ7H8sszU7HM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #PbLGxa6aSty80LPTtugQaHrLXTPk07TK {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #F0AWVBRedJXUBAeZE79yq1ccBeUZ2TmQ {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #not9Ny1WSWRs3bOHOdtoPrgs8aDKNSzz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #wMoal42ikVevg45CyqFT0uX8hIknUWNC {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #A9vFrlIkBreVzGcTlndUZvOTZBx65J1v {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #TuBoTU2qSez5FaTOrQSuuhlnglHkp5xo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #PEIrKViM2zWTCpztIS7JP8DN90RSfGz5 {  }
 }@media only screen and (max-width: 763px) { #bSfyyBsfkLbg59GH8bG2PnXrFCqtpHNW #uldU1BJ46I3uhUDVNuB11XbteOPfxgHc {  }
 }@media only screen and (max-width: 763px) { #UpJK731obcszpHCFF0gesEJAMPwaGU8u { width:7.5rem;height:7.5rem;top:37.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTTU52xS4hv87SwGpkNWuhkFSEFxOg6T { width:8.9375rem;height:6.5785094481135rem;top:38.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrwxS4grvInDkERHrTe3imQu28iWiKNP { width:11.0611875rem;height:1.2182625rem;top:21.8798828125rem;left:4.4685869216919rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #csOop3dodBs4yrBAcXzREMcrXX8sAmkl { top:22.020832061767rem;left:10.174153327942rem;width:5.2498375rem;height:0.9375rem;z-index:15024;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AJGDrEs7DP27t1Xa9mWESczUIKneHeTK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container { background-color: transparent; background-image: none; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container > .video-iframe-container { display: none; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row > .video-iframe-container { display: none; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .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); }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container { border-width: 0; border-radius: 0; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJGDrEs7DP27t1Xa9mWESczUIKneHeTK > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHpg9Ts276ocDJdwIkZKWcsCInu5wvMd { height:11.25rem;width:20rem;top:1.497802734375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { display:block; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSOygb2K3LFH8I2KionNtATECJBTM3UX { width:19.125rem;height:9.746125rem;top:5.3125rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { width:20rem;height:1.9494625rem;top:2.25rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zNTMMaQ5ffzZrMETNqF63hDSZN5rrB8z { width:15.18675rem;height:0.24902375rem;top:1.06201171875rem;left:2.40478515625rem;z-index:15015;background-color:#3fb549;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rsuMTiCbGk55BTxI3EaTVu9EI5HJsR3L { width:8.125rem;height:1.1875rem;top:5.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J.adaptive-delivery-prevent-bg, #SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J.lazyload, #SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J.lazyloading { background-image: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container { background-color: transparent; background-image: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container > .video-iframe-container { display: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row > .video-iframe-container { display: none; }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .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); }#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfC6OdnI5cD0ZTEiQFuXUU7wh5IrLBLP { width:13.875rem;height:2.59928125rem;top:15.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcuBExl8L6GfGF7RMSrBQdaQG4Z8Z5IV { width:16.0625rem;height:9.8125rem;top:11rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC9BbQTP7JWHnJlRDP57kffUqtWsBUeC { width:16.0625rem;height:10.4375rem;top:24.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnTSKm1JEfqdwnHZJfulZQwoeKPvEfvq { display:flex;width:3.125rem;height:3.125rem;top:12.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #TRR1ghXWTeGwrbCAZTKrpf1I0uDvXoyo { width:9.125rem;height:3.898925rem;top:29.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZQdPXMFoIAUvMXCLxJ7QL3RVFU0F2o { display:flex;width:3.125rem;height:3.125rem;top:25.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #bWkpVnQ4sO70Q4yxO4KOGdO8VCD0SG9x { width:16.0625rem;height:9.1875rem;top:38.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTILl1NS5PLcwFuoVttWfiyqg3Q7LaFE { width:10.5rem;height:2.59928125rem;top:43.0625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTHehafC0rT8B3Rlyml9TRrlR2U4Dgk9 { display:flex;width:3.125rem;height:3.125rem;top:39.5625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #NWw7n2TSiiTHwicImivymrG0zWBcaSHG { width:10.5rem;height:3.898925rem;top:84.3125rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35pW2XSDpMuZJG3wGRHvscHKFyxiPbg { display:flex;width:3.125rem;height:3.125rem;top:80.8125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #qk4RkxMheci7WB60KSbCPnsMGHvGJDKH { width:13.625rem;height:3.898925rem;top:70.5625rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn8iMZg5tOZuEtkr39ohHlVKDdo3TN83 { display:flex;width:3.125rem;height:3.125rem;top:67.0625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #XKKJ7xSK0qBtCvVd1qqTk8EXk3rBxy37 { width:12.25rem;height:2.59928125rem;top:56.8125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es85dqqrK0HIWPHT4EIvpQ3Fx5NooXs4 { display:flex;width:3.125rem;height:3.125rem;top:53.3125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #P3wMRgPlDBw8TQkDGXonP9VFrAVQLgwr { width:15.375rem;height:5.84716875rem;top:2.9375rem;left:2.3125rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VscfCFIdW4aQEosfQ9XUHudkXr5N23h9 { width:16.0625rem;height:9.875rem;top:79.625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdzENiFnRAR4q4FLABzaN0WWGDNvdvG2 { width:16.0625rem;height:9.875rem;top:66rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyt8KDHmEzficUAUbtBszpT7SB0xtn2a { width:16.0625rem;height:9.875rem;top:51.125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { display:block; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxh21pHqn53r4wcQmr00WGeuDvKkamAw { width:10.625rem;height:3.3125rem;top:4.249267578125rem;left:4.8322780175304rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { width:10.18675rem;height:3.374025rem;top:11.6552734375rem;left:4.90478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { width:9.25rem;height:3.125rem;top:19.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { width:9.24925rem;height:3.8745125rem;top:26.9375rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { width:20rem;height:0;top:1.96875rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { width:16.4375rem;height:25.9375rem;top:37.0625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uqcDUEoUSeLhrIk4dsp9lJ46ssHUrCTo { width:16.4375rem;height:25.8125rem;top:64.375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhkl4MV61VrReJgAbRRXKbFVTtBTn8s2 { width:16.4375rem;height:25.8125rem;top:91.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bW0M6mRzdorMGhC7HCxUWghQAUUKRycC { width:20rem;height:0.25rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JddbpHXNwaxvM3dJJ07m0BMkLXKlyDTh { width:20rem;height:0.25rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZNoLLyI6oBb25XLiCAVxfWTrdN1t2g8 { width:11.875rem;height:6.687rem;top:34.3125rem;left:4.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oSTloyaJCmmoV8E485F5baGgm6mknWDE { width:12.124rem;height:2.9370125rem;top:43.372802734375rem;left:3.936767578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8376c8f5-10c8-48ad-bd29-ed66eaed3540/NBC23_0182.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.adaptive-delivery-prevent-bg, #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.lazyload, #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.lazyloading { background-image: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WwIIJXfQwIDEEGVHuJWrWq08yQfGaM1H { height:9.6875rem;width:17.875rem;top:7.5rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKWkwJx0WiHvukyE519fL3TE8BBiKBoX { height:9.875rem;width:18.1875rem;top:18.5361328125rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xbx06fUVO1rgz0l3reVHPdMMLwovoV9I { height:9.6875rem;width:18.125rem;top:31.1357421875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UC6UDEJKaIwhgpUfmUsPH1u7rslXoMeI { width:18.8125rem;height:0;top:2.9462890625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ALUR8hhtLAHRUCrWcrbyQ9sKlv0tmlwC { width:20rem;height:1.4624rem;top:3.4375rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qrcqgr7SPrS9lt0nlTc5nsFMfE1xgtAw { width:19.25rem;height:13.6426rem;top:6.625rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QN3Iv0kMToxWFu6QP7hObmnJFyUfmzQo { width:20rem;height:28.0576171875rem;top:6.8798828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ { background-color:#000000;background-image:none;display:block; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container { background-color: transparent; background-image: none; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container > .video-iframe-container { display: none; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row > .video-iframe-container { display: none; }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .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); }#tQfzTAXcUJykHNJPUffCpkDXeqP4AvtQ > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0LEadJocFFnv8vR5BpTt1RWVVysFidK { height:9.6875rem;width:17.875rem;top:7.5rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTLx7ha0FZ6g7Ksvg3f0SwFF1fGTmew7 { height:9.875rem;width:18.1875rem;top:18.5361328125rem;left:0.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWxghHlQ2X4gsnntK7H7OLZeTwM5BB7q { height:9.6875rem;width:18.125rem;top:31.1357421875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #svTU82NUxIR6IMknITFKATDpcZodkon1 { width:18.8125rem;height:0;top:2.9462890625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Rk1ZC1bLNN37HTgUmnMVuOT6alR8WCra { width:20rem;height:1.4615875rem;top:2.4373421669006rem;left:0rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6q82pXdF1gmpvkKV5VC2eaLM8iQ7FaN { width:19.25rem;height:13.6426rem;top:5.1236979961395rem;left:0.37353515625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6EMFPxs9NBnfi62gvIxQ6DtqQqdWktO { width:20rem;height:18.625rem;top:6.8798828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ { background-color:#ffffff;background-image:none;display:block; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { background-color: transparent; background-image: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container > .video-iframe-container { display: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row > .video-iframe-container { display: none; }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .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); }#X2DNVeSxDTb5TUBlhac2xVfHyFqqRyaJ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { width:20rem;height:3.5rem;top:3.0625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #va75HQsD7dPLGSn33lS6RZd11M9tnF8J { width:20rem;height:1.9494625rem;top:3.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w1G4Lh8Zw77JuW6THVX1ASyLOmkseqmo { width:12.5rem;height:1.13769375rem;top:10.4375rem;left:3.75rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { width:12.5625rem;height:1.13769375rem;top:16.25rem;left:3.71875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { width:12.4375rem;height:1.13769375rem;top:22.25rem;left:3.78125rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { width:20rem;height:2.6001rem;top:7.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NtTq1DBph6Clgw83Nr5dfXqFFTSeSoMi { width:20rem;height:2.6001rem;top:13.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { width:12.5rem;height:2.6001rem;top:19.625rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQdDTavR82ndRFExFJK4elr6EWfI5wT { width:2.8125rem;height:1.787925rem;top:20.1875rem;left:11.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.adaptive-delivery-prevent-bg, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyload, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyloading { background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { background-color: transparent; background-image: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { display: none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .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); }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { border-width: 0; border-radius: 0; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P > .row .container { width:20rem;height:119.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qz3R9FGkHzpkGRR0xLuMK0JOBU3uUQyh { width:20rem;height:3.0004875rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ex47P7CFF4sT5AOilIcoCvtRpyiC9PTZ { height:11.188811188811rem;width:20rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihqc4DfUQoMNwDM6rmJT2AbHqFuOq8UJ { height:11.188811188811rem;width:20rem;top:35.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwGF7ggElTsoZKmnSkENI0sR4azTezKH { height:11.188811188811rem;width:20rem;top:61.314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf4VyaMHnNAvdcE7T8c4VcJNwMeQPI07 { height:11.188811188811rem;width:20rem;top:92.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4HRoz1CtMzFaaTHnfVUJUIueoZSTEoy { width:20rem;height:6.333rem;top:25.1884765625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcAVyyQt3P9pCKywvC4BDr1SWapNLv0y { width:20rem;height:1.29964375rem;top:22.7509765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJOtK2R16ZcJ6BQEce6UFqHubtq2reNb { width:20rem;height:4.22200625rem;top:51.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXQBxPKmsoT4D6LlXWFvhLx0zxSBOStV { width:20rem;height:1.29964375rem;top:49.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4bMHkyG1qTfPstaqiIzKSb6UR6df3JC { width:20rem;height:7.3885rem;top:78rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btx5THa8ph0C7kqdXgU6sPcsIbcBqaNq { width:20rem;height:2.59928125rem;top:74.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyiArxW1wFFsXEHP2prdGB22q2W2ZkV5 { width:20rem;height:9.749375rem;top:107.1904296875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B41LB1e4QlOiXR78wBz7cmvfgvZFi2vb { width:20rem;height:1.29964375rem;top:105.0634765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCXgPGPFwCVtK7LW56sGwBPsXTQTD5Gq { width:20rem;height:0.25rem;top:88.8779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXHSKJwTsL7rT4G3V7VdHi7tALg0Aogb { width:20rem;height:0.25rem;top:58.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTdMLd5FHSLKDU0GLNTC6ZPvvM04DHD0 { width:20rem;height:0.25rem;top:32.8759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlT8EfW38aCcLEKI04RPPJscw7rnsoHH { width:20rem;height:0.25rem;top:21.2509765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7Fg13T0HAK4y2KbpzDdft6sDfIev1an { width:20rem;height:4rem;top:2.6875rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #v51r8zpbvm1ybn6akwrUsFao6WFTUdrW { display:block; }#v51r8zpbvm1ybn6akwrUsFao6WFTUdrW > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #maXLVdP609TN8i5Sn4VU3Wro32CfKGw5 { width:7.5rem;height:5.4375rem;top:1.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { width:6.875rem;height:6.875rem;top:7.31201171875rem;left:6.5307615995406rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/d67ea048-029a-46a9-989d-bcee215397e7/BG.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.adaptive-delivery-prevent-bg, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyload, #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG.lazyloading { background-image: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { background-color: transparent; background-image: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container > .video-iframe-container { display: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row > .video-iframe-container { display: none; }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .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); }#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.9375rem;overflow:hidden;height:auto; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-text {padding-top: 0; padding-bottom: 0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-select {padding-top: 0; padding-bottom: 0;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w  { width:17.5rem;height:auto;top:4.72412109375rem;left:0rem; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w {display:block;}#ihybXiBZol0n9Qos0k8ALkkIgaSQy87w { width:17.5rem;height:auto;top:4.72412109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #rX2IHvKdZzVWcCXZQWrT6VGPLN5pIE1o {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #QemI9f6rJgNpTUKgHa2CuwM7nv2AivrN {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #uJV4ZCMe0d5kMIWlIl2KEPBznXwXso2H {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #abPZUmLw65x2zKbbZfpDc0t1dslwskfN {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #rHPbayGn24sUzcnm3QOJtzeudzeeGFs8 {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #pZwoeRbL6AuaABpOgbxSTJ9ZKGIkV2FU {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #t6D3TZ73i8nP2AMUAtwkstBIKsOIb5xE {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #TE4XTgIa2UNoFG95zLpJPKRdm83EG7zB {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #yutRqNk8idkKQTeSiXfwdZJ8hu9g1BiN {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #KiLNFa3umJhlKgCfkAgTnC50Xm6NZB3e {  }
 }@media only screen and (max-width: 763px) { #ihybXiBZol0n9Qos0k8ALkkIgaSQy87w #FyRPZGIcf99Zm9KGOqSWZBTqyLGrDkhb {  }
 }@media only screen and (max-width: 763px) { #pACcSOThzR3n3D3gohpCzrtuhbqshp1F { width:16.3745rem;height:3.0859375rem;top:1.63818359375rem;left:1.8115234375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .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; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .widget-text.counter-number { padding-top:0.47875rem;padding-right:0.421875rem;padding-bottom:0.47875rem;padding-left:0.421875rem;width:2.53rem;min-width:2.53rem;height:2.57375rem;font-size:1.915625rem;line-height:41.18px;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; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.299375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.37375rem;height:1.0175rem;font-size:0.718125rem;line-height:16.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#W9TgVFswqLdek4eqH86p73WSDPE1Gq4X { display:flex;width:17.5rem;height:4.848125rem;top:25.594074249267rem;left:0rem;padding-top:1.31rem;padding-right:1.348125rem;padding-bottom:1.31rem;padding-left:1.348125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #BrpKSJcFa9kmImHBoQf4lC0I6fkitNp7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #I2CkP0eIuhWXKtKp0G6kJWhXQlb9gZE7 {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #I8e69Jb3gqXwR6W1g2Ifz9RmP7lniLt2 {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #BqQCNkXz4w7BST4Dx209Lu8gMUK7wK8o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #mPLE3R4NwBlmHUBpTeTSKKAAIarc3VCR {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #aHgGEaJIKwNCvtZOdzxNE85PuKNvDDIS {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #o2TIN5XOWCtTrQnSXxibTJAK4ptTITtJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #L1M9CAZRflBFVG3VoIddUPEzTQnXI46A {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #P80D8rEwKAd6vmBuM879SRyVhru9I0bC {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #Siw65xFTGlR5PCUqkOTOOCtqxp1VXznO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #aTNiMLxttBc3rLZJIxSxhL3FyZNe5qRd {  }
 }@media only screen and (max-width: 763px) { #W9TgVFswqLdek4eqH86p73WSDPE1Gq4X #uXMhKog2uVKVxguWP6VeoTfmmfRToOsm {  }
 }@media only screen and (max-width: 763px) { #TwfukKVVWtWo1Cf22wUauAKzNcItS5fl { display:block; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUQnEgS38l0PSHz7thWVV2CWJuRvh06V { width:9.75rem;height:3.25rem;top:8.1875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTVRMXU3fl5giShs47ydMp6kXb6BHx3B { width:9.125rem;height:3.125rem;top:12.625rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xLDSJGDM3f0QrFnRxdWcEHK2r2WSmUPJ { width:9.1875rem;height:3.0625rem;top:16.75rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvHPyGlLA2UiOGT7hQH0rLLlLUseDmG8 { width:9.25rem;height:3.125rem;top:21.75rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFuMnB9THwm3iNMreBfkCZebrJP59TGl { width:9.125rem;height:3.125rem;top:25.875rem;left:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgkXkJBFf3BHCpoasLbRpRrLCW7buliD { width:9rem;height:3.0625rem;top:30.5625rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZNIGu5MQ2XUOEnK9vl4eXuiaFNLdL8l { width:20rem;height:0;top:1.96875rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JAJqiKOV9sVtcIi9wwgOmDovihLktAy3 { width:16.4375rem;height:25.9375rem;top:2.25rem;left:1.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bX9TQrDlC3K2BnefKbqKfMbeEzPkO36e { width:16.4375rem;height:25.8125rem;top:29.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEyB0oeIx52cBnG5suLRJgZTWlLCEOwh { width:16.4375rem;height:25.8125rem;top:56.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFK73lcT8DQyzmtgHfBD0faQvoHuQbEC { width:20rem;height:0.25rem;top:14.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdRr64tBrSweQUdyplCr39fp0CBJlKT8 { width:20rem;height:0.25rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS8UsophKevtiMGvJ3J13NKSeVNJkEdo { display:block; }#BS8UsophKevtiMGvJ3J13NKSeVNJkEdo > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLxz2MidpUEkiZ5D3bRQZomycV59gIZW { top:0rem;left:0rem;width:20rem;height:13.125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TnQODv9ds3MrN1yCpiwFVgTHV4dXKwG7 { top:13.125rem;left:0rem;width:20rem;height:13.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fZw8f5zrwEDvCnDrpmPv1nyVET3lyhgs { top:26.25rem;left:0rem;width:20rem;height:13.25rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h2zTIMPIJWueAd5oopErl558fTra7EUA { top:39.375rem;left:0rem;width:20rem;height:13.25rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { width:2.6875rem;height:2.625rem;top:20.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { width:2.6875rem;height:2.625rem;top:20.8125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { width:2.6875rem;height:2.625rem;top:20.8125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { width:4.125rem;height:0.9749375rem;top:2.4375rem;left:7.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { width:4.6875rem;height:0.9749375rem;top:10.25rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { width:5.5625rem;height:0.9749375rem;top:15.375rem;left:7.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { width:4.8125rem;height:0.9749375rem;top:19.375rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIp1USfoGkcxNy0e3IddtQoSKVwFTbRC { width:12.5rem;height:0.125rem;top:18.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { width:1.125rem;height:1.125rem;top:8.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { width:1.25rem;height:1.25rem;top:13.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { width:2.5625rem;height:0.9749375rem;top:5.625rem;left:8.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { width:1.5625rem;height:1.5625rem;top:4.0625rem;left:9.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { width:8.8125rem;height:4.25rem;top:23.5rem;left:5.59375rem;display:block; }
 }