.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/70e256a6-f506-40a6-92eb-952cb4d16c25/Conjunto3LuminriaPendenteDecorativaNaturalPalhaBambu.jpeg");background-position:top right !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; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa.adaptive-delivery-prevent-bg, #XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa.lazyload, #XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa.lazyloading { background-image: none; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row .container { background-color: transparent; background-image: none; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.64); }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row .container > .video-iframe-container { display: none; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(2,2,2,0.64); }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row > .video-iframe-container { display: none; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .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); }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row .container { border-width: 0; border-radius: 0; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa::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; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row .container { font-size:0.875rem;font-family:signika;height:46.1875rem;width:75rem;position:relative;display:block; }#gNX7HIhHKwbnmNOxoifZHS0D4C7dnzD0 { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:signika;font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:16.0625rem;left:10.0625rem;height:9rem;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;font-style:normal;display:block; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-form-header {  }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-regular-label { height:auto;display:block;font-family:signika;font-size:0.875rem;font-weight:400;color:#000000;width:18.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:2.5625rem;color:#804d24;font-size:0.875rem;overflow:hidden;font-family:signika;vertical-align:top; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-text {padding-top: 0; padding-bottom: 0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:4.375rem;color:#804d24;font-size:0.875rem;overflow:hidden;font-family:signika;vertical-align:top; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #804d24;border-left:0.0625rem solid #804d24;border-right:0.0625rem solid #804d24;border-bottom:0.0625rem solid #804d24;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.8125rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-family:signika;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-select {padding-top: 0; padding-bottom: 0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#020202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.75rem;margin-bottom:0.25rem;margin-left:3.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:11.25rem;height:3.4375rem;font-family:signika;overflow:hidden;font-style:normal; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo [class*="-text"]:-moz-placeholder { color:#040404;font-family:signika;font-size:0.875rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo [class*="-text"]::-moz-placeholder { color:#040404;font-family:signika;font-size:0.875rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo [class*="-text"]:-ms-input-placeholder { color:#040404;font-family:signika;font-size:0.875rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo [class*="-text"]::-webkit-input-placeholder { color:#040404;font-family:signika;font-size:0.875rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .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:signika;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal;float:none; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .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; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .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:signika;font-size:0.75rem;font-weight:300;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-container:first-of-type{padding-top:0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-container:last-of-type{padding-bottom:0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.0625rem;left:48.8125rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.8125rem;display:block;vertical-align:top; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-info-text { display:block;height:auto;font-family:signika;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo {display:block;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.0625rem;left:48.8125rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #ETx65oKX0nkHLKGDDJF4KtX7Mx1pkT6Z { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #lv9yil7ZxDLknTSGhVTMFTA9DR0FVkwt { position:relative;display:none; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #nxZEbhRDTNeaI3kdqTce7bQN06Ttysdr { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #r8EinNN50DlBJXCl08z4ySqSTJ2v7Ihx { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #yF7vT74tUGPD25klbl1PgVfMCh8cU048 { position:relative;display:none; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #QkN64IP1TQRq1JDW2s6lL1AaGtkeaEgp { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #EmXWrqiaSxDAlabridBKhHtqkh2Q6bph { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #BXrspHFx2DhyfGFk9k7XA1qg0UTZNzO4 { position:relative;display:none; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #aPQTFy8Wxo1RcvuSwrxmXrwCXpc7c6Tp { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #hzNfcNxPyAIQ7Cdmil0xEZJ5FlewWiJi { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #paIntTnW5ARAyqSsHeVGnaUurOsxOcq0 { position:relative;display:none; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #h8Mq4WhSMtaMZVTgaZWGv7yTF8iqvPut { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #wzvtPEc7limZSvHGy99DLcCcdns8yCLG { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #yN4lkAAUoBNHssIbuhIZKKRemmKsZqMT { position:relative;z-index:2; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #kZPJfPP0F7LaiByDk9wusgArJs3Ogeph { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #W2gFVqRfOM9ShKccMrMiPRnzXxNA774D { position:relative; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo #htJOSgtR1GzhETmAsLrp2TuTBCDtb0ZV { position:relative; }
#FF8EtVru9Bp4wexVomh2xdfaBpE8k3we { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:signika;font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.451171875rem;left:50.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#VfFLIorkAJT0ExU2iVvAczewbtCoZsVv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:14.98828125rem;left:10.0625rem;height:1.13671875rem;display:block; }
#mMfyWmpTNEFluWuIcpWltOXlqntSTPDd { box-sizing:content-box;height:54.3125rem;width:21rem;position:absolute;display:block;z-index:15000;background-color:#f3711e;background-image:none;top:0rem;left:49.0625rem;display:block; }
#DxW0y88myiErgwOqJ1IW0MkFzUOHoXxR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.5rem;top:2.3125rem;left:51.71875rem;overflow:hidden;display:block; }
#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3711e;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; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row .container { background-color: transparent; background-image: none; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row .container > .video-iframe-container { display: none; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row > .video-iframe-container { display: none; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .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); }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row .container { border-width: 0; border-radius: 0; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row .container { font-size:0.875rem;font-family:signika;height:46.625rem;width:75rem;position:relative;display:block; }#ZG9xCp3aGoFn6QlwsPah1TWHHKo8rNgr { color:#000000;display:block;width:69.75rem;position:absolute;font-family:signika;font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.5625rem;left:5.25rem;height:4.79980625rem;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;font-style:normal;display:block; }
#MWgVMqXkVs157l4J1hO8d89P9DPXCuVM { color:#020202;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:14.5rem;left:38.0625rem;height:2rem;font-style:normal;display:block; }
#td9t4ZNdba1Tv2MESWDgv1CmcTH6AVf1 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:18.8125rem;left:38.0625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f5f3GkHNCblazCMDBOWdu7S4N6bUMpxF { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:#020202;background-image:none;top:17.625rem;left:38.0625rem;display:block; }
#TGLSBC20FJwgBMyTlysT8U7Iae5w5EOM { color:#020202;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:27.875rem;left:38.0625rem;height:2rem;font-style:normal;display:block; }
#vG0vDaTNvy1eDN3w0UmeLyCA3mamFaoe { color:#000000;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:32.1875rem;left:38.0625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ts4dETRdB30007eed8elQ637G78CxgVH { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15023;background-color:#020202;background-image:none;top:31rem;left:38.0625rem;display:block; }
#ltmgbFSTDn6xVCkwQE0hfs8pehIiWmZI { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#020202;background-image:none;top:17rem;left:38.0625rem;display:block; }
#OFlBkdfioFIX2K6LK9p5C46ysXgOBUvh { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#020202;background-image:none;top:30.375rem;left:38.0625rem;display:block; }
#ZW0PSQylM1GdxbSkMTDq3dVtMPya8mmK { color:#000000;display:block;width:26.0625rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:12.474609375rem;left:5.25rem;height:11.19725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4kkRh7urNTfpWmHqL1ZQTyVGv87GBXa { color:#020202;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:14.5rem;left:57.5625rem;height:2rem;font-style:normal;display:block; }
#bCvMQ3JatD7gJW5r0qq6iD0soEA4Jxuc { color:#000000;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:18.8125rem;left:57.5625rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQ6A8FLzklkHCT69S8LHzVzJATw1Jwuo { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15028;background-color:#020202;background-image:none;top:17.625rem;left:57.5625rem;display:block; }
#B7HHN6Vnhm6gBzaFiNtxMhWvpJCdlJ5G { color:#020202;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:27.875rem;left:57.5625rem;height:2rem;font-style:normal;display:block; }
#y0u7V4KETVH7Pn2tTJm7gCsr7Laxa9ct { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15029;background-color:#020202;background-image:none;top:31rem;left:57.5625rem;display:block; }
#mTp5pQ9T0UUou2LVPmWPGym9PG3rTEhb { color:#000000;display:block;width:15.5rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:32.1875rem;left:57.5625rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WUvW0SCN8bhOFlRWTcXoo3tEeFOQzB5e { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#020202;background-image:none;top:17rem;left:57.5rem;display:block; }
#z31ReOd44EcuicTytZZeKNIBFPTT5Zq0 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#020202;background-image:none;top:30.375rem;left:57.5rem;display:block; }
#My0Nn5UgaInbt3SAKwLeJsWAfMTfMueM { box-sizing:content-box;height:0.0625rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#020202;background-image:none;top:24.5rem;left:5.25rem;display:block; }
#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e8b7956-acdf-46d2-b8a4-e592dd49cd4f/Lustre.jpeg");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; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP.adaptive-delivery-prevent-bg, #syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP.lazyload, #syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP.lazyloading { background-image: none; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row .container { background-color: transparent; background-image: none; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,12,12,0.32); }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row .container > .video-iframe-container { display: none; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,12,12,0.32); }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row > .video-iframe-container { display: none; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .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); }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row .container { border-width: 0; border-radius: 0; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP::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; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row .container { font-size:0.875rem;font-family:signika;height:59.8125rem;width:75rem;position:relative;display:block; }#DnkTkItxteUG0HBvPiZZl7INcCHqr7vo { color:#fbf8f8;display:block;width:48.6865rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.749267578125rem;left:0rem;height:7.7995rem;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;font-style:normal;display:block; }
#vN5yqtqRXcwscUxZnnQS9w3wbnZZy3MD { color:#ffffff;display:block;width:28rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:36.656494140625rem;left:4.62158203125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QPSexTPKCEveywBwLsaNZwNMuW86KG1D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:38.40576171875rem;left:1.357421875rem; }
#m91iOACeavqWn9blbRiClogPQWGVHlKQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9370125rem;width:2.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.32861328125rem;left:1.138916015625rem; }
#nbKbXbvu51S67Zau6LFZGkiZWpn4NrhV { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:18.3984375rem;left:4.62158203125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uqcSgCZiL77e7CQAVCcMSWdfLRlddkQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.18725625rem;width:3.18725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.841552734375rem;left:0.888671875rem; }
#h4CdpyoUAHMpexXCU4FRqtbybAWOLami { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:27.435302734375rem;left:4.62158203125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sab11e4ATT0KySHBTkGTDUldTzwkGNtu { color:#ffffff;display:block;width:28rem;position:absolute;font-family:signika;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:47.06298828125rem;left:4.620361328125rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qiS4RkamI6y8A4QZvnx7m3T4SRyitisL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:47.8125rem;left:1.138916015625rem; }
#t55cg4dCaMqplpRDONO5Umd0FOH25f0h { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:18.75rem;top:22.2646484375rem;left:47.625rem;overflow:hidden;display:block; }
#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3711e;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; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row .container { background-color: transparent; background-image: none; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row .container > .video-iframe-container { display: none; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row > .video-iframe-container { display: none; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .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); }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row .container { border-width: 0; border-radius: 0; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row .container { font-size:0.875rem;font-family:signika;height:40rem;width:75rem;position:relative;display:block; }#VUOQNhHpEMIXygFul8lt7xuhNlUivuko { color:#020202;display:block;width:34.8125rem;position:absolute;font-family:signika;font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:1.3125rem;left:38.25rem;height:4.79980625rem;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;font-style:normal;display:block; }
#Ib5kJ0Hx28HfpuGwPNVqPHivNU5zo0TR { color:#020202;display:block;width:28.1875rem;position:absolute;font-family:signika;font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:7.8125rem;left:41.5625rem;height:29.3945rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTGvcZhtkupnRyTCRdK1bzvU1ZUKdFt5 { box-sizing:content-box;height:0.125rem;width:37.4375rem;position:absolute;display:block;z-index:15004;background-color:#020202;background-image:none;top:7.125rem;left:36.9375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kserdBCVORIxSXR28snS5xsI7Fn4S6Fx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:29.5625rem;top:12.9375rem;left:1.625rem;overflow:hidden;display:block; }
#UQavgDpSsea8NStN2q4dScno960R7iEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e00ee6d4-e9b1-4430-bf0d-3961391277a8/LustresdePalha.jpeg");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; }#UQavgDpSsea8NStN2q4dScno960R7iEu.adaptive-delivery-prevent-bg, #UQavgDpSsea8NStN2q4dScno960R7iEu.lazyload, #UQavgDpSsea8NStN2q4dScno960R7iEu.lazyloading { background-image: none; }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row .container { background-color: transparent; background-image: none; }#UQavgDpSsea8NStN2q4dScno960R7iEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row .container > .video-iframe-container { display: none; }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row > .video-iframe-container { display: none; }#UQavgDpSsea8NStN2q4dScno960R7iEu > .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); }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row .container { border-width: 0; border-radius: 0; }#UQavgDpSsea8NStN2q4dScno960R7iEu::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; }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row .container { font-size:0.875rem;font-family:signika;height:27.5rem;width:75rem;position:relative;display:block; }#Z5J6i5IFr0KZEbJ1gU47oFiJloIQTGGO { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:signika;font-size:2.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:20.625rem;height:7.474625rem;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; }
#KdLyFq0ZKKog4uX26aBtvoM3cJe03rCo { z-index:15003;top:20.40625rem;left:28.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #fc6301, #fc6301);background-image: -moz-linear-gradient(0deg, #fc6301, #fc6301);background-image: -ms-linear-gradient(0deg, #fc6301, #fc6301);background-image: -o-linear-gradient(0deg, #fc6301, #fc6301);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6301', endColorstr='#fc6301' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc6301', endColorstr='#fc6301' );";background-image: linear-gradient(0deg, #fc6301, #fc6301);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U4qBgUuOLAFeDxOgMnu0zA4NSTHUmKUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezOUGI3SzK8fi3kpxywBaUZesOL4BQtH { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:signika;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.431884765625rem;left:23.59375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#azSvNdsrNKfyz098TLLXgfL3muoGULSA { box-sizing:content-box;height:2.9375rem;width:33.0625rem;position:absolute;display:block;z-index:15001;background-color:#f3711e;background-image:none;top:4.75rem;left:21.1875rem;display:block; }
#wvpg2wpEV53ouiktaetphfCBzmMupXFz { box-sizing:content-box;height:2.625rem;width:26.3125rem;position:absolute;display:block;z-index:15000;background-color:#f3711e;background-image:none;top:8.6875rem;left:24.625rem;display:block; }
#smvH6X7bQKhRmZ7TukHEWuwkRdsD06LN { color:#faf6f3;display:block;width:34.625rem;position:absolute;font-family:signika;font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:25.10546875rem;left:20.1875rem;height:1.5996125rem;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) { #XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa { display:block; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNX7HIhHKwbnmNOxoifZHS0D4C7dnzD0 { top:16.0625rem;left:0rem;width:26.0625rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-regular-label { width:18.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-text { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-text {padding-top: 0; padding-bottom: 0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-textarea { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-select { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-select {padding-top: 0; padding-bottom: 0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-button { width:11.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-checkbox-label { width:17.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo  { width:18.8125rem;height:auto;top:16.0625rem;left:26.4375rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .radio-container { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo {display:block;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo { width:18.8125rem;height:auto;top:16.0625rem;left:26.4375rem; }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #ETx65oKX0nkHLKGDDJF4KtX7Mx1pkT6Z {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #lv9yil7ZxDLknTSGhVTMFTA9DR0FVkwt {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #nxZEbhRDTNeaI3kdqTce7bQN06Ttysdr {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #r8EinNN50DlBJXCl08z4ySqSTJ2v7Ihx {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #yF7vT74tUGPD25klbl1PgVfMCh8cU048 {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #QkN64IP1TQRq1JDW2s6lL1AaGtkeaEgp {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #EmXWrqiaSxDAlabridBKhHtqkh2Q6bph {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #BXrspHFx2DhyfGFk9k7XA1qg0UTZNzO4 {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #aPQTFy8Wxo1RcvuSwrxmXrwCXpc7c6Tp {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #hzNfcNxPyAIQ7Cdmil0xEZJ5FlewWiJi {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #paIntTnW5ARAyqSsHeVGnaUurOsxOcq0 {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #h8Mq4WhSMtaMZVTgaZWGv7yTF8iqvPut {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #wzvtPEc7limZSvHGy99DLcCcdns8yCLG {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #yN4lkAAUoBNHssIbuhIZKKRemmKsZqMT {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #kZPJfPP0F7LaiByDk9wusgArJs3Ogeph {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #W2gFVqRfOM9ShKccMrMiPRnzXxNA774D {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #htJOSgtR1GzhETmAsLrp2TuTBCDtb0ZV {  }
 }@media only screen and (max-width: 763px) { #FF8EtVru9Bp4wexVomh2xdfaBpE8k3we { top:12.4375rem;left:29.8125rem;width:17.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfFLIorkAJT0ExU2iVvAczewbtCoZsVv { top:14.9375rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMfyWmpTNEFluWuIcpWltOXlqntSTPDd { top:0rem;left:26.75rem;width:21rem;height:54.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxW0y88myiErgwOqJ1IW0MkFzUOHoXxR { top:2.3125rem;left:32.25rem;width:15.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL { display:block; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG9xCp3aGoFn6QlwsPah1TWHHKo8rNgr { top:6.5625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWgVMqXkVs157l4J1hO8d89P9DPXCuVM { top:14.5rem;left:24.4375rem;width:15.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #td9t4ZNdba1Tv2MESWDgv1CmcTH6AVf1 { top:18.8125rem;left:24.4375rem;width:15.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5f3GkHNCblazCMDBOWdu7S4N6bUMpxF { top:17.625rem;left:24.4375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGLSBC20FJwgBMyTlysT8U7Iae5w5EOM { top:27.875rem;left:24.4375rem;width:15.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG0vDaTNvy1eDN3w0UmeLyCA3mamFaoe { top:32.1875rem;left:24.4375rem;width:15.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts4dETRdB30007eed8elQ637G78CxgVH { top:31rem;left:24.4375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmgbFSTDn6xVCkwQE0hfs8pehIiWmZI { top:17rem;left:24.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFlBkdfioFIX2K6LK9p5C46ysXgOBUvh { top:30.375rem;left:24.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0PSQylM1GdxbSkMTDq3dVtMPya8mmK { top:12.4375rem;left:0rem;width:26.0625rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4kkRh7urNTfpWmHqL1ZQTyVGv87GBXa { top:14.5rem;left:32.25rem;width:15.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCvMQ3JatD7gJW5r0qq6iD0soEA4Jxuc { top:18.8125rem;left:32.25rem;width:15.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ6A8FLzklkHCT69S8LHzVzJATw1Jwuo { top:17.625rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7HHN6Vnhm6gBzaFiNtxMhWvpJCdlJ5G { top:27.875rem;left:32.25rem;width:15.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0u7V4KETVH7Pn2tTJm7gCsr7Laxa9ct { top:31rem;left:41.5rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTp5pQ9T0UUou2LVPmWPGym9PG3rTEhb { top:32.1875rem;left:32.25rem;width:15.5rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUvW0SCN8bhOFlRWTcXoo3tEeFOQzB5e { top:17rem;left:43.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31ReOd44EcuicTytZZeKNIBFPTT5Zq0 { top:30.375rem;left:43.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #My0Nn5UgaInbt3SAKwLeJsWAfMTfMueM { top:24.5rem;left:0rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP { display:block; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnkTkItxteUG0HBvPiZZl7INcCHqr7vo { top:6.6875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN5yqtqRXcwscUxZnnQS9w3wbnZZy3MD { top:36.625rem;left:0rem;width:28rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSexTPKCEveywBwLsaNZwNMuW86KG1D { top:38.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m91iOACeavqWn9blbRiClogPQWGVHlKQ { top:19.3125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbKbXbvu51S67Zau6LFZGkiZWpn4NrhV { top:18.375rem;left:0rem;width:26.25rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqcSgCZiL77e7CQAVCcMSWdfLRlddkQu { top:28.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4CdpyoUAHMpexXCU4FRqtbybAWOLami { top:27.375rem;left:0rem;width:26.0625rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sab11e4ATT0KySHBTkGTDUldTzwkGNtu { top:47.0625rem;left:0rem;width:28rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiS4RkamI6y8A4QZvnx7m3T4SRyitisL { top:47.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t55cg4dCaMqplpRDONO5Umd0FOH25f0h { top:22.25rem;left:29rem;width:18.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 { display:block; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUOQNhHpEMIXygFul8lt7xuhNlUivuko { top:1.3125rem;left:12.9375rem;width:34.8125rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib5kJ0Hx28HfpuGwPNVqPHivNU5zo0TR { top:7.8125rem;left:19.5625rem;width:28.1875rem;height:29.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTGvcZhtkupnRyTCRdK1bzvU1ZUKdFt5 { top:7.125rem;left:10.3125rem;width:37.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kserdBCVORIxSXR28snS5xsI7Fn4S6Fx { top:12.9375rem;left:0rem;width:29.5625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQavgDpSsea8NStN2q4dScno960R7iEu { display:block; }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5J6i5IFr0KZEbJ1gU47oFiJloIQTGGO { top:4.75rem;left:7rem;width:33.75rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdLyFq0ZKKog4uX26aBtvoM3cJe03rCo { top:20.375rem;left:14.40625rem;width:18.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4qBgUuOLAFeDxOgMnu0zA4NSTHUmKUP { display:block; }
 }@media only screen and (max-width: 763px) { #ezOUGI3SzK8fi3kpxywBaUZesOL4BQtH { top:16.375rem;left:9.96875rem;width:27.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azSvNdsrNKfyz098TLLXgfL3muoGULSA { top:4.75rem;left:7.5625rem;width:33.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvpg2wpEV53ouiktaetphfCBzmMupXFz { top:8.6875rem;left:11rem;width:26.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smvH6X7bQKhRmZ7TukHEWuwkRdsD06LN { top:25.0625rem;left:6.5625rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa { display:block; }#XmCuAUiWDZobzI8qIyoKaGFAcedL08Fa > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNX7HIhHKwbnmNOxoifZHS0D4C7dnzD0 { width:20rem;height:7.19825rem;top:3.63671875rem;left:0rem;font-size:2rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-text {padding-top: 0; padding-bottom: 0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-select {padding-top: 0; padding-bottom: 0;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-input-button { width:10.25rem;margin-top:0.25rem;margin-right:3.4375rem;margin-bottom:0.25rem;margin-left:3.4375rem;font-size:1.125rem;overflow:hidden;height:2.8125rem;text-align:center;text-align-last:center;line-height:.7; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo  { width:17.125rem;height:auto;top:33.8984375rem;left:0.375rem; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zuTAdvLTVTbNMKel5n4uKThdITknJFAo {display:block;}#zuTAdvLTVTbNMKel5n4uKThdITknJFAo { width:17.125rem;height:auto;top:33.8984375rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #ETx65oKX0nkHLKGDDJF4KtX7Mx1pkT6Z {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #lv9yil7ZxDLknTSGhVTMFTA9DR0FVkwt {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #nxZEbhRDTNeaI3kdqTce7bQN06Ttysdr {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #r8EinNN50DlBJXCl08z4ySqSTJ2v7Ihx {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #yF7vT74tUGPD25klbl1PgVfMCh8cU048 {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #QkN64IP1TQRq1JDW2s6lL1AaGtkeaEgp {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #EmXWrqiaSxDAlabridBKhHtqkh2Q6bph {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #BXrspHFx2DhyfGFk9k7XA1qg0UTZNzO4 {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #aPQTFy8Wxo1RcvuSwrxmXrwCXpc7c6Tp {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #hzNfcNxPyAIQ7Cdmil0xEZJ5FlewWiJi {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #paIntTnW5ARAyqSsHeVGnaUurOsxOcq0 {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #h8Mq4WhSMtaMZVTgaZWGv7yTF8iqvPut {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #wzvtPEc7limZSvHGy99DLcCcdns8yCLG {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #yN4lkAAUoBNHssIbuhIZKKRemmKsZqMT {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #kZPJfPP0F7LaiByDk9wusgArJs3Ogeph {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #W2gFVqRfOM9ShKccMrMiPRnzXxNA774D {  }
 }@media only screen and (max-width: 763px) { #zuTAdvLTVTbNMKel5n4uKThdITknJFAo #htJOSgtR1GzhETmAsLrp2TuTBCDtb0ZV {  }
 }@media only screen and (max-width: 763px) { #FF8EtVru9Bp4wexVomh2xdfaBpE8k3we { width:17.9375rem;height:2.2734375rem;top:31.625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfFLIorkAJT0ExU2iVvAczewbtCoZsVv { width:12.5rem;height:1.13671875rem;top:1.25rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMfyWmpTNEFluWuIcpWltOXlqntSTPDd { width:20rem;height:44rem;top:20.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxW0y88myiErgwOqJ1IW0MkFzUOHoXxR { width:15.5rem;height:6.25rem;top:22.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL { display:block; }#I4s49XVqOwWo4BmS3x3r3R3mGVDezRgL > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZG9xCp3aGoFn6QlwsPah1TWHHKo8rNgr { width:20rem;height:2.3997375rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWgVMqXkVs157l4J1hO8d89P9DPXCuVM { width:17.3125rem;height:1.79980625rem;top:23.857421875rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #td9t4ZNdba1Tv2MESWDgv1CmcTH6AVf1 { width:17.3125rem;height:4.5rem;top:27.33203125rem;left:1.34375rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5f3GkHNCblazCMDBOWdu7S4N6bUMpxF { width:6.25rem;height:0.0625rem;top:26.64453125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGLSBC20FJwgBMyTlysT8U7Iae5w5EOM { width:17.3125rem;height:1.79980625rem;top:45.994140625rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vG0vDaTNvy1eDN3w0UmeLyCA3mamFaoe { width:17.1875rem;height:4.798825rem;top:48.4501953125rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ts4dETRdB30007eed8elQ637G78CxgVH { width:6.25rem;height:0.0625rem;top:47.7939453125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltmgbFSTDn6xVCkwQE0hfs8pehIiWmZI { width:1.25rem;height:1.25rem;top:26.14453125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFlBkdfioFIX2K6LK9p5C46ysXgOBUvh { width:1.25rem;height:1.25rem;top:47.2001953125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0PSQylM1GdxbSkMTDq3dVtMPya8mmK { width:20rem;height:14.3965rem;top:4.8984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4kkRh7urNTfpWmHqL1ZQTyVGv87GBXa { width:17.3125rem;height:1.79980625rem;top:34.662109375rem;left:1.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCvMQ3JatD7gJW5r0qq6iD0soEA4Jxuc { width:17.3125rem;height:3rem;top:38.83203125rem;left:1.34375rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQ6A8FLzklkHCT69S8LHzVzJATw1Jwuo { width:6.25rem;height:0.0625rem;top:37.51953125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7HHN6Vnhm6gBzaFiNtxMhWvpJCdlJ5G { width:14.0625rem;height:1.79980625rem;top:56.6669921875rem;left:2.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0u7V4KETVH7Pn2tTJm7gCsr7Laxa9ct { width:6.25rem;height:0.0625rem;top:59.119140625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTp5pQ9T0UUou2LVPmWPGym9PG3rTEhb { width:17.3125rem;height:4.798825rem;top:60.0419921875rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUvW0SCN8bhOFlRWTcXoo3tEeFOQzB5e { width:1.25rem;height:1.25rem;top:36.92578125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31ReOd44EcuicTytZZeKNIBFPTT5Zq0 { width:1.25rem;height:1.25rem;top:58.466796875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #My0Nn5UgaInbt3SAKwLeJsWAfMTfMueM { width:19.375rem;height:0.0625rem;top:44.26955rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP { display:block; }#syXOnfMhR0BhmbS4azVE5MGNVMkPIeXP > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnkTkItxteUG0HBvPiZZl7INcCHqr7vo { width:20rem;height:7.19825rem;top:1.75rem;left:0rem;font-size:2rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vN5yqtqRXcwscUxZnnQS9w3wbnZZy3MD { width:17.5625rem;height:6rem;top:42.875rem;left:1.1875rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPSexTPKCEveywBwLsaNZwNMuW86KG1D { display:flex;width:1.875rem;height:1.875rem;top:39.75rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #m91iOACeavqWn9blbRiClogPQWGVHlKQ { display:flex;width:1.875rem;height:1.875rem;top:12.6875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #nbKbXbvu51S67Zau6LFZGkiZWpn4NrhV { width:17.3125rem;height:6rem;top:15.8125rem;left:1.3125rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqcSgCZiL77e7CQAVCcMSWdfLRlddkQu { display:flex;width:1.875rem;height:1.875rem;top:28.0625rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #h4CdpyoUAHMpexXCU4FRqtbybAWOLami { width:17.1875rem;height:4.798825rem;top:31.1875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sab11e4ATT0KySHBTkGTDUldTzwkGNtu { width:20rem;height:3rem;top:56.625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiS4RkamI6y8A4QZvnx7m3T4SRyitisL { display:flex;width:2.5rem;height:2.5rem;top:52.875rem;left:8.75rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #t55cg4dCaMqplpRDONO5Umd0FOH25f0h { width:18.4375rem;height:7.5rem;top:63.072914123538rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 { display:block; }#TC0eS4Gqe99T7qi91mo47ZiAdDlclnd6 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUOQNhHpEMIXygFul8lt7xuhNlUivuko { width:14.375rem;height:4.79948125rem;top:1.25rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ib5kJ0Hx28HfpuGwPNVqPHivNU5zo0TR { width:15.8125rem;height:30.3925625rem;top:15.296875476837rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTGvcZhtkupnRyTCRdK1bzvU1ZUKdFt5 { width:0.0625rem;height:8.4375rem;top:5.7220458984375E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kserdBCVORIxSXR28snS5xsI7Fn4S6Fx { width:14.0625rem;height:6.3125rem;top:8.4374892711638rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQavgDpSsea8NStN2q4dScno960R7iEu { display:block; }#UQavgDpSsea8NStN2q4dScno960R7iEu > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5J6i5IFr0KZEbJ1gU47oFiJloIQTGGO { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdLyFq0ZKKog4uX26aBtvoM3cJe03rCo { top:19.313802719116rem;left:0.53125rem;width:18.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4qBgUuOLAFeDxOgMnu0zA4NSTHUmKUP { display:block; }
 }@media only screen and (max-width: 763px) { #ezOUGI3SzK8fi3kpxywBaUZesOL4BQtH { width:20rem;height:4.142575rem;top:12.109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azSvNdsrNKfyz098TLLXgfL3muoGULSA { width:20rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvpg2wpEV53ouiktaetphfCBzmMupXFz { width:20rem;height:4.9375rem;top:4.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smvH6X7bQKhRmZ7TukHEWuwkRdsD06LN { width:18.875rem;height:1.0996125rem;top:28.501975rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }