.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5f7;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row .container { background-color: transparent; background-image: none; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row .container > .video-iframe-container { display: none; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row > .video-iframe-container { display: none; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .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); }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row .container { border-width: 0; border-radius: 0; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#dhuIxJSmw8D6sWmThS7fN1lwQKOcnENT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.9375rem;top:0rem;left:3.125rem;overflow:hidden;display:block; }
#lIW4JGrZEsf32cM9PlPSm1twRuH8h57H { background-color:#373636;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1rem;left:51.4375rem;display:block; }
#HbFWD2mCtak3w1kSBoCl1FGFy4ZOFKse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(234,49,45,0.77);background-image:url("https://images.assets-landingi.com/uc/8b34c1d4-131c-4458-93c3-0808e6eb604a/familiajovemcomseusfilhosemcasasedivertindo.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:10.6875rem;left:5.875rem;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;display:block; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:21.5rem;left:5.875rem;height:4.78125rem;font-style:normal;display:block; }
#COId6agAs9Q8oTVLLy3msfkDG1qfRsuK { background-color:#ea312d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.5rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.4375rem;left:5.875rem;display:block; }
#tyGnwkUhfSzbfJl51lHO4AU6v4yGxLLs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3gcoSXCZ2Ls7P1cJrgaAhFACIvDl5XC { box-sizing:content-box;height:28.6875rem;width:31.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(58,58,58,0.87);background-image:none;top:7.9375rem;left:2.5625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IUxWEUGt982wKRcev1BLA190MCeW7xpr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.9375rem;top:0rem;left:3.125rem;overflow:hidden;display:none; }
#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu { position:relative;display:block; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu { background-color: transparent; background-image: none; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row .container > .video-iframe-container { display: none; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row > .video-iframe-container { display: none; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .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); }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu { border-width: 0; border-radius: 0; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IXkkTAN1E0eT03Jp0x27KWuTSm0sryAD { color:rgba(55,54,54,0.9);display:block;width:75rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:3rem;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:block; }
#dEWcKOoSAUOMCm4urPdUsRCBMUmnL92m { color:#373636;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl { position:relative;display:block; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl { background-color: transparent; background-image: none; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row .container > .video-iframe-container { display: none; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row > .video-iframe-container { display: none; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .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); }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl { border-width: 0; border-radius: 0; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ArQXNUtdsVLNppMivXULbTVzdd3h1v7C { position:absolute;display:block;z-index:15000;height:12.375rem;width:75rem;top:1.1875rem;left:0rem;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:#373636;display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:18.4072265625rem;left:41.375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6059da33-2d83-4469-a99f-4cdaad64cfdc/familianegrafelizeuniaodemaepaiefilhosjuntosemumsofadecasaretratodepaisefilhossorriememumsofadesaladeestarcomfelicidadepassandoumtempodequalidade.jpg");background-position:bottom 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:35rem;width:37.5rem;top:4.875rem;left:0rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:#373636;display:block;width:27.5625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:9.1875rem;left:41.375rem;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;display:block; }
#nI90RAltM4KizcOz98xHVGTGM2Imaggc { background-color:#ea312d;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.4375rem;left:41.375rem;display:block; }
#C3TXVgohFnxIwTJ3PdkRtqtzapmUdFqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTFrlk2uy2OpTuid09qIthzo4JIahTht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9322e;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; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row .container { background-color: transparent; background-image: none; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row .container > .video-iframe-container { display: none; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row > .video-iframe-container { display: none; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .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); }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row .container { border-width: 0; border-radius: 0; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#XDtxTkmgHE7XUe3DM4l95IcwzApWBFpL { color:rgba(255,255,255,0.9);display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.5625rem;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:block; }
#STJ4uLh0cgb5wt24AcTw95niXEW31fwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9322e;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; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { background-color: transparent; background-image: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { display: none; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .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); }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { border-width: 0; border-radius: 0; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:12.9375rem;left:3.375rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { color:#e9322e;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:8.6875rem;left:3.375rem;height:2.375rem;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:block; }
#dh3p64teBMQlWG17it5UZm4XvLZHaBsN { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:4rem;left:8.1875rem; }
#n67I6kHGXnCIFBzLaMOnoc6VLdNsIruV { box-sizing:content-box;height:19.25rem;width:17.125rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;top:2.3125rem;left:1.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#B2rpa3GpOpqZmbAnGnL6ufBSIuaInubg { box-sizing:content-box;height:19.25rem;width:17.125rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;top:2.3125rem;left:19.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#UVauX1dTV8ekkGPqGwEKDTRkO9byaurw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:4rem;left:26.625rem; }
#MMsr45LtThrZ20BpRn3GFaTlhU8Q7sOo { color:#e9322e;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:8.6875rem;left:21.75rem;height:2.375rem;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:block; }
#dmlAEecwEyfBbU1IGeG7kWhNbIP2INKK { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:12.9375rem;left:21.75rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dmlAEecwEyfBbU1IGeG7kWhNbIP2INKK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dmlAEecwEyfBbU1IGeG7kWhNbIP2INKK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#MLowLziwJVpX9BKLS6t51nTa2aLHufzO { box-sizing:content-box;height:19.25rem;width:17.125rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;top:2.3125rem;left:38.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#X7Umxy5HVmNToz0U9RISxrUcb15ogcvM { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:4rem;left:44.875rem; }
#vnIKVpLnngFS85tEd4O4qSVBCxIgXuUf { color:#e9322e;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:8.6875rem;left:40rem;height:2.375rem;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:block; }
#dXFwv1gPxEdXgti7v8kWKcRudDUTiUsT { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:12.9375rem;left:41.25rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#dXFwv1gPxEdXgti7v8kWKcRudDUTiUsT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dXFwv1gPxEdXgti7v8kWKcRudDUTiUsT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#orup9FssSsTpfzR0D44o7DRa0lgxQErM { box-sizing:content-box;height:19.25rem;width:17.125rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;top:2.3125rem;left:56.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#JDT8kJX5z8A0hP0yfEp9sfuJbylQTKL6 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:4rem;left:63.3125rem; }
#E4neePzE4S0KbyclJb0TovwnsIK10wfq { color:#e9322e;display:block;width:9.8125rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;top:9rem;left:60.125rem;height:2.375rem;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:block; }
#wMrzXQ4T62MCI93Vc8lNvTnRTTDh22hy { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15055;line-height:1.4;letter-spacing:0;top:12.9375rem;left:58.4375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#wMrzXQ4T62MCI93Vc8lNvTnRTTDh22hy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wMrzXQ4T62MCI93Vc8lNvTnRTTDh22hy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
#bZhHUOBaTsRPmTyAMNO7Egh8bvpRXeVW { color:#e9322e;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:11.3125rem;left:40rem;height:0.8125rem;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:block; }
#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9322e;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; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row .container { background-color: transparent; background-image: none; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row .container > .video-iframe-container { display: none; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row > .video-iframe-container { display: none; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .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); }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row .container { border-width: 0; border-radius: 0; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#zdkcIwPBKgfsfR8E2Hm0Vtl5aIu6KsKO { background-color:#373636;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:5.6875rem;left:29.0625rem;display:block; }
#yyeV4IsyIOegncSCC4B49ti9QebbTe2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lo7PAaGHrAQ3cyzeS5vIlA9XUaUTOwBh { color:#ffffff;display:block;width:47.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:1.125rem;left:13.5625rem;height:3.5996125rem;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:block; }
#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row .container { background-color: transparent; background-image: none; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row .container > .video-iframe-container { display: none; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row > .video-iframe-container { display: none; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .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); }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row .container { border-width: 0; border-radius: 0; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#yLZnoazAUVvSV26Kmkuzlr208Zq85VS2 { color:rgba(55,54,54,0.9);display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:1.65625rem;left:0rem;height:2.5625rem;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:block; }
#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row .container { background-color: transparent; background-image: none; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row .container > .video-iframe-container { display: none; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row > .video-iframe-container { display: none; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .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); }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row .container { border-width: 0; border-radius: 0; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#N6eGTyy0igRNnZ4F51IBh76WGmbECvHo { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.25rem;width:10.3125rem;top:4.625rem;left:11.8125rem;overflow:hidden;display:block; }
#RCRT2To42uxUSQKeSA5WMVA0uQc9Xk7A { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:4.125rem;left:11.3125rem;display:block; }
#B1KF37cGxJyW5pamfqk4KK6edID2ykin { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:19rem;top:2.3125rem;left:7.5rem;display:block; }
#hQ1Uu9M3AlUiFc8utsrQQUqG9oygsL62 { position:absolute;display:block;z-index:15004;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:27.625rem;left:15.375rem;display:block; }
#z5EHQGqSeHhRNu4DFgefdI9O1dd5mOfA { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:28.6875rem;left:8.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#n4AWAxr8cKvW6BF5URZPqQ7wItnVlqxo { position:absolute;display:block;z-index:15006;background-color:#e9322e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:19rem;top:2.3125rem;left:28.125rem;display:block; }
#tA47nIPCilAwMre9A8APTSTv7KXOMmvX { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:28.6875rem;left:29.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#b4RWHgIzkeRQ63da0izfU1Ur4ZNiXHS0 { position:absolute;display:block;z-index:15011;background-color:#050505;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:27.625rem;left:36rem;display:block; }
#XW0xwGUNUi73IT1nQdbZRJ2tEbb4S193 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff845e;border-left:0.0625rem solid #ff845e;border-right:0.0625rem solid #ff845e;border-bottom:0.0625rem solid #ff845e;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:4.125rem;left:31.9375rem;display:block; }
#EMuzBm0UIB72E08U1WAkFxc6RuCo3wnS { position:absolute;display:block;z-index:15008;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.625rem;left:32.4375rem;overflow:hidden;display:block; }
#Hd057tFnQxTMDVLtXQqZRim7lTi60uxd { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:19rem;top:2.3125rem;left:48.5rem;display:block; }
#C6RK894UR3azCi3JTmUgI0MaN5xuUon4 { color:#686868;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:28.6875rem;left:49.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lwxRRUTvdd7kTLl6KEeJ2vd5HkRIdHLk { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:16.75rem;left:50.125rem;height:9.098625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q4A1TPJ9gNuXRguogQb7t8JTr3V1fgum { position:absolute;display:block;z-index:15018;background-color:#ff845e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:27.625rem;left:56.375rem;display:block; }
#DsJtd6GVIkCRnzkJW0phKK0DmdbI8IHT { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:4.125rem;left:52.3125rem;display:block; }
#LLWzqQDynuDW046DPKKGudkxl9M1GU23 { position:absolute;display:block;z-index:15015;border-top:0.125rem solid #ff845e;border-left:0.125rem solid #ff845e;border-right:0.125rem solid #ff845e;border-bottom:0.125rem solid #ff845e;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.25rem;width:10.3125rem;top:4.625rem;left:52.8125rem;overflow:hidden;display:block; }
#NLCrO3EKr0Qb62hDNxdxnk3PIiwlVm6u { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:16.75rem;left:30.375rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJTTiCJ7BZthkTx4T0gCWPeKcdb13LzH { color:#686868;display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:16.75rem;left:9.25rem;height:10.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bbc0b61-3898-447d-897d-52b7fb46a908/terfamiliasignificaquevocenuncaestasozinhofotodeumafamiliarelaxandojuntosemcasa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.77); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.77); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-form-header {  }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:26.25rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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:26.25rem;box-sizing:border-box;height:3.75rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;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:26.25rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e9322e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:15.75rem;height:3.75rem;font-family:exo;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-moz-placeholder { color:#333333;font-family:roboto;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-moz-placeholder { color:#333333;font-family:roboto;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:roboto;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:roboto;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:25.25rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:first-of-type{padding-top:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-container:last-of-type{padding-bottom:0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.1875rem;left:7.8125rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem;display:block;vertical-align:top; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .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; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.1875rem;left:7.8125rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #dONDTgeMs0hd6r6TKQtrGhwQdGTNMy2i { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #n7Avf1B3NhdFuiy2cxFOo6I9vVRpaXAa { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #bdO5tLVMh1QBInbM3RdsqIwGFNTrbL5G { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CAuhVxp89CnPZ8Gs1w36WlUyBAiP33m7 { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #AoCv8Z9hkWDf3EKucTbRRUqJtXuTRUF7 { position:relative;display:none; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #DTJDp3nb1lpO3kktNcZKPm5ZQkmigtDA { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv { position:relative; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT { position:relative; }
#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:#e9322e;display:block;width:23.5rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:7rem;left:8.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:18rem;left:45.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:#ff6c00;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:17.6875rem;left:41.625rem;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:#ff6c00;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:21.625rem;left:42.0625rem;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.625rem;left:45.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:24.625rem;left:45.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { box-sizing:content-box;color:#ff6c00;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:25.25rem;left:41.8125rem;display:block; }
#STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:15026;line-height:1;letter-spacing:0;top:5.125rem;left:8.9375rem;height:1.25rem;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;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.3125rem;left:41.375rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:21rem;left:41.375rem;display:block; }
#D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:24.8125rem;left:41.375rem;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:16.3125rem;left:39.1875rem;display:block; }
#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD { background-color:#131313;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row .container { background-color: transparent; background-image: none; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row .container > .video-iframe-container { display: none; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row > .video-iframe-container { display: none; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .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); }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row .container { border-width: 0; border-radius: 0; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#llU90UK2VopruHREgm5OZxTbIPZyqy2D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.75rem;top:1.1875rem;left:7rem;overflow:hidden;display:block; }
#BIhV6mCfGTTu2TJbFM1ExO0cZH4J0Ttk { color:#ffffff;display:block;width:63.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:2.474609375rem;left:11.9375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e2w6HC8TgdScw2O4aD7VArsKvalrkGDF { display:block; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhuIxJSmw8D6sWmThS7fN1lwQKOcnENT { width:6.9375rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIW4JGrZEsf32cM9PlPSm1twRuH8h57H { width:19.4375rem;height:3.5rem;top:1rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbFWD2mCtak3w1kSBoCl1FGFy4ZOFKse { display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:26.25rem;height:;top:10.6875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:25.4375rem;height:6.375rem;top:21.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COId6agAs9Q8oTVLLy3msfkDG1qfRsuK { width:19.4375rem;height:3.5rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyGnwkUhfSzbfJl51lHO4AU6v4yGxLLs { display:block; }
 }@media only screen and (max-width: 763px) { #R3gcoSXCZ2Ls7P1cJrgaAhFACIvDl5XC { width:31.75rem;height:28.6875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUxWEUGt982wKRcev1BLA190MCeW7xpr { width:6.9375rem;height:4.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu { display:block; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXkkTAN1E0eT03Jp0x27KWuTSm0sryAD { width:47.75rem;height:3rem;top:2.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEWcKOoSAUOMCm4urPdUsRCBMUmnL92m { width:47.75rem;height:1.375rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAqFEFExKwIPJs51LO35mcbQTwhPSXbl { display:block; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArQXNUtdsVLNppMivXULbTVzdd3h1v7C { width:47.75rem;height:12.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:27.5rem;height:8.4375rem;top:18.375rem;left:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:37.5rem;height:35rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:27.5625rem;height:;top:9.1875rem;left:20.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI90RAltM4KizcOz98xHVGTGM2Imaggc { width:19.4375rem;height:3.5rem;top:28.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TXVgohFnxIwTJ3PdkRtqtzapmUdFqp { display:block; }
 }@media only screen and (max-width: 763px) { #VTFrlk2uy2OpTuid09qIthzo4JIahTht { display:block; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDtxTkmgHE7XUe3DM4l95IcwzApWBFpL { width:47.75rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:13.1875rem;height:6.875rem;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:13.25rem;height:2.375rem;top:8.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3p64teBMQlWG17it5UZm4XvLZHaBsN { top:4rem;left:3.625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n67I6kHGXnCIFBzLaMOnoc6VLdNsIruV { width:17.125rem;height:19.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rpa3GpOpqZmbAnGnL6ufBSIuaInubg { width:17.125rem;height:19.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVauX1dTV8ekkGPqGwEKDTRkO9byaurw { top:4rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMsr45LtThrZ20BpRn3GFaTlhU8Q7sOo { width:13.25rem;height:2.375rem;top:8.6875rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmlAEecwEyfBbU1IGeG7kWhNbIP2INKK { width:13.1875rem;height:3.9375rem;top:12.9375rem;left:2.6875rem;font-size:0.9375rem;display:block; }#dmlAEecwEyfBbU1IGeG7kWhNbIP2INKK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #MLowLziwJVpX9BKLS6t51nTa2aLHufzO { width:17.125rem;height:19.25rem;top:2.3125rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Umxy5HVmNToz0U9RISxrUcb15ogcvM { top:4rem;left:28.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnIKVpLnngFS85tEd4O4qSVBCxIgXuUf { width:13.25rem;height:2.375rem;top:8.6875rem;left:18.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXFwv1gPxEdXgti7v8kWKcRudDUTiUsT { width:10.6875rem;height:2.625rem;top:12.9375rem;left:21.0625rem;font-size:0.9375rem;display:block; }#dXFwv1gPxEdXgti7v8kWKcRudDUTiUsT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #orup9FssSsTpfzR0D44o7DRa0lgxQErM { width:17.125rem;height:19.25rem;top:2.3125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDT8kJX5z8A0hP0yfEp9sfuJbylQTKL6 { top:4rem;left:40.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4neePzE4S0KbyclJb0TovwnsIK10wfq { width:9.8125rem;height:2.375rem;top:9rem;left:37.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrzXQ4T62MCI93Vc8lNvTnRTTDh22hy { width:13.1875rem;height:2.625rem;top:12.9375rem;left:34.4375rem;font-size:0.9375rem;display:block; }#wMrzXQ4T62MCI93Vc8lNvTnRTTDh22hy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #bZhHUOBaTsRPmTyAMNO7Egh8bvpRXeVW { width:13.25rem;height:0.8125rem;top:11.3125rem;left:18.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 { display:block; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdkcIwPBKgfsfR8E2Hm0Vtl5aIu6KsKO { width:16.9375rem;height:3.5rem;top:5.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyeV4IsyIOegncSCC4B49ti9QebbTe2c { display:block; }
 }@media only screen and (max-width: 763px) { #lo7PAaGHrAQ3cyzeS5vIlA9XUaUTOwBh { width:47.75rem;height:3.5625rem;top:1.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I { display:block; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLZnoazAUVvSV26Kmkuzlr208Zq85VS2 { width:47.75rem;height:2.5625rem;top:1.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C { display:block; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6eGTyy0igRNnZ4F51IBh76WGmbECvHo { width:10.3125rem;height:10.25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCRT2To42uxUSQKeSA5WMVA0uQc9Xk7A { width:11.375rem;height:11.375rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1KF37cGxJyW5pamfqk4KK6edID2ykin { width:19rem;height:29.375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ1Uu9M3AlUiFc8utsrQQUqG9oygsL62 { width:3.25rem;height:0.0625rem;top:27.625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5EHQGqSeHhRNu4DFgefdI9O1dd5mOfA { width:16.875rem;height:1.5625rem;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4AWAxr8cKvW6BF5URZPqQ7wItnVlqxo { width:19rem;height:29.375rem;top:2.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA47nIPCilAwMre9A8APTSTv7KXOMmvX { width:16.875rem;height:1.5625rem;top:28.6875rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4RWHgIzkeRQ63da0izfU1Ur4ZNiXHS0 { width:3.25rem;height:0.0625rem;top:27.625rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW0xwGUNUi73IT1nQdbZRJ2tEbb4S193 { width:11.375rem;height:11.375rem;top:4.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMuzBm0UIB72E08U1WAkFxc6RuCo3wnS { width:10.3125rem;height:10.3125rem;top:4.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd057tFnQxTMDVLtXQqZRim7lTi60uxd { width:19rem;height:29.375rem;top:2.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6RK894UR3azCi3JTmUgI0MaN5xuUon4 { width:16.875rem;height:1.5625rem;top:28.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxRRUTvdd7kTLl6KEeJ2vd5HkRIdHLk { width:15.75rem;height:9.0625rem;top:16.75rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4A1TPJ9gNuXRguogQb7t8JTr3V1fgum { width:3.25rem;height:0.0625rem;top:27.625rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsJtd6GVIkCRnzkJW0phKK0DmdbI8IHT { width:11.375rem;height:11.375rem;top:4.125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLWzqQDynuDW046DPKKGudkxl9M1GU23 { width:10.3125rem;height:10.25rem;top:4.625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLCrO3EKr0Qb62hDNxdxnk3PIiwlVm6u { width:15.75rem;height:9.0625rem;top:16.75rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJTTiCJ7BZthkTx4T0gCWPeKcdb13LzH { width:15.75rem;height:10.375rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:28.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:28.875rem;height:auto;top:12.1875rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:28.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:28.875rem;height:auto;top:12.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #dONDTgeMs0hd6r6TKQtrGhwQdGTNMy2i {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #n7Avf1B3NhdFuiy2cxFOo6I9vVRpaXAa {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #bdO5tLVMh1QBInbM3RdsqIwGFNTrbL5G {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CAuhVxp89CnPZ8Gs1w36WlUyBAiP33m7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #AoCv8Z9hkWDf3EKucTbRRUqJtXuTRUF7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #DTJDp3nb1lpO3kktNcZKPm5ZQkmigtDA {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:23.5rem;height:;top:7rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:25.1875rem;height:1.625rem;top:18rem;left:22.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:17.6875rem;left:28rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:21.625rem;left:28.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:23.625rem;height:1.625rem;top:21.625rem;left:24.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:19.125rem;height:3.25rem;top:24.625rem;left:28.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:2.0625rem;height:2rem;top:25.25rem;left:28.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:24.8125rem;height:1.25rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:17.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:21rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:24.8125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:16.3125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD { display:block; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llU90UK2VopruHREgm5OZxTbIPZyqy2D { width:5.75rem;height:3.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIhV6mCfGTTu2TJbFM1ExO0cZH4J0Ttk { width:47.75rem;height:1.3125rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e2w6HC8TgdScw2O4aD7VArsKvalrkGDF { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#e2w6HC8TgdScw2O4aD7VArsKvalrkGDF > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dhuIxJSmw8D6sWmThS7fN1lwQKOcnENT { width:6.9375rem;height:4.6875rem;top:1.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIW4JGrZEsf32cM9PlPSm1twRuH8h57H { width:15.5rem;height:2.9375rem;top:0.625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbFWD2mCtak3w1kSBoCl1FGFy4ZOFKse { display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b34c1d4-131c-4458-93c3-0808e6eb604a/familiajovemcomseusfilhosemcasasedivertindo.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:18.25rem;height:15.9375rem;top:13.9375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:3.1875rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:16.9375rem;height:7.03125rem;top:30.9375rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #COId6agAs9Q8oTVLLy3msfkDG1qfRsuK { width:19.4375rem;height:3.5rem;top:41.75rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyGnwkUhfSzbfJl51lHO4AU6v4yGxLLs { display:block; }
 }@media only screen and (max-width: 763px) { #R3gcoSXCZ2Ls7P1cJrgaAhFACIvDl5XC { width:20rem;height:33.25rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUxWEUGt982wKRcev1BLA190MCeW7xpr { width:5.5rem;height:3.6875rem;top:9rem;left:0.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu { display:block; }#PkfxmDTGkPOoyzelL3JrEWW1uHGwPyWu > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXkkTAN1E0eT03Jp0x27KWuTSm0sryAD { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dEWcKOoSAUOMCm4urPdUsRCBMUmnL92m { width:20rem;height:2.54980625rem;top:4.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cAqFEFExKwIPJs51LO35mcbQTwhPSXbl { display:block; }#cAqFEFExKwIPJs51LO35mcbQTwhPSXbl > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArQXNUtdsVLNppMivXULbTVzdd3h1v7C { width:20rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:17.8125rem;height:13.5rem;top:25.5rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:13.75rem;top:10.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:15.125rem;height:8.099625rem;top:1.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nI90RAltM4KizcOz98xHVGTGM2Imaggc { width:16.625rem;height:3.5rem;top:40.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3TXVgohFnxIwTJ3PdkRtqtzapmUdFqp { display:block; }
 }@media only screen and (max-width: 763px) { #VTFrlk2uy2OpTuid09qIthzo4JIahTht { display:block; }#VTFrlk2uy2OpTuid09qIthzo4JIahTht > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDtxTkmgHE7XUe3DM4l95IcwzApWBFpL { width:20rem;height:7.1996875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #STJ4uLh0cgb5wt24AcTw95niXEW31fwF { display:block; }#STJ4uLh0cgb5wt24AcTw95niXEW31fwF > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV { width:13.6875rem;height:7.312rem;top:14.0625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }#ZRMBdPtG8ExBs2eoQdDmLgWGhX8XzNDV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #dIFTnhtXrO2IZc65HJG3ucQ4HGwAcvXb { width:13.875rem;height:4.5rem;top:8.75rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh3p64teBMQlWG17it5UZm4XvLZHaBsN { display:flex;width:4.375rem;height:4.375rem;top:3.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #n67I6kHGXnCIFBzLaMOnoc6VLdNsIruV { width:17.125rem;height:20.4375rem;top:1.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rpa3GpOpqZmbAnGnL6ufBSIuaInubg { width:17.125rem;height:17.125rem;top:24.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVauX1dTV8ekkGPqGwEKDTRkO9byaurw { display:flex;width:3.5625rem;height:3.5625rem;top:26.0625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #MMsr45LtThrZ20BpRn3GFaTlhU8Q7sOo { width:13.25rem;height:3rem;top:30.75rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmlAEecwEyfBbU1IGeG7kWhNbIP2INKK { width:11.125rem;height:4.19970625rem;top:35rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }#dmlAEecwEyfBbU1IGeG7kWhNbIP2INKK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #MLowLziwJVpX9BKLS6t51nTa2aLHufzO { width:17.125rem;height:19.25rem;top:43rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Umxy5HVmNToz0U9RISxrUcb15ogcvM { display:flex;width:3.5625rem;height:3.5625rem;top:44.6875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #vnIKVpLnngFS85tEd4O4qSVBCxIgXuUf { width:13.25rem;height:4.5rem;top:49.375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXFwv1gPxEdXgti7v8kWKcRudDUTiUsT { width:10.6875rem;height:4.19970625rem;top:56.5625rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }#dXFwv1gPxEdXgti7v8kWKcRudDUTiUsT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #orup9FssSsTpfzR0D44o7DRa0lgxQErM { width:17.125rem;height:17.8125rem;top:63.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDT8kJX5z8A0hP0yfEp9sfuJbylQTKL6 { display:flex;width:3.5625rem;height:3.5625rem;top:65.1875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #E4neePzE4S0KbyclJb0TovwnsIK10wfq { width:9.8125rem;height:3rem;top:70.1875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrzXQ4T62MCI93Vc8lNvTnRTTDh22hy { width:13.1875rem;height:4.19970625rem;top:74.875rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;color:#666666;display:block; }#wMrzXQ4T62MCI93Vc8lNvTnRTTDh22hy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_75b9815af42c150c83ac0dae4aba647d.svg); }
 }@media only screen and (max-width: 763px) { #bZhHUOBaTsRPmTyAMNO7Egh8bvpRXeVW { width:13.25rem;height:0.8125rem;top:54.6875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 { display:block; }#d0tVGz2TlbyqvQ2NNZH6FGZLs4KWuBJ6 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdkcIwPBKgfsfR8E2Hm0Vtl5aIu6KsKO { width:16.9375rem;height:3.5rem;top:13.297875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyeV4IsyIOegncSCC4B49ti9QebbTe2c { display:block; }
 }@media only screen and (max-width: 763px) { #lo7PAaGHrAQ3cyzeS5vIlA9XUaUTOwBh { width:16.6875rem;height:10.7988125rem;top:1.4375rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I { display:block; }#PsZgIBH5RGTOhNNqwyRHBgPweE71ZV2I > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLZnoazAUVvSV26Kmkuzlr208Zq85VS2 { width:20rem;height:4.79980625rem;top:1.724609375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C { display:block; }#CfNuPP83sUTX0mNuCxGVbicdOfWMUG0C > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6eGTyy0igRNnZ4F51IBh76WGmbECvHo { width:10.3125rem;height:10.25rem;top:2.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCRT2To42uxUSQKeSA5WMVA0uQc9Xk7A { width:11.375rem;height:11.375rem;top:2.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1KF37cGxJyW5pamfqk4KK6edID2ykin { width:19rem;height:27.625rem;top:1.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ1Uu9M3AlUiFc8utsrQQUqG9oygsL62 { width:3.25rem;height:0.0625rem;top:26.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5EHQGqSeHhRNu4DFgefdI9O1dd5mOfA { width:16.875rem;height:1.5996125rem;top:27rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4AWAxr8cKvW6BF5URZPqQ7wItnVlqxo { width:19rem;height:27.625rem;top:30.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA47nIPCilAwMre9A8APTSTv7KXOMmvX { width:16.875rem;height:1.5996125rem;top:55.375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4RWHgIzkeRQ63da0izfU1Ur4ZNiXHS0 { width:3.25rem;height:0.0625rem;top:54.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW0xwGUNUi73IT1nQdbZRJ2tEbb4S193 { width:11.375rem;height:11.375rem;top:32.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMuzBm0UIB72E08U1WAkFxc6RuCo3wnS { width:10.3125rem;height:10.3125rem;top:33.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd057tFnQxTMDVLtXQqZRim7lTi60uxd { width:19rem;height:27.625rem;top:60.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6RK894UR3azCi3JTmUgI0MaN5xuUon4 { width:16.875rem;height:1.5996125rem;top:84.75rem;left:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwxRRUTvdd7kTLl6KEeJ2vd5HkRIdHLk { width:15.75rem;height:9.098625rem;top:74.5rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4A1TPJ9gNuXRguogQb7t8JTr3V1fgum { width:3.25rem;height:0.0625rem;top:83.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsJtd6GVIkCRnzkJW0phKK0DmdbI8IHT { width:11.375rem;height:11.375rem;top:62.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLWzqQDynuDW046DPKKGudkxl9M1GU23 { width:10.3125rem;height:10.25rem;top:62.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLCrO3EKr0Qb62hDNxdxnk3PIiwlVm6u { width:15.75rem;height:9.098625rem;top:44.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJTTiCJ7BZthkTx4T0gCWPeKcdb13LzH { width:15.75rem;height:10.3984375rem;top:14.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-text {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.6875rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-select {padding-top: 0; padding-bottom: 0;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu  { width:17.5rem;height:auto;top:12.9375rem;left:0rem; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu {display:block;}#p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu { width:17.5rem;height:auto;top:12.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #fVFHHNq9n1I9ZAMsGDeyTqufAEfDELPN {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #o9WTTt517GngMQevdTJKhalrAg3Hipb7 { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #IUGPiL4F1R7iTmGhmtuZ0caMTJJ3qWGK {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Rhke0DTvSNIl9w6TNs25iCberMoT41TB {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #Ju55oitmgs84L2Pf4B2nIvl4mNuDMMtH { display:none; }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #kUfOX7XIE1SLc1w1LJpGq4coONNV5ZXo {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #dONDTgeMs0hd6r6TKQtrGhwQdGTNMy2i {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #n7Avf1B3NhdFuiy2cxFOo6I9vVRpaXAa {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #bdO5tLVMh1QBInbM3RdsqIwGFNTrbL5G {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #CAuhVxp89CnPZ8Gs1w36WlUyBAiP33m7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #AoCv8Z9hkWDf3EKucTbRRUqJtXuTRUF7 {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #DTJDp3nb1lpO3kktNcZKPm5ZQkmigtDA {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #litSURlg1DGyJLzosJa1yUlBHdqGKbGv {  }
 }@media only screen and (max-width: 763px) { #p0f18ziZX4TrTfZk2TVc9cMkGOwPiWBu #toB83ITgouB4qPHUo0LJPdyUnC6XgmXT {  }
 }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:16.625rem;height:4.79980625rem;top:8.2021484375rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.625rem;height:1.13720625rem;top:33.556640625rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:33.0625rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:36.875rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:14.625rem;height:1.13720625rem;top:36.875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:14.625rem;height:2.2744125rem;top:40.4873046875rem;left:4.375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:2.0625rem;height:2rem;top:40.625rem;left:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuPNnhb2QMh6b2QAuiXZIktcPG3c7LE { width:14.375rem;height:2.5rem;top:4.4853515625rem;left:1.09375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:32.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:36.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:40.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD { display:block; }#QVlaS1MBphBLMMBXoH2q5FGPpG3nrPeD > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llU90UK2VopruHREgm5OZxTbIPZyqy2D { width:3.875rem;height:2.625rem;top:1.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIhV6mCfGTTu2TJbFM1ExO0cZH4J0Ttk { width:20rem;height:1.29980625rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#717171;display:block; }
 }