.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/f7422059-40fe-44d4-874f-2a5528b7782e/Prancheta1.png");background-position:center !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); }#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); }#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:49.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:6.25rem;width:13.3121875rem;top:0.85205078125rem;left:30.843096733093rem;overflow:hidden;display:block; }
#y7uh1l5HMubB03ioPorCB0nRop30kQTx { color:#ffffff;display:block;width:37.1248125rem;position:absolute;font-family:outfit;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:7.10205078125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nTbsLZQEB3LDZiAGREdcUlvMuLuIetnl { color:#ffffff;display:block;width:32.124rem;position:absolute;font-family:outfit;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:17.786294937134rem;left:0rem;height:1.21875rem;font-style:normal;display:block; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-form-header { font-size:0.875rem; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-regular-label { height:auto;display:block;font-family:outfit;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:25.19287109375rem;left:45.496419906616rem;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:25.19287109375rem;left:45.496419906616rem;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.187rem;position:absolute;font-family:outfit;font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:24.055786132812rem;left:45.498046875rem;height:1.13720625rem;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:41.0625rem;width:53.25rem;top:8.7462342577212rem;left:21.154808137491rem;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:22.875rem;width:20.625rem;top:23.24951171875rem;left:44.7802734375rem;display:block; }
#GgeuKqCZ8QOL1sxh2AiEmRatHPENoOAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.8115234375rem;left:0rem; }
#AIfzgLNxfZRPegpEzlST9rITSn1c5Bf0 { color:#ffffff;display:block;width:16.936875rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:22.085773468017rem;left:4.2683925628662rem;height:2.76205rem;font-style:normal;display:block; }
#l6HTOwe51eZmctX7I6xvZR4N7Kf8Kedx { color:#ffffff;display:block;width:6.4998125rem;position:absolute;font-family:helvetica;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:27.375rem;left:4.25rem;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:3.125rem;width:3.125rem;top:26.375rem;left:0rem;overflow:hidden;display:block; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .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; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19rem;height:5.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:36.936847686767rem;left:0rem;z-index:5001; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #avgigaZrsMcNuGSg6NnAqmCfAsScLazK { display:flex;position:relative;top:0rem;left:0rem; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #e7FRZFR2nF9pPJ3zqDXDWIk01feMWVWs { width:auto; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #dz3kf5lphkxsSR42PmK9b1RPaJHXOfJH {  }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #c7MMiDCByToq6vc8WDaoZJVTTUF3A33l { display:flex;position:relative;top:0rem;left:0rem; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #CKOfdufhKCfhFqcH8modnTGehqwKHioN {  }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #ZK5ZeeVQDzJ1LEMOoiTQ0ABDWtEX6rRG {  }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #QJAkZqhu3zLmbLrCEZzNkJUtwvoDgQN2 { display:flex;position:relative;top:0rem;left:0rem; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #P2AZu04s1h76BbS6yhkXR5JrnVD40NNn {  }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #zc0G6J1InF6vhfLBkAKdMW6dM9uCdH3r {  }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #oI55amJoKtzPXQvOIHadZFTkvzD1UF49 { display:flex;position:relative;top:0rem;left:0rem; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #Hzt3qxMZO5FNUT47bwkTNUqivyN0AbBA {  }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #CZsVQtHk0QsHDa9R82O9uwlG3niVoHBr {  }
#qRmun1pbwDWFcbZFLgEA5OmBukuzTVDU { color:#ffffff;display:block;width:35.686875rem;position:absolute;font-family:outfit;font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:11.050943374634rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MqI02XTHGAe2kdQqeI6VNMoyP40qbMMV { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:39.625rem;width:75rem;position:relative;display:block; }#LSOygb2K3LFH8I2KionNtATECJBTM3UX { color:#000000;display:block;width:70.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4991865158081rem;left:2.1875rem;height:4.14306875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { color:#000000;display:block;width:64.375rem;position:absolute;font-family:helvetica;font-size:1.6875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.3740229606628rem;left:5.3116865158081rem;height:2.1940125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAMpeBOqSkHSeOMKga5MZnvbX2bcOBEU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:19.375rem;width:29.0625rem;top:15.465496063233rem;left:39.187823295593rem;overflow:hidden;display:block; }
#BG1EZktSxI6mJr0JCKEQUDBZEEbz2Ktn { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:19.375rem;width:29.3106875rem;top:15.465496063233rem;left:5.3116865158081rem;overflow:hidden;display:block; }
#nsF78MsZdFsbAXxPK8o5PJ9rr9XIcyPZ { color:#000000;display:block;width:70.625rem;position:absolute;font-family:outfit;font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4991865158081rem;left:2.1875rem;height:4.14306875rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b497ed87-5c71-41e5-b5c3-ae470b869002/rodap.preview.mirror.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.71); }#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.71); }#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::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; }#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:20.5625rem;width:75rem;position:relative;display:block; }#P3wMRgPlDBw8TQkDGXonP9VFrAVQLgwr { color:#ffffff;display:block;width:57.874375rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.3912754058838rem;left:2.9988603591919rem;height:11.77978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o7cEXH8198B4DTAfpniRMsvMpdC7d86D { 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:11.7496875rem;width:11.8123125rem;top:19.277343273163rem;left:31.592608451843rem;overflow:hidden;display:none; }
#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:11.7496875rem;width:11.8106875rem;top:12.900394439698rem;left:44.840494155884rem;overflow:hidden;display:block; }
#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c69c6c;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; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container { background-color: transparent; background-image: none; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container > .video-iframe-container { display: none; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row > .video-iframe-container { display: none; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .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); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container { border-width: 0; border-radius: 0; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#BwZqaboqOQfgdDnlgaUvB2KzUdokNXmf { color:#ffffff;display:block;width:57.874375rem;position:absolute;font-family:helvetica;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.125rem;left:9.125rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGN8L5KB8QCvlCxIeqf5zBW2z0HMiWLd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:21.8123125rem;width:41.1873125rem;top:8.125rem;left:17.4375rem;overflow:hidden;display:block; }
#nZXeBlGWpvxMh3k9omXLIcSsBRbcebbS { color:#ffffff;display:block;width:70.625rem;position:absolute;font-family:outfit;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:32.249341964722rem;left:2.1875rem;height:3.2487rem;text-align:justify;text-align-last:initial;font-style:normal;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.125rem;top:9.4375rem;left:11rem;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.125rem;top:9.4375rem;left:26.75rem;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.875rem;width:8.375rem;top:9.5625rem;left:40.875rem;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:2.6875rem;width:7.875rem;top:9.6875rem;left:56.125rem;overflow:hidden;display:block; }
#KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { color:#c69c6c;display:block;width:57.875rem;position:absolute;font-family:outfit;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:26.0625rem;width:16.4375rem;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; }
#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { background-color: transparent; background-image: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container > .video-iframe-container { display: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row > .video-iframe-container { display: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .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); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { border-width: 0; border-radius: 0; }#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:block; }#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-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:19.6875rem;width:29.6248125rem;top:6.2174477577209rem;left:3.4611005783081rem;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:#c69c6c;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:outfit;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:outfit;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:outfit;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:outfit;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.5rem;left:54.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:outfit;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:#000000;display:block;width:12.5rem;position:absolute;font-family:outfit;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:#000000;display:block;width:12.5rem;position:absolute;font-family:outfit;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:#000000;display:block;width:6.125rem;position:absolute;font-family:outfit;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:none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.adaptive-delivery-prevent-bg, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyload, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyloading { background-image: none; }#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:none; }#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.19775625rem;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.898925rem;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.4971875rem;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.3955rem;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; }
#u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c69c6c;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; }#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:#000000;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:2.5rem;left:2.62451171875rem;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:2.5rem;left:2.62451171875rem;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; }
#VixsN4TvtKqfGAWBC2q15HLCIurc731k { color:#000000;display:block;width:25.4996875rem;position:absolute;font-family:helvetica;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:1.2516269683838rem;left:0.53059959411621rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .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; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .widget-text.counter-number { border-top:0.231875rem solid #ffffff;border-left:0.230625rem solid #ffffff;border-right:0.230625rem solid #ffffff;border-bottom:0.231875rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:1.12875rem;padding-right:0.978125rem;padding-bottom:1.12875rem;padding-left:0.978125rem;display:block;align-items:center;width:5.865rem;min-width:5.865rem;height:6.06625rem;position:relative;font-family:arial;font-size:4.515rem;font-weight:700;line-height:97.06px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .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.705625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.82125rem;height:2.3975rem;position:relative;font-family:arial;font-size:1.693125rem;font-weight:700;line-height:38.36px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:37.125rem;height:11.890625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:6.6241455078125rem;left:29.912109375rem;z-index:5002; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #ygNeDpbqN369oOVHTeVzlwbT23wugiA8 { display:flex;position:relative;top:0rem;left:0rem; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #BRQDMmgdpFRS84P9zhoDnQtQfXTK25zy { width:auto; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #nM6fwaRHMStRV8ckm9ksAZMA3TKzkGI7 {  }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #zlcORp9MnGwHUTK5pCqKRVOyob4e4Zwb { display:flex;position:relative;top:0rem;left:0rem; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #zEx106UZQO89F1KTvSiJa3HQK3k0DyJU {  }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #RE9oU52iX4BwLfscxZGzycFkE7S29wWk {  }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #faNhGE6qSa848vBCP4pgVZo9FscPQ3pK { display:flex;position:relative;top:0rem;left:0rem; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #CyWu9NzBOoMW7f9UyK37DAOEV0Gx9Ufw {  }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #GCxxpJMKx7oaViQu1IqUB8w5p398VQbZ {  }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #SQa9m3FmtHiT8Gs6i9N2lqFy0sCyFCBd { display:flex;position:relative;top:0rem;left:0rem; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #uaES1VgBJg9JQ91AFvUE3JGJSUTBSsr1 {  }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #mfut20AsqqS760vZLaRUznFncNAFVc6y {  }
#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:26.0625rem;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; }
#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:12.8125rem;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:7.4375rem;left:51.9375rem;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:7.4375rem;left:54.625rem;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:7.4375rem;left:57.3125rem;overflow:hidden;display:block; }
#CqR253XOmDetT7cubkuO78eJk4XelFPs { color:#000000;display:block;width:4.62463125rem;position:absolute;font-family:outfit;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.4395751953125rem;left:46.6552734375rem;height:1.21875rem;font-style:normal;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.1875rem;left:56.5625rem;height:0.9749375rem;display:block; }
#Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { color:#000000;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:63.375rem;height:0.9749375rem;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:8.3125rem;left:46.5625rem;height:0.9749375rem;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.124875rem;width:1.124875rem;top:5.125rem;left:55.3125rem;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.0625rem;left:61.75rem;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.25rem;left:47.6875rem;height:0.9749375rem;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:4.875rem;left:46.1875rem;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.5625rem;width:14.0625rem;top:3.3746337890625rem;left:1.99951171875rem;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:0.8125rem;left:17.218096733093rem;width:13.25rem;height:6.2208033052419rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { top:7.0625rem;left:0rem;width:37.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTbsLZQEB3LDZiAGREdcUlvMuLuIetnl { top:17.75rem;left:0rem;width:32.0625rem;height:1.1875rem;font-size:0.6875rem;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:25.1875rem;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:25.1875rem;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:24rem;left:28.625rem;width:19.125rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8CCULHA5k4PahZVkVxVDMwPxlCXzRA7 { top:8.6875rem;left:0rem;width:47.75rem;height:36.821302816901rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTc0GelWVFdXLbaA1nbnm6lS0SbX1rKa { top:23.1875rem;left:27.125rem;width:20.625rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgeuKqCZ8QOL1sxh2AiEmRatHPENoOAR { top:21.75rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIfzgLNxfZRPegpEzlST9rITSn1c5Bf0 { top:22.0625rem;left:0rem;width:16.875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HTOwe51eZmctX7I6xvZR4N7Kf8Kedx { top:27.375rem;left:0rem;width:6.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryvQVGp3Cz0AC1nKl3yA1FHaimlfGT94 { top:26.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .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; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .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; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH { width:19rem;height:5.3125rem;display:flex;top:4.3125rem;left:2.287109375rem;z-index:5001; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #avgigaZrsMcNuGSg6NnAqmCfAsScLazK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #e7FRZFR2nF9pPJ3zqDXDWIk01feMWVWs {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #dz3kf5lphkxsSR42PmK9b1RPaJHXOfJH {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #c7MMiDCByToq6vc8WDaoZJVTTUF3A33l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #CKOfdufhKCfhFqcH8modnTGehqwKHioN {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #ZK5ZeeVQDzJ1LEMOoiTQ0ABDWtEX6rRG {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #QJAkZqhu3zLmbLrCEZzNkJUtwvoDgQN2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #P2AZu04s1h76BbS6yhkXR5JrnVD40NNn {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #zc0G6J1InF6vhfLBkAKdMW6dM9uCdH3r {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #oI55amJoKtzPXQvOIHadZFTkvzD1UF49 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #Hzt3qxMZO5FNUT47bwkTNUqivyN0AbBA {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #CZsVQtHk0QsHDa9R82O9uwlG3niVoHBr {  }
 }@media only screen and (max-width: 763px) { #qRmun1pbwDWFcbZFLgEA5OmBukuzTVDU { top:11rem;left:0rem;width:35.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqI02XTHGAe2kdQqeI6VNMoyP40qbMMV { 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.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { top:3.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMpeBOqSkHSeOMKga5MZnvbX2bcOBEU { top:15.4375rem;left:18.6875rem;width:29.0625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG1EZktSxI6mJr0JCKEQUDBZEEbz2Ktn { top:15.4375rem;left:0rem;width:29.25rem;height:19.334884246574rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsF78MsZdFsbAXxPK8o5PJ9rr9XIcyPZ { top:23.6875rem;left:0rem;width:19.0625rem;height:12.9375rem;font-size:1.0625rem;display:none; }
 }@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) { #P3wMRgPlDBw8TQkDGXonP9VFrAVQLgwr { top:4.375rem;left:0rem;width:47.75rem;height:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7cEXH8198B4DTAfpniRMsvMpdC7d86D { top:19.25rem;left:17.967608451843rem;width:11.75rem;height:11.687705360403rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { top:12.875rem;left:31.215494155884rem;width:11.75rem;height:11.689313439628rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT { display:block; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwZqaboqOQfgdDnlgaUvB2KzUdokNXmf { top:4.125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGN8L5KB8QCvlCxIeqf5zBW2z0HMiWLd { top:8.125rem;left:3.8125rem;width:41.125rem;height:21.779312538601rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXeBlGWpvxMh3k9omXLIcSsBRbcebbS { top:32.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;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.4375rem;left:0rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { top:9.4375rem;left:13.125rem;width:9.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { top:9.5625rem;left:27.25rem;width:8.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { top:9.6875rem;left:39.875rem;width:7.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { top:3.4375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { top:20rem;left:0rem;width:16.4375rem;height:26.0625rem;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) { #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.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrcqgr7SPrS9lt0nlTc5nsFMfE1xgtAw { top:12.1875rem;left:19.1875rem;width:28.5625rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN3Iv0kMToxWFu6QP7hObmnJFyUfmzQo { top:6.1875rem;left:0rem;width:29.5625rem;height:19.646089532212rem;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) { #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:2.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:2.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) { #VixsN4TvtKqfGAWBC2q15HLCIurc731k { top:1.25rem;left:0rem;width:25.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .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; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .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; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu { width:19.875rem;height:5.52625rem;display:flex;top:4.3125rem;left:2.287109375rem;z-index:5001; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #ygNeDpbqN369oOVHTeVzlwbT23wugiA8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #BRQDMmgdpFRS84P9zhoDnQtQfXTK25zy {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #nM6fwaRHMStRV8ckm9ksAZMA3TKzkGI7 {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #zlcORp9MnGwHUTK5pCqKRVOyob4e4Zwb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #zEx106UZQO89F1KTvSiJa3HQK3k0DyJU {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #RE9oU52iX4BwLfscxZGzycFkE7S29wWk {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #faNhGE6qSa848vBCP4pgVZo9FscPQ3pK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #CyWu9NzBOoMW7f9UyK37DAOEV0Gx9Ufw {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #GCxxpJMKx7oaViQu1IqUB8w5p398VQbZ {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #SQa9m3FmtHiT8Gs6i9N2lqFy0sCyFCBd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #uaES1VgBJg9JQ91AFvUE3JGJSUTBSsr1 {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #mfut20AsqqS760vZLaRUznFncNAFVc6y {  }
 }@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:26.0625rem;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) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { top:7.4375rem;left:38.3125rem;width:2.625rem;height:2.5635965626308rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { top:7.4375rem;left:41rem;width:2.625rem;height:2.5635965626308rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { top:7.4375rem;left:43.6875rem;width:2.625rem;height:2.5635965626308rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqR253XOmDetT7cubkuO78eJk4XelFPs { top:2.4375rem;left:33.0302734375rem;width:4.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzBBL4AspTReN2Dq2A5r5ZbTEIL0Wahs { top:5.1875rem;left:42.75rem;width:5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { top:5.1875rem;left:38.625rem;width:9.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { top:8.3125rem;left:32.9375rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQnc7aMgy6Ibmhn2w7VyNDrTknwx3tmx { top:5.125rem;left:41.6875rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAzp0SkSK0KqLqa7k73ndbk6G8qUv4Jy { top:5.0625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCTFR4VIImV3x6A5urDtUAJPHfFvRVD { top:5.25rem;left:34.0625rem;width:4.375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDSyQJfhaXFT8KXxUOXUNvW3TZs5cyyQ { top:4.875rem;left:32.5625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiWRVca7GQ9bQZ908DdJJqxz9l7Hilsq { top:3.3125rem;left:0rem;width:14.0625rem;height:6.5625rem;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:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOyrSc3fGhxdfKvZi0PQXNJCWpFR8gtR { width:11.25rem;height:5.06225625rem;top:1.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7uh1l5HMubB03ioPorCB0nRop30kQTx { width:20rem;height:2.5rem;top:24.3125rem;left:0rem;font-size:1.5625rem;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:700;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #nTbsLZQEB3LDZiAGREdcUlvMuLuIetnl { width:20rem;height:0;top:61.25rem;left:0.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@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:1.0625rem;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.0625rem;overflow:hidden; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bBFVWCoXJpQHmtWifKKpDtNeNQ61cnS7  { width:17.5rem;height:auto;top:38.947752952576rem;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:38.947752952576rem;left:0rem; }
 }@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 { 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:19.8746875rem;height:15.3125rem;top:7.6875rem;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:3.125rem;height:3.125rem;top:34.9375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #AIfzgLNxfZRPegpEzlST9rITSn1c5Bf0 { width:6.624375rem;height:2.436525rem;top:35.281574249267rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HTOwe51eZmctX7I6xvZR4N7Kf8Kedx { width:3.3113625rem;height:1.2182625rem;top:35.890298366547rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryvQVGp3Cz0AC1nKl3yA1FHaimlfGT94 { width:2.9370125rem;height:2.9370125rem;top:35rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .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; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .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; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH .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; }
#Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH { width:19rem;height:5.3125rem;display:flex;top:62.62939453125rem;left:0.49967443943024rem;z-index:5001; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #avgigaZrsMcNuGSg6NnAqmCfAsScLazK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #e7FRZFR2nF9pPJ3zqDXDWIk01feMWVWs {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #dz3kf5lphkxsSR42PmK9b1RPaJHXOfJH {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #c7MMiDCByToq6vc8WDaoZJVTTUF3A33l { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #CKOfdufhKCfhFqcH8modnTGehqwKHioN {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #ZK5ZeeVQDzJ1LEMOoiTQ0ABDWtEX6rRG {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #QJAkZqhu3zLmbLrCEZzNkJUtwvoDgQN2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #P2AZu04s1h76BbS6yhkXR5JrnVD40NNn {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #zc0G6J1InF6vhfLBkAKdMW6dM9uCdH3r {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #oI55amJoKtzPXQvOIHadZFTkvzD1UF49 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #Hzt3qxMZO5FNUT47bwkTNUqivyN0AbBA {  }
 }@media only screen and (max-width: 763px) { #Pf080UsAHUJmLnHZMZPE7oq7c6cccrrH #CZsVQtHk0QsHDa9R82O9uwlG3niVoHBr {  }
 }@media only screen and (max-width: 763px) { #qRmun1pbwDWFcbZFLgEA5OmBukuzTVDU { width:19.5621875rem;height:5.8496125rem;top:27.75rem;left:0.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;text-shadow:0.5625rem 0.5625rem 0.5625rem rgba(0,0,0,0.56);line-height:1.2;font-weight:300;font-style:normal;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #MqI02XTHGAe2kdQqeI6VNMoyP40qbMMV { top:23rem;left:0.875rem;width:18.2495rem;height:0.437011875rem;z-index:15030;background-color:#c69c6c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn { display:block; }#J4TTvFH28ybcUoTR3kcmHLguw9pCT1Fn > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSOygb2K3LFH8I2KionNtATECJBTM3UX { width:19.1235625rem;height:0;top:23.532712936401rem;left:0.43782556056976rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Zt9sBQQUnDvbWLBUU8lUMCV77Cq1TaaG { width:20rem;height:5.603025rem;top:1.9352216720581rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;font-family:outfit;display:block; }
 }@media only screen and (max-width: 763px) { #TAMpeBOqSkHSeOMKga5MZnvbX2bcOBEU { width:20rem;height:13.3333125rem;top:38.248699188233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BG1EZktSxI6mJr0JCKEQUDBZEEbz2Ktn { width:20rem;height:13.2201875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsF78MsZdFsbAXxPK8o5PJ9rr9XIcyPZ { width:19.1235625rem;height:15.19125625rem;top:23.312174558639rem;left:0.43701171875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SLDEB4SgUkRs4PdXeAvXQvhome1XbQ1J { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b497ed87-5c71-41e5-b5c3-ae470b869002/rodap.png");background-position:center left !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.66); }#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.66); }#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:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3wMRgPlDBw8TQkDGXonP9VFrAVQLgwr { width:15.374375rem;height:23.3887rem;top:1.8343100547791rem;left:1.3069660663605rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o7cEXH8198B4DTAfpniRMsvMpdC7d86D { width:8.75rem;height:8.6875rem;top:23.12336730957rem;left:11.255696296692rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #eyZTxmur5uD5arw9og6kPyh4vtHvNiIP { width:8.499375rem;height:8.4375rem;top:37.311197280884rem;left:5.7495115995407rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT { background-color:#c69c6c;background-image:none;display:block; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container { background-color: transparent; background-image: none; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container > .video-iframe-container { display: none; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row > .video-iframe-container { display: none; }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .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); }#tTVPvqxHXX3hBXW2hTk4OAMV0CDSw8LT > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BwZqaboqOQfgdDnlgaUvB2KzUdokNXmf { width:18.6246875rem;height:5.84716875rem;top:1.8725605010986rem;left:0.68603515625rem;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pGN8L5KB8QCvlCxIeqf5zBW2z0HMiWLd { width:20rem;height:10.5908125rem;top:9.169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXeBlGWpvxMh3k9omXLIcSsBRbcebbS { width:20rem;height:5.84635625rem;top:21.573900222778rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF { display:block; }#roDtMiBrhFRpQzqBDCpSrZ5eQ5t5zUzF > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxh21pHqn53r4wcQmr00WGeuDvKkamAw { width:9.749375rem;height:3.2495125rem;top:6.7390947341919rem;left:5.1245115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxm60RCCT8QG0KvzMs4T0TIZdOVTHFP { width:9.124375rem;height:3.125rem;top:11.5625rem;left:5.4370115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvtkcEa3ZooteKoz3Ma0NTzik0LKziGs { width:9.2496875rem;height:3.125rem;top:16.311848640442rem;left:5.3743489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVKraMHEt1Ee63q5FIScMBFFS7mMyJt2 { width:9rem;height:3.0625rem;top:21.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaQXuhFWzW5MJSq6heog8gZKqC2lOhPb { width:20rem;height:4.0625rem;top:1.4363608360291rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ok34gG9ZFyAdSvOyVDIg5KyXhN4mT3J9 { width:16.4375rem;height:26.0625rem;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) { #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:block; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.adaptive-delivery-prevent-bg, #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.lazyload, #mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S.lazyloading { background-image: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { background-color: transparent; background-image: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container > .video-iframe-container { display: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row > .video-iframe-container { display: none; }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .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); }#mnsX03t4QQm7FEWIdyZPCQTK1SF0Di5S > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@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.94905625rem;top:2.1240081787109rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:outfit;display:block; }
 }@media only screen and (max-width: 763px) { #Qrcqgr7SPrS9lt0nlTc5nsFMfE1xgtAw { width:19.625rem;height:16.89539375rem;top:5.999755859375rem;left:0.37353515625rem;font-size:1rem;text-align:left;text-align-last:left;font-family:outfit;display:block; }
 }@media only screen and (max-width: 763px) { #QN3Iv0kMToxWFu6QP7hObmnJFyUfmzQo { width:20rem;height:13.3125rem;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:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oMTFLHOI18F1ULACGHfyfrrk0zabOTuI { width:20rem;height:3.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #va75HQsD7dPLGSn33lS6RZd11M9tnF8J { width:20rem;height:1.94905625rem;top:2.625rem;left:0.0625rem;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.13688125rem;top:10.125rem;left:3.75rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mzIAKBZ9JaE1hIbdywUHuM2b9wuM6HGa { width:12.5625rem;height:1.13688125rem;top:15.9375rem;left:3.6875rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #MFWDJgqiWXvbI0TaE5V7G3L1rSRISGaq { width:12.4375rem;height:1.13688125rem;top:21.9375rem;left:3.75rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #T6FuiyDhq0FhDXbJdqpm0byBoXxkLom4 { width:20rem;height:2.6001rem;top:7.5625rem;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.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STKmQhNyaRUEbUlwZX1IuJ3sfl6IXU5n { width:12.5rem;height:2.6001rem;top:19.3125rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQdDTavR82ndRFExFJK4elr6EWfI5wT { width:2.8125rem;height:1.787925rem;top:19.875rem;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:none; }#ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.adaptive-delivery-prevent-bg, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyload, #ZwnF34u8CV7zAiP4wsQ7bXlqnXdnhR8P.lazyloading { background-image: none; }#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:none; } }@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) { #u5JKyF7hoeuvrEGutc9nXAr9GEPLGixG { background-color:#000000;background-image:none;display:block; }#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:32.8125rem;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.625rem;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;color:#ffffff;background-color:#c69c6c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#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.4978837966919rem;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.4978837966919rem;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) { #VixsN4TvtKqfGAWBC2q15HLCIurc731k { width:19.187rem;height:3.2487rem;top:1.2491912841797rem;left:0.4052734375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .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; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .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; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu .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; }
#dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu { width:19.875rem;height:5.52625rem;display:flex;top:24.498901367188rem;left:0.4986572265625rem;z-index:5001; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #ygNeDpbqN369oOVHTeVzlwbT23wugiA8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #BRQDMmgdpFRS84P9zhoDnQtQfXTK25zy {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #nM6fwaRHMStRV8ckm9ksAZMA3TKzkGI7 {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #zlcORp9MnGwHUTK5pCqKRVOyob4e4Zwb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #zEx106UZQO89F1KTvSiJa3HQK3k0DyJU {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #RE9oU52iX4BwLfscxZGzycFkE7S29wWk {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #faNhGE6qSa848vBCP4pgVZo9FscPQ3pK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #CyWu9NzBOoMW7f9UyK37DAOEV0Gx9Ufw {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #GCxxpJMKx7oaViQu1IqUB8w5p398VQbZ {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #SQa9m3FmtHiT8Gs6i9N2lqFy0sCyFCBd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #uaES1VgBJg9JQ91AFvUE3JGJSUTBSsr1 {  }
 }@media only screen and (max-width: 763px) { #dy89uKA3CoxXD6ZU1u8iUIuaRwiIhXXu #mfut20AsqqS760vZLaRUznFncNAFVc6y {  }
 }@media only screen and (max-width: 763px) { #TwfukKVVWtWo1Cf22wUauAKzNcItS5fl { display:none; }#TwfukKVVWtWo1Cf22wUauAKzNcItS5fl > .row .container { width:20rem;height:85rem;position:relative;display:none; } }@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:26.0625rem;top:2.25rem;left:1.8125rem;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) { #MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z { display:block; }#MUMTcLC2NeAD2Bc1RIc0uZ35fygPOJ5z > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxZNpvqDX1pyHp3VC0OPQfnTQRcGNdFR { width:2.6875rem;height:2.625rem;top:19.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9OPoLVQHq5gX3tJcPPTbMS3Z75oDeFr { width:2.6875rem;height:2.625rem;top:19.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNgk7FeErmaw8MPDEPP1HWn64NbTuwAb { width:2.6875rem;height:2.625rem;top:19.4375rem;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.1875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qic7BwZQz1y8Pma7kyJEGohMtBs8mS1c { width:5.56213125rem;height:0.9749375rem;top:15.3125rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuER5z7fgeTqhqX15vJLckL2VwDZSqbu { width:4.8125rem;height:0.9749375rem;top:18rem;left:7.8125rem;font-size:0.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.56225625rem;height:0.9749375rem;top:5.625rem;left:6.5625rem;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.75rem;height:4.125rem;top:22.125rem;left:5.625rem;display:block; }
 }