.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b08d57;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; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row .container { background-color: transparent; background-image: none; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row .container > .video-iframe-container { display: none; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row > .video-iframe-container { display: none; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .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); }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row .container { border-width: 0; border-radius: 0; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row .container { font-size:14px;font-family:arial;height:25px;width:960px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2c8efc7-68d6-419b-af83-0099fe802b1f/LiveLargeDamansaraHeightsGenericWinniGenericPhoto2.png");background-position:bottom 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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:560px;width:960px;overflow:visible;position:relative;display:block; }#oXE4slaoZTNf38TGcttiuW59CioAyTFR { color:#ffffff;display:block;width:555px;position:absolute;font-family:"playfair display";font-size:77px;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:214px;left:0px;height:77px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-form-header {  }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-regular-label { height:auto;display:block;font-family:"dm serif text";font-size:14px;font-weight:400;color:#000000;width:300px;padding-top:0;padding-right:0;padding-bottom:5px;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;font-style:normal; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-text { background-color:transparent;background-image:none;border-top:1px solid #816842;border-left:1px solid #816842;border-right:1px solid #816842;border-bottom:1px solid #816842;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:44px;color:#816842;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top;line-height:1; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-text {padding-top: 0; padding-bottom: 0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-textarea { background-color:transparent;background-image:none;border-top:1px solid #816842;border-left:1px solid #816842;border-right:1px solid #816842;border-bottom:1px solid #816842;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:53px;color:#816842;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top;line-height:1; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:16px;overflow:hidden;vertical-align:top; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-select {padding-top: 0; padding-bottom: 0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#816842;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#ffffff;width:300px;height:68px;font-family:manrope;overflow:hidden;font-style:normal;line-height:1; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .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:raleway;line-height:1.3;font-size:14px;font-weight:400;color:#9e9e9e;vertical-align:top;width:281px;overflow:hidden;font-style:normal;float:none; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-container:first-of-type{padding-top:0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-container:last-of-type{padding-bottom:0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:620.00006103516px;top:132.9861125946px;z-index:15002;position:absolute; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;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; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF {display:block;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:620.00006103516px;top:132.9861125946px;z-index:15002;position:absolute; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #mre4tAvJhSWMuxhPGtzLTT5ZOesALlIJ { position:relative; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #gwkaX4dPcnDx1JL8rPZOgHQp3abgFTdG { position:relative;display:none; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #TILf2z7OgBBhQvwtKFzNEFp4S34HIga0 { position:relative; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #WZJJ8WZSSgT9k4R8hobUW9M00Nvtheu6 { position:relative; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #LVcAQsCXpqUuhHcp1lNVT2KTyUIOkmki { position:relative;display:none; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #NqfMO121TkCQSg1zTLra0fSioKWRZz2u { position:relative; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #kEItnUpxTExFoV6Ze1HIB5U0d7oRFL23 { position:relative; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #gSU6xLrA6hGPK67DRg2QhIFXdsLTkqns { position:relative;display:none; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #Us7BDWtdVmokuXLv4HRs323kBV0dDTdN { position:relative; }
#npJutDOvFHcivab9wC6lCIUJlTlQnw6U { position:relative;display:block; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #s2VOv1d8hA3fcCTSc1do6r6hAFSSMEeT { position:relative; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #Fz3NZTQetOBc0OOOwi9hbV43MlI4iG5P { position:relative; }
#EdsPymgMQliON273fNyfica5bK91fLVe { color:#000000;display:block;width:299px;position:absolute;font-family:manrope;font-size:32px;font-weight:400;z-index:15003;line-height:01;letter-spacing:0;top:101px;left:641px;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FBkfEmJEi2QZFHqaXp0Hm0qKC5g1elRO { position:absolute;display:block;z-index:14999;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:402px;width:341px;top:79px;left:619px;display:block; }
#PgTP6U94hntct1FbyqQVAu8dHtbA0UAT { color:#ffffff;display:block;width:499px;position:absolute;font-family:manrope;font-size:38px;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 10px rgba(0,0,0,0.5);top:301px;left:28px;height:45.5938px;text-align:center;text-align-last:center;display:block; }
#coypSpFMNpGidVap3ZT47frqgw58r13C { box-sizing:content-box;height:68px;width:300px;position:absolute;display:block;z-index:15006;background-color:#1cca40;background-image:none;top:387px;left:640px;display:block; }
#zGoRv6VKxLgCwsRCxgGs1vwMLHZ8wAla { color:#ffffff;display:block;width:272.969px;position:absolute;font-family:manrope;font-size:17px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:410px;left:654px;height:22.0833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row .container { background-color: transparent; background-image: none; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row .container > .video-iframe-container { display: none; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row > .video-iframe-container { display: none; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .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); }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row .container { border-width: 0; border-radius: 0; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row .container { background-color: transparent; background-image: none; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row .container > .video-iframe-container { display: none; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row > .video-iframe-container { display: none; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .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); }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row .container { border-width: 0; border-radius: 0; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#N6LrAbMOKcFfBQxsKkw69scBOtR8bm4g { color:#000000;display:block;width:330px;position:absolute;font-family:"playfair display";font-size:34px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:86px;left:0px;height:34px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TPam8NgkCvXax44RJxlDlvn6TO0sz4We { color:#000000;display:block;width:320px;position:absolute;font-family:manrope;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:139px;left:5px;height:96.0417px;text-align:center;text-align-last:center;display:block; }
#yxgthaH5yUP3PLJNxDti8Krg02STMoXH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:320px;width:560px;top:0px;left:400px;overflow:hidden;display:block; }
#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row .container { background-color: transparent; background-image: none; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row .container > .video-iframe-container { display: none; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row > .video-iframe-container { display: none; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .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); }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row .container { border-width: 0; border-radius: 0; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row .container { background-color: transparent; background-image: none; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row .container > .video-iframe-container { display: none; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row > .video-iframe-container { display: none; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .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); }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row .container { border-width: 0; border-radius: 0; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#gJRNZiFqSTTyp544T3S9NrQ0sbE6zRZ7 { color:#000000;display:block;width:330px;position:absolute;font-family:"playfair display";font-size:34px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:44px;left:0px;height:34px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pO3kGdCGSUgdTvQa9HzDrsSqit2kJ3qH { color:#000000;display:block;width:320px;position:absolute;font-family:manrope;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:97px;left:5px;height:96.0417px;text-align:center;text-align-last:center;display:block; }
#yZeg1LbqP4l6Ma3926ZnhZuEvLcoeAtG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:320px;width:560px;top:0px;left:400px;overflow:hidden;display:block; }
#uPwWiy96UpkSkvirIrTxexaTpyGPtc8G { box-sizing:content-box;height:67.9861px;width:300px;position:absolute;display:block;z-index:15008;background-color:#1cca40;background-image:none;top:212px;left:15px;display:block; }
#o73o6vbduysUvTBAuiJbAeZUkh1HQUq1 { color:#ffffff;display:block;width:272.969px;position:absolute;font-family:manrope;font-size:17px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:235px;left:29px;height:22.0833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row .container { background-color: transparent; background-image: none; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row .container > .video-iframe-container { display: none; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row > .video-iframe-container { display: none; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .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); }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row .container { border-width: 0; border-radius: 0; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row .container { background-color: transparent; background-image: none; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row .container > .video-iframe-container { display: none; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row > .video-iframe-container { display: none; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .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); }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row .container { border-width: 0; border-radius: 0; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row .container { font-size:14px;font-family:arial;height:295px;width:960px;position:relative;display:block; }#tITqLgM3qMc5OJoGBJ4VglGXmTzp5lM7 { color:#000000;display:block;width:330px;position:absolute;font-family:"playfair display";font-size:34px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:55px;left:0px;height:68px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#areS0qTDEMBU8wX16TSlTzATTGJ3zQpe { color:#000000;display:block;width:320px;position:absolute;font-family:manrope;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:144px;left:5px;height:96.0417px;text-align:center;text-align-last:center;display:block; }
#wk5EUf2xUZ3IWJr4X8LrdfO3uGTM7bth { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:293px;width:560px;top:0px;left:400px;overflow:hidden;display:block; }
#SB6szCV335TOXta2IbTORKEuUUdNvhos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row .container { background-color: transparent; background-image: none; }#SB6szCV335TOXta2IbTORKEuUUdNvhos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row .container > .video-iframe-container { display: none; }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row > .video-iframe-container { display: none; }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .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); }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row .container { border-width: 0; border-radius: 0; }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row .container { background-color: transparent; background-image: none; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row .container > .video-iframe-container { display: none; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row > .video-iframe-container { display: none; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .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); }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row .container { border-width: 0; border-radius: 0; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row .container { font-size:14px;font-family:arial;height:321px;width:960px;position:relative;display:block; }#WHcrvgFyVMs0JMz5HSaKIdVCla1AvtVT { color:#000000;display:block;width:330px;position:absolute;font-family:"playfair display";font-size:34px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:27px;left:0px;height:34px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#sm2xmpNMhJUUIEDXKXC6d6R8JpiZ0T9n { color:#000000;display:block;width:320px;position:absolute;font-family:manrope;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:82px;left:5px;height:120.052px;text-align:center;text-align-last:center;display:block; }
#XJqWgLSbUDMAiScp3EQX7uA4MVHuhFGA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:320px;width:561px;top:0px;left:400px;overflow:hidden;display:block; }
#OKHU2zTnxKGVsiFU64crhagJeuQt3GRU { box-sizing:content-box;height:68px;width:300px;position:absolute;display:block;z-index:15010;background-color:#1cca40;background-image:none;top:226px;left:15px;display:block; }
#SO0v1Z0htyyRNooUQTznzMhQQkTqr5kT { color:#ffffff;display:block;width:272.969px;position:absolute;font-family:manrope;font-size:17px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:248.9409942627px;left:28.506958007812px;height:22.0833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row .container { background-color: transparent; background-image: none; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row .container > .video-iframe-container { display: none; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row > .video-iframe-container { display: none; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .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); }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row .container { border-width: 0; border-radius: 0; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row .container { background-color: transparent; background-image: none; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row .container > .video-iframe-container { display: none; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row > .video-iframe-container { display: none; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .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); }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row .container { border-width: 0; border-radius: 0; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#OQpNTg7cXD3H1LolampwBtp13vTbV2wl { color:#000000;display:block;width:330px;position:absolute;font-family:"playfair display";font-size:34px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:86px;left:0px;height:34px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TzkOxOIzxmL7KWJTTsgepDw56TLlAWVA { color:#000000;display:block;width:320px;position:absolute;font-family:manrope;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:141px;left:5px;height:96.0417px;text-align:center;text-align-last:center;display:block; }
#HUbKU7agV2tlzyDM1PIcDrzuNdnHTTwV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:320px;width:560px;top:0px;left:400px;overflow:hidden;display:block; }
#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row .container { background-color: transparent; background-image: none; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row .container > .video-iframe-container { display: none; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row > .video-iframe-container { display: none; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .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); }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row .container { border-width: 0; border-radius: 0; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row .container { background-color: transparent; background-image: none; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row .container > .video-iframe-container { display: none; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row > .video-iframe-container { display: none; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .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); }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row .container { border-width: 0; border-radius: 0; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row .container { font-size:14px;font-family:arial;height:372px;width:960px;position:relative;display:block; }#FiJETh0OCc8AWMZsR7dw5Uqhr7OZTIVT { color:#000000;display:block;width:330px;position:absolute;font-family:"playfair display";font-size:34px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:59px;left:0px;height:67.9861px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lz5M5bMXoUP4fHLXPShStPt8FJVhnNCM { color:#000000;display:block;width:320px;position:absolute;font-family:manrope;font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:154px;left:0px;height:72.0312px;text-align:center;text-align-last:center;display:block; }
#hBzw5f97kxAw5JOyaM4dJNvbtoOZKKOI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:369px;width:560px;top:0px;left:400px;overflow:hidden;display:block; }
#G3Q3qTUtRQiOkavPWQRw8TWB4sPX5Rkc { box-sizing:content-box;height:68px;width:300px;position:absolute;display:block;z-index:15012;background-color:#1cca40;background-image:none;top:250px;left:15px;display:block; }
#SSEeofEBM518d7gp1TWXMx1rRmOiGS4E { color:#ffffff;display:block;width:272.969px;position:absolute;font-family:manrope;font-size:17px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:272.95141601562px;left:28.506958007812px;height:22.0833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(176,141,87,0.15);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; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row .container { background-color: transparent; background-image: none; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row .container > .video-iframe-container { display: none; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row > .video-iframe-container { display: none; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .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); }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row .container { border-width: 0; border-radius: 0; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2c8efc7-68d6-419b-af83-0099fe802b1f/LiveLargeDamansaraHeightsGenericWinniGenericPhoto2.png");background-position:bottom 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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs.adaptive-delivery-prevent-bg, #vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs.lazyload, #vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs.lazyloading { background-image: none; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container { background-color: transparent; background-image: none; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container > .video-iframe-container { display: none; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row > .video-iframe-container { display: none; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .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); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container { border-width: 0; border-radius: 0; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs::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; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container { font-size:14px;font-family:arial;height:560px;width:960px;overflow:visible;position:relative;display:block; }#FGK7f99NhacnI8KTumqTdye4NZMBvZ5U { color:#000000;display:block;width:299px;position:absolute;font-family:manrope;font-size:32px;font-weight:400;z-index:15003;line-height:01;letter-spacing:0;top:100px;left:330px;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXmaZAWNecRamx80oTeSFhoyNQiQ4XlA { position:absolute;display:block;z-index:14999;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:401px;width:341px;top:80px;left:310px;display:block; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-form-header {  }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-regular-label { height:auto;display:block;font-family:"dm serif text";font-size:14px;font-weight:400;color:#000000;width:300px;padding-top:0;padding-right:0;padding-bottom:5px;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;font-style:normal; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-text { background-color:transparent;background-image:none;border-top:1px solid #816842;border-left:1px solid #816842;border-right:1px solid #816842;border-bottom:1px solid #816842;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:44px;color:#816842;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top;line-height:1; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-textarea { background-color:transparent;background-image:none;border-top:1px solid #816842;border-left:1px solid #816842;border-right:1px solid #816842;border-bottom:1px solid #816842;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:53px;color:#816842;font-size:16px;overflow:hidden;font-family:raleway;vertical-align:top;line-height:1; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #7d7d7d;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:raleway;font-size:16px;overflow:hidden;vertical-align:top; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#816842;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:700;color:#ffffff;width:300px;height:68px;font-family:manrope;overflow:hidden;font-style:normal;line-height:1; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:manrope;font-size:16px;font-weight:400;font-style:normal; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .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:raleway;line-height:1.3;font-size:14px;font-weight:400;color:#9e9e9e;vertical-align:top;width:281px;overflow:hidden;font-style:normal;float:none; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:raleway;font-size:14px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-container:first-of-type{padding-top:0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-container:last-of-type{padding-bottom:0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ  { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:310.00006103516px;top:131.99655151367px;z-index:15003;position:absolute; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-info-text { display:block;height:auto;font-family:raleway;font-size:14px;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; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ {display:block;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:310.00006103516px;top:131.99655151367px;z-index:15003;position:absolute; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #vCAFepeSTZ2cRgc4zG1WTyIrJyKAlOF1 { position:relative; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #OTaJNU5ita4VguD7oKZXN8Tizmyx0y19 { position:relative;display:none; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #aCIThB0MhTCVkwPIntNTMiXGvL5xvluE { position:relative; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #IiJqovWkKU59eXDTwSBcPTAdtJgrZccy { position:relative; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #vxJ5cPalKA599wXF0OdZq5I6NHS0456V { position:relative;display:none; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #CRNw4JLTtGwT58tsghbr54Otw0m7PtGG { position:relative; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #oR2KSZ42CyTlTK0nzznktpItNfAyTJ1I { position:relative; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #w3VPDSSD8I9UlKsX7tZ6NsQBsSUer13t { position:relative;display:none; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #X2gAMpTX5IIFxT37HF7gcMrfa1oChy5W { position:relative; }
#LHSaEmltuJzeXUpytFZp0gg2ftPUPO9p { position:relative;display:block; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #o6aeWZaTKQgXdVFTSVDrM7qWVIfUW0lC { position:relative; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #qJpsOARGlTuo5AHOKeEeuQb99ayMstnt { position:relative; }
#OksEbf2X55os03FQ34zUkTf0W2ktRkGX { box-sizing:content-box;height:68px;width:300px;position:absolute;display:block;z-index:15014;background-color:#1cca40;background-image:none;top:391px;left:330px;display:block; }
#aRQugQvONGX3AO0I5F6BDEoIF4mIKTO1 { color:#ffffff;display:block;width:272.969px;position:absolute;font-family:manrope;font-size:17px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:413.94100952148px;left:343.50695800781px;height:22.0833px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb { display:block; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXE4slaoZTNf38TGcttiuW59CioAyTFR { top:214px;left:0px;width:555px;height:77px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-regular-label { display:block;width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-text { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-text {padding-top: 0; padding-bottom: 0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-textarea { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-select { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-select {padding-top: 0; padding-bottom: 0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-button { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-checkbox-label { width:281px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF  { width:300px;height:auto;top:132px;left:424px; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .radio-container { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF {display:block;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF { width:300px;height:auto;top:132px;left:424px; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #mre4tAvJhSWMuxhPGtzLTT5ZOesALlIJ {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #gwkaX4dPcnDx1JL8rPZOgHQp3abgFTdG {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #TILf2z7OgBBhQvwtKFzNEFp4S34HIga0 {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #WZJJ8WZSSgT9k4R8hobUW9M00Nvtheu6 {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #LVcAQsCXpqUuhHcp1lNVT2KTyUIOkmki {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #NqfMO121TkCQSg1zTLra0fSioKWRZz2u {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #kEItnUpxTExFoV6Ze1HIB5U0d7oRFL23 {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #gSU6xLrA6hGPK67DRg2QhIFXdsLTkqns { display:none; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #Us7BDWtdVmokuXLv4HRs323kBV0dDTdN {  }
 }@media only screen and (max-width: 763px) { #npJutDOvFHcivab9wC6lCIUJlTlQnw6U { display:block; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #s2VOv1d8hA3fcCTSc1do6r6hAFSSMEeT {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #Fz3NZTQetOBc0OOOwi9hbV43MlI4iG5P {  }
 }@media only screen and (max-width: 763px) { #EdsPymgMQliON273fNyfica5bK91fLVe { top:101px;left:465px;width:299px;height:32px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FBkfEmJEi2QZFHqaXp0Hm0qKC5g1elRO { top:79px;left:423px;width:341px;height:402px;display:block; }
 }@media only screen and (max-width: 763px) { #PgTP6U94hntct1FbyqQVAu8dHtbA0UAT { top:301px;left:0px;width:499px;height:45px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #coypSpFMNpGidVap3ZT47frqgw58r13C { top:387px;left:464px;width:300px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #zGoRv6VKxLgCwsRCxgGs1vwMLHZ8wAla { top:410px;left:492px;width:272px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bKmM51Gfgnl4UggKpUnMlQagwymwsd0m { display:block; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lthT4tpyfb5BrGhZTBozkanOeishNf3J { display:block; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6LrAbMOKcFfBQxsKkw69scBOtR8bm4g { top:86px;left:0px;width:330px;height:34px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TPam8NgkCvXax44RJxlDlvn6TO0sz4We { top:139px;left:0px;width:320px;height:96px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yxgthaH5yUP3PLJNxDti8Krg02STMoXH { top:0px;left:204px;width:560px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP { display:block; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK { display:block; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJRNZiFqSTTyp544T3S9NrQ0sbE6zRZ7 { top:44px;left:0px;width:330px;height:34px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #pO3kGdCGSUgdTvQa9HzDrsSqit2kJ3qH { top:97px;left:0px;width:320px;height:96px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yZeg1LbqP4l6Ma3926ZnhZuEvLcoeAtG { top:0px;left:204px;width:560px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #uPwWiy96UpkSkvirIrTxexaTpyGPtc8G { top:212px;left:0px;width:300px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #o73o6vbduysUvTBAuiJbAeZUkh1HQUq1 { top:235px;left:0px;width:272px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 { display:block; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAr41uhTtAJmia24ks2NZGpEneq1UlhW { display:block; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tITqLgM3qMc5OJoGBJ4VglGXmTzp5lM7 { top:55px;left:0px;width:330px;height:68px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #areS0qTDEMBU8wX16TSlTzATTGJ3zQpe { top:144px;left:0px;width:320px;height:96px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wk5EUf2xUZ3IWJr4X8LrdfO3uGTM7bth { top:0px;left:204px;width:560px;height:293px;display:block; }
 }@media only screen and (max-width: 763px) { #SB6szCV335TOXta2IbTORKEuUUdNvhos { display:block; }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q { display:block; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHcrvgFyVMs0JMz5HSaKIdVCla1AvtVT { top:27px;left:0px;width:330px;height:34px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #sm2xmpNMhJUUIEDXKXC6d6R8JpiZ0T9n { top:82px;left:0px;width:320px;height:120px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XJqWgLSbUDMAiScp3EQX7uA4MVHuhFGA { top:0px;left:203px;width:561px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #OKHU2zTnxKGVsiFU64crhagJeuQt3GRU { top:226px;left:0px;width:300px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #SO0v1Z0htyyRNooUQTznzMhQQkTqr5kT { top:248px;left:0px;width:272px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r { display:block; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT { display:block; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQpNTg7cXD3H1LolampwBtp13vTbV2wl { top:86px;left:0px;width:330px;height:34px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TzkOxOIzxmL7KWJTTsgepDw56TLlAWVA { top:141px;left:0px;width:320px;height:96px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HUbKU7agV2tlzyDM1PIcDrzuNdnHTTwV { top:0px;left:204px;width:560px;height:320px;display:block; }
 }@media only screen and (max-width: 763px) { #fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r { display:block; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP { display:block; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiJETh0OCc8AWMZsR7dw5Uqhr7OZTIVT { top:59px;left:0px;width:330px;height:68px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lz5M5bMXoUP4fHLXPShStPt8FJVhnNCM { top:154px;left:0px;width:320px;height:72px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #hBzw5f97kxAw5JOyaM4dJNvbtoOZKKOI { top:0px;left:204px;width:560px;height:369px;display:block; }
 }@media only screen and (max-width: 763px) { #G3Q3qTUtRQiOkavPWQRw8TWB4sPX5Rkc { top:250px;left:0px;width:300px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #SSEeofEBM518d7gp1TWXMx1rRmOiGS4E { top:272px;left:0px;width:272px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nUFgCV9ca2l6989BEP8fTkp2WV34sP3r { display:block; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs { display:block; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGK7f99NhacnI8KTumqTdye4NZMBvZ5U { top:100px;left:232px;width:299px;height:32px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXmaZAWNecRamx80oTeSFhoyNQiQ4XlA { top:80px;left:212px;width:341px;height:401px;display:block; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-regular-label { display:block;width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-text { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-textarea { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-select { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-button { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-checkbox-label { width:281px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ  { width:300px;height:auto;top:131px;left:212.00006103516px; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .radio-container { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ {display:block;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ { width:300px;height:auto;top:131px;left:212.00006103516px; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #vCAFepeSTZ2cRgc4zG1WTyIrJyKAlOF1 {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #OTaJNU5ita4VguD7oKZXN8Tizmyx0y19 {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #aCIThB0MhTCVkwPIntNTMiXGvL5xvluE {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #IiJqovWkKU59eXDTwSBcPTAdtJgrZccy {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #vxJ5cPalKA599wXF0OdZq5I6NHS0456V {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #CRNw4JLTtGwT58tsghbr54Otw0m7PtGG {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #oR2KSZ42CyTlTK0nzznktpItNfAyTJ1I {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #w3VPDSSD8I9UlKsX7tZ6NsQBsSUer13t { display:none; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #X2gAMpTX5IIFxT37HF7gcMrfa1oChy5W {  }
 }@media only screen and (max-width: 763px) { #LHSaEmltuJzeXUpytFZp0gg2ftPUPO9p { display:block; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #o6aeWZaTKQgXdVFTSVDrM7qWVIfUW0lC {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #qJpsOARGlTuo5AHOKeEeuQb99ayMstnt {  }
 }@media only screen and (max-width: 763px) { #OksEbf2X55os03FQ34zUkTf0W2ktRkGX { top:391px;left:232px;width:300px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #aRQugQvONGX3AO0I5F6BDEoIF4mIKTO1 { top:413px;left:245.50695800781px;width:272px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb { display:block; }#MM94L2xpaOXDlQKhorBAqTpgIxvV8lJb > .row .container { width:320px;height:20px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eee992b9-4cca-49c0-954e-121a2bd40864/LiveLargeDamansaraHeightsGenericWinniGenericPhoto.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:545px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXE4slaoZTNf38TGcttiuW59CioAyTFR { width:320px;height:36.0069px;top:50px;left:0px;font-size:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-text {padding-top: 0; padding-bottom: 0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-select {padding-top: 0; padding-bottom: 0;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF  { width:280px;height:auto;top:207px;left:0px; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF {display:block;}#pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF { width:280px;height:auto;top:207px;left:0px; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #mre4tAvJhSWMuxhPGtzLTT5ZOesALlIJ {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #gwkaX4dPcnDx1JL8rPZOgHQp3abgFTdG {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #TILf2z7OgBBhQvwtKFzNEFp4S34HIga0 {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #WZJJ8WZSSgT9k4R8hobUW9M00Nvtheu6 {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #LVcAQsCXpqUuhHcp1lNVT2KTyUIOkmki {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #NqfMO121TkCQSg1zTLra0fSioKWRZz2u {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #kEItnUpxTExFoV6Ze1HIB5U0d7oRFL23 {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #gSU6xLrA6hGPK67DRg2QhIFXdsLTkqns { display:none; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #Us7BDWtdVmokuXLv4HRs323kBV0dDTdN {  }
 }@media only screen and (max-width: 763px) { #npJutDOvFHcivab9wC6lCIUJlTlQnw6U { display:block; }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #s2VOv1d8hA3fcCTSc1do6r6hAFSSMEeT {  }
 }@media only screen and (max-width: 763px) { #pgozDqhNmcBtgXmcpONJeTCdhSTMJEtF #Fz3NZTQetOBc0OOOwi9hbV43MlI4iG5P {  }
 }@media only screen and (max-width: 763px) { #EdsPymgMQliON273fNyfica5bK91fLVe { width:299px;height:29px;top:183px;left:11px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #FBkfEmJEi2QZFHqaXp0Hm0qKC5g1elRO { width:320px;height:378px;top:164px;left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #PgTP6U94hntct1FbyqQVAu8dHtbA0UAT { width:320px;height:26.3906px;top:89px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #coypSpFMNpGidVap3ZT47frqgw58r13C { width:280px;height:68px;top:461.99654126167px;left:21.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #zGoRv6VKxLgCwsRCxgGs1vwMLHZ8wAla { width:271.997px;height:22.0833px;top:484.94793701172px;left:23.993058204651px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bKmM51Gfgnl4UggKpUnMlQagwymwsd0m { display:block; }#bKmM51Gfgnl4UggKpUnMlQagwymwsd0m > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lthT4tpyfb5BrGhZTBozkanOeishNf3J { display:block; }#lthT4tpyfb5BrGhZTBozkanOeishNf3J > .row .container { width:320px;height:362.9865286254883px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6LrAbMOKcFfBQxsKkw69scBOtR8bm4g { width:320px;height:28.0035px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPam8NgkCvXax44RJxlDlvn6TO0sz4We { width:300px;height:83.9583px;top:72px;left:10px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxgthaH5yUP3PLJNxDti8Krg02STMoXH { width:318px;height:181px;top:182px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP { display:block; }#Bm36gK2SlGSwGp6bQf3hlbSrm3stfFzP > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK { display:block; }#We4Ju5EuyJn02aCLwEasbFwIbp6tuRZK > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJRNZiFqSTTyp544T3S9NrQ0sbE6zRZ7 { width:320px;height:28.0035px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pO3kGdCGSUgdTvQa9HzDrsSqit2kJ3qH { width:300px;height:83.9583px;top:72px;left:10px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZeg1LbqP4l6Ma3926ZnhZuEvLcoeAtG { width:320px;height:181px;top:182px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uPwWiy96UpkSkvirIrTxexaTpyGPtc8G { width:300px;height:67px;top:382.98658203125px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #o73o6vbduysUvTBAuiJbAeZUkh1HQUq1 { width:271.997px;height:22.0833px;top:405.99px;left:23.993103027344px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 { display:block; }#UyKpBqtNP1wnebKLXldu5ZhHSgKtTPl9 > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAr41uhTtAJmia24ks2NZGpEneq1UlhW { display:block; }#GAr41uhTtAJmia24ks2NZGpEneq1UlhW > .row .container { width:320px;height:381.99693896484376px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tITqLgM3qMc5OJoGBJ4VglGXmTzp5lM7 { width:320px;height:56.0069px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #areS0qTDEMBU8wX16TSlTzATTGJ3zQpe { width:300px;height:83.9583px;top:99px;left:10px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk5EUf2xUZ3IWJr4X8LrdfO3uGTM7bth { width:320px;height:167px;top:215px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SB6szCV335TOXta2IbTORKEuUUdNvhos { display:block; }#SB6szCV335TOXta2IbTORKEuUUdNvhos > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q { display:block; }#JMVwrbr8GW7RLelkrhQfvUfTAzEBOx4Q > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHcrvgFyVMs0JMz5HSaKIdVCla1AvtVT { width:320px;height:28.0035px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sm2xmpNMhJUUIEDXKXC6d6R8JpiZ0T9n { width:300px;height:83.9583px;top:72px;left:10px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJqWgLSbUDMAiScp3EQX7uA4MVHuhFGA { width:320px;height:181px;top:182px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OKHU2zTnxKGVsiFU64crhagJeuQt3GRU { width:300px;height:67px;top:382.98658203125px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #SO0v1Z0htyyRNooUQTznzMhQQkTqr5kT { width:271.997px;height:22.0833px;top:405.93799804688px;left:23.506958007812px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r { display:block; }#hIoVWltpbBgkATAB9hV4mRbHAdBrdz4r > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT { display:block; }#h7tZUwuzlAt7pyOmgk7zcW25CXRXrumT > .row .container { width:320px;height:362.9864599609375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQpNTg7cXD3H1LolampwBtp13vTbV2wl { width:320px;height:28.0035px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzkOxOIzxmL7KWJTTsgepDw56TLlAWVA { width:300px;height:83.9583px;top:72px;left:10px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUbKU7agV2tlzyDM1PIcDrzuNdnHTTwV { width:318px;height:181px;top:182px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r { display:block; }#fk1aDNFew2Ui6x8c8wvf7M8Ozzzxk21r > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP { display:block; }#Ooo8mxPwLVT6tXXTfFDh0FnxTS9hkyAP > .row .container { width:320px;height:470px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FiJETh0OCc8AWMZsR7dw5Uqhr7OZTIVT { width:320px;height:28.0035px;top:20px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lz5M5bMXoUP4fHLXPShStPt8FJVhnNCM { width:300px;height:62.9688px;top:72px;left:10px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBzw5f97kxAw5JOyaM4dJNvbtoOZKKOI { width:320px;height:212px;top:150.85185185185px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G3Q3qTUtRQiOkavPWQRw8TWB4sPX5Rkc { width:300px;height:67px;top:382.84783007813px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #SSEeofEBM518d7gp1TWXMx1rRmOiGS4E { width:271.997px;height:22.0833px;top:405.79924609375px;left:23.506958007812px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #nUFgCV9ca2l6989BEP8fTkp2WV34sP3r { display:block; }#nUFgCV9ca2l6989BEP8fTkp2WV34sP3r > .row .container { width:320px;height:25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs { background-color:#816842;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container { background-color: transparent; background-image: none; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container > .video-iframe-container { display: none; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row > .video-iframe-container { display: none; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .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); }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container { border-width: 0; border-radius: 0; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vmMNpDExVPZpioqXcMEtmrOlWWsTzIZs > .row .container { width:320px;height:425px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGK7f99NhacnI8KTumqTdye4NZMBvZ5U { width:299px;height:29px;top:61px;left:11px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXmaZAWNecRamx80oTeSFhoyNQiQ4XlA { width:320px;height:378px;top:43px;left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;color:#816842; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;color:#816842; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ  { width:280px;height:auto;top:89.982650756836px;left:0px; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ {display:block;}#gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ { width:280px;height:auto;top:89.982650756836px;left:0px; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #vCAFepeSTZ2cRgc4zG1WTyIrJyKAlOF1 {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #OTaJNU5ita4VguD7oKZXN8Tizmyx0y19 {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #aCIThB0MhTCVkwPIntNTMiXGvL5xvluE {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #IiJqovWkKU59eXDTwSBcPTAdtJgrZccy {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #vxJ5cPalKA599wXF0OdZq5I6NHS0456V {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #CRNw4JLTtGwT58tsghbr54Otw0m7PtGG {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #oR2KSZ42CyTlTK0nzznktpItNfAyTJ1I {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #w3VPDSSD8I9UlKsX7tZ6NsQBsSUer13t { display:none; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #X2gAMpTX5IIFxT37HF7gcMrfa1oChy5W {  }
 }@media only screen and (max-width: 763px) { #LHSaEmltuJzeXUpytFZp0gg2ftPUPO9p { display:block; }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #o6aeWZaTKQgXdVFTSVDrM7qWVIfUW0lC {  }
 }@media only screen and (max-width: 763px) { #gcBVGrnpPMkTsRQ2uL8eNy6WQpvIdxmJ #qJpsOARGlTuo5AHOKeEeuQb99ayMstnt {  }
 }@media only screen and (max-width: 763px) { #OksEbf2X55os03FQ34zUkTf0W2ktRkGX { width:281px;height:67px;top:345px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #aRQugQvONGX3AO0I5F6BDEoIF4mIKTO1 { width:271.997px;height:22.0833px;top:367.46530151367px;left:23.993058204651px;font-size:17px;display:block; }
 }