.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0;bottom:auto;left:0;right:0;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { background-color: transparent; background-image: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row > .video-iframe-container { display: none; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .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); }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { border-width: 0; border-radius: 0; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;position:relative;display:block; }#exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:76px;width:190px;top:8px;left:12px;overflow:hidden;display:block; }
#XfKToOPIr0SdgiPtBdbkQJWgTVW3krJ9 { color:#000000;display:block;width:289px;position:absolute;font-family:"open sans";font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:23.5px;left:663.5px;height:45px;font-style:normal;display:block; }
#w4FCGoSCnqBPgewqvhyVSHXSnfV0VBcl { box-sizing:content-box;color:#73af20;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:21px;left:614.5px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AxxB2DQ4/house_artificial_grass_2.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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 > .row .container { font-size:14px;font-family:arial;height:791px;width:960px;overflow:visible;position:relative;display:block; }#eyBiko5JVB10Fcp2SdG9KhgpZsP2CBcc { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:145px;top:291px;left:165px;display:block; }
#thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { color:#ffffff;display:block;width:436px;position:absolute;font-family:roboto;font-size:47px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:221px;left:30px;height:61px;font-style:normal;display:block; }
#VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { color:#ffffff;display:block;width:466px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:309px;left:15px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:240px;width:221px;top:393px;left:18px;display:block; }
#eFOKQHlyZhWbDEg7sKtG7MvgLI82790N { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:108px;top:400px;left:75px;overflow:hidden;display:block; }
#oiuqzqSPRtD0emXZ4vHrLGV950z8TI2A { color:#515151;display:block;width:223px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:517px;left:18px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hF00vTVOITqGttTzWASnoh2EMBbSoMmW { color:#515151;display:block;width:178px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:551px;left:40px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 8px rgba(0,0,0,0.21) ;height:617px;width:468px;top:132px;left:492px;display:block; }
#R4lyccW7d6AgkqPyendtonkLOo3bOG5P { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:95px;width:95px;top:143px;left:680px;overflow:hidden;display:block; }
#CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { color:#515151;display:block;width:468px;position:absolute;font-family:roboto;font-size:33px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:244px;left:492px;height:42px;text-align:center;text-align-last:center;display:block; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-form-header {  }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:326px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #acacac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:326px;box-sizing:border-box;height:55px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:1px solid #acacac;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:326px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:326px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-button { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #73af20, #4b8200);background-image: -moz-linear-gradient(177deg, #73af20, #4b8200);background-image: -ms-linear-gradient(177deg, #73af20, #4b8200);background-image: -o-linear-gradient(177deg, #73af20, #4b8200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#73af20', endColorstr='#4b8200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#73af20', endColorstr='#4b8200' );";background-image: linear-gradient(177deg, #73af20, #4b8200);background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:326px;height:55px;font-family:"open sans";overflow:hidden; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]:-moz-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]::-moz-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]:-ms-input-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA [class*="-text"]::-webkit-input-placeholder { color:#acacac;font-family:lato;font-size:16px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:307px;overflow:hidden;font-style:normal; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-container { padding-top:7px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-container:first-of-type{padding-top:0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-container:last-of-type{padding-bottom:0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:250px;left:543px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:326px;display:block;vertical-align:top; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA {display:block;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:250px;left:543px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #yH7F9qIBs0iMVSwqdlBqpSEwp7SW5kyN { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Gf5CZ7gRK9cr7XpUkv0GSsSK8ANSsCTl { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #GMo0ChfXC5IiTTMnQNNUqSrc91TLvv2o { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #IKwPNesO0nJrbwDDhWTGWzQucnKu0s3A { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #eOOUP486B9tHuxAP4K0t10xoViiGz58i { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #V2Wlg1oWbwPiQ4rRN7SDhJbJ0TX42Zio { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #x3eQkT0KiTsweBCx0PRvS3lLI0t8oe5K { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hbBlIWMMyT94nI1H5K8XQ30pZaTGhENO { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #oT8icbFnArwRhk2KL52Px9tmGfqpviPL { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #ulkvIqfSG9bTHuvlCAbeOQAtycL7k1Sr { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #gszW75rvXtRz7r4SGRAsJonUVBGu7bZ8 { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #kdswFCm6hhP1wg5TIon53Pwtl8be4TJE { position:relative;top:0px;left:0px; }
#BmPrKfIy8eIT6F2eeOpXNyrkm7PO9phD { position:relative;display:block;z-index:100000;top:0px;left:0px;display:block; }
#b1xLI5IlyCHTzQGyd9nL8dhsU9pSuiti { position:relative;display:block;z-index:100000;top:0px;left:0px;display:block; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hXQ7szOrNGhZzq6g8WuWBFZSxOF6X0ez { position:relative;top:0px;left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Ryrrk3tD0PQShBiTpnqwd5cUBJt5z8Hv { position:relative; }
#fbpdk5V9rWdy30MBbGlIhvqfac0L2lwf { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:240px;width:221px;top:393px;left:257px;display:block; }
#DRPTq620c2pCPJbvU3EzzEN6mxbtaIeR { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:108px;width:108px;top:410px;left:313px;overflow:hidden;display:block; }
#DVPydugayvQSEskTVPchZ2HzM9DeUz2Q { color:#515151;display:block;width:223px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:517px;left:256px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITNAZTWp6hFUUh3wTGuaJueTLrBFa2JP { color:#515151;display:block;width:178px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:551px;left:278px;height:81px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e31OpgG7oqBnNGime79H572G8SA87Tx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BnqhpjCA/Grass_Background.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { background-color: transparent; background-image: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row > .video-iframe-container { display: none; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .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); }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { border-width: 0; border-radius: 0; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { font-size:14px;font-family:arial;height:407px;width:960px;position:relative;display:block; }#qc57m4ZVr7yV3QRT1CXXr5yrkHZcwpQK { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105px;width:105px;top:145px;left:53px;overflow:hidden;display:block; }
#DkhE5FFW3OU8iPfxJdxJs04TCTTMSKzS { color:#ffffff;display:block;width:212px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:266px;left:0;height:90px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQtkMgbCoPAIAbaUheXzAu6Ff3LmIzE6 { color:#ffffff;display:block;width:190px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:266px;left:245px;height:90px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyXlmtPND9Ud8kXCR8upVFoELaAphBsc { color:#ffffff;display:block;width:190px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:266px;left:506px;height:90px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TViHWruAnorVlXTzBkkLOBaEh64v2ogF { color:#ffffff;display:block;width:200px;position:absolute;font-family:roboto;font-size:35px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:266px;left:742px;height:90px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmXPGhmyfuFtcwPR88Tud3R9Qrfxrrw0 { position:absolute;display:block;z-index:100025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:1px;top:200px;left:234px;display:block; }
#zNeS9AT9f3an6wC0q8RPHIPufDmkCkgI { position:absolute;display:block;z-index:100026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:1px;top:200px;left:462px;display:block; }
#gS2xETcT3qvr2EqF2DZIMf6C1BSdoh5o { position:absolute;display:block;z-index:100027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:1px;top:200px;left:731px;display:block; }
#QAlTiBApyd3de4JQALkZduMDH7sPdSKu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105px;width:105px;top:145px;left:288px;overflow:hidden;display:block; }
#IRysmbx8eABIQ6WFPwqFwhP4zXnm7G3B { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:105px;width:105px;top:145px;left:549px;overflow:hidden;display:block; }
#lLN9Wruh5tHNhIsJka7HiZ2prcvDEaRR { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:123px;width:123px;top:136px;left:776px;overflow:hidden;display:block; }
#MVf99dENb6u48f1g6CWfQ5EBDnPdoTZx { color:#ffffff;display:block;width:728px;position:absolute;font-family:"open sans";font-size:55px;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:52px;left:116px;height:71px;display:block; }
#rRnTnGANJ0q3da1oS0IzXeg6ChRqOuCZ { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.28);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:335px;width:960px;top:41px;left:0;display:block; }
#ks4krivhNAeozBDCePhrp74vntv9qVHp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { background-color: transparent; background-image: none; }#ks4krivhNAeozBDCePhrp74vntv9qVHp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container > .video-iframe-container { display: none; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row > .video-iframe-container { display: none; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .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); }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { border-width: 0; border-radius: 0; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { font-size:14px;font-family:arial;height:523px;width:960px;position:relative;display:block; }#AP45bqCvVnWgrP7NM9eBmT6fpq56MUr7 { color:#515151;display:block;width:960px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:110px;left:0;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTkTryVNqkM5iZ4pI4b9C1I4oLTEHJFG { position:absolute;display:block;z-index:100004;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:50px;top:92px;left:455px;display:block; }
#lvByAezAqMLzplOgFsu13UTtdzcOf46W { color:#515151;display:block;width:960px;position:absolute;font-family:roboto;font-size:47px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:20px;left:0;height:61px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { color:#515151;display:block;width:223px;position:absolute;font-family:roboto;font-size:35px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:421px;left:634px;height:45px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { color:#acacac;display:block;width:337px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:331px;left:471px;height:44px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { color:#515151;display:block;width:337px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:310px;left:470px;height:27px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { color:#acacac;display:block;width:337px;position:absolute;font-family:lato;font-size:17px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:226px;left:308px;height:44px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { position:absolute;display:block;z-index:100001;background-color:rgba(115,175,32,0.17);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:107px;width:107px;top:176px;left:167px;display:block; }
#BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { position:absolute;display:block;z-index:100004;background-color:rgba(115,175,32,0.1);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:107px;width:107px;top:283px;left:330px;display:block; }
#AMesrPFIH8ssJVWgKKGW8yglXCKThudx { position:absolute;display:block;z-index:100007;background-color:rgba(115,175,32,0.1);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:107px;width:107px;top:390px;left:493px;display:block; }
#RhzxiSwtyN3CK09G3Di808yePCaVWyQe { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #73af20;border-left:1px solid #73af20;border-right:1px solid #73af20;border-bottom:1px solid #73af20;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:78px;width:78px;top:191px;left:181px;display:block; }
#LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #73af20;border-left:1px solid #73af20;border-right:1px solid #73af20;border-bottom:1px solid #73af20;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:78px;width:78px;top:298px;left:344px;display:block; }
#rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:1px solid #73af20;border-left:1px solid #73af20;border-right:1px solid #73af20;border-bottom:1px solid #73af20;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:78px;width:78px;top:405px;left:507px;display:block; }
#F8sZWdCN5h90XQAarRQDMWUTv0s5sKSM { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:47px;top:420px;left:523px;overflow:hidden;display:block; }
#wwquW1fpsxGCGFOvluNL8xqnEVgR5SPT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:47px;top:313px;left:360px;overflow:hidden;display:block; }
#tOehUyP5Gx3dzsg4aAia2ZcqaEuwpxcC { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:47px;top:206px;left:197px;overflow:hidden;display:block; }
#ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { color:#515151;display:block;width:337px;position:absolute;font-family:roboto;font-size:21px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:189px;left:308px;height:27px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EpZI7URgNXOLbg6A0mamGuoLTawgmDy5 { color:#000000;display:block;width:33px;position:absolute;font-family:lato;font-size:65px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:187px;left:111px;height:84px;display:block; }
#dCJs7TnSSNNypPLVEi59Nm5JumdBx0C6 { color:#000000;display:block;width:33px;position:absolute;font-family:lato;font-size:65px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:292px;left:274px;height:84px;display:block; }
#ADOr6Hoetnhbdr596GBMbPfMynJd1RpL { color:#000000;display:block;width:33px;position:absolute;font-family:lato;font-size:65px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:402px;left:437px;height:84px;display:block; }
#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#73af20;background-image:none;position:relative;display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { background-color: transparent; background-image: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container > .video-iframe-container { display: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row > .video-iframe-container { display: none; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .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); }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { border-width: 0; border-radius: 0; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { font-size:14px;font-family:arial;height:218px;width:960px;position:relative;display:block; }#C5Gxucmsl239XoZVF924zWi5Pz2WihlH { position:absolute;display:block;z-index:100008;background-color:#1799eb;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:50px;top:95px;left:455px;display:block; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#ffffff;display:block;width:258px;position:absolute;font-family:roboto;font-size:45px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:30px;left:350px;height:58px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ailbDgz6egxVh3mLy8mkTwofmte8HK9H { color:#ffffff;display:block;width:936px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:111px;left:12px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2px;width:50px;top:95px;left:455px;display:block; }
#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#73af20;background-image:none;position:relative;display:block; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { background-color: transparent; background-image: none; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container > .video-iframe-container { display: none; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row > .video-iframe-container { display: none; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .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); }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { border-width: 0; border-radius: 0; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { font-size:14px;font-family:arial;height:63px;width:960px;position:relative;display:block; }#um71wh1R7Bp42OQngunNmeIMHQto2wf3 { color:#000000;display:block;width:454px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:22px;left:13px;height:20px;display:block; }
#KXGs4PCL0ngTxTAxIIDy5k8aMZQRoBLp { color:#000000;display:block;width:454px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:19px;left:506px;height:26px;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { position:fixed;z-index:199999;top:0;bottom:auto;left:0;right:0;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:764px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:170px;height:66px;top:9px;left:16px;display:block; }
 }@media only screen and (max-width: 959px) { #XfKToOPIr0SdgiPtBdbkQJWgTVW3krJ9 { width:207px;height:32px;top:26px;left:557px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #w4FCGoSCnqBPgewqvhyVSHXSnfV0VBcl { width:50px;height:50px;top:17px;left:508px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;height:915px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eyBiko5JVB10Fcp2SdG9KhgpZsP2CBcc { width:145px;height:2px;top:193px;left:309.5px;display:block; }
 }@media only screen and (max-width: 959px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:451px;height:58px;top:126px;left:171.5px;font-size:45px;display:block; }
 }@media only screen and (max-width: 959px) { #VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { width:466px;height:56px;top:208px;left:164px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { width:221px;height:240px;top:264px;left:88px;display:none; }
 }@media only screen and (max-width: 959px) { #eFOKQHlyZhWbDEg7sKtG7MvgLI82790N { width:108px;height:108px;top:281px;left:145px;display:none; }
 }@media only screen and (max-width: 959px) { #oiuqzqSPRtD0emXZ4vHrLGV950z8TI2A { width:223px;height:0;top:388px;left:88px;font-size:24px;display:none; }
 }@media only screen and (max-width: 959px) { #hF00vTVOITqGttTzWASnoh2EMBbSoMmW { width:178px;height:0;top:419px;left:109px;font-size:21px;display:none; }
 }@media only screen and (max-width: 959px) { #N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { width:468px;height:609px;top:283px;left:148px;display:block; }
 }@media only screen and (max-width: 959px) { #R4lyccW7d6AgkqPyendtonkLOo3bOG5P { width:95px;height:95px;top:301px;left:335px;display:block; }
 }@media only screen and (max-width: 959px) { #CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { width:468px;height:32px;top:395px;left:148px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-regular-label { width:326px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-textarea { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-button { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-checkbox-label { width:307px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA  { width:326px;height:auto;top:396px;left:199px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .radio-container { width:326px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA {display:block;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA { width:326px;height:auto;top:396px;left:199px; }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #yH7F9qIBs0iMVSwqdlBqpSEwp7SW5kyN {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Gf5CZ7gRK9cr7XpUkv0GSsSK8ANSsCTl {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #GMo0ChfXC5IiTTMnQNNUqSrc91TLvv2o {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #IKwPNesO0nJrbwDDhWTGWzQucnKu0s3A {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #eOOUP486B9tHuxAP4K0t10xoViiGz58i {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #V2Wlg1oWbwPiQ4rRN7SDhJbJ0TX42Zio {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #x3eQkT0KiTsweBCx0PRvS3lLI0t8oe5K {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hbBlIWMMyT94nI1H5K8XQ30pZaTGhENO {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #oT8icbFnArwRhk2KL52Px9tmGfqpviPL {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #ulkvIqfSG9bTHuvlCAbeOQAtycL7k1Sr {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #gszW75rvXtRz7r4SGRAsJonUVBGu7bZ8 {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #kdswFCm6hhP1wg5TIon53Pwtl8be4TJE {  }
 }@media only screen and (max-width: 959px) { #BmPrKfIy8eIT6F2eeOpXNyrkm7PO9phD { display:block; }
 }@media only screen and (max-width: 959px) { #b1xLI5IlyCHTzQGyd9nL8dhsU9pSuiti { display:block; }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hXQ7szOrNGhZzq6g8WuWBFZSxOF6X0ez {  }
 }@media only screen and (max-width: 959px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Ryrrk3tD0PQShBiTpnqwd5cUBJt5z8Hv {  }
 }@media only screen and (max-width: 959px) { #fbpdk5V9rWdy30MBbGlIhvqfac0L2lwf { width:221px;height:240px;top:264px;left:421px;display:none; }
 }@media only screen and (max-width: 959px) { #DRPTq620c2pCPJbvU3EzzEN6mxbtaIeR { width:108px;height:108px;top:281px;left:477px;display:none; }
 }@media only screen and (max-width: 959px) { #DVPydugayvQSEskTVPchZ2HzM9DeUz2Q { width:223px;height:0;top:388px;left:420px;font-size:24px;display:none; }
 }@media only screen and (max-width: 959px) { #ITNAZTWp6hFUUh3wTGuaJueTLrBFa2JP { width:178px;height:0;top:422px;left:442px;font-size:21px;display:none; }
 }@media only screen and (max-width: 959px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:764px;height:348px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qc57m4ZVr7yV3QRT1CXXr5yrkHZcwpQK { width:105px;height:105px;top:109px;left:23px;display:block; }
 }@media only screen and (max-width: 959px) { #DkhE5FFW3OU8iPfxJdxJs04TCTTMSKzS { width:162px;height:64px;top:230px;left:5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #bQtkMgbCoPAIAbaUheXzAu6Ff3LmIzE6 { width:153px;height:64px;top:224px;left:182px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #gyXlmtPND9Ud8kXCR8upVFoELaAphBsc { width:202px;height:64px;top:230px;left:359px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #TViHWruAnorVlXTzBkkLOBaEh64v2ogF { width:190px;height:64px;top:214px;left:570px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #OmXPGhmyfuFtcwPR88Tud3R9Qrfxrrw0 { width:1px;height:116px;top:158px;left:160px;display:block; }
 }@media only screen and (max-width: 959px) { #zNeS9AT9f3an6wC0q8RPHIPufDmkCkgI { width:1px;height:116px;top:158px;left:357px;display:block; }
 }@media only screen and (max-width: 959px) { #gS2xETcT3qvr2EqF2DZIMf6C1BSdoh5o { width:1px;height:116px;top:158px;left:561px;display:block; }
 }@media only screen and (max-width: 959px) { #QAlTiBApyd3de4JQALkZduMDH7sPdSKu { width:105px;height:105px;top:109px;left:206px;display:block; }
 }@media only screen and (max-width: 959px) { #IRysmbx8eABIQ6WFPwqFwhP4zXnm7G3B { width:105px;height:105px;top:109px;left:423px;display:block; }
 }@media only screen and (max-width: 959px) { #lLN9Wruh5tHNhIsJka7HiZ2prcvDEaRR { width:105px;height:105px;top:109px;left:613px;display:block; }
 }@media only screen and (max-width: 959px) { #MVf99dENb6u48f1g6CWfQ5EBDnPdoTZx { width:728px;height:71px;top:29px;left:18px;font-size:55px;display:block; }
 }@media only screen and (max-width: 959px) { #rRnTnGANJ0q3da1oS0IzXeg6ChRqOuCZ { width:764px;height:312px;top:18px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #ks4krivhNAeozBDCePhrp74vntv9qVHp { display:block; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { width:764px;height:458px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AP45bqCvVnWgrP7NM9eBmT6fpq56MUr7 { width:764px;height:40px;top:79px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #KTkTryVNqkM5iZ4pI4b9C1I4oLTEHJFG { width:50px;height:2px;top:61px;left:357px;display:block; }
 }@media only screen and (max-width: 959px) { #lvByAezAqMLzplOgFsu13UTtdzcOf46W { width:764px;height:32px;top:20px;left:0;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { width:223px;height:45px;top:364px;left:532px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { width:337px;height:40px;top:274px;left:369px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { width:337px;height:20px;top:253px;left:368px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:337px;height:40px;top:169px;left:206px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { width:107px;height:107px;top:119px;left:65px;display:block; }
 }@media only screen and (max-width: 959px) { #BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { width:107px;height:107px;top:226px;left:228px;display:block; }
 }@media only screen and (max-width: 959px) { #AMesrPFIH8ssJVWgKKGW8yglXCKThudx { width:107px;height:107px;top:333px;left:391px;display:block; }
 }@media only screen and (max-width: 959px) { #RhzxiSwtyN3CK09G3Di808yePCaVWyQe { width:78px;height:78px;top:134px;left:79px;display:block; }
 }@media only screen and (max-width: 959px) { #LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { width:78px;height:78px;top:241px;left:242px;display:block; }
 }@media only screen and (max-width: 959px) { #rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { width:78px;height:78px;top:348px;left:405px;display:block; }
 }@media only screen and (max-width: 959px) { #F8sZWdCN5h90XQAarRQDMWUTv0s5sKSM { width:47px;height:47px;top:363px;left:421px;display:block; }
 }@media only screen and (max-width: 959px) { #wwquW1fpsxGCGFOvluNL8xqnEVgR5SPT { width:47px;height:47px;top:256px;left:258px;display:block; }
 }@media only screen and (max-width: 959px) { #tOehUyP5Gx3dzsg4aAia2ZcqaEuwpxcC { width:47px;height:47px;top:149px;left:95px;display:block; }
 }@media only screen and (max-width: 959px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:337px;height:20px;top:132px;left:206px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #EpZI7URgNXOLbg6A0mamGuoLTawgmDy5 { width:33px;height:84px;top:130px;left:9px;font-size:65px;display:block; }
 }@media only screen and (max-width: 959px) { #dCJs7TnSSNNypPLVEi59Nm5JumdBx0C6 { width:33px;height:84px;top:235px;left:172px;font-size:65px;display:block; }
 }@media only screen and (max-width: 959px) { #ADOr6Hoetnhbdr596GBMbPfMynJd1RpL { width:33px;height:84px;top:345px;left:335px;font-size:65px;display:block; }
 }@media only screen and (max-width: 959px) { #nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { width:764px;height:173px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #C5Gxucmsl239XoZVF924zWi5Pz2WihlH { width:50px;height:2px;top:77px;left:357px;display:block; }
 }@media only screen and (max-width: 959px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:258px;height:58px;top:12px;left:252px;font-size:45px;display:block; }
 }@media only screen and (max-width: 959px) { #ailbDgz6egxVh3mLy8mkTwofmte8HK9H { width:764px;height:60px;top:93px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { width:50px;height:2px;top:77px;left:357px;display:block; }
 }@media only screen and (max-width: 959px) { #c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 { display:block; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #um71wh1R7Bp42OQngunNmeIMHQto2wf3 { width:360px;height:18px;top:22.5px;left:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #KXGs4PCL0ngTxTAxIIDy5k8aMZQRoBLp { width:340px;height:22px;top:20.5px;left:424px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn { position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:block; }#VQlCN9AA2UfL4GbAJIWzWbDn5JhEW3Bn > .row .container { width:320px;height:113px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exK2NWwPzp1foKtHoyN6lsxZsFnrbQf3 { width:155px;height:60px;top:11px;left:82.5px;display:block; }
 }@media only screen and (max-width: 763px) { #XfKToOPIr0SdgiPtBdbkQJWgTVW3krJ9 { width:174px;height:26px;top:78px;left:88px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w4FCGoSCnqBPgewqvhyVSHXSnfV0VBcl { width:40px;height:40px;top:71px;left:58px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/AxxB2DQ4/house_artificial_grass_2.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:block; }#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 { width:320px;height:759px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyBiko5JVB10Fcp2SdG9KhgpZsP2CBcc { width:50px;height:2px;top:76px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #thFeX2Uo82H3aL4cAyU7FuvZ0KcLmZfM { width:320px;height:39px;top:28px;left:0;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #VPJmTIvlVX7tzNl6F9ofg5daiC8AJsTS { width:307px;height:40px;top:89px;left:6px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ybvMytz6cnkgrA2eltmAEoc51unNVbCQ { width:221px;height:240px;top:393px;left:49px;display:none; }
 }@media only screen and (max-width: 763px) { #eFOKQHlyZhWbDEg7sKtG7MvgLI82790N { width:108px;height:108px;top:400px;left:106px;display:none; }
 }@media only screen and (max-width: 763px) { #oiuqzqSPRtD0emXZ4vHrLGV950z8TI2A { width:223px;height:auto;top:517px;left:48px;text-align:center;text-align-last:center;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #hF00vTVOITqGttTzWASnoh2EMBbSoMmW { width:178px;height:auto;top:551px;left:71px;text-align:center;text-align-last:center;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #N0RcfkXSRlTb8MP7o4cy5WnSPTpSswot { width:320px;height:515px;top:143px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #R4lyccW7d6AgkqPyendtonkLOo3bOG5P { width:81px;height:81px;top:155px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #CwHVGuHsW9BuSs6OwqcFKPPg5UfZmQzc { width:320px;height:32px;top:247px;left:0;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-text {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-select {padding-top: 0; padding-bottom: 0;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA  { width:280px;height:auto;top:247px;left:0; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA {display:block;}#kUzSF7J6U6ekVLBruv5FGUPcultMSBQA { width:280px;height:auto;top:247px;left:0; }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #yH7F9qIBs0iMVSwqdlBqpSEwp7SW5kyN {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Gf5CZ7gRK9cr7XpUkv0GSsSK8ANSsCTl {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #GMo0ChfXC5IiTTMnQNNUqSrc91TLvv2o {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #IKwPNesO0nJrbwDDhWTGWzQucnKu0s3A {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #eOOUP486B9tHuxAP4K0t10xoViiGz58i {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #V2Wlg1oWbwPiQ4rRN7SDhJbJ0TX42Zio {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #x3eQkT0KiTsweBCx0PRvS3lLI0t8oe5K {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hbBlIWMMyT94nI1H5K8XQ30pZaTGhENO {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #oT8icbFnArwRhk2KL52Px9tmGfqpviPL {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #ulkvIqfSG9bTHuvlCAbeOQAtycL7k1Sr {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #gszW75rvXtRz7r4SGRAsJonUVBGu7bZ8 {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #kdswFCm6hhP1wg5TIon53Pwtl8be4TJE {  }
 }@media only screen and (max-width: 763px) { #BmPrKfIy8eIT6F2eeOpXNyrkm7PO9phD { display:block; }
 }@media only screen and (max-width: 763px) { #b1xLI5IlyCHTzQGyd9nL8dhsU9pSuiti { display:block; }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #hXQ7szOrNGhZzq6g8WuWBFZSxOF6X0ez {  }
 }@media only screen and (max-width: 763px) { #kUzSF7J6U6ekVLBruv5FGUPcultMSBQA #Ryrrk3tD0PQShBiTpnqwd5cUBJt5z8Hv {  }
 }@media only screen and (max-width: 763px) { #fbpdk5V9rWdy30MBbGlIhvqfac0L2lwf { width:221px;height:240px;top:393px;left:49px;display:none; }
 }@media only screen and (max-width: 763px) { #DRPTq620c2pCPJbvU3EzzEN6mxbtaIeR { width:108px;height:108px;top:410px;left:106px;display:none; }
 }@media only screen and (max-width: 763px) { #DVPydugayvQSEskTVPchZ2HzM9DeUz2Q { width:223px;height:auto;top:517px;left:48px;text-align:center;text-align-last:center;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #ITNAZTWp6hFUUh3wTGuaJueTLrBFa2JP { width:178px;height:auto;top:551px;left:71px;text-align:center;text-align-last:center;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #e31OpgG7oqBnNGime79H572G8SA87Tx4 { display:block; }#e31OpgG7oqBnNGime79H572G8SA87Tx4 > .row .container { width:320px;height:1062px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc57m4ZVr7yV3QRT1CXXr5yrkHZcwpQK { width:91px;height:91px;top:121px;left:114.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DkhE5FFW3OU8iPfxJdxJs04TCTTMSKzS { width:190px;height:82px;top:218px;left:65px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #bQtkMgbCoPAIAbaUheXzAu6Ff3LmIzE6 { width:190px;height:82px;top:472px;left:65px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gyXlmtPND9Ud8kXCR8upVFoELaAphBsc { width:190px;height:82px;top:702px;left:65px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TViHWruAnorVlXTzBkkLOBaEh64v2ogF { width:190px;height:82px;top:947px;left:65px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #OmXPGhmyfuFtcwPR88Tud3R9Qrfxrrw0 { width:100px;height:1px;top:321px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #zNeS9AT9f3an6wC0q8RPHIPufDmkCkgI { width:100px;height:1px;top:570px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #gS2xETcT3qvr2EqF2DZIMf6C1BSdoh5o { width:100px;height:1px;top:812px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #QAlTiBApyd3de4JQALkZduMDH7sPdSKu { width:105px;height:105px;top:349px;left:107.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IRysmbx8eABIQ6WFPwqFwhP4zXnm7G3B { width:105px;height:105px;top:596.5px;left:107.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lLN9Wruh5tHNhIsJka7HiZ2prcvDEaRR { width:123px;height:123px;top:833px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MVf99dENb6u48f1g6CWfQ5EBDnPdoTZx { width:320px;height:82px;top:20px;left:0;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRnTnGANJ0q3da1oS0IzXeg6ChRqOuCZ { width:320px;height:1025px;top:15px;left:0;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #ks4krivhNAeozBDCePhrp74vntv9qVHp { display:block; }#ks4krivhNAeozBDCePhrp74vntv9qVHp > .row .container { width:320px;height:1041px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AP45bqCvVnWgrP7NM9eBmT6fpq56MUr7 { width:272px;height:57px;top:140px;left:24px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #KTkTryVNqkM5iZ4pI4b9C1I4oLTEHJFG { width:50px;height:2px;top:20px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #lvByAezAqMLzplOgFsu13UTtdzcOf46W { width:272px;height:78px;top:42px;left:24px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gHGRDm344AwkDqVGdGtatGGcEPkMCDdE { width:272px;height:41px;top:981px;left:24px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #H6WTI8swi74cnwV0mw0NsqL7rkx3vMtD { width:272px;height:40px;top:733px;left:24px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N2D3R43xwOuOpJmipxtmXBEk05Aer0HT { width:272px;height:20px;top:693px;left:24px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BCTUDONBCMyhVmWrgw9U4MTZz88T67ao { width:272px;height:40px;top:445px;left:24px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y5Vr9q5X8JPsDhbTxhPOlvTquQtHyniG { width:107px;height:107px;top:278px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #BATOUFStnS3OiCIPkXRwJfhFTJHoWVWu { width:107px;height:107px;top:566px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #AMesrPFIH8ssJVWgKKGW8yglXCKThudx { width:107px;height:107px;top:854px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #RhzxiSwtyN3CK09G3Di808yePCaVWyQe { width:78px;height:78px;top:293px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #LTB5ZEKJVvGS94hkoPfLe5lPDe62FcDk { width:78px;height:78px;top:581px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #rJIInTDLqV8ZJCBflekU2zbNFCJ3v4hA { width:78px;height:78px;top:869px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #F8sZWdCN5h90XQAarRQDMWUTv0s5sKSM { width:43px;height:43px;top:886px;left:138.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wwquW1fpsxGCGFOvluNL8xqnEVgR5SPT { width:47px;height:47px;top:596px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #tOehUyP5Gx3dzsg4aAia2ZcqaEuwpxcC { width:47px;height:47px;top:308px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:272px;height:20px;top:405px;left:24px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EpZI7URgNXOLbg6A0mamGuoLTawgmDy5 { width:33px;height:41px;top:217px;left:143px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCJs7TnSSNNypPLVEi59Nm5JumdBx0C6 { width:33px;height:41px;top:505px;left:143px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADOr6Hoetnhbdr596GBMbPfMynJd1RpL { width:33px;height:41px;top:793px;left:143px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc { display:block; }#nafF3tRzuLhITwEIa5Gx8ZJIfIhfPhmc > .row .container { width:320px;height:219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5Gxucmsl239XoZVF924zWi5Pz2WihlH { width:50px;height:2px;top:95px;left:135px;display:none; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:272px;height:58px;top:26px;left:24px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ailbDgz6egxVh3mLy8mkTwofmte8HK9H { width:272px;height:133px;top:86px;left:24px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Uxy6561sAvvEshtyT9Me0v5BxnpEJTmR { width:50px;height:2px;top:73px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 { display:block; }#c0pu3fe7s2CdCfTQfNFgSF2zL6LQNlM3 > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #um71wh1R7Bp42OQngunNmeIMHQto2wf3 { width:320px;height:40px;top:97px;left:0;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXGs4PCL0ngTxTAxIIDy5k8aMZQRoBLp { width:320px;height:52px;top:22px;left:0;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }