.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b8f37f3-9033-44c1-8f42-246a561ada76/Noonvillage05.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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); }#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); }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:#000000;display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:18.5rem;left:55.1875rem;height:1.42480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:56.4375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.249rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.1875rem;left:49.9375rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:23.5rem;left:50.125rem;height:1.1682125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:23.5625rem;left:63.9375rem;height:1.1682125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:8.9375rem;top:7.1875rem;left:56.46875rem;overflow:hidden;display:block; }
#cc2w45GAnoIFU5CgSS15cfbPTgTCOPr7 { box-sizing:content-box;height:40.25rem;width:27.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.8);background-image:none;top:0rem;left:47.624784469604rem;display:block; }
#kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { box-sizing:content-box;color:#5d92ff;font-size:44.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:18.4619140625rem;left:54.0498046875rem; }
#FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { box-sizing:content-box;height:3.18714375rem;width:22.9998125rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;top:22.4375rem;left:50.0625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.02); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.02); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;overflow:visible;position:relative;display:block; }#iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { color:#333333;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:23.5rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:35.375rem;left:4.0625rem; }
#D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { color:#111111;display:block;width:3.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:37.5rem;left:3.5617895126342rem;height:1.21875rem;display:block; }
#Qwf75unN9XnbD4ySCufXClmT5lECQthI { color:#333333;display:block;width:8.9373125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:12.1875rem;left:0.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:35.375rem;left:10.8125rem; }
#gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { color:#111111;display:block;width:2.6242875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:37.5rem;left:10.3125rem;height:1.21875rem;display:block; }
#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { box-sizing:content-box;height:19.9375rem;width:22.25rem;position:absolute;display:block;z-index:15126;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12d0bde6-7378-4de6-8412-d73398f27130/SS.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5rem;left:0.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.adaptive-delivery-prevent-bg, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyload, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyloading { background-image: none; }
#goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:35.375rem;left:17.6875rem; }
#lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:37.500002384186rem;left:15.1875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { color:#2daae2;display:block;width:7.9989375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:40.125rem;left:6.3125rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { color:#ffffff;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:40.3125rem;left:12.5rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:40.312502384186rem;left:2.375rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hZbcLiui845GRHQvodThcC1EQPmicW0U { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
#eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#gplh6S3IEzmIAQTiyV902K33KhIye9JG { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#k0KaomccizecHDuzfTW9S930IzrsnsG6 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { box-sizing:content-box;height:15.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ce1a078e-243d-4d0e-8739-65a9554ef5ca/A.gif");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#IaQ4SMnUJrKv0fMOPVt3LxM8rRWTFtxT { box-sizing:content-box;height:31.375rem;width:23.4375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:11.375rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#lpi1IKQHhsHWQBeI45sEJOXFgkBA2JVh { box-sizing:content-box;height:2.875rem;width:22.1875rem;position:absolute;display:block;z-index:15002;background-color:#333333;background-image:none;top:39.3125rem;left:0.5625rem;display:block; }
#EX66BVMoR53s2Lk8ZT27TAs8WquhxBbH { color:#333333;display:block;width:8.9373125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:12.25rem;left:26.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf { box-sizing:content-box;height:19.9375rem;width:22.25rem;position:absolute;display:block;z-index:15139;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/194e4709-0320-417c-b410-e78ac2dc641e/111.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:26.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.adaptive-delivery-prevent-bg, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyload, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyloading { background-image: none; }
#plh7D1UWVoMSbRqBOOsSESsBru7BVovl { box-sizing:content-box;height:31.375rem;width:23.4375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:11.4375rem;left:25.8125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#vecPmHUm2CWVdemIQrhlM514Q9nqrcBe { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:35.4375rem;left:29.8125rem; }
#M4TqaXTnNNITwPdRrqzTHaU8ervPzI04 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:35.4375rem;left:36.5625rem; }
#HfqSgxtze2qM6lp797oi4UvCB60nBwsC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:35.4375rem;left:43.4375rem; }
#fvuwIOfqu1rDwsmOFz1KdH5eLAxzZqH6 { color:#111111;display:block;width:2.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:37.5625rem;left:29.3125rem;height:1.21875rem;display:block; }
#NAhTnJTdQz1CpmVRn7TPiTeqgRcHNuJy { color:#111111;display:block;width:2.6242875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:37.5625rem;left:36.0625rem;height:1.21875rem;display:block; }
#STm3banvQCKuT6UAJLhpgdgEhQSyeCRH { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:37.562502384186rem;left:40.8125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#TGCKXV12iT9gKTC5agtlS14sNsKgxedL { box-sizing:content-box;height:2.875rem;width:22.1875rem;position:absolute;display:block;z-index:15015;background-color:#333333;background-image:none;top:39.375rem;left:26.375rem;display:block; }
#zM67lKMdn4aCEnGuXKxEIXIqSQqbdTTy { color:#2daae2;display:block;width:7.9989375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15113;line-height:1.3;letter-spacing:0;top:40.187502384186rem;left:32.375rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gITkn2UD6Nd0bIsmBoryfsKkyZTKe5zu { color:#ffffff;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:40.375rem;left:38.25rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#WZx9gwNy8D8PocChVEnc4oOtmLVgpLOz { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:40.375rem;left:28rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { color:#333333;display:block;width:8.9373125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:12.25rem;left:52.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K61dr7zc4421ogT966xTxw8yFSM0K28F { box-sizing:content-box;height:19.9375rem;width:22.25rem;position:absolute;display:block;z-index:15152;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3be51ac6-825e-4d49-87d0-6fe26ff587f1/222.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.5625rem;left:52.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#K61dr7zc4421ogT966xTxw8yFSM0K28F.adaptive-delivery-prevent-bg, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyload, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyloading { background-image: none; }
#qNX33OyEFkFCfHCOOub0qDQ4yxyuZAZX { box-sizing:content-box;height:31.375rem;width:23.4375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:11.4375rem;left:51.5625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.28) ;display:block; }
#Jtg7Rf4Q2rXpHEPCT30PNmZL27scUURA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:35.4375rem;left:55.5625rem; }
#WHBKJEThwcRxextSCzGQx1of1KTrm43H { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:35.4375rem;left:62.3125rem; }
#nl29aZ5oFCCPyyDRT8AnUF4R96hgJD32 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:35.4375rem;left:69.1875rem; }
#ru1GOcnhICGG6fty5JBuikZME5sfX996 { color:#111111;display:block;width:3.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:37.562502384186rem;left:55.0625rem;height:1.21875rem;display:block; }
#yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { color:#111111;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:37.562502384186rem;left:61.75rem;height:1.21875rem;display:block; }
#Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:37.562502384186rem;left:66.5625rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#rDtdI8yQT2TXnqSE6CN9boIyWZtIW33l { box-sizing:content-box;height:2.875rem;width:22.1875rem;position:absolute;display:block;z-index:15028;background-color:#333333;background-image:none;top:39.375rem;left:52.125rem;display:block; }
#NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { color:#2daae2;display:block;width:7.9989375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:40.187502384186rem;left:58.9375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { color:#ffffff;display:block;width:7.1244375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:40.375rem;left:64rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:40.375rem;left:53.75rem;height:1.13769375rem;text-align:right;text-align-last:right;display:block; }
#ymz8p9Osdif2lUX5E7mrchKzpwhulOFW { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99964375rem;width:5.68714375rem;top:7.625rem;left:34.625rem;overflow:hidden;display:block; }
#wcxFLpe5XrG6naJBs1bnvsBbR1MzW0M9 { box-sizing:content-box;height:18.625rem;width:20.875rem;position:absolute;display:block;z-index:15154;background-color:rgba(0,0,0,0);background-image:none;top:15.173394918442rem;left:1.1907548904419rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#DsdBmllTtIEur7BfsmiA0QF9F8mITJaE { box-sizing:content-box;height:18.625rem;width:20.875rem;position:absolute;display:block;z-index:15155;background-color:rgba(0,0,0,0);background-image:none;top:15.172527074814rem;left:27.002820968628rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#JH5G76srotOmweWswCE7sQMR63IJ1Kiv { box-sizing:content-box;height:18.625rem;width:20.875rem;position:absolute;display:block;z-index:15156;background-color:rgba(0,0,0,0);background-image:none;top:15.172527074814rem;left:52.751955986023rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#333333;display:block;width:32.9368125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:1.25rem;left:34.875rem;height:3.56323125rem;text-align:center;text-align-last:center;display:block; }
#LJyyN9JuBNcqtzczV9uuaA07huMiBPxb { color:#000000;display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:8.0625rem;left:34.1875rem;height:1.8997375rem;text-align:center;text-align-last:center;display:block; }
#vh6KILcsVMnQrH0gWZO0or7GQu58UnZe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:11.875rem;top:1.1848964691162rem;left:8.2486991882325rem;overflow:hidden;display:block; }
#a3sPz6KgQFoUeUVTHHGpLdK92vDg9XZb { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.999025rem;width:5.686525rem;top:5.5625rem;left:48.5rem;overflow:hidden;display:block; }
#HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { color:#000000;display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:10.25rem;left:34.1875rem;height:3.79948125rem;text-align:center;text-align-last:center;display:block; }
#ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { color:#000000;display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:14.5625rem;left:34.1875rem;height:7.597625rem;text-align:center;text-align-last:center;display:block; }
#sATpTAQxq1ht8sSNirpIX4M2b17nM829 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3459966-8a37-4459-96ac-b4febcf02468/location.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829.adaptive-delivery-prevent-bg, #sATpTAQxq1ht8sSNirpIX4M2b17nM829.lazyload, #sATpTAQxq1ht8sSNirpIX4M2b17nM829.lazyloading { background-image: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { background-color: transparent; background-image: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container > .video-iframe-container { display: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row > .video-iframe-container { display: none; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .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); }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { border-width: 0; border-radius: 0; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/d1acc80c-8552-483d-bd3a-5210b591ba0a/Noonvillage03.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:marcellus;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8115234375rem;left:47.9677734375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:5.9985375rem;font-style:normal;display:block; }
#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.adaptive-delivery-prevent-bg, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.lazyload, #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S.lazyloading { background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { background-color: transparent; background-image: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { display: none; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .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); }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { border-width: 0; border-radius: 0; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { font-size:0.875rem;font-family:arial;height:86.875rem;width:75rem;position:relative;display:block; }#SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { color:#333333;display:block;width:41.311875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.9307727813721rem;left:16.843534469604rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6f6f4545-11f1-4828-aa6a-a8a4e809d809/tower23.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.124134063721rem;left:0.0390625rem;display:block; }#Qog05zghdTVHnJToDiAuiIHDwFFBewi1.adaptive-delivery-prevent-bg, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyload, #Qog05zghdTVHnJToDiAuiIHDwFFBewi1.lazyloading { background-image: none; }
#QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { box-sizing:content-box;height:18.875rem;width:37.0625rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8558734d-1d3b-4fe6-b391-54b5f8b2dcee/tower19.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.125rem;left:38rem;display:block; }#QHmJd2TCNhbOwstavE8oqDri1oyuETk7.adaptive-delivery-prevent-bg, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyload, #QHmJd2TCNhbOwstavE8oqDri1oyuETk7.lazyloading { background-image: none; }
#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { box-sizing:content-box;height:18.8748125rem;width:36.9998125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/54d61803-3731-459e-957f-a51bd60e2629/tower15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.966798782349rem;left:0rem;display:block; }#FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.adaptive-delivery-prevent-bg, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyload, #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0.lazyloading { background-image: none; }
#geaqbFF16R4BlraTNn1XUolBatIW738N { box-sizing:content-box;height:18.875rem;width:37rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/688c4c82-6b6b-4a3d-92d1-556a63603fb1/018copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:60.965713500976rem;left:37.999132156372rem;display:block; }#geaqbFF16R4BlraTNn1XUolBatIW738N.adaptive-delivery-prevent-bg, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyload, #geaqbFF16R4BlraTNn1XUolBatIW738N.lazyloading { background-image: none; }
#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { box-sizing:content-box;height:30.8125rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94819b97-d29d-4f20-8cc2-7106c0b5955c/tower17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.125rem;left:0rem;display:block; }#nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.adaptive-delivery-prevent-bg, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyload, #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8.lazyloading { background-image: none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2daae2;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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21.155893325806rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:49.873047828674rem;left:25.937501907349rem;display:block; }
#P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { position:absolute;display:block;z-index:15121;height:37.5rem;width:75rem;top:9.9153566360475rem;left:0rem;display:block; }
#F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:18.5rem;left:35rem;width:12.75rem;height:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:23.1875rem;left:38.25rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.1875rem;height:3.125rem;top:28.1875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:23.5rem;left:36.5rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:23.5625rem;left:38.6875rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { top:7.1875rem;left:38.8125rem;width:8.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2w45GAnoIFU5CgSS15cfbPTgTCOPr7 { top:0rem;left:20.375rem;width:27.375rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { top:18.4375rem;left:40.4248046875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { top:22.4375rem;left:24.6875rem;width:22.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { top:3.1875rem;left:9.875rem;width:27.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { top:35.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { top:37.5rem;left:0rem;width:3.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwf75unN9XnbD4ySCufXClmT5lECQthI { top:12.1875rem;left:0rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { top:35.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { top:37.5rem;left:0rem;width:2.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { top:14.5rem;left:0rem;width:22.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { top:35.375rem;left:4.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { top:37.5rem;left:1.5625rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { top:40.125rem;left:0rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { top:40.3125rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { top:40.3125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { top:29.0625rem;left:0rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { top:35.1875rem;left:0rem;width:9.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { top:29.0625rem;left:0rem;width:1.25rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { top:37.4375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { top:36.125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { top:37.4375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:53rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { top:10.3125rem;left:0rem;width:24.375rem;height:15.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:55.25rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:55.25rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:53.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:55.25rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaQ4SMnUJrKv0fMOPVt3LxM8rRWTFtxT { top:11.375rem;left:0rem;width:23.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpi1IKQHhsHWQBeI45sEJOXFgkBA2JVh { top:39.3125rem;left:0rem;width:22.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX66BVMoR53s2Lk8ZT27TAs8WquhxBbH { top:12.25rem;left:13.125rem;width:8.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf { top:14.5625rem;left:12.75rem;width:22.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plh7D1UWVoMSbRqBOOsSESsBru7BVovl { top:11.4375rem;left:12.1875rem;width:23.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecPmHUm2CWVdemIQrhlM514Q9nqrcBe { top:35.4375rem;left:16.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4TqaXTnNNITwPdRrqzTHaU8ervPzI04 { top:35.4375rem;left:22.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfqSgxtze2qM6lp797oi4UvCB60nBwsC { top:35.4375rem;left:29.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvuwIOfqu1rDwsmOFz1KdH5eLAxzZqH6 { top:37.5625rem;left:15.6875rem;width:2.6875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAhTnJTdQz1CpmVRn7TPiTeqgRcHNuJy { top:37.5625rem;left:22.4375rem;width:2.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STm3banvQCKuT6UAJLhpgdgEhQSyeCRH { top:37.5625rem;left:27.1875rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGCKXV12iT9gKTC5agtlS14sNsKgxedL { top:39.375rem;left:12.75rem;width:22.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM67lKMdn4aCEnGuXKxEIXIqSQqbdTTy { top:40.1875rem;left:18.75rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gITkn2UD6Nd0bIsmBoryfsKkyZTKe5zu { top:40.375rem;left:24.625rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZx9gwNy8D8PocChVEnc4oOtmLVgpLOz { top:40.375rem;left:14.375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { top:12.25rem;left:38.875rem;width:8.875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K61dr7zc4421ogT966xTxw8yFSM0K28F { top:14.5625rem;left:25.5rem;width:22.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNX33OyEFkFCfHCOOub0qDQ4yxyuZAZX { top:11.4375rem;left:24.1875rem;width:23.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtg7Rf4Q2rXpHEPCT30PNmZL27scUURA { top:35.4375rem;left:41.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHBKJEThwcRxextSCzGQx1of1KTrm43H { top:35.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl29aZ5oFCCPyyDRT8AnUF4R96hgJD32 { top:35.4375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru1GOcnhICGG6fty5JBuikZME5sfX996 { top:37.5625rem;left:41.4375rem;width:3.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { top:37.5625rem;left:44.5625rem;width:3.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { top:37.5625rem;left:42.125rem;width:5.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDtdI8yQT2TXnqSE6CN9boIyWZtIW33l { top:39.375rem;left:25.5625rem;width:22.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { top:40.1875rem;left:39.8125rem;width:7.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { top:40.375rem;left:40.6875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { top:40.375rem;left:40.125rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymz8p9Osdif2lUX5E7mrchKzpwhulOFW { top:7.625rem;left:21rem;width:5.625rem;height:0.98848110113683rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxFLpe5XrG6naJBs1bnvsBbR1MzW0M9 { top:15.125rem;left:0rem;width:20.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsdBmllTtIEur7BfsmiA0QF9F8mITJaE { top:15.125rem;left:13.377820968628rem;width:20.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5G76srotOmweWswCE7sQMR63IJ1Kiv { top:15.125rem;left:26.8125rem;width:20.8125rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:1.25rem;left:14.875rem;width:32.875rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJyyN9JuBNcqtzczV9uuaA07huMiBPxb { top:8.0625rem;left:13.5rem;width:34.25rem;height:1.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh6KILcsVMnQrH0gWZO0or7GQu58UnZe { top:1.125rem;left:0rem;width:11.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3sPz6KgQFoUeUVTHHGpLdK92vDg9XZb { top:5.5625rem;left:34.875rem;width:5.625rem;height:0.98821611177301rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { top:10.25rem;left:13.5rem;width:34.25rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { top:14.5625rem;left:13.5rem;width:34.25rem;height:7.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sATpTAQxq1ht8sSNirpIX4M2b17nM829 { display:block; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { top:2.875rem;left:3.2185344696045rem;width:41.25rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { top:41.0625rem;left:0rem;width:37.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { top:41.125rem;left:10.6875rem;width:37.0625rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { top:60.9375rem;left:0rem;width:36.9375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { top:60.9375rem;left:10.75rem;width:37rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { top:9.125rem;left:0rem;width:47.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.5625rem;left:7.5299491882325rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:23.125rem;height:3.125rem;top:49.8125rem;left:12.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { top:9.875rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { display:none; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.50834375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b1e7cea-1a84-4f87-a291-535192413bf8/Noonvillage02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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(255,255,255,0.68); }#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(255,255,255,0.68); }#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 { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:9.5625rem;height:1.05025rem;top:10.375rem;left:5.8125rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:12.75rem;left:6.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.8125rem;height:2.5rem;top:15.9375rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #333333, #000000);background-image: -moz-linear-gradient(180deg, #333333, #000000);background-image: -ms-linear-gradient(180deg, #333333, #000000);background-image: -o-linear-gradient(180deg, #333333, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000' );";background-image: linear-gradient(180deg, #333333, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89375rem;top:12.875rem;left:1.4375rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89375rem;top:12.9375rem;left:12.125rem;font-size:0.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sQmhAh8DSAtxv1A9ng8E01ExXO6O1d2n { width:6.4375rem;height:7.5625rem;top:1.998046875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2w45GAnoIFU5CgSS15cfbPTgTCOPr7 { width:20rem;height:8rem;top:1.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kod6q3LuCHboOz0urwPxvTfmsg9uqgUh { display:flex;width:1rem;height:1rem;top:10.375rem;left:4.625rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #FBbmu2cgMyTFRfDZyl3WexNmv6bHoTil { width:17.75rem;height:2.6875rem;top:12.0498046875rem;left:1.1125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:100.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { width:18.18625rem;height:1.625rem;top:1.8736991882324rem;left:0.90494793653488rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhByiptO8hl1rlS3Z2TBBWLuTzT0Ic9Q { display:flex;width:1.5625rem;height:1.5625rem;top:25.9990234375rem;left:3.1240234375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #D8S87AR2t4MWUkvCcsDP9lurgyFVMXvB { width:3.061525rem;height:1.13671875rem;top:28.3740234375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qwf75unN9XnbD4ySCufXClmT5lECQthI { width:8.5625rem;height:1.462675rem;top:7.3124998807906rem;left:0.90546882152556rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Akn3QSp9Chaim4wvGT3Vrhq4PUpLx0cl { display:flex;width:1.5625rem;height:1.5625rem;top:25.999755859375rem;left:8.812255859375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #gv3HW8NhP8txLG4DP5cAQlHqB8463w0I { width:3.25rem;height:1.13671875rem;top:28.3740234375rem;left:7.999267578125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq { width:18.75rem;height:15.875rem;top:9.3624999523163rem;left:0.65625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/12d0bde6-7378-4de6-8412-d73398f27130/SS.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.adaptive-delivery-prevent-bg, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyload, #d2D1eNpOC1k4Fciu2yWJFGRV7KaPVInq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #goZamPWXgK1Hv1pAecSfM5kHA2vlk7bI { display:flex;width:1.5625rem;height:1.5625rem;top:25.999755859375rem;left:15.499267578125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lDBEocCMq6Fk3aRVPBDSQJTEedOKgANH { width:5.75rem;height:1.13671875rem;top:28.3740234375rem;left:13.3740234375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzyUvxzZW0i2qgEkdXs50RG4aQcfgH6S { width:7.93675rem;height:1.29948125rem;top:31.162499427796rem;left:4.8125rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DzdzrpKQUDcXDq0T1hmzT9me6UFcAFJZ { width:7.0623125rem;height:1.13769375rem;top:31.250000953674rem;left:10.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VB0anU0XyqPHtZZVmQWpiLaRzk8c1C6J { width:5.7492875rem;height:1.13769375rem;top:31.124218940735rem;left:1.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Scwd2nDlcBINcwIh8FIRhObdfD7TXW40 { width:20rem;height:4.375rem;top:34.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #sM0hKdJNBdDsc8wsyqvGpH0RDXhA8Zhx { display:flex;width:1.25rem;height:1.25rem;top:37.3125rem;left:0.9375rem;font-size:0.875rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #OemCM5kDPIelWGwuDnKrvXLTG6dubcCN { width:1.31214375rem;height:1.13606875rem;top:37.4375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15086;display:none; }
 }@media only screen and (max-width: 763px) { #OGko7pTl3bP7Pgr6cZ0BFV4XhN8580fl { width:9.375rem;height:1.62435rem;top:35.1875rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #hZbcLiui845GRHQvodThcC1EQPmicW0U { display:flex;width:1.25rem;height:1.25rem;top:37.1875rem;left:3.5625rem;font-size:0.875rem;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol { width:20rem;height:12.8125rem;top:21.75rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/72366095-dff6-4bed-ab30-a75e9eb21205/B.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15038;display:none; }#NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.adaptive-delivery-prevent-bg, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyload, #NFSqP9HfKPtNdrEaW45NhHpNEZL23fol.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eG7XKmWNSZATR9mbptyKKJ5zX00GQu3t { width:1.25rem;height:1.13606875rem;top:37.4375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15087;display:none; }
 }@media only screen and (max-width: 763px) { #SyZAxtWEhUXi9ZLu1oOzgyUB89pmZ7Ry { display:flex;width:1.25rem;height:1.25rem;top:37.25rem;left:6.25rem;font-size:0.875rem;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #gplh6S3IEzmIAQTiyV902K33KhIye9JG { width:5.75rem;height:1.13606875rem;top:37.4375rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15088;display:none; }
 }@media only screen and (max-width: 763px) { #DxDE4U4UaOacJDCNAqmTAzPeqkW3TpQU { width:7.9368125rem;height:1.2999125rem;top:36.125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #k0KaomccizecHDuzfTW9S930IzrsnsG6 { width:7.0623125rem;height:1.13606875rem;top:37.4375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #GwBDsqvcvxhDMRCXntucLPL8o6WIerSc { width:5.7492875rem;height:1.13606875rem;top:34.875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.375rem;top:52.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:55.125rem;left:0.9375rem;font-size:0.875rem;z-index:15110;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13606875rem;top:55.25rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.62435rem;top:53rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:55rem;left:3.5625rem;font-size:0.875rem;z-index:15111;display:none; }
 }@media only screen and (max-width: 763px) { #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK { width:20rem;height:12.8125rem;top:39.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3c1116ad-cbae-47c3-8285-d575e6d800d5/C.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15050;display:none; }#mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.adaptive-delivery-prevent-bg, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyload, #mCbTTAZ71tlFDcI3NhAkOeHvMJWAtvEK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13606875rem;top:55.25rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:55.0625rem;left:6.25rem;font-size:0.875rem;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13606875rem;top:55.25rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.2999125rem;top:53.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13606875rem;top:55.25rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13606875rem;top:52.6875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;display:none; }
 }@media only screen and (max-width: 763px) { #IaQ4SMnUJrKv0fMOPVt3LxM8rRWTFtxT { width:20rem;height:27.5rem;top:6.499999806285rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpi1IKQHhsHWQBeI45sEJOXFgkBA2JVh { width:18.75rem;height:2.8125rem;top:30.375000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX66BVMoR53s2Lk8ZT27TAs8WquhxBbH { width:8.875rem;height:1.462675rem;top:38.4375rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf { width:18.75rem;height:15.875rem;top:40.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/194e4709-0320-417c-b410-e78ac2dc641e/111.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.adaptive-delivery-prevent-bg, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyload, #bq8ezJkoTM0JDkDIgAsXJWATb2UNsCBf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #plh7D1UWVoMSbRqBOOsSESsBru7BVovl { width:20rem;height:27.5rem;top:37.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vecPmHUm2CWVdemIQrhlM514Q9nqrcBe { display:flex;width:1.5625rem;height:1.5625rem;top:57rem;left:2.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #M4TqaXTnNNITwPdRrqzTHaU8ervPzI04 { display:flex;width:1.5625rem;height:1.5625rem;top:56.99951171875rem;left:9.3740234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HfqSgxtze2qM6lp797oi4UvCB60nBwsC { display:flex;width:1.5625rem;height:1.5625rem;top:56.99951171875rem;left:15.4990234375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fvuwIOfqu1rDwsmOFz1KdH5eLAxzZqH6 { width:2.75rem;height:1.13769375rem;top:59.125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAhTnJTdQz1CpmVRn7TPiTeqgRcHNuJy { width:2.5625rem;height:1.13671875rem;top:59.125rem;left:8.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STm3banvQCKuT6UAJLhpgdgEhQSyeCRH { width:5.625rem;height:1.13769375rem;top:59.125rem;left:13.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGCKXV12iT9gKTC5agtlS14sNsKgxedL { width:18.75rem;height:2.8125rem;top:61.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM67lKMdn4aCEnGuXKxEIXIqSQqbdTTy { width:7.9375rem;height:1.29980625rem;top:62.31201171875rem;left:4.6240234375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #gITkn2UD6Nd0bIsmBoryfsKkyZTKe5zu { width:7.0625rem;height:1.13769375rem;top:62.5rem;left:10.5rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WZx9gwNy8D8PocChVEnc4oOtmLVgpLOz { width:5.75rem;height:1.13769375rem;top:62.3125rem;left:0.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wQcP6pyE0xEVC2QXAoatcCKuS5yVuwS9 { width:8.875rem;height:1.462675rem;top:69.1875rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K61dr7zc4421ogT966xTxw8yFSM0K28F { width:18.75rem;height:15.875rem;top:71.375rem;left:0.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/3be51ac6-825e-4d49-87d0-6fe26ff587f1/222.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K61dr7zc4421ogT966xTxw8yFSM0K28F.adaptive-delivery-prevent-bg, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyload, #K61dr7zc4421ogT966xTxw8yFSM0K28F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qNX33OyEFkFCfHCOOub0qDQ4yxyuZAZX { width:20rem;height:27.5rem;top:68.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtg7Rf4Q2rXpHEPCT30PNmZL27scUURA { display:flex;width:1.5625rem;height:1.5625rem;top:88.4375rem;left:2.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WHBKJEThwcRxextSCzGQx1of1KTrm43H { display:flex;width:1.5625rem;height:1.5625rem;top:88.4375rem;left:8.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #nl29aZ5oFCCPyyDRT8AnUF4R96hgJD32 { display:flex;width:1.5625rem;height:1.5625rem;top:88.4375rem;left:15.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ru1GOcnhICGG6fty5JBuikZME5sfX996 { width:3.0625rem;height:1.13671875rem;top:90.5625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZTOOkZkZ2FhsNBD8HohCyUIPHW0PPEZ { width:3.0625rem;height:1.13671875rem;top:90.5625rem;left:8.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wfi4QqvB8iVeCgfKv2qMqHZnIfX7ncSQ { width:5.625rem;height:1.13671875rem;top:90.5615234375rem;left:13.49951171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDtdI8yQT2TXnqSE6CN9boIyWZtIW33l { width:18.75rem;height:2.8125rem;top:92.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA2dPdmioDTzCRXa4aO8MwdN63f6VTJg { width:7.9375rem;height:1.29980625rem;top:93.3125038147rem;left:5.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdFhW4hDNvtsGy8v8oc8g3fJOq2T2sTc { width:7.0625rem;height:1.13769375rem;top:93.5rem;left:10.25rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #J4zoq0n6sRUqEEF411N7K0AoaE3Cp6cD { width:5.75rem;height:1.13769375rem;top:93.5rem;left:0rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ymz8p9Osdif2lUX5E7mrchKzpwhulOFW { width:4.375rem;height:0.75rem;top:4.0596790313721rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcxFLpe5XrG6naJBs1bnvsBbR1MzW0M9 { width:17.875rem;height:14.6875rem;top:9.8935546875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsdBmllTtIEur7BfsmiA0QF9F8mITJaE { width:17.875rem;height:14.6875rem;top:40.90625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH5G76srotOmweWswCE7sQMR63IJ1Kiv { width:17.875rem;height:14.6875rem;top:71.90625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb786e16-e77d-4bfb-ac4f-88b660855545/Noonvillage03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:18.4375rem;height:1.7871125rem;top:26.98095703125rem;left:0.779296875rem;font-size:1.625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJyyN9JuBNcqtzczV9uuaA07huMiBPxb { width:20rem;height:1.0625rem;top:32.097441673279rem;left:0rem;font-size:0.625rem;line-height:1.7;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vh6KILcsVMnQrH0gWZO0or7GQu58UnZe { width:11.875rem;height:23.5623125rem;top:0rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3sPz6KgQFoUeUVTHHGpLdK92vDg9XZb { width:5.625rem;height:0.9874125rem;top:29.923828125rem;left:7.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgzzuR93P2xKOS0sLVyT3WfeKtnAkgXZ { width:20rem;height:3.1875rem;top:33.484375rem;left:0rem;font-size:0.625rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ATpXPbIp2DD87LrRF1wyhWgoR7nQgDqf { width:19.9995rem;height:4.24805rem;top:37.047310829162rem;left:0rem;font-size:0.625rem;line-height:1.7;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #sATpTAQxq1ht8sSNirpIX4M2b17nM829 { display:block; }#sATpTAQxq1ht8sSNirpIX4M2b17nM829 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#4a2c09;background-image:url("https://images.assets-landingi.com/uc/d1acc80c-8552-483d-bd3a-5210b591ba0a/Noonvillage03.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.78466875rem;top:27.198329925537rem;left:1.8749998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54394375rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.40014375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BKdcdFG6E7X1kckqDimR0ecabHDy4K6S { display:block; }#BKdcdFG6E7X1kckqDimR0ecabHDy4K6S > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeZPbdtEFLuOn05zI49PXMd2iFI9dKPD { width:20rem;height:1.625rem;top:2.186429977417rem;left:0rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#af9376;display:block; }
 }@media only screen and (max-width: 763px) { #Qog05zghdTVHnJToDiAuiIHDwFFBewi1 { width:20rem;height:12.1875rem;top:17.435980796814rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmJd2TCNhbOwstavE8oqDri1oyuETk7 { width:20rem;height:12.25rem;top:30.185114860534rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkuqGkBCBX69I74Mvv3GyFUhr6VTdef0 { width:20rem;height:12.125rem;top:42.998266220093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geaqbFF16R4BlraTNn1XUolBatIW738N { width:20rem;height:12.25rem;top:55.747182846069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZuDTv79uEfDOqEnP2X2pioDTsPtLvs8 { width:20rem;height:11.375rem;top:5.5609807968139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.1861875rem;height:1.625rem;top:2.2482643127441rem;left:0.90603309869769rem;font-size:1.25rem;font-family:montserrat;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:19rem;height:2.5rem;top:18.710937976837rem;left:0.49913197755814rem;font-size:1rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #vV3zWoUs1rTnX6ql1lxumSEu6nHUgTf7 { width:20rem;height:37.5rem;top:9.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3ThBiOK4ZupZb2cOycCHNxf2D9VuHxP { top:4.8904085159302rem;left:0rem;width:20rem;height:12.5rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }