.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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); }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb { position:relative;display:none; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb { border-width: 0; border-radius: 0; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .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; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ehuDDl4Ex7INqQtav2IqhxafosEiomdR { 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:17.5rem;width:60rem;display:none; }
#CwOOsUUila5wgb21uMfLVSk1hHgxlMP4 { z-index:15003;top:0.34309896826744rem;left:44.479167938233rem;background-color:transparent;background-image:none;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KTVsBWciLrfutbqBT1RnoFW9MfmUwhSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA { position:relative;display:none; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA { border-width: 0; border-radius: 0; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .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; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.73697918653488rem;left:22.906253814698rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#JZf5lLWOVp9Nl201kvfmM2IlQbOyIuq9 { position:absolute;display:block;z-index:15001;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:5.25rem;width:6.125rem;top:4.9375rem;left:4.78125rem;overflow:hidden;display:none; }
#QgL8NoJ6weAQm65bsgFQuZiA5Z2OuuGO { position:absolute;display:block;z-index:15001;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:5.25rem;width:6.125rem;top:4.9375rem;left:4.78125rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60f21272-83ed-424c-b1b2-25519f336a7c/img_5401.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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.54); }#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.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { color:#ffffff;display:block;width:36.5rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:26.81640625rem;left:1rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JUUpSt3wgBZAbsT5kRAflB5luhEUJsmF { color:#ffffff;display:block;width:33rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:41.5rem;left:1rem;height:3.57421875rem;font-style:normal;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-form-header {  }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:300;color:rgba(34,34,34,0.6);width:16.875rem;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; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f2f3f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid rgba(51,51,51,0.1);border-left:0.0625rem solid rgba(51,51,51,0.1);border-right:0.0625rem solid rgba(51,51,51,0.1);border-bottom:0.0625rem solid rgba(51,51,51,0.1);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:16.875rem;box-sizing:border-box;height:3.125rem;color:rgba(34,34,34,0.6);font-size:0.875rem;overflow:hidden;font-family:roboto;font-weight:300;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f2f3f5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.0625rem solid rgba(51,51,51,0.1);border-left:0.0625rem solid rgba(51,51,51,0.1);border-right:0.0625rem solid rgba(51,51,51,0.1);border-bottom:0.0625rem solid rgba(51,51,51,0.1);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:16.875rem;box-sizing:border-box;height:5rem;color:rgba(34,34,34,0.6);font-size:0.875rem;overflow:hidden;font-family:roboto;font-weight:300;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .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:16.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-button { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#2a7d2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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.375rem;font-weight:400;color:#f2f9ff;width:16.875rem;height:3.4375rem;font-family:roboto;overflow:hidden;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(34,34,34,0.7);vertical-align:top;width:15.625rem;overflow:hidden;font-style:normal;line-height:1.4; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .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; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-container:first-of-type{padding-top:0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-container:last-of-type{padding-bottom:0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:21.5rem;left:38.125001907349rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(34,34,34,0.6);vertical-align:top;overflow:hidden;font-style:normal; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv {display:block;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:21.5rem;left:38.125001907349rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RKPrZWMuSR3QTQuxx647NwKlTAqy97vb { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #vFlqqBhgln9WzwiJeAPMGFTmnG0FHxql { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ckzDuEC6RwFoKSrbeJrQ856JNzaPwioD { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RNb4aT3IuN5VGIzkxA9I4wc3xvM8d0S1 { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #NqEEVDkF1HaL9Gd5J6l8iC0dweUHQQQ8 { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #M4S75kti6y10pw4okVTZ7xl3xaytHvox { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MyqB2VooKo8OkwlC9lm09o4we0gTOx5w { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #TXJOJwcm3efU0UAXO8gd4SeUDCTC3TwZ { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #gbSLT7JKLW9H3vSc6SEvTh7XC74JJKwI { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #uTKfpyr67HSBKyPIGyKppAH0GRz8VkDK { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #pv15Lf6UzpHXt7TTAXaszvMtxqZ3syW8 { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #qxZlR0zDMLRuOKkyInnqlslLBGcfSQCy { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #N9mpXRIVqZQiK4UvzweoOtoK7bTSd6nF { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #bILaU5NGF326y5TxL3PDXdCImHlnfhlJ { position:relative;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #lshizP1IBHS4LUJ5k32AupRv6mhxDXhK { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #rqq27M6TSlUkomrz4yuTwPWt6kuNvGc3 { position:relative; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ynvTI30Nhk7ZzpEzVaqXsIQW9hkSoz6z { position:relative; }
#NzJA06wTfWkNl13xH9WsmEaRLBQP60cM { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:46.6875rem;width:19.375rem;top:17.125rem;left:38.125003814698rem;display:block; }
#b2voErglW80GIxeGUFvirT9IHtIHWA56 { color:#2a7d2e;display:block;width:17.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:17.666667938233rem;left:39.000003814698rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WOu9vQiXoPuesPRUtf2xHJtmN4NhH7Nx { z-index:15003;top:58.958335876465rem;left:40.822267532349rem;background-color:transparent;background-image:none;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9791875rem;height:3.35416875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pknbSnPDnyw4UxvqqEl7OzBzloPU7uHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpNDIFcMDQfie5lWefXGzJCCoPhenK4p { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:46.125rem;left:1rem;display:block; }
#mzFb3MZ1dUnSAhXWnu32yyLnqZJ1EqDy { box-sizing:content-box;height:0.125rem;width:30.5625rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:40.5rem;left:1rem;display:block; }
#yFQe5vDzW3vyHpOHF0adgRbJfgOGtSAM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:12.0625rem;top:1.7369792461395rem;left:1rem;overflow:hidden;display:block; }
#TxTP6HwVo0rPtwLZVkI5fLozZy0wAT6X { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15011;background-color:#b3b3b3;background-image:none;top:50.541667938233rem;left:40.625003814698rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IIhk46wSvaKdrfAKC4vvfhHz8t7cmnMH { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:55.4375rem;left:40.562501907349rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#UqL84dwGmT6TEC4XSw8qGhttQxI0yMzk { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48rem;left:1rem;height:1.4622375rem;display:block; }
#nkkbTVu47Cw8bBUbadxodlKN6C7OrwIb { position:absolute;display:block;z-index:15014;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.625rem;width:9.125rem;top:48.75rem;left:12.9375rem;overflow:hidden;display:block; }
#BaObNBT0kkqlK5Kx7nacnAGsGX9IaJN3 { color:rgba(0,0,0,0.7);display:block;width:17.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:20.0625rem;left:39.250003814698rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#ggNxOxbPN3lRHBI3W0VOzdsP0O4FiolG { 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:5.6875rem;width:9.5625rem;top:56.583335876465rem;left:1rem;overflow:hidden;display:block; }
#AueyxqiASd7KVZEdpIMOby5VtMIb1m9s { position:absolute;display:block;z-index:15017;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:5.8125rem;width:9.75rem;top:56.0625rem;left:15.979167938233rem;overflow:hidden;display:block; }
#LCC61Gdzv407JQCpMm3eIaG0yOL0GGKi { box-sizing:content-box;height:9.25rem;width:6.75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0rem;left:0rem;display:block; }
#NPpCgwasFQxwi3v7VySaHt71nuHuPPOO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.8125rem;top:5.4661459922791rem;left:5.125rem;overflow:hidden;display:block; }
#tw3U7tdGTiIMU5vw3FuUe2k6fBsJ4bqi { box-sizing:content-box;height:9.25rem;width:13.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:0rem;left:1rem;display:block; }
#y09tgz5O3lduRnGAWRSo5iycz6WeTbLe { z-index:15003;top:57.75rem;left:40.822269439698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9791875rem;height:3.35416875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lTBVOMW2B7eG6LoAtvDbgyPT5xJfpKit { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s5lwkRrnqtkPaWFK8szWMftKWhzfx85c { z-index:15004;top:0.3125rem;left:45.134767532349rem;background-color:transparent;background-image:none;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UyAbN82K9voElUS9cbRs0ehECiiXlgJI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qe3G1WW1QqanwKCJG4UTsifJIHrQFiZl { box-sizing:content-box;height:3.625rem;width:60rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:0rem;left:0rem;display:block; }
#u8wvx9RUZigvk1eTugg35t6xOt34TqPJ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0.41862010955811rem;left:22.156251907349rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#hURk9aELf6W6OmuRTbNOoTVK0kgRkUfX { position:absolute;display:block;z-index:15019;height:8.625rem;width:15.375rem;top:11.6875rem;left:2.1139335632324rem;display:block; }
#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container { background-color: transparent; background-image: none; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container > .video-iframe-container { display: none; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row > .video-iframe-container { display: none; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .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); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container { border-width: 0; border-radius: 0; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4 { box-sizing:content-box;height:17.875rem;width:28.375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/93c3b5f9-fda0-4494-87d3-8c6e848be43f/Sand_Shifters_2_0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.375rem;left:30.812501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4.adaptive-delivery-prevent-bg, #JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4.lazyload, #JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4.lazyloading { background-image: none; }
#Afxiq5A3xBcE5c0dufCmZqxLwUZJnmFV { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:5.9583358764649rem;left:1.84375rem;height:11.1979375rem;text-align:center;text-align-last:center;display:block; }
#WmGJOLqadgfcclSmU1hXJUXl6s2glDMg { color:#000000;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20.75rem;top:20.125rem;left:1.0625rem;display:none; }
#OgZJHEbzxRfuf0R29lbZ7orweS3pJ5T4 { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:2.25rem;left:3rem;display:none; }
#xfb4CtTikpPhEPuLVGcS9Ic163eMeETd { z-index:15003;top:57.75rem;left:40.822269439698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9791875rem;height:3.35416875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TN8xrbe8h9llp0Txsd9ifS6xlC3rHqf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGIkQtbaqTmNRUy0weTN11MZfEyN2ISI { z-index:15003;top:57.75rem;left:40.822269439698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9791875rem;height:3.35416875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Ab7NLbTXaVhwiDKewBbsLlwUlPr0ca41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQbwa5nR1fMQVU7lkydpNdCavryBEk6z { color:#2a7d2e;display:block;width:25.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.0625rem;height:3.0872375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row .container { background-color: transparent; background-image: none; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row .container > .video-iframe-container { display: none; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row > .video-iframe-container { display: none; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .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); }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row .container { border-width: 0; border-radius: 0; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#Tnufq0kt5ov3bhF4dpAAIqphEwqe7JMa { color:#2a7d2e;display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:36.0625rem;height:1.7871125rem;display:block; }
#r5vLhecX5pXZveFgcaqDxShS1h4iDmxa { box-sizing:content-box;height:28.9375rem;width:47.6875rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd7fd6e9-dfa6-42ea-b7ea-5d02dd815bdb/shutterstock_613418294min940x627.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.228515625rem;left:0.634765625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#r5vLhecX5pXZveFgcaqDxShS1h4iDmxa.adaptive-delivery-prevent-bg, #r5vLhecX5pXZveFgcaqDxShS1h4iDmxa.lazyload, #r5vLhecX5pXZveFgcaqDxShS1h4iDmxa.lazyloading { background-image: none; }
#WTdgdOIdTGXN1NO0z1N5kW3RfaZ08wgR { box-sizing:content-box;height:21.5rem;width:24.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.97);background-image:none;top:7rem;left:34.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IySRxko3zCeSsNpoVdwqZQPt8uVEHHxX { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:10.162109375rem;left:37.25rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc88caff-9e65-48e8-ae8b-98af42425db0/01_2_Imp_Blog_SR.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; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO.adaptive-delivery-prevent-bg, #TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO.lazyload, #TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO.lazyloading { background-image: none; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row .container { background-color: transparent; background-image: none; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row .container > .video-iframe-container { display: none; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row > .video-iframe-container { display: none; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .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); }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row .container { border-width: 0; border-radius: 0; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO::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; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:60rem;position:relative;display:block; }#GnsaWBErgoWgbA5r5ht27eN8dxoI6POU { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.9375rem;height:4.14323125rem;text-align:center;text-align-last:center;display:block; }
#cGtnWWgWM2vhXTylmfgvimVZc4tkzlZt { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.75rem;left:1.625rem;height:1.8684875rem;display:block; }
#msK10kHZm9JQhaC23dMG6ZbucltmDTul { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:21.0625rem;height:1.8684875rem;display:block; }
#asvrLBvW2d0KvQkZ1RpH8GFTq9Bhw5LP { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:43.6875rem;height:1.8684875rem;display:block; }
#z2gvJrE7XqmkGH5iEWSGlczU9C5nbFEs { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:5.25rem;left:0rem;display:block; }
#Ru1nlVzXZx7hz1qTVCWsx4ntOtKqiXWB { box-sizing:content-box;height:16.75rem;width:16.75rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6c031631-4821-48ff-b4a3-01229ed25d05/2CopyCopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.25rem;left:1.625rem;display:block; }#Ru1nlVzXZx7hz1qTVCWsx4ntOtKqiXWB.adaptive-delivery-prevent-bg, #Ru1nlVzXZx7hz1qTVCWsx4ntOtKqiXWB.lazyload, #Ru1nlVzXZx7hz1qTVCWsx4ntOtKqiXWB.lazyloading { background-image: none; }
#VOJrfzIBUIpXAyTRoAkRr0EIbNqpgJV3 { box-sizing:content-box;height:16.75rem;width:16.75rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/71e5f388-e78c-4b0a-bdc5-b2ef10bbc6ae/1080591slabfoundationconcrete.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.25rem;left:21.625rem;display:block; }#VOJrfzIBUIpXAyTRoAkRr0EIbNqpgJV3.adaptive-delivery-prevent-bg, #VOJrfzIBUIpXAyTRoAkRr0EIbNqpgJV3.lazyload, #VOJrfzIBUIpXAyTRoAkRr0EIbNqpgJV3.lazyloading { background-image: none; }
#TvBuuyIEXGTzQsEi7vzDdZkdr021TryD { box-sizing:content-box;height:16.75rem;width:16.75rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cee2681f-90bf-4a2b-879d-ef24a0233125/concrete_slab_foundation.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.25rem;left:41.625rem;display:block; }#TvBuuyIEXGTzQsEi7vzDdZkdr021TryD.adaptive-delivery-prevent-bg, #TvBuuyIEXGTzQsEi7vzDdZkdr021TryD.lazyload, #TvBuuyIEXGTzQsEi7vzDdZkdr021TryD.lazyloading { background-image: none; }
#Iok0IFShd8siwXxnp8puZfNF0tH1tIhT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:30.75rem;left:1.25rem;height:13.5rem;text-align:center;text-align-last:center;display:block; }
#W5Tr6gh5hahGpuKJyKNNlI34TTes9tmS { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:30.75rem;left:21.25rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#MvkPGNKUSERQ3dsSeseuLHXu2nkhkVbB { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:30.75rem;left:41.25rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row .container { background-color: transparent; background-image: none; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row .container > .video-iframe-container { display: none; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row > .video-iframe-container { display: none; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .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); }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row .container { border-width: 0; border-radius: 0; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#Orch9khrA2JJ8M6EF5NMFwkIPuOHzhyA { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.53125rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#TgOtPNWxwGN3hbDiwDHF2mNZb7BQO8T1 { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/78b337e7-ecd6-4124-83a9-5af34950622d/probuilthomesfoundationCopy.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#TgOtPNWxwGN3hbDiwDHF2mNZb7BQO8T1.adaptive-delivery-prevent-bg, #TgOtPNWxwGN3hbDiwDHF2mNZb7BQO8T1.lazyload, #TgOtPNWxwGN3hbDiwDHF2mNZb7BQO8T1.lazyloading { background-image: none; }
#mLkVsaM3BPe6IfreWKd5JTspiJcx3DTR { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/29325037-7a50-465d-a7cd-d690b813f5c8/ConcreteFoundation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:41.812501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#mLkVsaM3BPe6IfreWKd5JTspiJcx3DTR.adaptive-delivery-prevent-bg, #mLkVsaM3BPe6IfreWKd5JTspiJcx3DTR.lazyload, #mLkVsaM3BPe6IfreWKd5JTspiJcx3DTR.lazyloading { background-image: none; }
#okztPrET8qWRH67BT09ZMRF1nd7aaURK { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/73b64e07-bebb-4e41-a46c-84e4a4e2d8d0/Basementfoundation1CopyCopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:20.906251907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#okztPrET8qWRH67BT09ZMRF1nd7aaURK.adaptive-delivery-prevent-bg, #okztPrET8qWRH67BT09ZMRF1nd7aaURK.lazyload, #okztPrET8qWRH67BT09ZMRF1nd7aaURK.lazyloading { background-image: none; }
#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row .container { background-color: transparent; background-image: none; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row .container > .video-iframe-container { display: none; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row > .video-iframe-container { display: none; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .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); }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row .container { border-width: 0; border-radius: 0; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#QqTdI5dxUyawy4BEPrxiNN5ldPfxyMW3 { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.53125rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#qoJRQgbziUPIprXtGBXkhSzvsJ3X9C6o { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b4a42dc3-6dd8-4197-8e64-910ab89bdaf8/commonfoundationtypesforyourhomeCopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#qoJRQgbziUPIprXtGBXkhSzvsJ3X9C6o.adaptive-delivery-prevent-bg, #qoJRQgbziUPIprXtGBXkhSzvsJ3X9C6o.lazyload, #qoJRQgbziUPIprXtGBXkhSzvsJ3X9C6o.lazyloading { background-image: none; }
#BLP2TTNQkqVXGXBnxTvU24b3fHSZa1AL { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/250bf75f-da17-42d2-bf62-867f99189f1f/iStock_9962323201scaled1jpgoptimal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:41.812501907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#BLP2TTNQkqVXGXBnxTvU24b3fHSZa1AL.adaptive-delivery-prevent-bg, #BLP2TTNQkqVXGXBnxTvU24b3fHSZa1AL.lazyload, #BLP2TTNQkqVXGXBnxTvU24b3fHSZa1AL.lazyloading { background-image: none; }
#LcOrZpaxgcaEbNHMdDiwPutsSz9k6rhd { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/adc42164-ef81-4228-a5a7-7d2da04a30c4/typesoffoundations.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:20.906251907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#LcOrZpaxgcaEbNHMdDiwPutsSz9k6rhd.adaptive-delivery-prevent-bg, #LcOrZpaxgcaEbNHMdDiwPutsSz9k6rhd.lazyload, #LcOrZpaxgcaEbNHMdDiwPutsSz9k6rhd.lazyloading { background-image: none; }
#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row .container { background-color: transparent; background-image: none; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row .container > .video-iframe-container { display: none; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row > .video-iframe-container { display: none; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .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); }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row .container { border-width: 0; border-radius: 0; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#ASyEniTrcDn0LMQ3enqeKwkU2xKDHeUU { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:2.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.53125rem;height:3.8183625rem;text-align:center;text-align-last:center;display:block; }
#gULtATNCXqblpTGvUxFNavFivnmplvnD { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7320d31d-6d7a-4cc6-a064-93e5d959fec5/image2a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#gULtATNCXqblpTGvUxFNavFivnmplvnD.adaptive-delivery-prevent-bg, #gULtATNCXqblpTGvUxFNavFivnmplvnD.lazyload, #gULtATNCXqblpTGvUxFNavFivnmplvnD.lazyloading { background-image: none; }
#VfpLM9lRNsNCd6MXIZRzLAl7uNOua4Xl { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4c087230-4ef9-45fb-aae7-c80c0134af39/a665094b99a344afb67544f3e50918e8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:20.90625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#VfpLM9lRNsNCd6MXIZRzLAl7uNOua4Xl.adaptive-delivery-prevent-bg, #VfpLM9lRNsNCd6MXIZRzLAl7uNOua4Xl.lazyload, #VfpLM9lRNsNCd6MXIZRzLAl7uNOua4Xl.lazyloading { background-image: none; }
#STDXIkZMlRFZaqWV5fAmu390uzyHaHE7 { box-sizing:content-box;height:12.5rem;width:18.1875rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d847bb7-020e-4302-94a5-ad1e24a7d3d4/concreteslabconstruction.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.25rem;left:41.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#STDXIkZMlRFZaqWV5fAmu390uzyHaHE7.adaptive-delivery-prevent-bg, #STDXIkZMlRFZaqWV5fAmu390uzyHaHE7.lazyload, #STDXIkZMlRFZaqWV5fAmu390uzyHaHE7.lazyloading { background-image: none; }
#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { background-color: transparent; background-image: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container > .video-iframe-container { display: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container { display: none; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .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); }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { border-width: 0; border-radius: 0; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CT3DlMmX0Q02TFtWo7G8q02LA64TyiUm { position:absolute;display:block;z-index:15001;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:5.375rem;width:9rem;top:2.3125rem;left:46.625003814698rem;overflow:hidden;display:block; }
#zuvs9mroiwdVtbiFSiGZ4SX4r2Qr7HI8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:9rem;top:2.3125rem;left:4.6875rem;overflow:hidden;display:block; }
#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row .container { background-color: transparent; background-image: none; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row .container > .video-iframe-container { display: none; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row > .video-iframe-container { display: none; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .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); }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row .container { border-width: 0; border-radius: 0; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#lUq4AVpO5tMRXqeQxDncmP7zPbfbnQ2B { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nZKJq7rmsCP5GBWBzMV9TTOUll7xHTUS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:2.53125rem;left:34.718751907349rem;overflow:hidden;display:block; }
#kqfAiuZXl0WA2kdHOnf40NbZrQD9WWzu { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:15.000001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AzUocHk5nPavDMRJ8IpcihlMmN1tQGM7 { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.5625rem;left:30rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vtnnWGy2o8b6cIppHCs948pJv1Oh6Jap { position:absolute;display:block;z-index:15006;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:6rem;width:6rem;top:26.531250476837rem;left:49.500001907349rem;overflow:hidden;display:block; }
#FE0Be626U0MuGQw1BI2F2Xr0UKAz5PBS { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:45rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kz4gSA9g5xqbs4mIXM9Z3qdPHLFCKaBz { 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:5.4375rem;width:5.4375rem;top:2.59375rem;left:49.781251907349rem;overflow:hidden;display:block; }
#KzxG8NQPh9SXaO0wX4zufiCP6g9whbtZ { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d3d66291-e727-4cb9-a1ac-4a21b9eb1e14/pour.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.125rem;left:4.53125rem;display:block; }#KzxG8NQPh9SXaO0wX4zufiCP6g9whbtZ.adaptive-delivery-prevent-bg, #KzxG8NQPh9SXaO0wX4zufiCP6g9whbtZ.lazyload, #KzxG8NQPh9SXaO0wX4zufiCP6g9whbtZ.lazyloading { background-image: none; }
#uFdh35EgfLQTfvZer7ypoWpT1642VEmR { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/cd4b307f-0d4c-4af5-9282-913bd06384fb/foundations.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.562500476837rem;left:4.53125rem;display:block; }#uFdh35EgfLQTfvZer7ypoWpT1642VEmR.adaptive-delivery-prevent-bg, #uFdh35EgfLQTfvZer7ypoWpT1642VEmR.lazyload, #uFdh35EgfLQTfvZer7ypoWpT1642VEmR.lazyloading { background-image: none; }
#pok5B17A0LqU7Cg8xoaoGdNGpzoas6HB { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d55385b-e84c-48f0-b4cf-b1724743ce4a/finish4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.03125rem;left:19.531251907349rem;display:block; }#pok5B17A0LqU7Cg8xoaoGdNGpzoas6HB.adaptive-delivery-prevent-bg, #pok5B17A0LqU7Cg8xoaoGdNGpzoas6HB.lazyload, #pok5B17A0LqU7Cg8xoaoGdNGpzoas6HB.lazyloading { background-image: none; }
#bQWMrEZp05JXalT4cBg7sfKbDeMIR7R3 { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d7bcfdcb-4651-4914-865f-5807c7206f5d/stamped.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.062500476837rem;left:19.531251907349rem;display:block; }#bQWMrEZp05JXalT4cBg7sfKbDeMIR7R3.adaptive-delivery-prevent-bg, #bQWMrEZp05JXalT4cBg7sfKbDeMIR7R3.lazyload, #bQWMrEZp05JXalT4cBg7sfKbDeMIR7R3.lazyloading { background-image: none; }
#IvFxfWwCa78GVVeciNehqbRyliZCi5fU { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fbf1d685-280a-459d-b44f-7700d5a1169e/driveway.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.062500476837rem;left:34.531251907349rem;display:block; }#IvFxfWwCa78GVVeciNehqbRyliZCi5fU.adaptive-delivery-prevent-bg, #IvFxfWwCa78GVVeciNehqbRyliZCi5fU.lazyload, #IvFxfWwCa78GVVeciNehqbRyliZCi5fU.lazyloading { background-image: none; }
#tR9eFLnKTwPAkxKuFzhJT9e14NRoFoUJ { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19906420-0ce1-4f3c-a875-2cde99fda097/garageslab.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.062500476837rem;left:49.531251907349rem;display:block; }#tR9eFLnKTwPAkxKuFzhJT9e14NRoFoUJ.adaptive-delivery-prevent-bg, #tR9eFLnKTwPAkxKuFzhJT9e14NRoFoUJ.lazyload, #tR9eFLnKTwPAkxKuFzhJT9e14NRoFoUJ.lazyloading { background-image: none; }
#Ck95HpdSxdJnVNS8TfUBm64iSpSwbMxP { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/affd6c57-308c-4d09-975f-40b0473bba59/slab.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.062500476837rem;left:4.53125rem;display:block; }#Ck95HpdSxdJnVNS8TfUBm64iSpSwbMxP.adaptive-delivery-prevent-bg, #Ck95HpdSxdJnVNS8TfUBm64iSpSwbMxP.lazyload, #Ck95HpdSxdJnVNS8TfUBm64iSpSwbMxP.lazyloading { background-image: none; }
#HfkoMaS4CR34ra4fJnXe9lQ6QMfo1Z2Z { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.625000476837rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H6aIb0USTR2nIEIw4wBW80khn5GbqUVs { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.625000476837rem;left:15.000001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HRHM6MT3S0NRqgPhkVT1LJrIV3RDPypZ { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625000476837rem;left:30.000001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7HE2OIhKPtffgBey8UwSA55LAfqr3Us { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.625000476837rem;left:45.000001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaAL2rTaxLdRArUA0Ml5UBtLTMaOBeKa { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0b5a8ab0-c87c-4c80-8cd2-737fbf4da3dc/steps.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.562500476837rem;left:19.531251907349rem;display:block; }#GaAL2rTaxLdRArUA0Ml5UBtLTMaOBeKa.adaptive-delivery-prevent-bg, #GaAL2rTaxLdRArUA0Ml5UBtLTMaOBeKa.lazyload, #GaAL2rTaxLdRArUA0Ml5UBtLTMaOBeKa.lazyloading { background-image: none; }
#RzRwzhTaGOynCRERITvZKkNTDJqwR8R4 { box-sizing:content-box;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/587166fe-035d-4263-87e9-7826ae3365ce/walkway.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.562500476837rem;left:34.531251907349rem;display:block; }#RzRwzhTaGOynCRERITvZKkNTDJqwR8R4.adaptive-delivery-prevent-bg, #RzRwzhTaGOynCRERITvZKkNTDJqwR8R4.lazyload, #RzRwzhTaGOynCRERITvZKkNTDJqwR8R4.lazyloading { background-image: none; }
#viNZue8JxWrWNTooRW2JzqAuPgAhBZcc { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.250000953674rem;left:0rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KlOTUgAq4xditnsTfkb1JEZpMgplF1eo { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.250000953674rem;left:15.000001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZOC08MNCyRq7QXxoxWHdggqQDndIlhbL { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.250000953674rem;left:30.000001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqV3ZOMLaSqZHQlMTpuTcNvmVddhzbXF { color:#222222;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:34.250000953674rem;left:45.000001907349rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#obXsGkfIEHk1hAH7tRIpba2opN7321X1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row .container { background-color: transparent; background-image: none; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row .container > .video-iframe-container { display: none; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row > .video-iframe-container { display: none; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .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); }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row .container { border-width: 0; border-radius: 0; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#xqbtH4ZTqFUO6EHiUG0pmAnhQ44TlG6v { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.75rem;left:0.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSlERDCEhxDV2nPsHXD5bqSTEKK06AIT { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:23.125rem;left:0.625rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwxyT3mGoxPDQ80gik2yOB5ntAChynOl { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:23rem;left:20.625rem;height:7.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUANlclogXZfTqLFL39U8vKBPneFwHOL { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDnz4FeKBRVrVzTlV3AMFn4rOaJ2PKl9 { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:23rem;left:40.625rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3EFhNKQKSzufW9vVorhkRr0AzTyqmwb { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.75rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zkoihIw4MW1BT1FNyn9LOB9sOMhd6TmK { color:#000000;display:block;width:35.8125rem;position:absolute;font-family:"open sans";font-size:4.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.54362010955811rem;left:12.09375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KAwL832PAU67T8b95kH0OplNBSdcy0fy { position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:20rem;top:8.4375rem;left:0rem;display:block; }
#gyCKPHTxxV014TNOSwezDk07TQFTBTJv { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.0625rem;width:20rem;top:8.4375rem;left:20rem;display:block; }
#z7RTOBb8t1mpxykqP6Fpcp0nHmVP4tqF { position:absolute;display:block;z-index:15001;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:20rem;top:8.3125rem;left:40rem;display:block; }
#QpOupebsVdNVDpVAfF4NK2ii1xy7KWsi { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/355db5a6-5a43-4de6-905d-d4e53fe7261a/CargarageGettyImages52809846058a1fba93df78c475869ff29.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.187511444092rem;left:42.000001907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#QpOupebsVdNVDpVAfF4NK2ii1xy7KWsi.adaptive-delivery-prevent-bg, #QpOupebsVdNVDpVAfF4NK2ii1xy7KWsi.lazyload, #QpOupebsVdNVDpVAfF4NK2ii1xy7KWsi.lazyloading { background-image: none; }
#ryUUshAFOmTL4mcRB9sdgmwJa57yAu9L { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd2e0419-d4fe-4ce5-bcb1-73c21a0bb365/1211scaled.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.1875rem;left:22rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ryUUshAFOmTL4mcRB9sdgmwJa57yAu9L.adaptive-delivery-prevent-bg, #ryUUshAFOmTL4mcRB9sdgmwJa57yAu9L.lazyload, #ryUUshAFOmTL4mcRB9sdgmwJa57yAu9L.lazyloading { background-image: none; }
#BAsw4eaA2o3HzhidfUq8bGwKTTTIXqKF { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f73fa22-6158-448d-a5cd-78225f0db766/homess01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.187511444092rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#BAsw4eaA2o3HzhidfUq8bGwKTTTIXqKF.adaptive-delivery-prevent-bg, #BAsw4eaA2o3HzhidfUq8bGwKTTTIXqKF.lazyload, #BAsw4eaA2o3HzhidfUq8bGwKTTTIXqKF.lazyloading { background-image: none; }
#PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m { box-sizing:content-box;height:9.1875rem;width:60rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61807269-803d-4ff8-b559-20f14118d420/foundationrepaircompaniesOklahomaCity_housefoundationrepairOklahoma_Ramjack.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m.adaptive-delivery-prevent-bg, #PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m.lazyload, #PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m.lazyloading { background-image: none; }
#PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#pFXWTXRigJrEDGgNU6D92mXWZo2LdKgp { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z6t0Zg6t54LhqMA3wOgzrexmfKzsg81b { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:5.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.5729169845581rem;left:11.312501907349rem;height:6.90625rem;display:block; }
#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row .container { background-color: transparent; background-image: none; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row .container > .video-iframe-container { display: none; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row > .video-iframe-container { display: none; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .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); }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row .container { border-width: 0; border-radius: 0; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#C80AzSK6PqxtDmWafUkNrA6ZUFe2QFCi { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.562500953674rem;left:0.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ndGisCdvF9vThOvNqXmmlWRZBQB1cLAv { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.9375rem;left:0.625rem;height:8.997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeyxMbPcKhGiTT21dLxNX39vHCev7cKz { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:22.8125rem;left:20.625rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zurhkx7ul2PF4HQvMRH2zmmnash2boSA { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUCygiNKVpRanZcfWaeoLd3cbTL8NxFO { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:22.8125rem;left:40.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VO3MQuvKh6vCPnoIJQpsBnfsemn7iyyX { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EIvvRi9hiihkElOmlQ04ic2CoIelh7TJ { position:absolute;display:block;z-index:14999;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20rem;top:8.1250005960463rem;left:0rem;display:block; }
#Zd2OTTeQvrl4uGEXuSZxtLnBMTdUrhNN { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:20rem;top:8.1250005960463rem;left:20.000001907349rem;display:block; }
#rZNdm9WlSrUmWmuU0OsTmXL2TRztxRe0 { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:20rem;top:8.1250005960463rem;left:40.000001907349rem;display:block; }
#G34SxcZW7mUpI8QrRQ6rAWCHLkUBqIwb { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ac38842-d795-4b33-9006-049798ad5f39/concretedrivewaylifespan.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#G34SxcZW7mUpI8QrRQ6rAWCHLkUBqIwb.adaptive-delivery-prevent-bg, #G34SxcZW7mUpI8QrRQ6rAWCHLkUBqIwb.lazyload, #G34SxcZW7mUpI8QrRQ6rAWCHLkUBqIwb.lazyloading { background-image: none; }
#Dxb27X0cdsFQVr2u4M44VpyVTuoFg99g { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2a100e49-977e-46b8-a5bb-d12e826b7aad/driveway1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:22rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Dxb27X0cdsFQVr2u4M44VpyVTuoFg99g.adaptive-delivery-prevent-bg, #Dxb27X0cdsFQVr2u4M44VpyVTuoFg99g.lazyload, #Dxb27X0cdsFQVr2u4M44VpyVTuoFg99g.lazyloading { background-image: none; }
#KaaxPebS6uICE1le1EkpSCGAIzR4bocT { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d38872d5-5ac8-4fc9-a3dd-0c7c13d915a7/planningconcretedrivewaymelbourne.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.875rem;left:42rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#KaaxPebS6uICE1le1EkpSCGAIzR4bocT.adaptive-delivery-prevent-bg, #KaaxPebS6uICE1le1EkpSCGAIzR4bocT.lazyload, #KaaxPebS6uICE1le1EkpSCGAIzR4bocT.lazyloading { background-image: none; }
#glsECH6BkWsCXV8hVQCLpGFflUXFULgl { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:5.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.5625rem;left:6.5rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#vpKB1GawPceTbbKDT8DACLIAde4NyNeu { box-sizing:content-box;height:8.3125rem;width:60rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d38872d5-5ac8-4fc9-a3dd-0c7c13d915a7/planningconcretedrivewaymelbourne.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#vpKB1GawPceTbbKDT8DACLIAde4NyNeu.adaptive-delivery-prevent-bg, #vpKB1GawPceTbbKDT8DACLIAde4NyNeu.lazyload, #vpKB1GawPceTbbKDT8DACLIAde4NyNeu.lazyloading { background-image: none; }
#vpKB1GawPceTbbKDT8DACLIAde4NyNeu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row .container { background-color: transparent; background-image: none; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row .container > .video-iframe-container { display: none; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row > .video-iframe-container { display: none; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .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); }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row .container { border-width: 0; border-radius: 0; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#Ete6n7seDmB4CG1sBtpNwNN4XAZ30vEi { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.562500953674rem;left:0.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5bpAgTCZJ5qgtZxBQfccCxgq6rTNsxQ { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.9375rem;left:0.625rem;height:7.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VM0u5egh4ZXJsyilMDxwwMAcyG0Sbeqp { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:22.8125rem;left:20.625rem;height:10.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M7rCNmlHMGW4l5nTgflc6Rtv8THgaI9a { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyUsTnZ8xbQTQLrOQCMD20RbMeExuMEM { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:22.8125rem;left:40.625rem;height:8.997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttAwWFqGBogk9NDBD6DQ8KSB5sUg2plT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TC9TBUs1BfAOWfk85sdcKKX8SZ6Kszxd { position:absolute;display:block;z-index:14999;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20rem;top:8.1250005960463rem;left:0rem;display:block; }
#XPHfaoxkdHF3HeBBxhTfDHoZMiAqxTtD { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:20rem;top:8.1250005960463rem;left:20.000001907349rem;display:block; }
#I9hL7GVHn5zpx1Tus7Q15tuE302IUmAD { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:20rem;top:8.1250005960463rem;left:40.000001907349rem;display:block; }
#qv2tuVrDUndkXG6FDiMBVoTnc88IWuAR { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/93c3b5f9-fda0-4494-87d3-8c6e848be43f/Sand_Shifters_2_0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#qv2tuVrDUndkXG6FDiMBVoTnc88IWuAR.adaptive-delivery-prevent-bg, #qv2tuVrDUndkXG6FDiMBVoTnc88IWuAR.lazyload, #qv2tuVrDUndkXG6FDiMBVoTnc88IWuAR.lazyloading { background-image: none; }
#qphGtx8rloI2sTuKHBSWZSksGLraAq52 { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cee2681f-90bf-4a2b-879d-ef24a0233125/concrete_slab_foundation.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:22rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#qphGtx8rloI2sTuKHBSWZSksGLraAq52.adaptive-delivery-prevent-bg, #qphGtx8rloI2sTuKHBSWZSksGLraAq52.lazyload, #qphGtx8rloI2sTuKHBSWZSksGLraAq52.lazyloading { background-image: none; }
#TlwOBAPBMdy723sUJdpQJXG56PfTptP1 { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d823c71a-75d7-4935-b5d8-885ebcab056d/slabvscrawlspaceslabexample.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.875rem;left:42rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#TlwOBAPBMdy723sUJdpQJXG56PfTptP1.adaptive-delivery-prevent-bg, #TlwOBAPBMdy723sUJdpQJXG56PfTptP1.lazyload, #TlwOBAPBMdy723sUJdpQJXG56PfTptP1.lazyloading { background-image: none; }
#TDGvT5z6Qr64KRGz86ggsNpQqKvSLvWu { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:5.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.5625rem;left:6.5rem;height:6.90625rem;text-align:center;text-align-last:center;display:block; }
#lBMT6HAWU1qELxVVWQTzHWoQwpxCRLqE { box-sizing:content-box;height:8.3125rem;width:60rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c813895-31a7-46fb-8d0c-796e42bbfaab/homeguideconcretebasementfoundationpouredandreadyforlumber.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#lBMT6HAWU1qELxVVWQTzHWoQwpxCRLqE.adaptive-delivery-prevent-bg, #lBMT6HAWU1qELxVVWQTzHWoQwpxCRLqE.lazyload, #lBMT6HAWU1qELxVVWQTzHWoQwpxCRLqE.lazyloading { background-image: none; }
#lBMT6HAWU1qELxVVWQTzHWoQwpxCRLqE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row .container { background-color: transparent; background-image: none; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row .container > .video-iframe-container { display: none; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row > .video-iframe-container { display: none; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .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); }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row .container { border-width: 0; border-radius: 0; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#XkWA2dHk7oa57AvaFvZFGuGMR93gqZkW { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.562500953674rem;left:0.71875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hd3wtTKVql7QUtBhe1xUnKyZMc19o1oq { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.9375rem;left:0.625rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwLJiupZP91OpBZSF8qtRuGEB9A1UJLd { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:22.8125rem;left:20.625rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrPTFEWncT5szGFIRwsQ151PuzmFNiIW { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLcHNZOHxcZQT87q1AhlOdzKVOcUnadJ { color:#f9f9f9;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:22.8125rem;left:40.625rem;height:7.1979375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSRSg8x71QM6cfwgrmlDXIhnbmVFcnFg { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.5625rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3cbt5A3fcvEKAn0dtUdoMxpDWkDzo8t { position:absolute;display:block;z-index:14999;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:20rem;top:8.1250005960463rem;left:0rem;display:block; }
#OoQgaTBxikT7TUG3T3qHbANm0yvsOUzZ { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:20rem;top:8.1250005960463rem;left:20.000001907349rem;display:block; }
#m3LwB7yyVhbGT9iUNxHiKcV087f6m9oE { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:20rem;top:8.1250005960463rem;left:40.000001907349rem;display:block; }
#NDaQLwMbJhBGxwTCfRhM8m2BZtszaa2F { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/902d69bd-1c01-4025-8063-30e46dcaee04/customfencedesignandinstallation.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:2rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#NDaQLwMbJhBGxwTCfRhM8m2BZtszaa2F.adaptive-delivery-prevent-bg, #NDaQLwMbJhBGxwTCfRhM8m2BZtszaa2F.lazyload, #NDaQLwMbJhBGxwTCfRhM8m2BZtszaa2F.lazyloading { background-image: none; }
#a7vhZnE1Ta8TmwvnaSfqJ9UNpThndIRm { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb49f57d-7845-4cfa-90c9-f5c00e7a7200/4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10rem;left:22rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#a7vhZnE1Ta8TmwvnaSfqJ9UNpThndIRm.adaptive-delivery-prevent-bg, #a7vhZnE1Ta8TmwvnaSfqJ9UNpThndIRm.lazyload, #a7vhZnE1Ta8TmwvnaSfqJ9UNpThndIRm.lazyloading { background-image: none; }
#CxHCaQgH3liS6XIOFCIJCTBz0IwDDrl8 { box-sizing:content-box;height:8.75rem;width:16rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da3741ca-b80d-4238-b7ca-c75b8a032828/Twotonedstampedconcreteoverlaywithacryliccoatingentryway.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.875rem;left:42rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#CxHCaQgH3liS6XIOFCIJCTBz0IwDDrl8.adaptive-delivery-prevent-bg, #CxHCaQgH3liS6XIOFCIJCTBz0IwDDrl8.lazyload, #CxHCaQgH3liS6XIOFCIJCTBz0IwDDrl8.lazyloading { background-image: none; }
#NLlHKbqP6f4qGyO7Ft231RAyl0sdoLAz { color:#ffffff;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:4rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.5566387176514rem;left:6.5rem;height:5.19986875rem;text-align:center;text-align-last:center;display:block; }
#BC1N08EBy1UaZHi1Fhf4SR9fTKvik6tM { box-sizing:content-box;height:8.3125rem;width:60rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7467671b-8be6-4245-afbc-aeeccca78da3/cedar3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#BC1N08EBy1UaZHi1Fhf4SR9fTKvik6tM.adaptive-delivery-prevent-bg, #BC1N08EBy1UaZHi1Fhf4SR9fTKvik6tM.lazyload, #BC1N08EBy1UaZHi1Fhf4SR9fTKvik6tM.lazyloading { background-image: none; }
#BC1N08EBy1UaZHi1Fhf4SR9fTKvik6tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW { position:relative;display:none; }#fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW { border-width: 0; border-radius: 0; }#fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW > .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; }#fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gVKT0oPWSJmQgfS4Oqk4oI7lsZDtTQox { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:4.8125rem;left:5.25rem;display:none; }
#IWdUFhBQa8faU60rCTsmgQGK7iGkIrNR { z-index:15003;top:57.75rem;left:40.822269439698rem;background-color:transparent;background-image:none;border-top:0.125rem solid #2a7d2e;border-left:0.125rem solid #2a7d2e;border-right:0.125rem solid #2a7d2e;border-bottom:0.125rem solid #2a7d2e;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9791875rem;height:3.35416875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#zPXBuT0Wh0A6O5BsAD0mlSkfspfdzSK6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kO26tT5TFNyoRJ9ZRUl2Ne210xOIqtqL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6c2be4f9-41df-4869-ad6a-f1f474461da1/_MG_8629.jpg");background-position:top 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; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7.adaptive-delivery-prevent-bg, #cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7.lazyload, #cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7.lazyloading { background-image: none; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row .container { background-color: transparent; background-image: none; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row .container > .video-iframe-container { display: none; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row > .video-iframe-container { display: none; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .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); }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row .container { border-width: 0; border-radius: 0; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7::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; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row .container { font-size:0.875rem;font-family:arial;height:82.625rem;width:60rem;position:relative;display:block; }#ndTqof2KdhsCNEa45rIzudPL28T5Lufc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTk7HkseAeAIGQFElSic1r8RSaBdIRAk { box-sizing:content-box;height:15.3125rem;width:49rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ae8bc8fb-c6ae-49e0-a395-10631a09b664/reviews22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:20.25rem;left:5.34375rem;display:block; }#WTk7HkseAeAIGQFElSic1r8RSaBdIRAk.adaptive-delivery-prevent-bg, #WTk7HkseAeAIGQFElSic1r8RSaBdIRAk.lazyload, #WTk7HkseAeAIGQFElSic1r8RSaBdIRAk.lazyloading { background-image: none; }
#BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ { box-sizing:content-box;height:9.875rem;width:49.3125rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5c8d1312-58d9-4c5a-a4cb-aa634998c7ca/reviews21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:10.375rem;left:5.34375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ.adaptive-delivery-prevent-bg, #BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ.lazyload, #BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ.lazyloading { background-image: none; }
#Lovsoxh8QGESSyrTIP7vX1Ua2nTm0fGU { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e5bb28f0-eeff-4871-ad0e-da05d752e023/YorkshireLogo.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.9375rem;left:49.1875rem;display:block; }#Lovsoxh8QGESSyrTIP7vX1Ua2nTm0fGU.adaptive-delivery-prevent-bg, #Lovsoxh8QGESSyrTIP7vX1Ua2nTm0fGU.lazyload, #Lovsoxh8QGESSyrTIP7vX1Ua2nTm0fGU.lazyloading { background-image: none; }
#bbx1J03GBbL7JZWyrb06bolTwAyIA7bN { box-sizing:content-box;height:6rem;width:6rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e5bb28f0-eeff-4871-ad0e-da05d752e023/YorkshireLogo.PNG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:3.5rem;left:4.8125rem;display:block; }#bbx1J03GBbL7JZWyrb06bolTwAyIA7bN.adaptive-delivery-prevent-bg, #bbx1J03GBbL7JZWyrb06bolTwAyIA7bN.lazyload, #bbx1J03GBbL7JZWyrb06bolTwAyIA7bN.lazyloading { background-image: none; }
#cHmCGLTKAomt5hc16qJErqhmQ6xtfyIQ { box-sizing:content-box;height:8.6875rem;width:55.5625rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7e24376f-fa51-4dcd-94c5-917ac69eac73/reviews31.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:36.96875rem;left:2.21875rem;display:block; }#cHmCGLTKAomt5hc16qJErqhmQ6xtfyIQ.adaptive-delivery-prevent-bg, #cHmCGLTKAomt5hc16qJErqhmQ6xtfyIQ.lazyload, #cHmCGLTKAomt5hc16qJErqhmQ6xtfyIQ.lazyloading { background-image: none; }
#emqJisTKHLgQof7KFvWSGZOiNEeTHezd { box-sizing:content-box;height:10.3125rem;width:60rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/69bd29df-b6bf-41a8-b650-e64fd99dbc66/reviews32.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:48.125rem;left:0rem;display:block; }#emqJisTKHLgQof7KFvWSGZOiNEeTHezd.adaptive-delivery-prevent-bg, #emqJisTKHLgQof7KFvWSGZOiNEeTHezd.lazyload, #emqJisTKHLgQof7KFvWSGZOiNEeTHezd.lazyloading { background-image: none; }
#xD3yzhvnpzLouBA79J261AP9WCl4D9pZ { box-sizing:content-box;height:7.625rem;width:45.9375rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d6aa3b0-07a1-42cc-bbd8-16596ccb5752/reviews41.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:61.041667938233rem;left:7.03125rem;display:block; }#xD3yzhvnpzLouBA79J261AP9WCl4D9pZ.adaptive-delivery-prevent-bg, #xD3yzhvnpzLouBA79J261AP9WCl4D9pZ.lazyload, #xD3yzhvnpzLouBA79J261AP9WCl4D9pZ.lazyloading { background-image: none; }
#nFC3B6A4wTrGZ5QMizsJevJR6W6SfAAc { box-sizing:content-box;height:9rem;width:54.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1eb6a13e-144b-4075-900f-015df6e5b333/reviews42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:71.1875rem;left:2.625rem;display:block; }#nFC3B6A4wTrGZ5QMizsJevJR6W6SfAAc.adaptive-delivery-prevent-bg, #nFC3B6A4wTrGZ5QMizsJevJR6W6SfAAc.lazyload, #nFC3B6A4wTrGZ5QMizsJevJR6W6SfAAc.lazyloading { background-image: none; }
#L5UDhNJQATexAupA5zrB2FMRgwJxyg9A { box-sizing:content-box;height:0.1875rem;width:48rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;top:9.3125rem;left:6.0625rem;display:block; }
#WH2qTM6JoE5xpP25yymaJq0dP0oxlmOh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:2.1875rem;left:4.125rem;display:none; }
#xvF31ZbeNWZ37vVudaTbeJofI84h12sy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { background-color: transparent; background-image: none; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container > .video-iframe-container { display: none; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row > .video-iframe-container { display: none; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .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); }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { border-width: 0; border-radius: 0; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#Xt21EfbtPosCTg85t7478Xdc0cACvSEG { color:#6aaf08;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2rem;left:0.625rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZvRTtiyExkyLsGzyMhKwT0Jv7RNpCsrK { color:rgba(34,34,34,0.8);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.1875rem;left:0.625rem;height:4.38671875rem;font-style:normal;display:block; }
#mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP { color:rgba(34,34,34,0.7);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.9;letter-spacing:0;top:24.6875rem;left:0.625rem;height:10.7486875rem;font-style:normal;display:block; }#mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qYV0fd4X/icon5.png); }
#SEcSJl4bxx8bxNLdg4I5T85lPyKbcDQi { position:absolute;display:block;z-index:15010;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:30rem;top:21.936848640442rem;left:30.000001907349rem;display:block; }
#ptwynVzE6et6FAVgDWUcu3ToPMWEmO7o { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.178386688233rem;left:31.84375rem;height:8.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ROaGhh6TnLA3S5xlvQk7VK5w5SiV4v2d { color:rgba(34,34,34,0.8);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.875rem;left:32.15625rem;height:4.6308625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LV26QxUSw7ocbKZEvzVE4noN8FnyHirr { background-color:#2a7d2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.061199188233rem;left:45.07292175293rem;display:block; }
#zphAZ4gmBobfT7Xner2UhgT28l6NdpWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3 { box-sizing:content-box;height:21.875rem;width:30rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/768e5cf2-37b5-4fb9-a674-4867544a29ce/BuildingFoundations1024x582Copy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:29.999347686767rem;display:block; }#WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3.adaptive-delivery-prevent-bg, #WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3.lazyload, #WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3.lazyloading { background-image: none; }
#WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bp5lD33SkffUdJgqRQolJvAT1wnleieg { color:#000000;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5625rem;top:44.5rem;left:2.9375rem;display:none; }
#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { background-color: transparent; background-image: none; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container > .video-iframe-container { display: none; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row > .video-iframe-container { display: none; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .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); }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { border-width: 0; border-radius: 0; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { font-size:0.875rem;font-family:arial;height:71rem;width:60rem;position:relative;display:block; }#CB1aw4LRp7DU7VwZ28nf0OXxdD4RMgxp { color:#2a7d2e;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJBcEze34dTQWRfHETybOEDp4wg1yuHm { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125171661377rem;left:0rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6p0kFk98xNTK6CDyWMzOkRwkLUrPyEf { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:4.1354160308838rem;left:20.625003814698rem;display:block; }
#RtZ4v9Zl48lsS40crfF0T2RJ7T8LqtpC { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:9.509765625rem;left:0rem;display:block; }
#nxHypAGr5ItishFSBZAFBite9sWK3cOg { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f5ba4978-d05b-4c48-a49f-fc0985e82d0a/337241386_169170239285268_8897446998917843111_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.375001430511rem;left:0.59375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#nxHypAGr5ItishFSBZAFBite9sWK3cOg.adaptive-delivery-prevent-bg, #nxHypAGr5ItishFSBZAFBite9sWK3cOg.lazyload, #nxHypAGr5ItishFSBZAFBite9sWK3cOg.lazyloading { background-image: none; }
#JeRFNhCMNwwo2oGOu446kJfLp3B5A51n { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/60446324-c06a-4128-9fb0-242164b9b803/Basementhousefoundationtypes1024x427CopyCopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.000001430511rem;left:20.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#JeRFNhCMNwwo2oGOu446kJfLp3B5A51n.adaptive-delivery-prevent-bg, #JeRFNhCMNwwo2oGOu446kJfLp3B5A51n.lazyload, #JeRFNhCMNwwo2oGOu446kJfLp3B5A51n.lazyloading { background-image: none; }
#gVrOb9hZ3ilQKTVDtkLT5F4HqsDxlhFR { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/be7663b1-7887-4aa3-a94e-0004af8d7fef/flagstonestampedconcretecolorado.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.125001907349rem;left:20.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#gVrOb9hZ3ilQKTVDtkLT5F4HqsDxlhFR.adaptive-delivery-prevent-bg, #gVrOb9hZ3ilQKTVDtkLT5F4HqsDxlhFR.lazyload, #gVrOb9hZ3ilQKTVDtkLT5F4HqsDxlhFR.lazyloading { background-image: none; }
#yJTEfdumi8zIHVMGXoqfSRhlgqH5UG7i { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3a93be10-e3de-4098-827b-49f731931ccf/300480233_1133050934228616_5190963072232659635_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.375001430511rem;left:20.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#yJTEfdumi8zIHVMGXoqfSRhlgqH5UG7i.adaptive-delivery-prevent-bg, #yJTEfdumi8zIHVMGXoqfSRhlgqH5UG7i.lazyload, #yJTEfdumi8zIHVMGXoqfSRhlgqH5UG7i.lazyloading { background-image: none; }
#LFDoX9freD9mut92TtDWBqWFaT2mK2I9 { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d458446-e9a8-470b-808e-92020db7cd94/img_3857.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.375001430511rem;left:40.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#LFDoX9freD9mut92TtDWBqWFaT2mK2I9.adaptive-delivery-prevent-bg, #LFDoX9freD9mut92TtDWBqWFaT2mK2I9.lazyload, #LFDoX9freD9mut92TtDWBqWFaT2mK2I9.lazyloading { background-image: none; }
#Z32SKfrTSTUTShPZoJ3cD0f9TixliNU3 { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1cc6cef1-1a4a-40a1-a17e-4a1501261977/WhatsAppImage20220520at63653PM3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.000000476837rem;left:40.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Z32SKfrTSTUTShPZoJ3cD0f9TixliNU3.adaptive-delivery-prevent-bg, #Z32SKfrTSTUTShPZoJ3cD0f9TixliNU3.lazyload, #Z32SKfrTSTUTShPZoJ3cD0f9TixliNU3.lazyloading { background-image: none; }
#QV8rZe01lZL2m5HTWI5KFRmeEdxhK2MW { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d643bf42-f3ab-41f0-9633-995c314c95dc/patio1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.000001430511rem;left:0.59375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#QV8rZe01lZL2m5HTWI5KFRmeEdxhK2MW.adaptive-delivery-prevent-bg, #QV8rZe01lZL2m5HTWI5KFRmeEdxhK2MW.lazyload, #QV8rZe01lZL2m5HTWI5KFRmeEdxhK2MW.lazyloading { background-image: none; }
#nbJrIxqAypNGyxiZTWHaebbmH7BZE2oJ { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/db4c8e45-8bf1-4ad6-90ca-01067310ccba/AdobeStock_600287941e1698252732151Copy.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.750000476837rem;left:0.59375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#nbJrIxqAypNGyxiZTWHaebbmH7BZE2oJ.adaptive-delivery-prevent-bg, #nbJrIxqAypNGyxiZTWHaebbmH7BZE2oJ.lazyload, #nbJrIxqAypNGyxiZTWHaebbmH7BZE2oJ.lazyloading { background-image: none; }
#Tnea9qARBuiyDXpnBPM4fIKmz7JvM2OW { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6c031631-4821-48ff-b4a3-01229ed25d05/2CopyCopy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.750000476837rem;left:20.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#Tnea9qARBuiyDXpnBPM4fIKmz7JvM2OW.adaptive-delivery-prevent-bg, #Tnea9qARBuiyDXpnBPM4fIKmz7JvM2OW.lazyload, #Tnea9qARBuiyDXpnBPM4fIKmz7JvM2OW.lazyloading { background-image: none; }
#zSlleQCr24nwRORue5qacsVop2pRa9K9 { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4853ea2f-f055-4630-979a-ebf1d7d30e01/IMG_1908.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.750000476837rem;left:40.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#zSlleQCr24nwRORue5qacsVop2pRa9K9.adaptive-delivery-prevent-bg, #zSlleQCr24nwRORue5qacsVop2pRa9K9.lazyload, #zSlleQCr24nwRORue5qacsVop2pRa9K9.lazyloading { background-image: none; }
#D9vdKT9yKQ8ObD3vtoInXDVBiWp0oxN5 { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ac38842-d795-4b33-9006-049798ad5f39/concretedrivewaylifespan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.125001907349rem;left:0.59375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#D9vdKT9yKQ8ObD3vtoInXDVBiWp0oxN5.adaptive-delivery-prevent-bg, #D9vdKT9yKQ8ObD3vtoInXDVBiWp0oxN5.lazyload, #D9vdKT9yKQ8ObD3vtoInXDVBiWp0oxN5.lazyloading { background-image: none; }
#aPluD6R5q4C7DupwpFmZ3CLHlk7A9q5B { box-sizing:content-box;height:10.5rem;width:18.8125rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd7b7e22-775f-4ff4-ad81-619e16fee439/853.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.125001907349rem;left:40.593751907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#aPluD6R5q4C7DupwpFmZ3CLHlk7A9q5B.adaptive-delivery-prevent-bg, #aPluD6R5q4C7DupwpFmZ3CLHlk7A9q5B.lazyload, #aPluD6R5q4C7DupwpFmZ3CLHlk7A9q5B.lazyloading { background-image: none; }
#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2365a1ca-e5cd-4f64-9e13-29ec175f5dc1/267875bd13224696f35364b2871b5170.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; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.adaptive-delivery-prevent-bg, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyload, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyloading { background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { border-width: 0; border-radius: 0; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::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; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:7.625rem;left:0.625rem;height:6.75rem;font-style:normal;display:block; }
#y8pfVK9vDQhateEOSXzw8s3sti2isAAA { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:0.625rem;height:1.94986875rem;display:block; }
#c66cwNCNElAgxkLuLmAlIPGbOc0ABoyV { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.6875rem;top:5.4375rem;left:21rem;display:block; }
#UXV5cXoxQhgwTfSoLKLTRk83R7zz0DAy { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:#2a7d2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.500869750976rem;left:0.625rem;display:block; }
#B1P2gTRHVi0uTcNfZFszSWFWwdTOBznM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row .container { background-color: transparent; background-image: none; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row .container > .video-iframe-container { display: none; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row > .video-iframe-container { display: none; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .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); }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row .container { border-width: 0; border-radius: 0; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#XRCPuSFKCIHT5BDPP00d0z8lWGa6oRIo { 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:34.75rem;width:26.0625rem;top:2rem;left:-0.625rem;overflow:hidden;display:block; }
#wLBF8lplXMhmsHWPXf4bN4Pn0HrTgNeD { color:#6aaf08;display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:32.500003814698rem;height:5.84960625rem;display:block; }
#v50NCX4XSptmSSyyo527FZAhDm5PnWeS { position:absolute;display:block;z-index:15002;background-color:#6aaf08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:18.6875rem;top:8.3899745941163rem;left:32.464191436767rem;display:block; }
#CXNvvh5PLDUJu8i9TNSyEoWq7rRPUh01 { color:#222222;display:block;width:26.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.8951835632325rem;left:32.500003814698rem;height:6.75rem;font-style:normal;display:block; }
#aOzgvyVn6UxStLvaBcRh7fxaA5FCX6K4 { color:rgba(34,34,34,0.8);display:block;width:26.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.021484375rem;left:32.500003814698rem;height:10.5rem;font-style:normal;display:block; }
#lcaQqXkiQIXgTkaa1sWbvT5o3Rd3518G { color:rgba(34,34,34,0.8);display:block;width:26.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:24.771701812744rem;left:32.5rem;height:1.5rem;font-style:normal;display:block; }
#fvQ6u6Zeq63JLdHJpvc00f773tCq071h { background-color:#2a7d2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.747604370118rem;left:32.5rem;display:block; }
#rhdWC0zw6uGcT43uHH1VzE5mLTxC5U3u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/fafZI6x1/bg3.jpg");background-position:top 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; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh.adaptive-delivery-prevent-bg, #nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh.lazyload, #nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh.lazyloading { background-image: none; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { background-color: transparent; background-image: none; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container > .video-iframe-container { display: none; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row > .video-iframe-container { display: none; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .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); }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { border-width: 0; border-radius: 0; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh::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; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#qv7a7bJfPZT6yQv98ygiCzXN7CZyy79B { position:absolute;display:block;z-index:15000;background-color:rgba(34,34,34,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20.875rem;width:36.875rem;top:5.375rem;left:0.625rem;display:block; }
#Tq3fnVq7Cw9c1i1AzhS0EMyWgkLXDnk0 { color:#6aaf08;display:block;width:20.75rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.641929626465rem;left:4.375rem;height:3.8997375rem;display:block; }
#kRwAFl83W5EuU4QvSDOAxuuTmlE1Ebmb { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:14.125rem;left:3.75rem;height:3.375rem;font-style:normal;display:block; }
#A9FS5KpmEqTtgcIsIycKBZXsar0BWdKb { position:absolute;display:block;z-index:15009;background-color:#6aaf08;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.75rem;top:9.31228351593rem;left:25.499132156372rem;display:block; }
#te5VPnowMNkpc7b32A1uE2vgbKDMTquF { background-color:#2a7d2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:roboto;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.374567985534rem;left:4.375rem;display:block; }
#w8SbLrViiAd4f2FFegSWB7EGPlM4b6ET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA { position:relative;display:none; }#TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA { border-width: 0; border-radius: 0; }#TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA > .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; }#TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-form-header {  }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-input-text {padding-top: 0; padding-bottom: 0;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;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.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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-input-select {padding-top: 0; padding-bottom: 0;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .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; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-input-button { 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:#5d92ff;background-image:none;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:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .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; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-container:first-of-type{padding-top:0;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-container:last-of-type{padding-bottom:0;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;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; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs {display:block;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;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;display:none; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #NC2TahF7klDoXiTRZldZoDf7bftXhqAQ { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #ofEP0MmshOuTMlTVPHTVk2UItTTZzQxz { position:relative;display:block; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #Z7MwkEQZofJfbNdq4l5ztmfMT9ck37eW { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #cM1mWXWvFHV5DkDJysQ8JSrQ0XlAelnm { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #U6LMgEgnDbai1Tm4Ec8iCDxwy1L220x1 { position:relative;display:block; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #gCDB8O4c2C19TgmcATGy2azxqsJtw2ZU { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #iJPwTaGCX6yNpJ5XtwVC6yKlTvVSppZV { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #PMN0VgRQ5sZwOsByCJisT30q7bnQAAoM { position:relative;display:block; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #OG7s6rITCTW1fluK5tv2ttL7Q9SMxXbo { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #giW4TGpLQsMwFIPJ99BZQlZVWAJ6LQOO { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #v0MdNKI99qM7SHvLp5LovMpIgm25ceKk { position:relative;display:block; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #UM6PzgxmCoEOkFV4oUM6phT6TSwfpemS { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #NRq2KHpxsBJpv97w54PlKFd52vfvOTAp { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #AiZPNy0IzlHs9wPAuId75auuThAHTWwE { position:relative;display:block; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #mZCizBClwSFK01m1J8mWeAcVfel3fZxb { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #cwqT0uJqzyogepQFQhm4HmetFFUZufE9 { position:relative; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #O31o26Q95ufr8TqpCKPKEKqJS2KnWhfG { position:relative; }
#ICe7klXwr2Bn13D2fB8WV252LyAg8pns { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.75rem;left:3.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hOnfcn2f18598tG4aAJPAOuNKAi4tTKb { display:none; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ehuDDl4Ex7INqQtav2IqhxafosEiomdR { width:47.75rem;height:13.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CwOOsUUila5wgb21uMfLVSk1hHgxlMP4 { top:0.3125rem;left:35.5625rem;width:12.1875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVsBWciLrfutbqBT1RnoFW9MfmUwhSR { display:block; }
 }@media only screen and (max-width: 763px) { #J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA { display:none; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { width:17.625rem;height:1.625rem;top:0.5rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZf5lLWOVp9Nl201kvfmM2IlQbOyIuq9 { top:4.9375rem;left:0rem;width:6.125rem;height:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QgL8NoJ6weAQm65bsgFQuZiA5Z2OuuGO { top:4.9375rem;left:0rem;width:6.125rem;height:5.25rem;display:none; }
 }@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) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:36.5rem;height:;top:26.8125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUpSt3wgBZAbsT5kRAflB5luhEUJsmF { width:33rem;height:3.5625rem;top:41.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv  { width:16.875rem;height:auto;top:21.5rem;left:28.375rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv {display:block;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv { width:16.875rem;height:auto;top:21.5rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RKPrZWMuSR3QTQuxx647NwKlTAqy97vb {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #vFlqqBhgln9WzwiJeAPMGFTmnG0FHxql {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ckzDuEC6RwFoKSrbeJrQ856JNzaPwioD {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RNb4aT3IuN5VGIzkxA9I4wc3xvM8d0S1 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #NqEEVDkF1HaL9Gd5J6l8iC0dweUHQQQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #M4S75kti6y10pw4okVTZ7xl3xaytHvox {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MyqB2VooKo8OkwlC9lm09o4we0gTOx5w {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #TXJOJwcm3efU0UAXO8gd4SeUDCTC3TwZ { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #gbSLT7JKLW9H3vSc6SEvTh7XC74JJKwI {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #uTKfpyr67HSBKyPIGyKppAH0GRz8VkDK {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #pv15Lf6UzpHXt7TTAXaszvMtxqZ3syW8 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #qxZlR0zDMLRuOKkyInnqlslLBGcfSQCy {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #N9mpXRIVqZQiK4UvzweoOtoK7bTSd6nF {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #bILaU5NGF326y5TxL3PDXdCImHlnfhlJ {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #lshizP1IBHS4LUJ5k32AupRv6mhxDXhK {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #rqq27M6TSlUkomrz4yuTwPWt6kuNvGc3 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ynvTI30Nhk7ZzpEzVaqXsIQW9hkSoz6z {  }
 }@media only screen and (max-width: 763px) { #NzJA06wTfWkNl13xH9WsmEaRLBQP60cM { width:19.375rem;height:46.6875rem;top:17.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2voErglW80GIxeGUFvirT9IHtIHWA56 { width:17.625rem;height:1.4375rem;top:17.625rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOu9vQiXoPuesPRUtf2xHJtmN4NhH7Nx { top:58.9375rem;left:33.8125rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pknbSnPDnyw4UxvqqEl7OzBzloPU7uHg { display:block; }
 }@media only screen and (max-width: 763px) { #wpNDIFcMDQfie5lWefXGzJCCoPhenK4p { top:46.125rem;left:0rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFb3MZ1dUnSAhXWnu32yyLnqZJ1EqDy { top:40.5rem;left:0rem;width:30.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFQe5vDzW3vyHpOHF0adgRbJfgOGtSAM { top:1.6875rem;left:0rem;width:12.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTP6HwVo0rPtwLZVkI5fLozZy0wAT6X { top:50.5rem;left:33.375rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIhk46wSvaKdrfAKC4vvfhHz8t7cmnMH { top:55.4375rem;left:33.25rem;width:14.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqL84dwGmT6TEC4XSw8qGhttQxI0yMzk { top:48rem;left:0rem;width:30.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkkbTVu47Cw8bBUbadxodlKN6C7OrwIb { top:48.75rem;left:6.8125rem;width:9.125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaObNBT0kkqlK5Kx7nacnAGsGX9IaJN3 { top:20.0625rem;left:30.625rem;width:17.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggNxOxbPN3lRHBI3W0VOzdsP0O4FiolG { top:56.5625rem;left:0rem;width:9.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AueyxqiASd7KVZEdpIMOby5VtMIb1m9s { top:56.0625rem;left:9.8541679382325rem;width:9.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCC61Gdzv407JQCpMm3eIaG0yOL0GGKi { top:0rem;left:0rem;width:6.75rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPpCgwasFQxwi3v7VySaHt71nuHuPPOO { top:5.4375rem;left:0rem;width:3.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw3U7tdGTiIMU5vw3FuUe2k6fBsJ4bqi { top:0rem;left:0rem;width:13.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y09tgz5O3lduRnGAWRSo5iycz6WeTbLe { top:57.75rem;left:33.8125rem;width:13.9375rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTBVOMW2B7eG6LoAtvDbgyPT5xJfpKit { display:block; }
 }@media only screen and (max-width: 763px) { #s5lwkRrnqtkPaWFK8szWMftKWhzfx85c { top:0.3125rem;left:35.4375rem;width:12.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyAbN82K9voElUS9cbRs0ehECiiXlgJI { display:block; }
 }@media only screen and (max-width: 763px) { #Qe3G1WW1QqanwKCJG4UTsifJIHrQFiZl { top:0rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8wvx9RUZigvk1eTugg35t6xOt34TqPJ { top:0.375rem;left:16.031251907349rem;width:15.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hURk9aELf6W6OmuRTbNOoTVK0kgRkUfX { top:11.6875rem;left:0rem;width:15.375rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z { display:block; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4 { top:2.375rem;left:19.375rem;width:28.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afxiq5A3xBcE5c0dufCmZqxLwUZJnmFV { top:5.9375rem;left:0rem;width:26.3125rem;height:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmGJOLqadgfcclSmU1hXJUXl6s2glDMg { top:20.125rem;left:0rem;width:17.875rem;height:20.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgZJHEbzxRfuf0R29lbZ7orweS3pJ5T4 { top:2.25rem;left:0rem;width:13.9375rem;height:4.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfb4CtTikpPhEPuLVGcS9Ic163eMeETd { top:57.75rem;left:33.8125rem;width:13.9375rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TN8xrbe8h9llp0Txsd9ifS6xlC3rHqf5 { display:block; }
 }@media only screen and (max-width: 763px) { #RGIkQtbaqTmNRUy0weTN11MZfEyN2ISI { top:57.75rem;left:33.8125rem;width:13.9375rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab7NLbTXaVhwiDKewBbsLlwUlPr0ca41 { display:block; }
 }@media only screen and (max-width: 763px) { #eQbwa5nR1fMQVU7lkydpNdCavryBEk6z { top:2.25rem;left:0rem;width:25.875rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb { display:block; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnufq0kt5ov3bhF4dpAAIqphEwqe7JMa { top:8.375rem;left:27.3125rem;width:20.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5vLhecX5pXZveFgcaqDxShS1h4iDmxa { top:2.1875rem;left:0rem;width:47.6875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTdgdOIdTGXN1NO0z1N5kW3RfaZ08wgR { top:7rem;left:23.625rem;width:24.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IySRxko3zCeSsNpoVdwqZQPt8uVEHHxX { top:10.125rem;left:31.125rem;width:16.25rem;height:16.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO { display:block; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnsaWBErgoWgbA5r5ht27eN8dxoI6POU { top:1.5625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGtnWWgWM2vhXTylmfgvimVZc4tkzlZt { top:8.75rem;left:0rem;width:16.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msK10kHZm9JQhaC23dMG6ZbucltmDTul { top:8.75rem;left:14rem;width:17.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asvrLBvW2d0KvQkZ1RpH8GFTq9Bhw5LP { top:8.75rem;left:33.375rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2gvJrE7XqmkGH5iEWSGlczU9C5nbFEs { top:5.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1nlVzXZx7hz1qTVCWsx4ntOtKqiXWB { top:12.25rem;left:0rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOJrfzIBUIpXAyTRoAkRr0EIbNqpgJV3 { top:12.25rem;left:15rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBuuyIEXGTzQsEi7vzDdZkdr021TryD { top:12.25rem;left:30.875rem;width:16.75rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iok0IFShd8siwXxnp8puZfNF0tH1tIhT { top:30.75rem;left:0rem;width:17.5rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Tr6gh5hahGpuKJyKNNlI34TTes9tmS { top:30.75rem;left:14.25rem;width:17.5rem;height:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvkPGNKUSERQ3dsSeseuLHXu2nkhkVbB { top:30.75rem;left:30.125rem;width:17.5rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znmT6X6vk32hWqcnrVTgnUJg3FZskIRA { display:block; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Orch9khrA2JJ8M6EF5NMFwkIPuOHzhyA { top:2.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOtPNWxwGN3hbDiwDHF2mNZb7BQO8T1 { top:10.25rem;left:0rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLkVsaM3BPe6IfreWKd5JTspiJcx3DTR { top:10.25rem;left:29.5625rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okztPrET8qWRH67BT09ZMRF1nd7aaURK { top:10.25rem;left:14.781251907349rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0XvtDaTs06oIMOnq21MxOR5ealcpMiP { display:block; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqTdI5dxUyawy4BEPrxiNN5ldPfxyMW3 { top:2.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJRQgbziUPIprXtGBXkhSzvsJ3X9C6o { top:10.25rem;left:0rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLP2TTNQkqVXGXBnxTvU24b3fHSZa1AL { top:10.25rem;left:29.5625rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcOrZpaxgcaEbNHMdDiwPutsSz9k6rhd { top:10.25rem;left:14.781251907349rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2fiUzM73FaaMk19neKG2e5fSvxkDAiv { display:block; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASyEniTrcDn0LMQ3enqeKwkU2xKDHeUU { top:2.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gULtATNCXqblpTGvUxFNavFivnmplvnD { top:10.25rem;left:0rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfpLM9lRNsNCd6MXIZRzLAl7uNOua4Xl { top:10.25rem;left:14.78125rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STDXIkZMlRFZaqWV5fAmu390uzyHaHE7 { top:10.25rem;left:29.5625rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { display:block; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { width:47.75rem;height:3.375rem;top:3.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3DlMmX0Q02TFtWo7G8q02LA64TyiUm { top:2.3125rem;left:38.75rem;width:9rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuvs9mroiwdVtbiFSiGZ4SX4r2Qr7HI8 { top:2.3125rem;left:0rem;width:9rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ { display:block; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUq4AVpO5tMRXqeQxDncmP7zPbfbnQ2B { width:15rem;height:1.75rem;top:8.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZKJq7rmsCP5GBWBzMV9TTOUll7xHTUS { width:5.5625rem;height:5.5625rem;top:2.5rem;left:27.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfAiuZXl0WA2kdHOnf40NbZrQD9WWzu { width:15rem;height:1.75rem;top:8.5625rem;left:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzUocHk5nPavDMRJ8IpcihlMmN1tQGM7 { width:15rem;height:1.75rem;top:8.5625rem;left:20.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnnWGy2o8b6cIppHCs948pJv1Oh6Jap { width:6rem;height:6rem;top:26.5rem;left:38.781251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE0Be626U0MuGQw1BI2F2Xr0UKAz5PBS { width:15rem;height:1.75rem;top:8.5625rem;left:32.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4gSA9g5xqbs4mIXM9Z3qdPHLFCKaBz { width:5.4375rem;height:5.4375rem;top:2.5625rem;left:39.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzxG8NQPh9SXaO0wX4zufiCP6g9whbtZ { top:2.125rem;left:3rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFdh35EgfLQTfvZer7ypoWpT1642VEmR { top:26.5625rem;left:3rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pok5B17A0LqU7Cg8xoaoGdNGpzoas6HB { top:2rem;left:14.937501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQWMrEZp05JXalT4cBg7sfKbDeMIR7R3 { top:14.0625rem;left:14.937501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvFxfWwCa78GVVeciNehqbRyliZCi5fU { top:14.0625rem;left:26.875001907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR9eFLnKTwPAkxKuFzhJT9e14NRoFoUJ { top:14.0625rem;left:38.812501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck95HpdSxdJnVNS8TfUBm64iSpSwbMxP { top:14.0625rem;left:3rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfkoMaS4CR34ra4fJnXe9lQ6QMfo1Z2Z { width:15rem;height:1.75rem;top:20.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6aIb0USTR2nIEIw4wBW80khn5GbqUVs { width:15rem;height:1.75rem;top:20.625rem;left:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRHM6MT3S0NRqgPhkVT1LJrIV3RDPypZ { width:15rem;height:1.75rem;top:20.625rem;left:20.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HE2OIhKPtffgBey8UwSA55LAfqr3Us { width:15rem;height:1.75rem;top:20.625rem;left:32.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAL2rTaxLdRArUA0Ml5UBtLTMaOBeKa { top:26.5625rem;left:14.937501907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzRwzhTaGOynCRERITvZKkNTDJqwR8R4 { top:26.5625rem;left:26.875001907349rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #viNZue8JxWrWNTooRW2JzqAuPgAhBZcc { width:15rem;height:1.75rem;top:34.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlOTUgAq4xditnsTfkb1JEZpMgplF1eo { width:15rem;height:1.75rem;top:34.25rem;left:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOC08MNCyRq7QXxoxWHdggqQDndIlhbL { width:15rem;height:1.75rem;top:34.25rem;left:20.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqV3ZOMLaSqZHQlMTpuTcNvmVddhzbXF { width:15rem;height:1.75rem;top:34.25rem;left:32.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obXsGkfIEHk1hAH7tRIpba2opN7321X1 { display:block; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqbtH4ZTqFUO6EHiUG0pmAnhQ44TlG6v { width:18.75rem;height:;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlERDCEhxDV2nPsHXD5bqSTEKK06AIT { width:18.75rem;height:5.375rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxyT3mGoxPDQ80gik2yOB5ntAChynOl { width:18.75rem;height:7.1875rem;top:23rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUANlclogXZfTqLFL39U8vKBPneFwHOL { width:18.75rem;height:1.625rem;top:20.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDnz4FeKBRVrVzTlV3AMFn4rOaJ2PKl9 { width:18.75rem;height:5.375rem;top:23rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3EFhNKQKSzufW9vVorhkRr0AzTyqmwb { width:18.75rem;height:;top:20.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoihIw4MW1BT1FNyn9LOB9sOMhd6TmK { width:35.8125rem;height:;top:0.5rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwL832PAU67T8b95kH0OplNBSdcy0fy { top:8.4375rem;left:0rem;width:20rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyCKPHTxxV014TNOSwezDk07TQFTBTJv { top:8.4375rem;left:11.75rem;width:20rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7RTOBb8t1mpxykqP6Fpcp0nHmVP4tqF { top:8.3125rem;left:27.625rem;width:20rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOupebsVdNVDpVAfF4NK2ii1xy7KWsi { top:10.1875rem;left:31.625rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryUUshAFOmTL4mcRB9sdgmwJa57yAu9L { top:10.1875rem;left:15.75rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAsw4eaA2o3HzhidfUq8bGwKTTTIXqKF { top:10.1875rem;left:0rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m { top:0rem;left:0rem;width:47.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFXWTXRigJrEDGgNU6D92mXWZo2LdKgp { width:18.75rem;height:1.625rem;top:20.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6t0Zg6t54LhqMA3wOgzrexmfKzsg81b { top:1.5625rem;left:0rem;width:37.375rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F { display:block; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C80AzSK6PqxtDmWafUkNrA6ZUFe2QFCi { width:18.5625rem;height:1.625rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndGisCdvF9vThOvNqXmmlWRZBQB1cLAv { width:18.75rem;height:8.9375rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeyxMbPcKhGiTT21dLxNX39vHCev7cKz { width:18.75rem;height:5.375rem;top:22.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zurhkx7ul2PF4HQvMRH2zmmnash2boSA { width:18.75rem;height:1.625rem;top:20.5625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCygiNKVpRanZcfWaeoLd3cbTL8NxFO { width:18.75rem;height:;top:22.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO3MQuvKh6vCPnoIJQpsBnfsemn7iyyX { width:18.75rem;height:1.625rem;top:20.5625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvvRi9hiihkElOmlQ04ic2CoIelh7TJ { top:8.125rem;left:0rem;width:20rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd2OTTeQvrl4uGEXuSZxtLnBMTdUrhNN { top:8.125rem;left:11.75rem;width:20rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNdm9WlSrUmWmuU0OsTmXL2TRztxRe0 { top:8.125rem;left:27.625rem;width:20rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G34SxcZW7mUpI8QrRQ6rAWCHLkUBqIwb { top:10rem;left:0rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxb27X0cdsFQVr2u4M44VpyVTuoFg99g { top:10rem;left:15.75rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaaxPebS6uICE1le1EkpSCGAIzR4bocT { top:9.875rem;left:31.625rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsECH6BkWsCXV8hVQCLpGFflUXFULgl { top:0.5625rem;left:0rem;width:47rem;height:7.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKB1GawPceTbbKDT8DACLIAde4NyNeu { top:0rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b { display:block; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ete6n7seDmB4CG1sBtpNwNN4XAZ30vEi { width:18.5625rem;height:1.625rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5bpAgTCZJ5qgtZxBQfccCxgq6rTNsxQ { width:18.75rem;height:7.1875rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM0u5egh4ZXJsyilMDxwwMAcyG0Sbeqp { width:18.75rem;height:10.75rem;top:22.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7rCNmlHMGW4l5nTgflc6Rtv8THgaI9a { width:18.75rem;height:;top:20.5625rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyUsTnZ8xbQTQLrOQCMD20RbMeExuMEM { width:18.75rem;height:8.9375rem;top:22.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttAwWFqGBogk9NDBD6DQ8KSB5sUg2plT { width:18.75rem;height:;top:20.5625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9TBUs1BfAOWfk85sdcKKX8SZ6Kszxd { top:8.125rem;left:0rem;width:20rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPHfaoxkdHF3HeBBxhTfDHoZMiAqxTtD { top:8.125rem;left:11.75rem;width:20rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9hL7GVHn5zpx1Tus7Q15tuE302IUmAD { top:8.125rem;left:27.625rem;width:20rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv2tuVrDUndkXG6FDiMBVoTnc88IWuAR { top:10rem;left:0rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphGtx8rloI2sTuKHBSWZSksGLraAq52 { top:10rem;left:15.75rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwOBAPBMdy723sUJdpQJXG56PfTptP1 { top:9.875rem;left:31.625rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGvT5z6Qr64KRGz86ggsNpQqKvSLvWu { top:0.5625rem;left:0rem;width:47rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBMT6HAWU1qELxVVWQTzHWoQwpxCRLqE { top:0rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n { display:block; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkWA2dHk7oa57AvaFvZFGuGMR93gqZkW { width:18.5625rem;height:1.625rem;top:20.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd3wtTKVql7QUtBhe1xUnKyZMc19o1oq { width:18.75rem;height:;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLJiupZP91OpBZSF8qtRuGEB9A1UJLd { width:18.75rem;height:5.375rem;top:22.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrPTFEWncT5szGFIRwsQ151PuzmFNiIW { width:18.75rem;height:1.625rem;top:20.5625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLcHNZOHxcZQT87q1AhlOdzKVOcUnadJ { width:18.75rem;height:7.1875rem;top:22.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSRSg8x71QM6cfwgrmlDXIhnbmVFcnFg { width:18.75rem;height:1.625rem;top:20.5625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3cbt5A3fcvEKAn0dtUdoMxpDWkDzo8t { top:8.125rem;left:0rem;width:20rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoQgaTBxikT7TUG3T3qHbANm0yvsOUzZ { top:8.125rem;left:11.75rem;width:20rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3LwB7yyVhbGT9iUNxHiKcV087f6m9oE { top:8.125rem;left:27.625rem;width:20rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDaQLwMbJhBGxwTCfRhM8m2BZtszaa2F { top:10rem;left:0rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7vhZnE1Ta8TmwvnaSfqJ9UNpThndIRm { top:10rem;left:15.75rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxHCaQgH3liS6XIOFCIJCTBz0IwDDrl8 { top:9.875rem;left:31.625rem;width:16rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLlHKbqP6f4qGyO7Ft231RAyl0sdoLAz { top:1.5rem;left:0rem;width:47rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC1N08EBy1UaZHi1Fhf4SR9fTKvik6tM { top:0rem;left:0rem;width:47.75rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW { display:none; }#fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gVKT0oPWSJmQgfS4Oqk4oI7lsZDtTQox { top:4.8125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWdUFhBQa8faU60rCTsmgQGK7iGkIrNR { top:57.75rem;left:33.8125rem;width:13.9375rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPXBuT0Wh0A6O5BsAD0mlSkfspfdzSK6 { display:block; }
 }@media only screen and (max-width: 763px) { #kO26tT5TFNyoRJ9ZRUl2Ne210xOIqtqL { display:none; }
 }@media only screen and (max-width: 763px) { #cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 { display:block; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndTqof2KdhsCNEa45rIzudPL28T5Lufc { width:47.75rem;height:3.625rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTk7HkseAeAIGQFElSic1r8RSaBdIRAk { top:20.25rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ { top:10.375rem;left:0rem;width:47.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lovsoxh8QGESSyrTIP7vX1Ua2nTm0fGU { top:2.9375rem;left:41.75rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbx1J03GBbL7JZWyrb06bolTwAyIA7bN { top:3.5rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmCGLTKAomt5hc16qJErqhmQ6xtfyIQ { top:36.9375rem;left:0rem;width:47.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqJisTKHLgQof7KFvWSGZOiNEeTHezd { top:48.125rem;left:0rem;width:47.75rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD3yzhvnpzLouBA79J261AP9WCl4D9pZ { top:61rem;left:0.90625rem;width:45.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFC3B6A4wTrGZ5QMizsJevJR6W6SfAAc { top:71.1875rem;left:0rem;width:47.75rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5UDhNJQATexAupA5zrB2FMRgwJxyg9A { top:9.3125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2qTM6JoE5xpP25yymaJq0dP0oxlmOh { top:2.1875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvF31ZbeNWZ37vVudaTbeJofI84h12sy { display:block; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xt21EfbtPosCTg85t7478Xdc0cACvSEG { width:26.25rem;height:13.5rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRTtiyExkyLsGzyMhKwT0Jv7RNpCsrK { width:28.75rem;height:4.375rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP { width:28.75rem;height:;top:24.6875rem;left:0rem;font-size:1rem;display:block; }#mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qYV0fd4X/icon5.png); }
 }@media only screen and (max-width: 763px) { #SEcSJl4bxx8bxNLdg4I5T85lPyKbcDQi { width:30rem;height:13.3125rem;top:21.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptwynVzE6et6FAVgDWUcu3ToPMWEmO7o { width:26.3125rem;height:8.4375rem;top:13.125rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROaGhh6TnLA3S5xlvQk7VK5w5SiV4v2d { width:25.6875rem;height:4.625rem;top:23.875rem;left:22.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV26QxUSw7ocbKZEvzVE4noN8FnyHirr { width:13.125rem;height:3.125rem;top:30rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zphAZ4gmBobfT7Xner2UhgT28l6NdpWv { display:block; }
 }@media only screen and (max-width: 763px) { #WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3 { top:0rem;left:0rem;width:30rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp5lD33SkffUdJgqRQolJvAT1wnleieg { top:44.5rem;left:0rem;width:16.125rem;height:6.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X { display:block; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB1aw4LRp7DU7VwZ28nf0OXxdD4RMgxp { width:47.75rem;height:3.625rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJBcEze34dTQWRfHETybOEDp4wg1yuHm { width:47.75rem;height:2.5625rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6p0kFk98xNTK6CDyWMzOkRwkLUrPyEf { top:4.125rem;left:13rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtZ4v9Zl48lsS40crfF0T2RJ7T8LqtpC { top:9.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxHypAGr5ItishFSBZAFBite9sWK3cOg { top:42.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeRFNhCMNwwo2oGOu446kJfLp3B5A51n { top:27rem;left:12.9375rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVrOb9hZ3ilQKTVDtkLT5F4HqsDxlhFR { top:58.125rem;left:12.9375rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTEfdumi8zIHVMGXoqfSRhlgqH5UG7i { top:42.375rem;left:12.9375rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFDoX9freD9mut92TtDWBqWFaT2mK2I9 { top:42.375rem;left:28.8125rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32SKfrTSTUTShPZoJ3cD0f9TixliNU3 { top:27rem;left:28.8125rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8rZe01lZL2m5HTWI5KFRmeEdxhK2MW { top:27rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJrIxqAypNGyxiZTWHaebbmH7BZE2oJ { top:11.75rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnea9qARBuiyDXpnBPM4fIKmz7JvM2OW { top:11.75rem;left:12.9375rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSlleQCr24nwRORue5qacsVop2pRa9K9 { top:11.75rem;left:28.8125rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9vdKT9yKQ8ObD3vtoInXDVBiWp0oxN5 { top:58.125rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPluD6R5q4C7DupwpFmZ3CLHlk7A9q5B { top:58.125rem;left:28.8125rem;width:18.8125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:28.8125rem;height:6.75rem;top:7.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pfVK9vDQhateEOSXzw8s3sti2isAAA { width:20.75rem;height:;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66cwNCNElAgxkLuLmAlIPGbOc0ABoyV { width:6.6875rem;height:0.125rem;top:5.4375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXV5cXoxQhgwTfSoLKLTRk83R7zz0DAy { width:13.125rem;height:3.125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P2gTRHVi0uTcNfZFszSWFWwdTOBznM { display:block; }
 }@media only screen and (max-width: 763px) { #TMnWtR8vEPudOguIli4lDWo0wf5mosqQ { display:block; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRCPuSFKCIHT5BDPP00d0z8lWGa6oRIo { width:26.0625rem;height:34.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBF8lplXMhmsHWPXf4bN4Pn0HrTgNeD { width:19.9375rem;height:5.8125rem;top:2rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v50NCX4XSptmSSyyo527FZAhDm5PnWeS { width:18.6875rem;height:0.125rem;top:8.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXNvvh5PLDUJu8i9TNSyEoWq7rRPUh01 { width:26.875rem;height:6.75rem;top:9.875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOzgvyVn6UxStLvaBcRh7fxaA5FCX6K4 { width:26.875rem;height:10.5rem;top:21rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcaQqXkiQIXgTkaa1sWbvT5o3Rd3518G { width:26.875rem;height:1.5rem;top:24.75rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvQ6u6Zeq63JLdHJpvc00f773tCq071h { width:13.125rem;height:3.125rem;top:33.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdWC0zw6uGcT43uHH1VzE5mLTxC5U3u { display:block; }
 }@media only screen and (max-width: 763px) { #nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh { display:block; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv7a7bJfPZT6yQv98ygiCzXN7CZyy79B { width:36.875rem;height:20.875rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3fnVq7Cw9c1i1AzhS0EMyWgkLXDnk0 { width:20.75rem;height:3.875rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRwAFl83W5EuU4QvSDOAxuuTmlE1Ebmb { width:30.625rem;height:3.375rem;top:14.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9FS5KpmEqTtgcIsIycKBZXsar0BWdKb { width:6.75rem;height:0.125rem;top:9.25rem;left:19.374132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #te5VPnowMNkpc7b32A1uE2vgbKDMTquF { width:13.125rem;height:3.125rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8SbLrViiAd4f2FFegSWB7EGPlM4b6ET { display:block; }
 }@media only screen and (max-width: 763px) { #TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA { display:none; }#TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-regular-label { display:block; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs  { width:0;height:0; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs {display:block;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #NC2TahF7klDoXiTRZldZoDf7bftXhqAQ {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #ofEP0MmshOuTMlTVPHTVk2UItTTZzQxz { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #Z7MwkEQZofJfbNdq4l5ztmfMT9ck37eW {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #cM1mWXWvFHV5DkDJysQ8JSrQ0XlAelnm {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #U6LMgEgnDbai1Tm4Ec8iCDxwy1L220x1 { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #gCDB8O4c2C19TgmcATGy2azxqsJtw2ZU {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #iJPwTaGCX6yNpJ5XtwVC6yKlTvVSppZV {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #PMN0VgRQ5sZwOsByCJisT30q7bnQAAoM { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #OG7s6rITCTW1fluK5tv2ttL7Q9SMxXbo {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #giW4TGpLQsMwFIPJ99BZQlZVWAJ6LQOO {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #v0MdNKI99qM7SHvLp5LovMpIgm25ceKk { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #UM6PzgxmCoEOkFV4oUM6phT6TSwfpemS {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #NRq2KHpxsBJpv97w54PlKFd52vfvOTAp {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #AiZPNy0IzlHs9wPAuId75auuThAHTWwE { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #mZCizBClwSFK01m1J8mWeAcVfel3fZxb {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #cwqT0uJqzyogepQFQhm4HmetFFUZufE9 {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #O31o26Q95ufr8TqpCKPKEKqJS2KnWhfG {  }
 }@media only screen and (max-width: 763px) { #ICe7klXwr2Bn13D2fB8WV252LyAg8pns { top:0.75rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hOnfcn2f18598tG4aAJPAOuNKAi4tTKb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row .container { background-color: transparent; background-image: none; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row .container > .video-iframe-container { display: none; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row > .video-iframe-container { display: none; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .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); }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row .container { border-width: 0; border-radius: 0; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOnfcn2f18598tG4aAJPAOuNKAi4tTKb > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehuDDl4Ex7INqQtav2IqhxafosEiomdR { top:0.75rem;left:0.80208331346512rem;width:7.875rem;height:2.1875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CwOOsUUila5wgb21uMfLVSk1hHgxlMP4 { top:1rem;left:11.874348938465rem;width:8.125rem;height:1.8125rem;font-size:0.625rem;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;display:block; }
 }@media only screen and (max-width: 763px) { #KTVsBWciLrfutbqBT1RnoFW9MfmUwhSR { display:block; }
 }@media only screen and (max-width: 763px) { #J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row .container { background-color: transparent; background-image: none; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row .container > .video-iframe-container { display: none; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row > .video-iframe-container { display: none; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .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); }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row .container { border-width: 0; border-radius: 0; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J47LoJAAVnT2AwQ9ElMDgfTpUfkCBukA > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsf2eV00KsXsdoig7ETeTKdIaLd5xCuc { width:17.625rem;height:1.625rem;top:0.53125rem;left:1.1875000596046rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JZf5lLWOVp9Nl201kvfmM2IlQbOyIuq9 { width:1.875rem;height:1.625rem;top:0.646484375rem;left:15.729167282581rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #QgL8NoJ6weAQm65bsgFQuZiA5Z2OuuGO { width:1.875rem;height:1.625rem;top:0.53125rem;left:2.5416668057442rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/60f21272-83ed-424c-b1b2-25519f336a7c/img_5401.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.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(0,0,0,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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:20rem;height:3.75rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUUpSt3wgBZAbsT5kRAflB5luhEUJsmF { width:20rem;height:3.8984375rem;top:12.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-text {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-select {padding-top: 0; padding-bottom: 0;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv  { width:16.875rem;height:auto;top:21.5rem;left:0.3125rem; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv {display:block;}#kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv { width:16.875rem;height:auto;top:21.5rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RKPrZWMuSR3QTQuxx647NwKlTAqy97vb {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #vFlqqBhgln9WzwiJeAPMGFTmnG0FHxql {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ckzDuEC6RwFoKSrbeJrQ856JNzaPwioD {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #RNb4aT3IuN5VGIzkxA9I4wc3xvM8d0S1 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #NqEEVDkF1HaL9Gd5J6l8iC0dweUHQQQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #M4S75kti6y10pw4okVTZ7xl3xaytHvox {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #MyqB2VooKo8OkwlC9lm09o4we0gTOx5w {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #TXJOJwcm3efU0UAXO8gd4SeUDCTC3TwZ { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #gbSLT7JKLW9H3vSc6SEvTh7XC74JJKwI {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #uTKfpyr67HSBKyPIGyKppAH0GRz8VkDK {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #pv15Lf6UzpHXt7TTAXaszvMtxqZ3syW8 { display:block; }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #qxZlR0zDMLRuOKkyInnqlslLBGcfSQCy {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #N9mpXRIVqZQiK4UvzweoOtoK7bTSd6nF {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #bILaU5NGF326y5TxL3PDXdCImHlnfhlJ {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #lshizP1IBHS4LUJ5k32AupRv6mhxDXhK {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #rqq27M6TSlUkomrz4yuTwPWt6kuNvGc3 {  }
 }@media only screen and (max-width: 763px) { #kRVLt5oKNplcIkeMmiE8O69PXiF2ehJv #ynvTI30Nhk7ZzpEzVaqXsIQW9hkSoz6z {  }
 }@media only screen and (max-width: 763px) { #NzJA06wTfWkNl13xH9WsmEaRLBQP60cM { width:19.375rem;height:46.6875rem;top:31.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2voErglW80GIxeGUFvirT9IHtIHWA56 { width:17.625rem;height:auto;top:17.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WOu9vQiXoPuesPRUtf2xHJtmN4NhH7Nx { top:24.836589813233rem;left:3.0312500596046rem;width:13.9375rem;height:3.3125rem;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;color:#44ca48;display:none; }
 }@media only screen and (max-width: 763px) { #pknbSnPDnyw4UxvqqEl7OzBzloPU7uHg { display:block; }
 }@media only screen and (max-width: 763px) { #wpNDIFcMDQfie5lWefXGzJCCoPhenK4p { width:20rem;height:0.125rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzFb3MZ1dUnSAhXWnu32yyLnqZJ1EqDy { width:20rem;height:0.125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFQe5vDzW3vyHpOHF0adgRbJfgOGtSAM { width:3.875rem;height:2.25rem;top:0.78125rem;left:1.1875000596046rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TxTP6HwVo0rPtwLZVkI5fLozZy0wAT6X { width:14.375rem;height:0.125rem;top:52.708335876465rem;left:4.2291668057442rem;display:none; }
 }@media only screen and (max-width: 763px) { #IIhk46wSvaKdrfAKC4vvfhHz8t7cmnMH { width:14.5rem;height:0;top:55.922527313233rem;left:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqL84dwGmT6TEC4XSw8qGhttQxI0yMzk { width:20rem;height:1.4622375rem;top:18.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkkbTVu47Cw8bBUbadxodlKN6C7OrwIb { width:3.3125rem;height:1.625rem;top:19rem;left:16.686848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaObNBT0kkqlK5Kx7nacnAGsGX9IaJN3 { width:17.125rem;height:0;top:44.70703125rem;left:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggNxOxbPN3lRHBI3W0VOzdsP0O4FiolG { width:5.3125rem;height:3.125rem;top:24.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AueyxqiASd7KVZEdpIMOby5VtMIb1m9s { width:5.4375rem;height:3.25rem;top:24.5625rem;left:14.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCC61Gdzv407JQCpMm3eIaG0yOL0GGKi { width:20rem;height:2.5625rem;top:2.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NPpCgwasFQxwi3v7VySaHt71nuHuPPOO { width:1.875rem;height:1.625rem;top:4.1666669845581rem;left:2.8125000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #tw3U7tdGTiIMU5vw3FuUe2k6fBsJ4bqi { width:13.125rem;height:9.25rem;top:0rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y09tgz5O3lduRnGAWRSo5iycz6WeTbLe { top:21.75rem;left:3rem;width:13.9375rem;height:3.3125rem;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lTBVOMW2B7eG6LoAtvDbgyPT5xJfpKit { display:block; }
 }@media only screen and (max-width: 763px) { #s5lwkRrnqtkPaWFK8szWMftKWhzfx85c { top:0.3125rem;left:3.8125rem;width:12.3125rem;height:2.8125rem;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;color:#44ca48;display:none; }
 }@media only screen and (max-width: 763px) { #UyAbN82K9voElUS9cbRs0ehECiiXlgJI { display:block; }
 }@media only screen and (max-width: 763px) { #Qe3G1WW1QqanwKCJG4UTsifJIHrQFiZl { width:20rem;height:3.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8wvx9RUZigvk1eTugg35t6xOt34TqPJ { width:15.6875rem;height:auto;top:0.375rem;left:2.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hURk9aELf6W6OmuRTbNOoTVK0kgRkUfX { width:15.375rem;height:8.625rem;top:25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/541ba1f5-0620-436f-89ba-33865d43858b/concretedrivewaybasics.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z.adaptive-delivery-prevent-bg, #OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z.lazyload, #OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z.lazyloading { background-image: none; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container { background-color: transparent; background-image: none; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container > .video-iframe-container { display: none; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row > .video-iframe-container { display: none; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .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); }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container { border-width: 0; border-radius: 0; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z::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; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZeQhTMLI3xqGLtJAd3MVy2Twq8euZ3z > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4 { width:18.6875rem;height:10.8125rem;top:7.9375rem;left:0.65625005960463rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/93c3b5f9-fda0-4494-87d3-8c6e848be43f/Sand_Shifters_2_0.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4.adaptive-delivery-prevent-bg, #JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4.lazyload, #JE7KWr7nkP0dPFfMLHtOpSMyAmTXHAw4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Afxiq5A3xBcE5c0dufCmZqxLwUZJnmFV { width:20rem;height:19.79425rem;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WmGJOLqadgfcclSmU1hXJUXl6s2glDMg { top:20.139324188233rem;left:1.0625000596046rem;width:17.875rem;height:20.7949375rem;z-index:15002;color:#ffffff;line-height:1.6;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OgZJHEbzxRfuf0R29lbZ7orweS3pJ5T4 { top:2.25rem;left:3.0312501192093rem;width:13.9375rem;height:2.92448125rem;z-index:15003;color:#44ca48;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfb4CtTikpPhEPuLVGcS9Ic163eMeETd { top:42.1875rem;left:3.0625rem;width:13.9375rem;height:3.3125rem;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TN8xrbe8h9llp0Txsd9ifS6xlC3rHqf5 { display:block; }
 }@media only screen and (max-width: 763px) { #RGIkQtbaqTmNRUy0weTN11MZfEyN2ISI { top:47.125rem;left:3.0625rem;width:13.9375rem;height:3.3125rem;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Ab7NLbTXaVhwiDKewBbsLlwUlPr0ca41 { display:block; }
 }@media only screen and (max-width: 763px) { #eQbwa5nR1fMQVU7lkydpNdCavryBEk6z { width:20rem;height:3.0872375rem;top:48.875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb { display:block; }#r4J0iqvhcQnxQyJdna5fSlLXzfIQxLRb > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnufq0kt5ov3bhF4dpAAIqphEwqe7JMa { width:20rem;height:1.94986875rem;top:1.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5vLhecX5pXZveFgcaqDxShS1h4iDmxa { width:18.875rem;height:14.1875rem;top:3.0416669845581rem;left:0.5625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd7fd6e9-dfa6-42ea-b7ea-5d02dd815bdb/shutterstock_613418294min940x627.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r5vLhecX5pXZveFgcaqDxShS1h4iDmxa.adaptive-delivery-prevent-bg, #r5vLhecX5pXZveFgcaqDxShS1h4iDmxa.lazyload, #r5vLhecX5pXZveFgcaqDxShS1h4iDmxa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WTdgdOIdTGXN1NO0z1N5kW3RfaZ08wgR { width:20rem;height:11.6875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IySRxko3zCeSsNpoVdwqZQPt8uVEHHxX { width:16.1875rem;height:9rem;top:18.5625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO { display:block; }#TrIcfRfeztF2J7vTnT61DvTbxLyr5EXO > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnsaWBErgoWgbA5r5ht27eN8dxoI6POU { width:20rem;height:5.19921875rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGtnWWgWM2vhXTylmfgvimVZc4tkzlZt { width:16.625rem;height:1.8684875rem;top:9.01171875rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msK10kHZm9JQhaC23dMG6ZbucltmDTul { width:17.75rem;height:1.8684875rem;top:44.608726501465rem;left:1.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #asvrLBvW2d0KvQkZ1RpH8GFTq9Bhw5LP { width:12.5rem;height:1.8684875rem;top:82.24739375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2gvJrE7XqmkGH5iEWSGlczU9C5nbFEs { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ru1nlVzXZx7hz1qTVCWsx4ntOtKqiXWB { width:16.75rem;height:16.75rem;top:12.12955625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOJrfzIBUIpXAyTRoAkRr0EIbNqpgJV3 { width:16.75rem;height:16.75rem;top:47.99739375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBuuyIEXGTzQsEi7vzDdZkdr021TryD { width:16.75rem;height:16.75rem;top:85.36523125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iok0IFShd8siwXxnp8puZfNF0tH1tIhT { width:17.5rem;height:13.5rem;top:30.12955625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Tr6gh5hahGpuKJyKNNlI34TTes9tmS { width:17.5rem;height:15rem;top:65.99739375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvkPGNKUSERQ3dsSeseuLHXu2nkhkVbB { width:17.5rem;height:12rem;top:103.36523125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znmT6X6vk32hWqcnrVTgnUJg3FZskIRA { display:block; }#znmT6X6vk32hWqcnrVTgnUJg3FZskIRA > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Orch9khrA2JJ8M6EF5NMFwkIPuOHzhyA { width:20rem;height:4.875rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgOtPNWxwGN3hbDiwDHF2mNZb7BQO8T1 { width:18.1875rem;height:12.5rem;top:9.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLkVsaM3BPe6IfreWKd5JTspiJcx3DTR { width:18.1875rem;height:12.5rem;top:36.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okztPrET8qWRH67BT09ZMRF1nd7aaURK { width:18.1875rem;height:12.5rem;top:23.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0XvtDaTs06oIMOnq21MxOR5ealcpMiP { display:block; }#R0XvtDaTs06oIMOnq21MxOR5ealcpMiP > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqTdI5dxUyawy4BEPrxiNN5ldPfxyMW3 { width:20rem;height:4.875rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJRQgbziUPIprXtGBXkhSzvsJ3X9C6o { width:18.1875rem;height:12.5rem;top:9rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLP2TTNQkqVXGXBnxTvU24b3fHSZa1AL { width:18.1875rem;height:12.5rem;top:36.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcOrZpaxgcaEbNHMdDiwPutsSz9k6rhd { width:18.1875rem;height:12.5rem;top:22.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2fiUzM73FaaMk19neKG2e5fSvxkDAiv { display:block; }#E2fiUzM73FaaMk19neKG2e5fSvxkDAiv > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASyEniTrcDn0LMQ3enqeKwkU2xKDHeUU { width:20rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gULtATNCXqblpTGvUxFNavFivnmplvnD { width:18.1875rem;height:12.5rem;top:6.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfpLM9lRNsNCd6MXIZRzLAl7uNOua4Xl { width:18.1875rem;height:12.5rem;top:33.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STDXIkZMlRFZaqWV5fAmu390uzyHaHE7 { width:18.1875rem;height:12.5rem;top:19.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV { display:block; }#DPZlcyAaopwZTEH8utUOO1PpUSe9ZGyV > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ckwMsc6ILDwQHm2G8yom3KZZ0DC79Lce { width:20rem;height:1.57486875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT3DlMmX0Q02TFtWo7G8q02LA64TyiUm { width:3.1875rem;height:1.875rem;top:1.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuvs9mroiwdVtbiFSiGZ4SX4r2Qr7HI8 { width:2.875rem;height:1.6875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ { display:block; }#fwzknWa08w2m4A8eEPu8LDTDoUOHMppQ > .row .container { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUq4AVpO5tMRXqeQxDncmP7zPbfbnQ2B { width:8.125rem;height:2.76171875rem;top:0.95768356323244rem;left:0.53125005960464rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZKJq7rmsCP5GBWBzMV9TTOUll7xHTUS { width:5rem;height:5rem;top:16.09375rem;left:12.655598938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqfAiuZXl0WA2kdHOnf40NbZrQD9WWzu { width:9.6875rem;height:1.3808625rem;top:1.6477866172791rem;left:10.311848938465rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzUocHk5nPavDMRJ8IpcihlMmN1tQGM7 { width:9.1875rem;height:1.3808625rem;top:13.498046875rem;left:10.811848938465rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnnWGy2o8b6cIppHCs948pJv1Oh6Jap { width:5.375rem;height:5.375rem;top:39.641277313233rem;left:12.468098938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE0Be626U0MuGQw1BI2F2Xr0UKAz5PBS { width:8.5625rem;height:1.3808625rem;top:13.498046875rem;left:0.31250005960464rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4gSA9g5xqbs4mIXM9Z3qdPHLFCKaBz { width:5rem;height:5rem;top:16.09375rem;left:2.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzxG8NQPh9SXaO0wX4zufiCP6g9whbtZ { width:5.9375rem;height:5.9375rem;top:4.6569023132324rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFdh35EgfLQTfvZer7ypoWpT1642VEmR { width:5.9375rem;height:5.9375rem;top:64.88671875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pok5B17A0LqU7Cg8xoaoGdNGpzoas6HB { width:5.9375rem;height:5.9375rem;top:4.6569013595581rem;left:12.186848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQWMrEZp05JXalT4cBg7sfKbDeMIR7R3 { width:5.9375rem;height:5.9375rem;top:27.44921875rem;left:12.186848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvFxfWwCa78GVVeciNehqbRyliZCi5fU { width:5.9375rem;height:5.9375rem;top:51.8359375rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR9eFLnKTwPAkxKuFzhJT9e14NRoFoUJ { width:5.9375rem;height:5.9375rem;top:51.8359375rem;left:12.186848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck95HpdSxdJnVNS8TfUBm64iSpSwbMxP { width:5.9375rem;height:5.9375rem;top:27.44921875rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfkoMaS4CR34ra4fJnXe9lQ6QMfo1Z2Z { width:7.125rem;height:1.3808625rem;top:25rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6aIb0USTR2nIEIw4wBW80khn5GbqUVs { width:9.125rem;height:1.3808625rem;top:25.041015625rem;left:10.311848938465rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRHM6MT3S0NRqgPhkVT1LJrIV3RDPypZ { width:9.6875rem;height:1.3808625rem;top:49.62109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HE2OIhKPtffgBey8UwSA55LAfqr3Us { width:6.3125rem;height:1.3808625rem;top:49.62109375rem;left:11.999348938465rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaAL2rTaxLdRArUA0Ml5UBtLTMaOBeKa { width:5.9375rem;height:5.9375rem;top:39.360027313233rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzRwzhTaGOynCRERITvZKkNTDJqwR8R4 { width:5.9375rem;height:5.9375rem;top:64.88671875rem;left:12.186848938465rem;display:block; }
 }@media only screen and (max-width: 763px) { #viNZue8JxWrWNTooRW2JzqAuPgAhBZcc { width:7.875rem;height:2.76171875rem;top:61.229167938233rem;left:0.65625005960463rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlOTUgAq4xditnsTfkb1JEZpMgplF1eo { width:7.5625rem;height:1.3808625rem;top:37.197265625rem;left:0.81250005960463rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOC08MNCyRq7QXxoxWHdggqQDndIlhbL { width:9.3125rem;height:1.3808625rem;top:61.919271469116rem;left:10.686848938465rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqV3ZOMLaSqZHQlMTpuTcNvmVddhzbXF { width:10.9375rem;height:1.21875rem;top:37.197265625rem;left:9.061848938465rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obXsGkfIEHk1hAH7tRIpba2opN7321X1 { display:block; }#obXsGkfIEHk1hAH7tRIpba2opN7321X1 > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqbtH4ZTqFUO6EHiUG0pmAnhQ44TlG6v { width:18.75rem;height:0;top:21.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSlERDCEhxDV2nPsHXD5bqSTEKK06AIT { width:18.75rem;height:4.798825rem;top:22.1875rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxyT3mGoxPDQ80gik2yOB5ntAChynOl { width:18.75rem;height:4.798825rem;top:45.381511688233rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUANlclogXZfTqLFL39U8vKBPneFwHOL { width:18.75rem;height:1.29948125rem;top:42.75rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDnz4FeKBRVrVzTlV3AMFn4rOaJ2PKl9 { width:18.75rem;height:4.798825rem;top:69.0625rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3EFhNKQKSzufW9vVorhkRr0AzTyqmwb { width:18.75rem;height:1.29948125rem;top:66.375rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkoihIw4MW1BT1FNyn9LOB9sOMhd6TmK { width:20rem;height:0;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAwL832PAU67T8b95kH0OplNBSdcy0fy { width:20rem;height:23.75rem;top:5.25rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gyCKPHTxxV014TNOSwezDk07TQFTBTJv { width:20rem;height:23.75rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7RTOBb8t1mpxykqP6Fpcp0nHmVP4tqF { width:20rem;height:23.375rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOupebsVdNVDpVAfF4NK2ii1xy7KWsi { width:16rem;height:8.75rem;top:54.9375rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryUUshAFOmTL4mcRB9sdgmwJa57yAu9L { width:16rem;height:8.75rem;top:30.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAsw4eaA2o3HzhidfUq8bGwKTTTIXqKF { width:16rem;height:8.75rem;top:7.625rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m { width:20rem;height:5.25rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/61807269-803d-4ff8-b559-20f14118d420/foundationrepaircompaniesOklahomaCity_housefoundationrepairOklahoma_Ramjack.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m.adaptive-delivery-prevent-bg, #PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m.lazyload, #PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m.lazyloading { background-image: none; }
#PwmbJNBzh36yTCPuTu9DMrbuF8NRHC6m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); } }@media only screen and (max-width: 763px) { #pFXWTXRigJrEDGgNU6D92mXWZo2LdKgp { width:14.125rem;height:1.29948125rem;top:19.679037094116rem;left:2.9375000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6t0Zg6t54LhqMA3wOgzrexmfKzsg81b { width:14rem;height:2.5996125rem;top:1.3248698711395rem;left:3.0000000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F { display:block; }#HlQ4lMEZBlcnDXmLE9TlV53gCiHAnq3F > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C80AzSK6PqxtDmWafUkNrA6ZUFe2QFCi { width:18.75rem;height:1.29948125rem;top:17.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndGisCdvF9vThOvNqXmmlWRZBQB1cLAv { width:18.75rem;height:6.3984375rem;top:19.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeyxMbPcKhGiTT21dLxNX39vHCev7cKz { width:18.75rem;height:4.798825rem;top:43rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zurhkx7ul2PF4HQvMRH2zmmnash2boSA { width:18.75rem;height:1.29948125rem;top:40.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCygiNKVpRanZcfWaeoLd3cbTL8NxFO { width:18.75rem;height:6.3984375rem;top:66.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO3MQuvKh6vCPnoIJQpsBnfsemn7iyyX { width:18.75rem;height:1.29948125rem;top:64.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvvRi9hiihkElOmlQ04ic2CoIelh7TJ { width:20rem;height:23.75rem;top:4.5625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Zd2OTTeQvrl4uGEXuSZxtLnBMTdUrhNN { width:20rem;height:23.75rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNdm9WlSrUmWmuU0OsTmXL2TRztxRe0 { width:20rem;height:25rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G34SxcZW7mUpI8QrRQ6rAWCHLkUBqIwb { width:16rem;height:8.75rem;top:6.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxb27X0cdsFQVr2u4M44VpyVTuoFg99g { width:16rem;height:8.75rem;top:30.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaaxPebS6uICE1le1EkpSCGAIzR4bocT { width:16rem;height:8.75rem;top:53.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #glsECH6BkWsCXV8hVQCLpGFflUXFULgl { width:12.25rem;height:2.5996125rem;top:0.98112106323244rem;left:3.8750002980233rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKB1GawPceTbbKDT8DACLIAde4NyNeu { width:20rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b { display:block; }#zrN40BFXOd5dIJpMEO0nU4LgI7OEMN9b > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ete6n7seDmB4CG1sBtpNwNN4XAZ30vEi { width:18.75rem;height:1.29948125rem;top:17.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5bpAgTCZJ5qgtZxBQfccCxgq6rTNsxQ { width:18.75rem;height:6.3984375rem;top:19.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM0u5egh4ZXJsyilMDxwwMAcyG0Sbeqp { width:18.75rem;height:7.9980625rem;top:43rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7rCNmlHMGW4l5nTgflc6Rtv8THgaI9a { width:18.75rem;height:1.29948125rem;top:40.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyUsTnZ8xbQTQLrOQCMD20RbMeExuMEM { width:18.75rem;height:6.3984375rem;top:67.625rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttAwWFqGBogk9NDBD6DQ8KSB5sUg2plT { width:18.75rem;height:1.29948125rem;top:65.0625rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9TBUs1BfAOWfk85sdcKKX8SZ6Kszxd { width:20rem;height:23.75rem;top:4.5625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XPHfaoxkdHF3HeBBxhTfDHoZMiAqxTtD { width:20rem;height:23.75rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9hL7GVHn5zpx1Tus7Q15tuE302IUmAD { width:20rem;height:24.9375rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv2tuVrDUndkXG6FDiMBVoTnc88IWuAR { width:16rem;height:8.75rem;top:6.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphGtx8rloI2sTuKHBSWZSksGLraAq52 { width:16rem;height:8.75rem;top:30.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlwOBAPBMdy723sUJdpQJXG56PfTptP1 { width:16rem;height:8.75rem;top:53.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDGvT5z6Qr64KRGz86ggsNpQqKvSLvWu { width:20rem;height:2.4375rem;top:1.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBMT6HAWU1qELxVVWQTzHWoQwpxCRLqE { width:20rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n { display:block; }#nFBl8PH2RpIo4yoLpJkk6NIwowpCbQ3n > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkWA2dHk7oa57AvaFvZFGuGMR93gqZkW { width:18.75rem;height:1.4622375rem;top:18.25rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd3wtTKVql7QUtBhe1xUnKyZMc19o1oq { width:18.75rem;height:4.79883125rem;top:21rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwLJiupZP91OpBZSF8qtRuGEB9A1UJLd { width:18.75rem;height:4.798825rem;top:44.8125rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrPTFEWncT5szGFIRwsQ151PuzmFNiIW { width:18.75rem;height:1.4622375rem;top:42.5rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLcHNZOHxcZQT87q1AhlOdzKVOcUnadJ { width:18.75rem;height:6.3984375rem;top:68.1875rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSRSg8x71QM6cfwgrmlDXIhnbmVFcnFg { width:18.75rem;height:1.29948125rem;top:65.6875rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3cbt5A3fcvEKAn0dtUdoMxpDWkDzo8t { width:20rem;height:23.75rem;top:4.5625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OoQgaTBxikT7TUG3T3qHbANm0yvsOUzZ { width:20rem;height:23.75rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3LwB7yyVhbGT9iUNxHiKcV087f6m9oE { width:20rem;height:24.8125rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDaQLwMbJhBGxwTCfRhM8m2BZtszaa2F { width:16rem;height:8.75rem;top:6.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7vhZnE1Ta8TmwvnaSfqJ9UNpThndIRm { width:16rem;height:8.75rem;top:30.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxHCaQgH3liS6XIOFCIJCTBz0IwDDrl8 { width:16rem;height:8.75rem;top:53.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLlHKbqP6f4qGyO7Ft231RAyl0sdoLAz { width:20rem;height:1.70573125rem;top:1.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC1N08EBy1UaZHi1Fhf4SR9fTKvik6tM { width:20rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW { display:block; }#fxTvEF3K0frcZ3BvDsiyJKRTyi7q5ayW > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVKT0oPWSJmQgfS4Oqk4oI7lsZDtTQox { top:2.3541679382324rem;left:1.4687500596046rem;width:17.0625rem;height:5.361325rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdUFhBQa8faU60rCTsmgQGK7iGkIrNR { top:10.625rem;left:3.0312500596046rem;width:13.9375rem;height:3.3125rem;border-top:0.125rem solid #44ca48;border-left:0.125rem solid #44ca48;border-right:0.125rem solid #44ca48;border-bottom:0.125rem solid #44ca48;color:#44ca48;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zPXBuT0Wh0A6O5BsAD0mlSkfspfdzSK6 { display:block; }
 }@media only screen and (max-width: 763px) { #kO26tT5TFNyoRJ9ZRUl2Ne210xOIqtqL { top:8.46875rem;left:0.62500005960463rem;width:18.75rem;height:0.1875rem;z-index:15006;background-color:#44ca48;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 { display:block; }#cXgkqFfJkGK6MwlHaLbEgZHAhqSkuEa7 > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndTqof2KdhsCNEa45rIzudPL28T5Lufc { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTk7HkseAeAIGQFElSic1r8RSaBdIRAk { width:20rem;height:5.5625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ { width:20rem;height:3.5625rem;top:6.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5c8d1312-58d9-4c5a-a4cb-aa634998c7ca/reviews21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ.adaptive-delivery-prevent-bg, #BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ.lazyload, #BdXyRAXWCklgrIH26IBiziR8sN3LkpOJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Lovsoxh8QGESSyrTIP7vX1Ua2nTm0fGU { width:2.3125rem;height:2.3125rem;top:2.3125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbx1J03GBbL7JZWyrb06bolTwAyIA7bN { width:2.5rem;height:2.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHmCGLTKAomt5hc16qJErqhmQ6xtfyIQ { width:20rem;height:5rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqJisTKHLgQof7KFvWSGZOiNEeTHezd { width:20rem;height:5.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD3yzhvnpzLouBA79J261AP9WCl4D9pZ { width:20rem;height:4.125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFC3B6A4wTrGZ5QMizsJevJR6W6SfAAc { width:20rem;height:5.0625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5UDhNJQATexAupA5zrB2FMRgwJxyg9A { width:20rem;height:0.1875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH2qTM6JoE5xpP25yymaJq0dP0oxlmOh { top:2.6875rem;left:2.625rem;width:14.6875rem;height:1.4622375rem;z-index:15020;color:#ffffff;font-family:roboto;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvF31ZbeNWZ37vVudaTbeJofI84h12sy { display:block; }#xvF31ZbeNWZ37vVudaTbeJofI84h12sy > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xt21EfbtPosCTg85t7478Xdc0cACvSEG { width:20rem;height:5.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvRTtiyExkyLsGzyMhKwT0Jv7RNpCsrK { width:20rem;height:3.8984375rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP { width:20rem;height:13.3984375rem;top:14.57291875rem;left:0rem;font-size:1rem;display:block; }#mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#mmKtHuuW0BS2eL8iZ6iyMc6R9zCdCoaP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qYV0fd4X/icon5.png); }
 }@media only screen and (max-width: 763px) { #SEcSJl4bxx8bxNLdg4I5T85lPyKbcDQi { width:20rem;height:14.375rem;top:52.34635625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptwynVzE6et6FAVgDWUcu3ToPMWEmO7o { width:13.8125rem;height:0;top:45.513022422791rem;left:5.5618489384651rem;text-align:right;text-align-last:right;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROaGhh6TnLA3S5xlvQk7VK5w5SiV4v2d { width:20rem;height:0;top:54.410160876465rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV26QxUSw7ocbKZEvzVE4noN8FnyHirr { width:13.125rem;height:3.125rem;top:59.658207751465rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zphAZ4gmBobfT7Xner2UhgT28l6NdpWv { display:block; }
 }@media only screen and (max-width: 763px) { #WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3 { width:20rem;height:21.875rem;top:29.22135625rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/285ef172-e0bb-4307-9974-162095cab015/Homefoundation.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3.adaptive-delivery-prevent-bg, #WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3.lazyload, #WQETPxNkQQnNdL41uOKIGVJlcPsGFlu3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bp5lD33SkffUdJgqRQolJvAT1wnleieg { top:43.432945251465rem;left:3.0618489980697rem;width:16.125rem;height:6.58008125rem;z-index:15014;color:#000000;font-size:1.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X { display:block; }#ztVtTHfnpGBfXSd3MCc9SMwgGXx4m80X > .row .container { width:20rem;height:164.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CB1aw4LRp7DU7VwZ28nf0OXxdD4RMgxp { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJBcEze34dTQWRfHETybOEDp4wg1yuHm { width:20rem;height:7.796875rem;top:4.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6p0kFk98xNTK6CDyWMzOkRwkLUrPyEf { width:18.75rem;height:0.0625rem;top:85.640625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtZ4v9Zl48lsS40crfF0T2RJ7T8LqtpC { width:20rem;height:0.0625rem;top:13.578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxHypAGr5ItishFSBZAFBite9sWK3cOg { width:18.8125rem;height:10.5rem;top:51.265625rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeRFNhCMNwwo2oGOu446kJfLp3B5A51n { width:18.8125rem;height:10.5rem;top:75.953125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVrOb9hZ3ilQKTVDtkLT5F4HqsDxlhFR { width:18.8125rem;height:10.5rem;top:26.828125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTEfdumi8zIHVMGXoqfSRhlgqH5UG7i { width:18.8125rem;height:10.5rem;top:101.078125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFDoX9freD9mut92TtDWBqWFaT2mK2I9 { width:18.8125rem;height:10.5rem;top:113.703125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z32SKfrTSTUTShPZoJ3cD0f9TixliNU3 { width:18.8125rem;height:10.5rem;top:63.432291984556rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8rZe01lZL2m5HTWI5KFRmeEdxhK2MW { width:18.8125rem;height:10.5rem;top:126.328125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbJrIxqAypNGyxiZTWHaebbmH7BZE2oJ { width:18.8125rem;height:10.5rem;top:14.703125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnea9qARBuiyDXpnBPM4fIKmz7JvM2OW { width:18.8125rem;height:10.5rem;top:138.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSlleQCr24nwRORue5qacsVop2pRa9K9 { width:18.8125rem;height:10.5rem;top:88.578125rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9vdKT9yKQ8ObD3vtoInXDVBiWp0oxN5 { width:18.8125rem;height:10.5rem;top:38.890625rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPluD6R5q4C7DupwpFmZ3CLHlk7A9q5B { width:18.8125rem;height:10.5rem;top:151.1875rem;left:0.59375005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/212a54db-de83-48dd-b5d2-3fa0fabb5278/1e22283aadefda3f1b6dfc8bcde7ba9d.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.adaptive-delivery-prevent-bg, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyload, #vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR.lazyloading { background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { background-color: transparent; background-image: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row > .video-iframe-container { display: none; }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .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); }#vermqA6UcR5QcPtdVBR0HyuPCzCZ1SgR > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cggswbbcryTZ2cgedaR2lU8f6ZEuQ1qS { width:20rem;height:3.44921875rem;top:1.5416679382324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8pfVK9vDQhateEOSXzw8s3sti2isAAA { width:20rem;height:1.625rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c66cwNCNElAgxkLuLmAlIPGbOc0ABoyV { width:6.6875rem;height:0.125rem;top:5.875rem;left:6.6562502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXV5cXoxQhgwTfSoLKLTRk83R7zz0DAy { width:13.125rem;height:3.125rem;top:10.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1P2gTRHVi0uTcNfZFszSWFWwdTOBznM { display:block; }
 }@media only screen and (max-width: 763px) { #TMnWtR8vEPudOguIli4lDWo0wf5mosqQ { display:block; }#TMnWtR8vEPudOguIli4lDWo0wf5mosqQ > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRCPuSFKCIHT5BDPP00d0z8lWGa6oRIo { width:17rem;height:22.6875rem;top:1.25rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLBF8lplXMhmsHWPXf4bN4Pn0HrTgNeD { width:12.5rem;height:7.799475rem;top:2.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v50NCX4XSptmSSyyo527FZAhDm5PnWeS { width:6.75rem;height:0.125rem;top:11.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXNvvh5PLDUJu8i9TNSyEoWq7rRPUh01 { width:20rem;height:3.75rem;top:12.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOzgvyVn6UxStLvaBcRh7fxaA5FCX6K4 { width:20rem;height:13.5rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcaQqXkiQIXgTkaa1sWbvT5o3Rd3518G { width:20rem;height:0;top:32.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fvQ6u6Zeq63JLdHJpvc00f773tCq071h { width:13.125rem;height:3.125rem;top:33.999309539795rem;left:3.4375002980233rem;display:none; }
 }@media only screen and (max-width: 763px) { #rhdWC0zw6uGcT43uHH1VzE5mLTxC5U3u { display:block; }
 }@media only screen and (max-width: 763px) { #nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh { display:block; }#nkT9MP1xTBgQGHImm4MizAmwwdQ7zNbh > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv7a7bJfPZT6yQv98ygiCzXN7CZyy79B { width:20rem;height:17rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq3fnVq7Cw9c1i1AzhS0EMyWgkLXDnk0 { width:20rem;height:3.25rem;top:3.5169296264649rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRwAFl83W5EuU4QvSDOAxuuTmlE1Ebmb { width:20rem;height:1.875rem;top:10rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9FS5KpmEqTtgcIsIycKBZXsar0BWdKb { width:6.75rem;height:0.125rem;top:5.1868515014649rem;left:13.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #te5VPnowMNkpc7b32A1uE2vgbKDMTquF { width:13.125rem;height:3.125rem;top:13.936849594116rem;left:3.4375002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8SbLrViiAd4f2FFegSWB7EGPlM4b6ET { display:block; }
 }@media only screen and (max-width: 763px) { #TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA { display:block; }#TK8ii018gT6yrUFVrrT3BJ2Z2NPrm7VA > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-input-button { background-color:#2a7d2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs  { top:4.25rem;left:0rem;width:17.5rem;height:auto;z-index:15000; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs .widget-info-text { color:#000000;font-family:"open sans";font-size:0.75rem; }
#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs {display:block;}#AplXc83dcyDZmQaqvzu6B7ukX6A9psrs { top:4.25rem;left:0rem;width:17.5rem;height:auto;z-index:15000; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #NC2TahF7klDoXiTRZldZoDf7bftXhqAQ {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #ofEP0MmshOuTMlTVPHTVk2UItTTZzQxz { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #Z7MwkEQZofJfbNdq4l5ztmfMT9ck37eW {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #cM1mWXWvFHV5DkDJysQ8JSrQ0XlAelnm {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #U6LMgEgnDbai1Tm4Ec8iCDxwy1L220x1 { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #gCDB8O4c2C19TgmcATGy2azxqsJtw2ZU {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #iJPwTaGCX6yNpJ5XtwVC6yKlTvVSppZV {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #PMN0VgRQ5sZwOsByCJisT30q7bnQAAoM { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #OG7s6rITCTW1fluK5tv2ttL7Q9SMxXbo {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #giW4TGpLQsMwFIPJ99BZQlZVWAJ6LQOO {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #v0MdNKI99qM7SHvLp5LovMpIgm25ceKk { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #UM6PzgxmCoEOkFV4oUM6phT6TSwfpemS {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #NRq2KHpxsBJpv97w54PlKFd52vfvOTAp {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #AiZPNy0IzlHs9wPAuId75auuThAHTWwE { display:block; }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #mZCizBClwSFK01m1J8mWeAcVfel3fZxb {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #cwqT0uJqzyogepQFQhm4HmetFFUZufE9 {  }
 }@media only screen and (max-width: 763px) { #AplXc83dcyDZmQaqvzu6B7ukX6A9psrs #O31o26Q95ufr8TqpCKPKEKqJS2KnWhfG {  }
 }@media only screen and (max-width: 763px) { #ICe7klXwr2Bn13D2fB8WV252LyAg8pns { top:0.75rem;left:3.7500002980233rem;width:12.5rem;height:2.59895625rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }