.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;
}
:root { --color-primary-0:231,236,233;--color-primary-1:174,191,180;--color-primary-2:93,126,105;--color-primary-3:47,63,53;--color-primary-4:14,19,16;--color-secondary-0:230,230,230;--color-secondary-1:172,172,173;--color-secondary-2:88,89,91;--color-secondary-3:44,45,46;--color-secondary-4:13,13,14;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row .container { background-color: transparent; background-image: none; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row .container > .video-iframe-container { display: none; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row > .video-iframe-container { display: none; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .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); }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row .container { border-width: 0; border-radius: 0; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;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.6875rem;width:16.875rem;top:0.5rem;left:1.1875rem;overflow:hidden;display:block; }
#QW52twILfzH0cXcgWaTIe5sC06ofTGvN { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:1.8125rem;left:47.3125rem;height:1.25rem;font-style:normal;display:block; }
#ptTBGerfbiznN0Bl16wx2SS9AdBqHfdW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.3125rem;left:45.0625rem; }
#niIGdringvD5SKJNO7wT7ZQtKUdaeXlF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.46875rem;left:58.303066037736rem;display:block; }
#mis1tC9GaXyLeq8A3lRWEPBs4hSWSlfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b3a69c6-e5fa-4e32-83de-d0b9b3729784/paverpooldeckandoutdoorkitchen.crop_1530x1328_0,202.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa.adaptive-delivery-prevent-bg, #T2GADi4q77i4GWG43i2LoyRHS9cDmmHa.lazyload, #T2GADi4q77i4GWG43i2LoyRHS9cDmmHa.lazyloading { background-image: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container { background-color: transparent; background-image: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.54); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container > .video-iframe-container { display: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.54); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row > .video-iframe-container { display: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .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); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container { border-width: 0; border-radius: 0; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa::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; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#hbDCn0gc1yR2Cir9M0yznveuJdbwxhSF { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:"source sans pro";font-size:3.625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:14.6787109375rem;left:11.9375rem;height:7.9740625rem;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; }
#FTi7gm4pF7CQKWhlfVUMReVht2mUCoyt { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.06640625rem;left:24.75rem;display:block; }
#KLfqQ5P3Fa57I9tpZc3r317FtGfUNGK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sr6udFPX8MoJIVuCxFAk0CUNtxsfpgXb { color:rgba(var(--color-primary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3rem;left:8.5625rem;height:1.57480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcysLe8i3DDE5ipsEIHzupNeE1Jl4nPg { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:28.38671875rem;left:24.6875rem;height:2.68085625rem;text-align:center;text-align-last:center;display:block; }
#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:44.25rem;left:0rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8cHb1ovP1XHZ6rEnH2CnSLM4ZX7ZXwM { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:40.816112518311rem;left:0rem;height:1.1876625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pgCm3mfQTX13iwXLQlK25GQvG2DbQccn { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:"source sans pro";font-size:2.0625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:28.38671875rem;left:24.6875rem;height:2.68085625rem;display:none; }
#TNCfSlRIxEteREwPqbxOv9W7IUUQV5wD { position:absolute;display:block;z-index:15047;height:8.1875rem;width:43.75rem;top:33.243522644043rem;left:15.624590873718rem;display:block; }
#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ { position:relative;display:block; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ { background-color: transparent; background-image: none; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .row .container > .video-iframe-container { display: none; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .row > .video-iframe-container { display: none; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .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); }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ { border-width: 0; border-radius: 0; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .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; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XkuD27vorORVkqfQTb8ir33T3PkVFdLh { color:rgba(var(--color-primary-3),1);display:block;width:15.5rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.55078125rem;left:4.0625rem;height:10.2374375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dp8G9uU0NcVn35w1eCyd0goWeLOiXSda { position:absolute;display:block;z-index:15033;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:4.625rem;width:14.5rem;top:3.5625rem;left:30.25rem;overflow:hidden;display:block; }
#Ph2RUAvv3GsK17q0iX08INt5cPrFLRPB { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:14.5625rem;top:8.63671875rem;left:30.21875rem;overflow:hidden;display:block; }
#nHkBtdTNKzVdSzZvqJSumfNIklNhw4uX { position:absolute;display:block;z-index:15034;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:4.0625rem;width:12.1875rem;top:10.41796875rem;left:54.90625rem;overflow:hidden;display:block; }
#qKgyLFZhw0xRU1ZXv77q652cg1CTqRE0 { position:absolute;display:block;z-index:15036;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:11.75rem;top:1.67578125rem;left:55.125rem;overflow:hidden;display:block; }
#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row .container { background-color: transparent; background-image: none; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row .container > .video-iframe-container { display: none; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row > .video-iframe-container { display: none; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .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); }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row .container { border-width: 0; border-radius: 0; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#eNtf2Vlf3MT6zcNGDvhqWQyHIKFcGhSE { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:31.8125rem;left:2.875rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IK2TnBG3oyyzcnoq8LriOdtvM9n655Eg { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:22.1875rem;top:13.625rem;left:1.4375rem;overflow:hidden;display:block; }
#d5nqzHpSBpDSPU3SMUr7TT5T95bRQxu3 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:22.1875rem;top:13.625rem;left:26.4375rem;overflow:hidden;display:block; }
#kg4cApBIEXVVSwvA5m5mSpbc6o4Dv8mQ { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:22.1875rem;top:13.625rem;left:51.4375rem;overflow:hidden;display:block; }
#RCslsmuAHM5sSQELsaxI2xqSzZKhPeg3 { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:31.8125rem;left:28.5625rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhGN1T6e0ZPx10PGkOc1xH9tbInmd2tL { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:31.8125rem;left:53.5625rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOdZFaTO0nTlfKqSXvyLhJF8dWyIIrVM { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:400;z-index:15024;line-height:1;letter-spacing:0;top:7.1875rem;left:0rem;height:2.62508125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f4O29QktP8wEvnaUZDcVooBweytv6PMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row .container { background-color: transparent; background-image: none; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row .container > .video-iframe-container { display: none; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row > .video-iframe-container { display: none; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .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); }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row .container { border-width: 0; border-radius: 0; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#hp5HlrSSGXCyvokxqi5W27afLIkX4mJ8 { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:19.1875rem;left:2.8125rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xl3smxtaHfmghuMyMDTXdprgrJSzNOCd { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:22.1875rem;top:1rem;left:1.34375rem;overflow:hidden;display:block; }
#u7iHt3wPOSfnqrrTBo97DgU8DbvPELW9 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:22.1875rem;top:1rem;left:26.34375rem;overflow:hidden;display:block; }
#SOgnMci9VvVMLeTb5TaarXibFwApIlyX { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top: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:16.625rem;width:22.1875rem;top:1rem;left:51.34375rem;overflow:hidden;display:block; }
#PPi3t5cP0tpkGxE8mhFmzpV3sNZyOoLN { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:19.1875rem;left:28.5rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbSI6wBkFPnqslPBuPOuskuy0F6bwZgg { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:19.1875rem;left:53.5rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c291e39d-bc59-442a-830f-6ead27bb8cf1/Gemini_Generated_Image_ax7nnrax7nnrax7n.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU.adaptive-delivery-prevent-bg, #Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU.lazyload, #Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU.lazyloading { background-image: none; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row .container { background-color: transparent; background-image: none; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.68); }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row .container > .video-iframe-container { display: none; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.68); }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row > .video-iframe-container { display: none; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .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); }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row .container { border-width: 0; border-radius: 0; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU::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; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:75rem;position:relative;display:block; }#P3ZyQgkfNRXHbGurv3WATT3dTREaVBNg { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:17.3125rem;left:32.5rem;display:block; }
#dCWDETLbN2WNdXWUMLlpozoh4o1TuQ7E { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:17.3125rem;left:46.25rem;height:2.55003125rem;font-style:normal;display:block; }
#RlBXP6cmSF2XNgfp1wUMIs0XAVOyMpKz { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:21.25rem;left:46.25rem;height:5.098425rem;font-style:normal;display:block; }
#xJ2lzJRyOidy5v7B7d5AwhRPMUv4rHHh { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:31.0625rem;left:32.5rem;display:block; }
#SJSWsNkSV5XwNlBXdkasmAuCvkgXMA0L { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:30rem;left:0rem;height:2.55003125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ne2MHWEuTyf3hu3a3m0auzPxIQTp0Qrt { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:33.75rem;left:0rem;height:6.797875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kTlQXZBMOA5xOLAvx3OTiHMt3umutL5l { color:rgba(var(--color-tertiary-1),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:47.625rem;left:46.25rem;height:6.797875rem;font-style:normal;display:block; }
#qFn5rFKVkMCrvAgZTp6TlhHZzX3gk1fu { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-1),0.3), rgba(var(--color-secondary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:10rem;width:10rem;top:44.8125rem;left:32.5rem;display:block; }
#deZJKp4p42kaKANNTucXqISnTdobigdq { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.125rem;left:10.625rem;height:7.349875rem;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:center;text-align-last:center;display:block; }
#c29DtXmbdOii422cp6OrJhhLqSv9ogue { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:7.5rem;width:0.5rem;top:25rem;left:37.25rem;display:block; }
#Khyp5T8siEhXnDaW80pUEQ1vAAHDOgI9 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.3)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.3), rgba(0,0,0,0));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:7.5rem;width:0.5rem;top:38.8125rem;left:37.25rem;display:block; }
#L34CdghxWLLBCvGM2L05cQheeh1OraL2 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:20.125rem;left:35.3125rem; }
#T99qf0mGwgD7F7UdByN1xqXiBcbkriQ8 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:33.875rem;left:35.3125rem; }
#WQDoW4ktaWES7LNILoFNmyCPkCfeGZRM { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:47.625rem;left:35.3125rem; }
#vByn8iW7WdJisr7A9C2HQpZFknnSGNui { color:rgba(var(--color-primary-0),1);display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1.5rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:44.8125rem;left:45.6875rem;height:1.5001625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { background-color: transparent; background-image: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .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); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { border-width: 0; border-radius: 0; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { color:rgba(var(--color-tertiary-3),1);display:block;width:28.4375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:17.875rem;left:46.125rem;height:4.7244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ac884998-dcc3-4f7e-9c52-eba2e765bf60/DrivewayedgingDrivewayedgingdetailwithpaversBaysidePavers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #5d7e69;border-left:0.0625rem solid #5d7e69;border-right:0.0625rem solid #5d7e69;border-bottom:0.0625rem solid #5d7e69;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:7.4375rem;left:0rem;display:block; }#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.adaptive-delivery-prevent-bg, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyload, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyloading { background-image: none; }
#yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);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:5.875rem;width:12.8125rem;top:31.375rem;left:23.75rem;display:block; }
#QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { color:rgba(var(--color-secondary-2),1);display:block;width:28.875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:14.75rem;left:46.125rem;height:2.27485rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkSPrvRl1QSc0K1GnxZQBlfIHLGCQ8Qn { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:25.375rem;left:46.125rem;display:block; }
#ABhUb6KH8gAALTiamCBgzOVDiLaonWT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOUQCD2FKwewrq2fHo825XIFb8TOCsU2 { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:33.3125rem;left:23.75rem;height:2.3564625rem;text-align:center;text-align-last:center;display:block; }
#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { background-color: transparent; background-image: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .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); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { border-width: 0; border-radius: 0; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { color:rgba(var(--color-secondary-2),1);display:block;width:28.0625rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:2.27485rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1FncGTuAqu1epPpqFx4uEPA9QhveUks { color:rgba(var(--color-tertiary-3),1);display:block;width:28.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:12.625rem;left:0rem;height:4.7244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c95331f-a3e9-43b6-bc1b-f3aedbc4835d/PooldeckhardscapePooldeckintegratedintohardscapedesignBaysidePavers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #5d7e69;border-left:0.0625rem solid #5d7e69;border-right:0.0625rem solid #5d7e69;border-bottom:0.0625rem solid #5d7e69;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:0.75rem;left:39.875rem;display:block; }#JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.adaptive-delivery-prevent-bg, #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.lazyload, #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.lazyloading { background-image: none; }
#nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);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:5.875rem;width:12.8125rem;top:22.75rem;left:36.1875rem;display:block; }
#KLkqoxPS0ppRXntKEZMh64MGiiB9J4kp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:18.875rem;left:0rem;display:block; }
#uO3autntUKmqXzHilerJGotVBVL9lFBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zvXGCpTtqIr1EQQW1iABqk0d6N8vZLfn { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:23.33203125rem;left:36.34375rem;height:4.712925rem;text-align:center;text-align-last:center;display:block; }
#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row .container { background-color: transparent; background-image: none; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row .container > .video-iframe-container { display: none; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row > .video-iframe-container { display: none; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .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); }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row .container { border-width: 0; border-radius: 0; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#ZdsnMoh4Lekzs6qNHMiVFzxG8pbz9GJc { color:rgba(var(--color-tertiary-3),1);display:block;width:28.1875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:9.5rem;left:46.8125rem;height:4.7244125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PVK0a12BTmbpSgU0R5kZHsEmqJ4OkNH7 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cebbd0b0-8182-4935-8be3-72b0b8f0de57/ArtificialgrasspatioArtificialgrasspatioareaforoutdoorlivingBaysidePavers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #5d7e69;border-left:0.0625rem solid #5d7e69;border-right:0.0625rem solid #5d7e69;border-bottom:0.0625rem solid #5d7e69;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:0.75rem;left:0rem;display:block; }#PVK0a12BTmbpSgU0R5kZHsEmqJ4OkNH7.adaptive-delivery-prevent-bg, #PVK0a12BTmbpSgU0R5kZHsEmqJ4OkNH7.lazyload, #PVK0a12BTmbpSgU0R5kZHsEmqJ4OkNH7.lazyloading { background-image: none; }
#pLJLXmdM8oWHR9c8qGpNtUS7kxbkqZin { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);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:5.875rem;width:12.8125rem;top:23.125rem;left:24.4375rem;display:block; }
#dWB483q0tP2V3BmfxxDaDFRwwJe9JlkG { color:rgba(var(--color-secondary-2),1);display:block;width:27.625rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:5.75rem;left:46.8125rem;height:2.27485rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7IrH3rHbvqxFozTwvdLA0u1Fz0A9Bui { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:20.875rem;left:49.5rem;display:block; }
#tGL92MDrqcgUWNR6SfXAgtSDDaEDw1Fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTqIGn4DqtIwiJsbAWphZ6xhrZPzZbph { color:rgba(var(--color-primary-0),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.8125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:23.70703125rem;left:24.59375rem;height:4.712925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e34fc85-8837-4bbb-bddd-1dce8dce3ee5/paverinstallation.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH.adaptive-delivery-prevent-bg, #SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH.lazyload, #SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH.lazyloading { background-image: none; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container { background-color: transparent; background-image: none; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container > .video-iframe-container { display: none; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.48); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row > .video-iframe-container { display: none; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .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); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container { border-width: 0; border-radius: 0; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH::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; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Vhw7nqcTwUku237yI70zhVZbOKvzcwla { color:rgba(var(--color-tertiary-0),1);display:block;width:74.8125rem;position:absolute;font-family:"source sans pro";font-size:3.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:4.5rem;left:0rem;height:3.84965625rem;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;text-align:center;text-align-last:center;display:block; }
#XFCPAFSw8RgsJbpbbmQTrmyGD1ZUUMTA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:12.6875rem;left:21.5rem;display:block; }
#Gom8mAqwvhkhBL5J0nu2xweNEWSwwoCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LsHUarfiNNSSOIpK6fnPJUAKTVI76kmn { color:rgba(var(--color-tertiary-2),1);display:block;width:69.1875rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:9.25rem;left:2.9375rem;height:;text-align:center;text-align-last:center;display:block; }
#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.7);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; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { background-color: transparent; background-image: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { display: none; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .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); }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { border-width: 0; border-radius: 0; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { position:absolute;display:block;z-index:15029;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af003ccf-6999-4f4b-9030-582fe23fe445/Gemini_Generated_Image_xxx9mpxxx9mpxxx9.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #58595b;border-left:0.0625rem solid #58595b;border-right:0.0625rem solid #58595b;border-bottom:0.0625rem solid #58595b;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:37.5rem;width:75rem;top:2.125rem;left:0rem;display:block; }#PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.adaptive-delivery-prevent-bg, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyload, #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma.lazyloading { background-image: none; }
#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { background-color: transparent; background-image: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { display: none; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .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); }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { border-width: 0; border-radius: 0; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { font-size:0.875rem;font-family:arial;height:53.25rem;width:75rem;position:relative;display:block; }#umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:27.25rem;left:26.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:30.875rem;left:25.9375rem;height:5.8481rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:12.375rem;left:50.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { color:rgba(var(--color-tertiary-3),1);display:block;width:22.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:16rem;left:50.625rem;height:5.8481rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);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:0.18652375rem;width:24.1230625rem;top:24.0625rem;left:25.4375rem;display:block; }
#TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);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:0.185546875rem;width:24.1230625rem;top:24.0625rem;left:50.4375rem;display:block; }
#MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { color:rgba(var(--color-secondary-2),1);display:block;width:24.125rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:15.9375rem;left:0rem;height:6.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);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:0.1875rem;width:24.125rem;top:24.0625rem;left:0.4375rem;display:block; }
#O0ydOqCf1gtkwaM5NXZnTTltRU25Zxff { color:rgba(var(--color-secondary-2),1);display:block;width:75rem;position:absolute;font-family:"source sans pro";font-size:2.625rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:2.62508125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBHnOJVI1LlTM9LxJ9PVNazMMsxkZOmO { color:rgba(var(--color-secondary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:27.4375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UkAPLw11vrsQUUSaPiBmFv2cUL45kItS { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:30.3125rem;left:0rem;height:6.2991875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dOSvJ8sCWaC2Ga2QtLpTuVnXfw6DauVA { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:27.25rem;left:50.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzwsNwS6vPiKAFAG4N3SDFPVXKNvvOGE { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:30.125rem;left:50.875rem;height:5.8481rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoxqCDFK1sHGUvENs0CdaqHLlJGhrH6a { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);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:0.18652375rem;width:24.1230625rem;top:38.1875rem;left:25.4375rem;display:block; }
#mgZFsZFbTpkfIz3I3ZtblGPkJoZXUDqr { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);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:0.185546875rem;width:24.1230625rem;top:38.1875rem;left:50.4375rem;display:block; }
#hQ3qeX4bwTBNCshpTo5ICvCEDWIQMKlx { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);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:0.1875rem;width:24.125rem;top:38.1875rem;left:0.4375rem;display:block; }
#ezd3Ogfyxs0MiKtCFvF8Ok2qIFUfOuiC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9375rem;height:3.5rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:41.125rem;left:25rem;display:block; }
#EVtyfwLg9P9iXMWHBWbNpsOM37nFHEiu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hySLVT5qtgKvCRQZdZhMS2dcIc6GUy1P { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:12.375rem;left:25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3xayTKKcp6kPf5Mx1BWVsmv1C3T4JHC { color:rgba(var(--color-tertiary-3),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:15.25rem;left:25rem;height:5.8481rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df9480e5-8469-4b13-932d-080bf8c3089c/Gemini_Generated_Image_okuqs1okuqs1okuq.png");background-position:center left !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; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn.adaptive-delivery-prevent-bg, #ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn.lazyload, #ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn.lazyloading { background-image: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container { background-color: transparent; background-image: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.26); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container > .video-iframe-container { display: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.26); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row > .video-iframe-container { display: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .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); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container { border-width: 0; border-radius: 0; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn::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; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#vBuNtr0L5htJaaWbSutbkTxLZkylTkpC { color:rgba(var(--color-primary-0),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:48.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kQDMUeu7TvxlKUZPAOM9PVSsUVD5vRQn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);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:0.125rem;width:2.5rem;top:15.5rem;left:36.25rem;display:block; }
#oIINmPg5e9UZPg1uiP7x9D48AO5EQMns { color:rgba(var(--color-primary-0),0.91);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.8125rem;left:7.5rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nT9G1rIScxBKmKT49lGR6oakkuFftAym { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.125rem;width:18.9375rem;top:22.5625rem;left:6.25rem;display:block; }
#NNNB7JDvlsrddlVJfVOO0045DtKh4vMV { color:rgba(var(--color-secondary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:23.8125rem;left:6.8125rem;height:5.99901875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rm8G6qUPEDvpe1g6u67ekg1Kp9K43bE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:35.9375rem;left:13.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9OM70OKVpKhkDA51JtSi7WerIHbC8GJ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a4281cb-6547-4de0-8c4a-48491d8f3cea/JennBishop.jpg");background-position: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:33rem;left:7.5rem;display:block; }#v9OM70OKVpKhkDA51JtSi7WerIHbC8GJ.adaptive-delivery-prevent-bg, #v9OM70OKVpKhkDA51JtSi7WerIHbC8GJ.lazyload, #v9OM70OKVpKhkDA51JtSi7WerIHbC8GJ.lazyloading { background-image: none; }
#I5c9FoXCm6nTpRacI2s9ZqRl2GeXADSI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.9375rem;left:35rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XtqQmMAdWx3Tqc8nwLh0WZaxWu2c5J9z { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16rem;width:18.9375rem;top:22.5625rem;left:27.5rem;display:block; }
#BBhTIbGZ0BydBdewXkNpVoHmTJ0nze3f { color:rgba(var(--color-secondary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:23.8125rem;left:28.1875rem;height:7.9986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZcwRbL4cHbdJu3bhLdQCbA81c5OiScy { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/pAtA8xe_iVM/unsplash/linkedin-sales-solutions-pAtA8xe_iVM-photo-1560250097-0b93528c311a.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:33rem;left:28.75rem;display:block; }#tZcwRbL4cHbdJu3bhLdQCbA81c5OiScy.adaptive-delivery-prevent-bg, #tZcwRbL4cHbdJu3bhLdQCbA81c5OiScy.lazyload, #tZcwRbL4cHbdJu3bhLdQCbA81c5OiScy.lazyloading { background-image: none; }
#vT0HS2olZhuzVHkVrgALkILqS22DAnQb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.3125rem;left:56.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rOXsFpadrdAHBLWmEPTtKxIlPFZGN1CA { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);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: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.3125rem;width:18.9375rem;top:22.5625rem;left:48.75rem;display:block; }
#la4LOHDGo2huBZUSUETesyVLQ491rurJ { color:rgba(var(--color-secondary-3),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:22.8125rem;left:49.5rem;height:11.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cIMWMwWSZoOFw06cHT5wn0JwPgEQNoJx { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e558b76d-a3e3-4a4b-ba38-e1b175bcf829/JonathanTaylorPhotoforBaysideGoogleReviews.jpg");background-position: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:33rem;left:50rem;display:block; }#cIMWMwWSZoOFw06cHT5wn0JwPgEQNoJx.adaptive-delivery-prevent-bg, #cIMWMwWSZoOFw06cHT5wn0JwPgEQNoJx.lazyload, #cIMWMwWSZoOFw06cHT5wn0JwPgEQNoJx.lazyloading { background-image: none; }
#hLXunh0Z979N20pZZB3pDy5VihTKRJKm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:39.4375rem;left:28.9375rem; }
#Vhz6hT6LcIbSUA2pGmuu0iAZrtNd3462 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.3125rem;left:27.3125rem;height:5.6053125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 { background-color:rgba(var(--color-secondary-2),0.48);background-image:none;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; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container { background-color: transparent; background-image: none; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container > .video-iframe-container { display: none; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row > .video-iframe-container { display: none; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .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); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container { border-width: 0; border-radius: 0; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#ZwOBk0FwJTRuPte5TT1VgqbT8DaimCuq { color:rgba(var(--color-tertiary-0),1);display:block;width:74.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:4.5rem;left:0rem;height:3.84965625rem;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;text-align:center;text-align-last:center;display:block; }
#DzRVb9xdJF9KUIxFrgzXcnUNIh0378wR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:11.75rem;left:23.75rem;display:block; }
#m2eBReIrLHyRaQuqByLV4hPaB9To9kO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9uvWVmCCgt8UdX8lQ5wIBKdKk8RvVe3 { color:rgba(var(--color-tertiary-2),1);display:block;width:69.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:9.25rem;left:2.9375rem;height:1.8684375rem;display:block; }
#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row .container { background-color: transparent; background-image: none; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row .container > .video-iframe-container { display: none; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row > .video-iframe-container { display: none; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .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); }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row .container { border-width: 0; border-radius: 0; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:block; }#y2q6SETfqqJORdGs4nvCTPHz27SImd0V { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a7a00dc-4e1c-4036-b198-5e6b35832100/5278SMontecitoDrBaysidePavers70.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:3.6875rem;left:2.5rem;display:block; }#y2q6SETfqqJORdGs4nvCTPHz27SImd0V.adaptive-delivery-prevent-bg, #y2q6SETfqqJORdGs4nvCTPHz27SImd0V.lazyload, #y2q6SETfqqJORdGs4nvCTPHz27SImd0V.lazyloading { background-image: none; }
#UvWaIFxen2Xq14A15ZbaFqy5gvqUFMVe { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad038025-d43f-4067-9f3d-744fafe573a7/TakacsCrockett.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:16rem;width:19.75rem;top:48.25rem;left:52.5rem;display:block; }#UvWaIFxen2Xq14A15ZbaFqy5gvqUFMVe.adaptive-delivery-prevent-bg, #UvWaIFxen2Xq14A15ZbaFqy5gvqUFMVe.lazyload, #UvWaIFxen2Xq14A15ZbaFqy5gvqUFMVe.lazyloading { background-image: none; }
#S0hEGfkNgiQueTpwPRKcp43gfG90V9Wl { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:10.625rem;left:53.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GRqFdh664vm2vGKSiZ2sey3ThXKMKF9O { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1ea59cb1-0db3-4aa9-8786-abab960716ed/5278SMontecitoDrBaysidePavers34.jpg");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:21.875rem;top:3.875rem;left:27.6875rem;display:block; }#GRqFdh664vm2vGKSiZ2sey3ThXKMKF9O.adaptive-delivery-prevent-bg, #GRqFdh664vm2vGKSiZ2sey3ThXKMKF9O.lazyload, #GRqFdh664vm2vGKSiZ2sey3ThXKMKF9O.lazyloading { background-image: none; }
#mNn4P2mOiCltqUNy5Oxp6PuSItnDQqcU { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19f5da35-8508-4ea5-b648-de785aee71c6/5278SMontecitoDrBaysidePavers5.jpg");background-position:center right !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:21.875rem;top:26.875rem;left:2.5rem;display:block; }#mNn4P2mOiCltqUNy5Oxp6PuSItnDQqcU.adaptive-delivery-prevent-bg, #mNn4P2mOiCltqUNy5Oxp6PuSItnDQqcU.lazyload, #mNn4P2mOiCltqUNy5Oxp6PuSItnDQqcU.lazyloading { background-image: none; }
#uG48pn2aaGPql64ZGT6rXx9FXolkWmHU { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/67023944-b3b9-4146-9723-797a43743e0b/AndersonDanville7.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:21.875rem;top:26.875rem;left:27.5rem;display:block; }#uG48pn2aaGPql64ZGT6rXx9FXolkWmHU.adaptive-delivery-prevent-bg, #uG48pn2aaGPql64ZGT6rXx9FXolkWmHU.lazyload, #uG48pn2aaGPql64ZGT6rXx9FXolkWmHU.lazyloading { background-image: none; }
#MKsHXRWVVB61FW9FMTVUo03wcKinkKV3 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08d39bc4-19cb-4523-a881-9e5af0c656ef/5278SMontecitoDrBaysidePavers46.jpg");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:21.875rem;top:50.875rem;left:2.6875rem;display:block; }#MKsHXRWVVB61FW9FMTVUo03wcKinkKV3.adaptive-delivery-prevent-bg, #MKsHXRWVVB61FW9FMTVUo03wcKinkKV3.lazyload, #MKsHXRWVVB61FW9FMTVUo03wcKinkKV3.lazyloading { background-image: none; }
#eHzJy9ZdDu2TBPuuLTXw8EMt2HyVvZGp { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;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:0.3125rem;width:7.6875rem;top:3.75rem;left:42.3125rem;display:block; }
#QyVb422gqHhswkBgRT0HmDPzIVTyu1Wk { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1c253e2-bb82-4700-bb7b-936421f1b7c8/IMG_8168.JPG");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.75rem;top:26.875rem;left:52.5rem;display:block; }#QyVb422gqHhswkBgRT0HmDPzIVTyu1Wk.adaptive-delivery-prevent-bg, #QyVb422gqHhswkBgRT0HmDPzIVTyu1Wk.lazyload, #QyVb422gqHhswkBgRT0HmDPzIVTyu1Wk.lazyloading { background-image: none; }
#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row .container { background-color: transparent; background-image: none; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row .container > .video-iframe-container { display: none; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row > .video-iframe-container { display: none; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .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); }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row .container { border-width: 0; border-radius: 0; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#ygggqnBlRbNrUvnLiyEMgLcNE7WEnb6Q { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:3.52485rem;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;font-style:normal;display:block; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-3),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_bc617517cdb9c02ab0babb51fc806cec396d054d.svg");background-size:contain !important; }#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-trigger.adaptive-delivery-prevent-bg, #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-trigger.lazyload, #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-trigger.lazyloading { background-image: none; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15024;background-color:transparent;background-image:none;padding-top:1.3125rem;padding-right:1.3125rem;padding-bottom:1.3125rem;padding-left:1.3125rem;top:6.75rem;left:10.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #e2MPJx7fIAwVZh2rNb7XhLrCUaSRss7J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #lrqvWoyXdUUGz1BaNLcKGLslhNOx7a76 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Xbgic2GKsfZTlIpnZ51N4OWlxNG6uHII { display:block;position:relative; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ryuw2gzAHF6myTvFFT7B4HP8loxDHGIQ {  }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TzrglTHTlTgDA15i2shhDoK2D6w1zmEx {  }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #KgRhnKl1J3S1mFXi4Olb58ZdGZDST6SD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #lGCBK7hCRAaTZIZ6aE4G7qMdXX0Li1NK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #WMqAJHbDpIp1LDBmsakxdGWQKhBATiMh { display:block;position:relative; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #LOoPArXVtIWyLr54gIO0kQtSNIemeGLn {  }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #oc9mtl7Bmegc3gs5FkgRh60gEEV9xQ8C { display:none; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #HL4PTzZhInM30egyHlndXf8fkbJ65qbp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #L0nbFTksiMsymCBXZB2WlXHisEAc49J9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ZNd1ox6sBcwWzs96BoVR1uJ5hE0X0zxS { display:block;position:relative; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Bx5BRNUdqP6oPpkFdhCiSVbcTLgKEPPf {  }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Ka6N6okDOLMayL7y2aGLTAegywtfwX0Q { display:none; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TDHzbwsIIeeNaHl6A1aZDBEHiGHGSRVh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #KzJ4Wtp1pNcOiigrdTTgO6dkLZ12Vuew { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #fhS19ZRILQaNvHA5sTrz7Qyf8gF7uPBX { display:block;position:relative; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #E4NR6F6GkNmRCBHRPtr9bveMQHfIaVRV {  }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #GyQwVbHI63zab7ePeoD2ACnTOyi3xhLw { display:none; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #xX73LSBN3spOZdlcRwOcB6PUVynHIHgO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #koND9fI4ho1NUFegEGBQW5mBOxkCGp8Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Vyxf1TCCy5gQkWtiT6RKUevW37MVBRV6 { display:block;position:relative; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #mtUCSmWUee54BlVQxXkcRDQZenK4ers3 {  }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ym4GsiWRmHvf5kEPe3TS5attAtuMP4Wy { display:none; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #SslyTJoLCBJ9vDo5EsUtpJ71SNpb1fSN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TfxHa51XDclTU71i4OytKvEmxK0UaCXK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #AWx0VFGo79EPgnxAESzBmSkWXKB37cRS { display:block;position:relative; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #GEU4GqyCFs19hh3AwIRggBRV3MVCGQWz {  }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #w2J7SNmxcyOiTTX03SqxtbixZuxo1h8v { display:none; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/239890e5-fbad-4acc-b23b-72557e284735/DrivewaypavingstonesPavingstonesinstalledondrivewayBaysidePavers.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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:75rem;position:relative;display:block; }#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15023;line-height:1;letter-spacing:0;top:5.685546875rem;left:3.0625rem;height:5.2501625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.375rem;left:47.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:33rem;left:47.25rem;height:1.95005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:36.75rem;left:47.25rem;height:1.95005rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:28.6875rem;left:43.375rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:32.375rem;left:43.375rem;display:block; }
#D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:36.1875rem;left:43.375rem;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;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:12.5rem;width:0.1875rem;top:27.724609375rem;left:40.46875rem;display:block; }
#IttlzKDgUeQ6NmJp3QTrZJzC5ZA3ZdQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.1875rem;left:43.9375rem; }
#biB04V8qPThvoEz5TQkUve4l2H9XVp3G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:32.8125rem;left:43.875rem; }
#pSaQsTJrLDM5tdZn6Gcx8iqHWyFdAbCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:36.75rem;left:44rem; }
#zqZcfE1Vp1aH9Au4S1A2p95aMl9gvoCM { position:absolute;display:block;z-index:15045;height:14.75rem;width:29.8125rem;top:48.07421875rem;left:43.34375rem;display:block; }
#aVCyy9UCC0Qa3VON748iiU2elS6gq4HV { position:absolute;display:block;z-index:15046;height:50.4375rem;width:38.75rem;top:12.324476242066rem;left:0.55200099945068rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:rgba(var(--color-tertiary-1),1);background-image:none;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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-3),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7556419372559rem;left:66.061420440675rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.625rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#Htfbze5uGhIn8NTdsDPoS0G4L3uJ0pGt { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.7548828125rem;left:28.78125rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh { display:block; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:16.875rem;height:3.6875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:9.1875rem;height:1.25rem;top:1.8125rem;left:26.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTBGerfbiznN0Bl16wx2SS9AdBqHfdW { top:1.3125rem;left:24.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #niIGdringvD5SKJNO7wT7ZQtKUdaeXlF { width:16.5625rem;height:3.625rem;top:0.4375rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mis1tC9GaXyLeq8A3lRWEPBs4hSWSlfZ { display:block; }
 }@media only screen and (max-width: 763px) { #T2GADi4q77i4GWG43i2LoyRHS9cDmmHa { display:block; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbDCn0gc1yR2Cir9M0yznveuJdbwxhSF { width:47.75rem;height:;top:14.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTi7gm4pF7CQKWhlfVUMReVht2mUCoyt { width:25.5rem;height:3.5rem;top:31.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLfqQ5P3Fa57I9tpZc3r317FtGfUNGK2 { display:block; }
 }@media only screen and (max-width: 763px) { #sr6udFPX8MoJIVuCxFAk0CUNtxsfpgXb { width:19.375rem;height:1.5625rem;top:3rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcysLe8i3DDE5ipsEIHzupNeE1Jl4nPg { top:28.375rem;left:11.062092781067rem;width:25.5625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:1.5rem;top:44.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8cHb1ovP1XHZ6rEnH2CnSLM4ZX7ZXwM { width:47.75rem;height:1.1875rem;top:40.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgCm3mfQTX13iwXLQlK25GQvG2DbQccn { top:19.3125rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNCfSlRIxEteREwPqbxOv9W7IUUQV5wD { top:33.1875rem;left:1.9995908737182rem;width:43.75rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkugcs2xPen9M4lRxF4XASF3DznE6zeJ { display:block; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkuD27vorORVkqfQTb8ir33T3PkVFdLh { width:15.5rem;height:10.1875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8G9uU0NcVn35w1eCyd0goWeLOiXSda { width:14.5rem;height:4.625rem;top:3.5625rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph2RUAvv3GsK17q0iX08INt5cPrFLRPB { width:14.5625rem;height:7.625rem;top:8.625rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHkBtdTNKzVdSzZvqJSumfNIklNhw4uX { width:12.1875rem;height:4.0625rem;top:10.375rem;left:32.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKgyLFZhw0xRU1ZXv77q652cg1CTqRE0 { width:11.75rem;height:5.8125rem;top:1.625rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx { display:block; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNtf2Vlf3MT6zcNGDvhqWQyHIKFcGhSE { width:18rem;height:1.5rem;top:31.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK2TnBG3oyyzcnoq8LriOdtvM9n655Eg { top:13.625rem;left:0rem;width:22.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5nqzHpSBpDSPU3SMUr7TT5T95bRQxu3 { top:13.625rem;left:9.5625rem;width:22.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg4cApBIEXVVSwvA5m5mSpbc6o4Dv8mQ { top:13.625rem;left:25.4375rem;width:22.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCslsmuAHM5sSQELsaxI2xqSzZKhPeg3 { width:18rem;height:1.5rem;top:31.8125rem;left:13.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGN1T6e0ZPx10PGkOc1xH9tbInmd2tL { width:18rem;height:1.5rem;top:31.8125rem;left:29.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOdZFaTO0nTlfKqSXvyLhJF8dWyIIrVM { width:47.75rem;height:2.625rem;top:7.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4O29QktP8wEvnaUZDcVooBweytv6PMm { display:block; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hp5HlrSSGXCyvokxqi5W27afLIkX4mJ8 { width:18rem;height:1.5rem;top:19.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl3smxtaHfmghuMyMDTXdprgrJSzNOCd { top:1rem;left:0rem;width:22.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iHt3wPOSfnqrrTBo97DgU8DbvPELW9 { top:1rem;left:9.4375rem;width:22.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgnMci9VvVMLeTb5TaarXibFwApIlyX { top:1rem;left:25.3125rem;width:22.1875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPi3t5cP0tpkGxE8mhFmzpV3sNZyOoLN { width:18rem;height:;top:19.1875rem;left:13.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSI6wBkFPnqslPBuPOuskuy0F6bwZgg { width:18rem;height:;top:19.1875rem;left:29.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU { display:block; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3ZyQgkfNRXHbGurv3WATT3dTREaVBNg { width:10rem;height:10rem;top:17.3125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWDETLbN2WNdXWUMLlpozoh4o1TuQ7E { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlBXP6cmSF2XNgfp1wUMIs0XAVOyMpKz { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2lzJRyOidy5v7B7d5AwhRPMUv4rHHh { width:10rem;height:10rem;top:31.0625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSWsNkSV5XwNlBXdkasmAuCvkgXMA0L { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne2MHWEuTyf3hu3a3m0auzPxIQTp0Qrt { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTlQXZBMOA5xOLAvx3OTiHMt3umutL5l { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFn5rFKVkMCrvAgZTp6TlhHZzX3gk1fu { width:10rem;height:10rem;top:44.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZJKp4p42kaKANNTucXqISnTdobigdq { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c29DtXmbdOii422cp6OrJhhLqSv9ogue { width:0.5rem;height:7.5rem;top:25rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khyp5T8siEhXnDaW80pUEQ1vAAHDOgI9 { width:0.5rem;height:7.5rem;top:38.8125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L34CdghxWLLBCvGM2L05cQheeh1OraL2 { top:20.125rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99qf0mGwgD7F7UdByN1xqXiBcbkriQ8 { top:33.875rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQDoW4ktaWES7LNILoFNmyCPkCfeGZRM { top:47.625rem;left:21.6875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vByn8iW7WdJisr7A9C2HQpZFknnSGNui { width:21.875rem;height:0;top:44.8125rem;left:25.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:28.4375rem;height:4.6875rem;top:17.875rem;left:19.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:35rem;height:30.25rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { width:12.8125rem;height:5.875rem;top:31.375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:28.875rem;height:2.25rem;top:14.75rem;left:18.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkSPrvRl1QSc0K1GnxZQBlfIHLGCQ8Qn { width:28.3125rem;height:3.5rem;top:25.375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABhUb6KH8gAALTiamCBgzOVDiLaonWT4 { display:block; }
 }@media only screen and (max-width: 763px) { #DOUQCD2FKwewrq2fHo825XIFb8TOCsU2 { top:33.3125rem;left:11.375rem;width:12.5rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { width:28.0625rem;height:2.25rem;top:8.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:28.3125rem;height:4.6875rem;top:12.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { width:35rem;height:30.25rem;top:0.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:12.8125rem;height:5.875rem;top:22.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkqoxPS0ppRXntKEZMh64MGiiB9J4kp { width:28.3125rem;height:3.5rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO3autntUKmqXzHilerJGotVBVL9lFBm { display:block; }
 }@media only screen and (max-width: 763px) { #zvXGCpTtqIr1EQQW1iABqk0d6N8vZLfn { top:23.3125rem;left:11.375rem;width:12.5rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm { display:block; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdsnMoh4Lekzs6qNHMiVFzxG8pbz9GJc { width:28.1875rem;height:4.6875rem;top:9.5rem;left:19.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVK0a12BTmbpSgU0R5kZHsEmqJ4OkNH7 { width:35rem;height:30.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLJLXmdM8oWHR9c8qGpNtUS7kxbkqZin { width:12.8125rem;height:5.875rem;top:23.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWB483q0tP2V3BmfxxDaDFRwwJe9JlkG { width:27.625rem;height:2.25rem;top:5.75rem;left:20.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7IrH3rHbvqxFozTwvdLA0u1Fz0A9Bui { width:25.5rem;height:3.5rem;top:20.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGL92MDrqcgUWNR6SfXAgtSDDaEDw1Fi { display:block; }
 }@media only screen and (max-width: 763px) { #sTqIGn4DqtIwiJsbAWphZ6xhrZPzZbph { top:23.6875rem;left:11.375rem;width:12.5rem;height:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH { display:block; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vhw7nqcTwUku237yI70zhVZbOKvzcwla { width:47.75rem;height:3.8125rem;top:4.5rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFCPAFSw8RgsJbpbbmQTrmyGD1ZUUMTA { width:25.5rem;height:3.5rem;top:12.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gom8mAqwvhkhBL5J0nu2xweNEWSwwoCm { display:block; }
 }@media only screen and (max-width: 763px) { #LsHUarfiNNSSOIpK6fnPJUAKTVI76kmn { top:9.25rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { width:47.625rem;height:37.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:23.75rem;height:2rem;top:27.25rem;left:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:24.125rem;height:5.8125rem;top:30.875rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:23.75rem;height:2rem;top:12.375rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:22.6875rem;height:5.8125rem;top:16rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:24.0625rem;height:0.125rem;top:24.0625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { width:24.0625rem;height:0.125rem;top:24.0625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { width:24.125rem;height:;top:12.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:24.125rem;height:6.25rem;top:15.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { width:24.125rem;height:0.1875rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ydOqCf1gtkwaM5NXZnTTltRU25Zxff { width:47.75rem;height:2.625rem;top:5.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBHnOJVI1LlTM9LxJ9PVNazMMsxkZOmO { width:24.125rem;height:2rem;top:27.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkAPLw11vrsQUUSaPiBmFv2cUL45kItS { width:24.125rem;height:6.25rem;top:30.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOSvJ8sCWaC2Ga2QtLpTuVnXfw6DauVA { width:23.75rem;height:2rem;top:27.25rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzwsNwS6vPiKAFAG4N3SDFPVXKNvvOGE { width:24.125rem;height:5.8125rem;top:30.125rem;left:23.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoxqCDFK1sHGUvENs0CdaqHLlJGhrH6a { width:24.0625rem;height:0.125rem;top:38.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgZFsZFbTpkfIz3I3ZtblGPkJoZXUDqr { width:24.0625rem;height:0.125rem;top:38.1875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3qeX4bwTBNCshpTo5ICvCEDWIQMKlx { width:24.125rem;height:0.1875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezd3Ogfyxs0MiKtCFvF8Ok2qIFUfOuiC { width:24.9375rem;height:3.5rem;top:41.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVtyfwLg9P9iXMWHBWbNpsOM37nFHEiu { display:block; }
 }@media only screen and (max-width: 763px) { #hySLVT5qtgKvCRQZdZhMS2dcIc6GUy1P { width:23.75rem;height:2rem;top:12.375rem;left:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3xayTKKcp6kPf5Mx1BWVsmv1C3T4JHC { width:24.125rem;height:5.8125rem;top:15.25rem;left:7.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn { display:block; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBuNtr0L5htJaaWbSutbkTxLZkylTkpC { width:23.1875rem;height:4.0625rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQDMUeu7TvxlKUZPAOM9PVSsUVD5vRQn { width:2.5rem;height:0.125rem;top:15.5rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIINmPg5e9UZPg1uiP7x9D48AO5EQMns { width:47.75rem;height:;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT9G1rIScxBKmKT49lGR6oakkuFftAym { width:18.9375rem;height:16.125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNNB7JDvlsrddlVJfVOO0045DtKh4vMV { width:17.5rem;height:6rem;top:23.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm8G6qUPEDvpe1g6u67ekg1Kp9K43bE3 { width:11.25rem;height:1.625rem;top:35.9375rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9OM70OKVpKhkDA51JtSi7WerIHbC8GJ { width:4.5625rem;height:4.5625rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5c9FoXCm6nTpRacI2s9ZqRl2GeXADSI { width:11.25rem;height:1.625rem;top:35.9375rem;left:21.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtqQmMAdWx3Tqc8nwLh0WZaxWu2c5J9z { width:18.9375rem;height:16rem;top:22.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBhTIbGZ0BydBdewXkNpVoHmTJ0nze3f { width:17.5rem;height:8rem;top:23.8125rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZcwRbL4cHbdJu3bhLdQCbA81c5OiScy { width:4.5625rem;height:4.5625rem;top:33rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT0HS2olZhuzVHkVrgALkILqS22DAnQb { width:11.25rem;height:1.625rem;top:36.3125rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOXsFpadrdAHBLWmEPTtKxIlPFZGN1CA { width:18.9375rem;height:16.3125rem;top:22.5625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la4LOHDGo2huBZUSUETesyVLQ491rurJ { width:17.5rem;height:12rem;top:22.8125rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIMWMwWSZoOFw06cHT5wn0JwPgEQNoJx { width:4.5625rem;height:4.5625rem;top:33rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLXunh0Z979N20pZZB3pDy5VihTKRJKm { top:39.4375rem;left:15.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhz6hT6LcIbSUA2pGmuu0iAZrtNd3462 { width:20.3125rem;height:5.5625rem;top:36.3125rem;left:13.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 { display:block; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwOBk0FwJTRuPte5TT1VgqbT8DaimCuq { width:47.75rem;height:3.8125rem;top:4.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzRVb9xdJF9KUIxFrgzXcnUNIh0378wR { width:25.5rem;height:3.5rem;top:11.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2eBReIrLHyRaQuqByLV4hPaB9To9kO6 { display:block; }
 }@media only screen and (max-width: 763px) { #D9uvWVmCCgt8UdX8lQ5wIBKdKk8RvVe3 { top:9.25rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I { display:block; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2q6SETfqqJORdGs4nvCTPHz27SImd0V { width:21.875rem;height:21.875rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvWaIFxen2Xq14A15ZbaFqy5gvqUFMVe { width:19.75rem;height:16rem;top:48.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hEGfkNgiQueTpwPRKcp43gfG90V9Wl { width:17.875rem;height:3rem;top:10.625rem;left:29.75rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRqFdh664vm2vGKSiZ2sey3ThXKMKF9O { top:3.875rem;left:9.875rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNn4P2mOiCltqUNy5Oxp6PuSItnDQqcU { top:26.875rem;left:0rem;width:21.875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG48pn2aaGPql64ZGT6rXx9FXolkWmHU { top:26.875rem;left:9.875rem;width:21.875rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKsHXRWVVB61FW9FMTVUo03wcKinkKV3 { top:50.875rem;left:0rem;width:21.875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHzJy9ZdDu2TBPuuLTXw8EMt2HyVvZGp { top:3.75rem;left:24.0625rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyVb422gqHhswkBgRT0HmDPzIVTyu1Wk { width:19.75rem;height:19.875rem;top:26.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf { display:block; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygggqnBlRbNrUvnLiyEMgLcNE7WEnb6Q { top:3.3125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #e2MPJx7fIAwVZh2rNb7XhLrCUaSRss7J {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #lrqvWoyXdUUGz1BaNLcKGLslhNOx7a76 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Xbgic2GKsfZTlIpnZ51N4OWlxNG6uHII {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ryuw2gzAHF6myTvFFT7B4HP8loxDHGIQ {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TzrglTHTlTgDA15i2shhDoK2D6w1zmEx {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #KgRhnKl1J3S1mFXi4Olb58ZdGZDST6SD {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #lGCBK7hCRAaTZIZ6aE4G7qMdXX0Li1NK {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #WMqAJHbDpIp1LDBmsakxdGWQKhBATiMh {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #LOoPArXVtIWyLr54gIO0kQtSNIemeGLn {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #oc9mtl7Bmegc3gs5FkgRh60gEEV9xQ8C {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #HL4PTzZhInM30egyHlndXf8fkbJ65qbp {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #L0nbFTksiMsymCBXZB2WlXHisEAc49J9 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ZNd1ox6sBcwWzs96BoVR1uJ5hE0X0zxS {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Bx5BRNUdqP6oPpkFdhCiSVbcTLgKEPPf {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Ka6N6okDOLMayL7y2aGLTAegywtfwX0Q {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TDHzbwsIIeeNaHl6A1aZDBEHiGHGSRVh {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #KzJ4Wtp1pNcOiigrdTTgO6dkLZ12Vuew {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #fhS19ZRILQaNvHA5sTrz7Qyf8gF7uPBX {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #E4NR6F6GkNmRCBHRPtr9bveMQHfIaVRV {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #GyQwVbHI63zab7ePeoD2ACnTOyi3xhLw {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #xX73LSBN3spOZdlcRwOcB6PUVynHIHgO {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #koND9fI4ho1NUFegEGBQW5mBOxkCGp8Q {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Vyxf1TCCy5gQkWtiT6RKUevW37MVBRV6 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #mtUCSmWUee54BlVQxXkcRDQZenK4ers3 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ym4GsiWRmHvf5kEPe3TS5attAtuMP4Wy {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #SslyTJoLCBJ9vDo5EsUtpJ71SNpb1fSN {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TfxHa51XDclTU71i4OytKvEmxK0UaCXK {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #AWx0VFGo79EPgnxAESzBmSkWXKB37cRS {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #GEU4GqyCFs19hh3AwIRggBRV3MVCGQWz {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #w2J7SNmxcyOiTTX03SqxtbixZuxo1h8v {  }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:35rem;height:5.25rem;top:5.625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:20.625rem;height:;top:29.375rem;left:27.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:22.625rem;height:1.9375rem;top:33rem;left:25.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:23.4375rem;height:1.9375rem;top:36.75rem;left:24.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:28.6875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:32.375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:36.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:27.6875rem;left:26.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IttlzKDgUeQ6NmJp3QTrZJzC5ZA3ZdQu { top:29.1875rem;left:30.3125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #biB04V8qPThvoEz5TQkUve4l2H9XVp3G { top:32.8125rem;left:30.25rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSaQsTJrLDM5tdZn6Gcx8iqHWyFdAbCK { top:36.75rem;left:30.375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqZcfE1Vp1aH9Au4S1A2p95aMl9gvoCM { top:48.0625rem;left:17.9375rem;width:29.8125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVCyy9UCC0Qa3VON748iiU2elS6gq4HV { top:12.3125rem;left:0rem;width:38.75rem;height:50.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:8.8125rem;height:1.25rem;top:1.75rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:12.625rem;height:2.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htfbze5uGhIn8NTdsDPoS0G4L3uJ0pGt { top:1.75rem;left:15.15625rem;width:22.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh { position:relative;z-index:auto;display:block; }#rd2RTwfnfRscVFTmvFI1Ja1RtULM4JIh > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:6.375rem;height:1.4375rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW52twILfzH0cXcgWaTIe5sC06ofTGvN { width:8.375rem;height:0.75008125rem;top:3.5rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTBGerfbiznN0Bl16wx2SS9AdBqHfdW { display:flex;width:0.9375rem;height:0.9375rem;top:3.4375rem;left:11rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #niIGdringvD5SKJNO7wT7ZQtKUdaeXlF { width:10.6875rem;height:2.1875rem;top:1.03125rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mis1tC9GaXyLeq8A3lRWEPBs4hSWSlfZ { display:block; }
 }@media only screen and (max-width: 763px) { #T2GADi4q77i4GWG43i2LoyRHS9cDmmHa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b3a69c6-e5fa-4e32-83de-d0b9b3729784/paverpooldeckandoutdoorkitchen.crop_1530x1328_0,202.jpg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #5d7e69;border-left:0.0625rem solid #5d7e69;border-right:0.0625rem solid #5d7e69;border-bottom:0.0625rem solid #5d7e69;display:block; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa.adaptive-delivery-prevent-bg, #T2GADi4q77i4GWG43i2LoyRHS9cDmmHa.lazyload, #T2GADi4q77i4GWG43i2LoyRHS9cDmmHa.lazyloading { background-image: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container { background-color: transparent; background-image: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container > .video-iframe-container { display: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row > .video-iframe-container { display: none; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .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); }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container { border-width: 0; border-radius: 0; }#T2GADi4q77i4GWG43i2LoyRHS9cDmmHa > .row .container { width:20rem;height:42.937336444855rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbDCn0gc1yR2Cir9M0yznveuJdbwxhSF { width:20rem;height:5.81200625rem;top:12.749754125252rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FTi7gm4pF7CQKWhlfVUMReVht2mUCoyt { width:14.375rem;height:3.68725625rem;top:26.374673843384rem;left:2.8120901584625rem;font-size:1rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #KLfqQ5P3Fa57I9tpZc3r317FtGfUNGK2 { display:block; }
 }@media only screen and (max-width: 763px) { #sr6udFPX8MoJIVuCxFAk0CUNtxsfpgXb { width:19.375rem;height:1.3996875rem;top:10.686926841736rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JcysLe8i3DDE5ipsEIHzupNeE1Jl4nPg { width:20rem;height:2.11204375rem;top:21.486221313476rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:20rem;height:3.59866875rem;top:3.7495903968811rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #H8cHb1ovP1XHZ6rEnH2CnSLM4ZX7ZXwM { width:16.875rem;height:0.97481875rem;top:31.312337875366rem;left:1.5620899200439rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pgCm3mfQTX13iwXLQlK25GQvG2DbQccn { width:20rem;height:2.11204375rem;top:19.426263809204rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;z-index:15047;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; }
 }@media only screen and (max-width: 763px) { #TNCfSlRIxEteREwPqbxOv9W7IUUQV5wD { width:20rem;height:8.1875rem;top:33.499836444855rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkugcs2xPen9M4lRxF4XASF3DznE6zeJ { display:block; }#dkugcs2xPen9M4lRxF4XASF3DznE6zeJ > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkuD27vorORVkqfQTb8ir33T3PkVFdLh { width:15.5rem;height:4.79986875rem;top:1.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dp8G9uU0NcVn35w1eCyd0goWeLOiXSda { width:16.3125rem;height:5.3125rem;top:7.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ph2RUAvv3GsK17q0iX08INt5cPrFLRPB { width:11.875rem;height:6.25rem;top:23.25rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHkBtdTNKzVdSzZvqJSumfNIklNhw4uX { width:14.375rem;height:4.8125rem;top:16.75rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qKgyLFZhw0xRU1ZXv77q652cg1CTqRE0 { width:13.0625rem;height:6.125rem;top:29.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx { display:block; }#u8dB2qVPRzpdHlz2ZXMxVzTOXP6HJlNx > .row .container { width:20rem;height:74.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNtf2Vlf3MT6zcNGDvhqWQyHIKFcGhSE { width:20rem;height:1.5001625rem;top:29.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK2TnBG3oyyzcnoq8LriOdtvM9n655Eg { width:17.4375rem;height:17.4375rem;top:11.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5nqzHpSBpDSPU3SMUr7TT5T95bRQxu3 { width:17.1875rem;height:13.5625rem;top:33.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg4cApBIEXVVSwvA5m5mSpbc6o4Dv8mQ { width:17.3125rem;height:17.3125rem;top:52.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCslsmuAHM5sSQELsaxI2xqSzZKhPeg3 { width:18rem;height:1.5001625rem;top:48.125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGN1T6e0ZPx10PGkOc1xH9tbInmd2tL { width:18rem;height:1.5001625rem;top:70.625rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOdZFaTO0nTlfKqSXvyLhJF8dWyIIrVM { width:20rem;height:7.1998125rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f4O29QktP8wEvnaUZDcVooBweytv6PMm { display:block; }#f4O29QktP8wEvnaUZDcVooBweytv6PMm > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hp5HlrSSGXCyvokxqi5W27afLIkX4mJ8 { width:20rem;height:1.5001625rem;top:16.8388671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl3smxtaHfmghuMyMDTXdprgrJSzNOCd { width:17.3125rem;height:11.5rem;top:2.375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7iHt3wPOSfnqrrTBo97DgU8DbvPELW9 { width:17.875rem;height:11.875rem;top:22.1865234375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOgnMci9VvVMLeTb5TaarXibFwApIlyX { width:17.9375rem;height:13.375rem;top:42.75rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPi3t5cP0tpkGxE8mhFmzpV3sNZyOoLN { width:18rem;height:1.5001625rem;top:37.484375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbSI6wBkFPnqslPBuPOuskuy0F6bwZgg { width:18rem;height:1.5001625rem;top:57.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU { display:block; }#Pfq6B2LTOSmbBFCVtnOmvnh3EuJBb0CU > .row .container { width:20rem;height:92.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3ZyQgkfNRXHbGurv3WATT3dTREaVBNg { width:10rem;height:10rem;top:11.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCWDETLbN2WNdXWUMLlpozoh4o1TuQ7E { width:16.875rem;height:2.55003125rem;top:19.8125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlBXP6cmSF2XNgfp1wUMIs0XAVOyMpKz { width:16.875rem;height:8.497375rem;top:23.3125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2lzJRyOidy5v7B7d5AwhRPMUv4rHHh { width:10rem;height:10rem;top:34.3623046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJSWsNkSV5XwNlBXdkasmAuCvkgXMA0L { width:16.875rem;height:2.55003125rem;top:42.6376953125rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ne2MHWEuTyf3hu3a3m0auzPxIQTp0Qrt { width:16.875rem;height:10.196875rem;top:45.125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTlQXZBMOA5xOLAvx3OTiHMt3umutL5l { width:16.875rem;height:10.196875rem;top:71.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qFn5rFKVkMCrvAgZTp6TlhHZzX3gk1fu { width:10rem;height:10rem;top:59rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZJKp4p42kaKANNTucXqISnTdobigdq { width:20rem;height:8.3994375rem;top:2.32421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c29DtXmbdOii422cp6OrJhhLqSv9ogue { width:12.5rem;height:0.5rem;top:15.5234375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Khyp5T8siEhXnDaW80pUEQ1vAAHDOgI9 { width:12.5rem;height:0.5rem;top:42.4375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L34CdghxWLLBCvGM2L05cQheeh1OraL2 { display:flex;width:4.375rem;height:4.375rem;top:13.75rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #T99qf0mGwgD7F7UdByN1xqXiBcbkriQ8 { display:flex;width:4.375rem;height:4.375rem;top:37.1748046875rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #WQDoW4ktaWES7LNILoFNmyCPkCfeGZRM { display:flex;width:4.375rem;height:4.375rem;top:61.8125rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #vByn8iW7WdJisr7A9C2HQpZFknnSGNui { width:20rem;height:1.5001625rem;top:67.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:18.6875rem;height:6.2991875rem;top:20.25rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:19.375rem;height:13.75rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { width:9.25rem;height:2.3125rem;top:13.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:20rem;height:1.7872375rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #KkSPrvRl1QSc0K1GnxZQBlfIHLGCQ8Qn { width:15.125rem;height:2.5625rem;top:31.0625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABhUb6KH8gAALTiamCBgzOVDiLaonWT4 { display:block; }
 }@media only screen and (max-width: 763px) { #DOUQCD2FKwewrq2fHo825XIFb8TOCsU2 { width:7.125rem;height:1.7872375rem;top:13.88671875rem;left:0.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { width:20rem;height:1.7872375rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:18.1875rem;height:6.2991875rem;top:20.6875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { width:18.75rem;height:13.25rem;top:1.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:5.6875rem;height:3.125rem;top:12.9375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkqoxPS0ppRXntKEZMh64MGiiB9J4kp { width:17.375rem;height:2.9375rem;top:29.125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO3autntUKmqXzHilerJGotVBVL9lFBm { display:block; }
 }@media only screen and (max-width: 763px) { #zvXGCpTtqIr1EQQW1iABqk0d6N8vZLfn { width:6.5rem;height:2.92405rem;top:13.037109375rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm { display:block; }#cuvCmrRKgiAX0EfLVpDWuNKVlUKmwQWm > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdsnMoh4Lekzs6qNHMiVFzxG8pbz9GJc { width:17.1875rem;height:7.874rem;top:22.5625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #PVK0a12BTmbpSgU0R5kZHsEmqJ4OkNH7 { width:19.0625rem;height:13.5rem;top:1.25rem;left:0.42613636363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLJLXmdM8oWHR9c8qGpNtUS7kxbkqZin { width:5.75rem;height:3.8125rem;top:13.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWB483q0tP2V3BmfxxDaDFRwwJe9JlkG { width:20rem;height:3.9001rem;top:17.73828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #n7IrH3rHbvqxFozTwvdLA0u1Fz0A9Bui { width:17.125rem;height:3.0625rem;top:33.4375rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGL92MDrqcgUWNR6SfXAgtSDDaEDw1Fi { display:block; }
 }@media only screen and (max-width: 763px) { #sTqIGn4DqtIwiJsbAWphZ6xhrZPzZbph { width:6rem;height:3.08726875rem;top:14.009765625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH { background-color:rgba(93,126,105,0.34);background-image:none;border-top:0.0625rem solid #5d7e69;border-left:0.0625rem solid #5d7e69;border-right:0.0625rem solid #5d7e69;border-bottom:0.0625rem solid #5d7e69;display:block; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container { background-color: transparent; background-image: none; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container > .video-iframe-container { display: none; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row > .video-iframe-container { display: none; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .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); }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container { border-width: 0; border-radius: 0; }#SkBT9HUUqqHnJXQNkx8Lvhsf6uJilKLH > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vhw7nqcTwUku237yI70zhVZbOKvzcwla { width:17.125rem;height:10.5003125rem;top:2.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.625rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XFCPAFSw8RgsJbpbbmQTrmyGD1ZUUMTA { width:14.375rem;height:3.6875rem;top:28.8125rem;left:2.8125rem;font-size:1rem;font-family:raleway;display:none; }
 }@media only screen and (max-width: 763px) { #Gom8mAqwvhkhBL5J0nu2xweNEWSwwoCm { display:block; }
 }@media only screen and (max-width: 763px) { #LsHUarfiNNSSOIpK6fnPJUAKTVI76kmn { width:14.625rem;height:5.7751rem;top:15.3056640625rem;left:2.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 { display:block; }#BaUoDEdaD6fboIyclWAmt3kG6tv3Hv93 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhUhMRfW6Lr8e1e7aL6hKg5eJVTSf2Ma { width:19.875rem;height:13.75rem;top:0.8125rem;left:0rem;border-top:0.0625rem solid #58595b;border-left:0.0625rem solid #58595b;border-right:0.0625rem solid #58595b;border-bottom:0.0625rem solid #58595b;display:block; }
 }@media only screen and (max-width: 763px) { #dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW { display:block; }#dH4THbn2TRUSpXBPyegQ0XRRTdrFAGVW > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umLfuE53inRS3V3mv9LTh0aC0NOmkaOF { width:20rem;height:1.95005rem;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #pHvVmri8HvXuTfZW8ySEu3Qxr1B3yIR4 { width:20rem;height:7.310125rem;top:64.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ueoRC8T77yRO9VXn6I7XNFBRtpr3mTtL { width:20rem;height:1.95005rem;top:35.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #Gsmuxp8Gaap5Ukq7oLV3HVefTCVatm50 { width:20rem;height:5.8481rem;top:38.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #SCJAPiNMnki8Q6U8oSaCzVgZmOgRevuo { width:20rem;height:0.125rem;top:60.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKGQ2HaRqIgLU3SephonHfShWzH2lQJ { width:20rem;height:0.125rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVXOEk9KklxDBTZeuaotApJxb7BXTTAe { width:20rem;height:1.95005rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #N6SdBnpnmUOakENbDqeK2T9TEz6C55LT { width:20rem;height:7.874rem;top:13.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #T5B2lPbR33u5D3PSsQBK4l3ZJcRi7c4l { width:20rem;height:0.1875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0ydOqCf1gtkwaM5NXZnTTltRU25Zxff { width:20rem;height:4.79986875rem;top:3.08984375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rBHnOJVI1LlTM9LxJ9PVNazMMsxkZOmO { width:20rem;height:1.95005rem;top:48.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #UkAPLw11vrsQUUSaPiBmFv2cUL45kItS { width:20rem;height:7.874rem;top:51.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #dOSvJ8sCWaC2Ga2QtLpTuVnXfw6DauVA { width:20rem;height:1.95005rem;top:76rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #KzwsNwS6vPiKAFAG4N3SDFPVXKNvvOGE { width:20rem;height:5.8481rem;top:78.5654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #DoxqCDFK1sHGUvENs0CdaqHLlJGhrH6a { width:20rem;height:0.125rem;top:46.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgZFsZFbTpkfIz3I3ZtblGPkJoZXUDqr { width:20rem;height:0.125rem;top:74.02734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ3qeX4bwTBNCshpTo5ICvCEDWIQMKlx { width:20rem;height:0.1875rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezd3Ogfyxs0MiKtCFvF8Ok2qIFUfOuiC { width:17.8125rem;height:3.1875rem;top:89.5rem;left:1.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVtyfwLg9P9iXMWHBWbNpsOM37nFHEiu { display:block; }
 }@media only screen and (max-width: 763px) { #hySLVT5qtgKvCRQZdZhMS2dcIc6GUy1P { width:20rem;height:1.95005rem;top:23.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#58595b;display:block; }
 }@media only screen and (max-width: 763px) { #w3xayTKKcp6kPf5Mx1BWVsmv1C3T4JHC { width:20rem;height:7.310125rem;top:25.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df9480e5-8469-4b13-932d-080bf8c3089c/Gemini_Generated_Image_okuqs1okuqs1okuq.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn.adaptive-delivery-prevent-bg, #ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn.lazyload, #ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn.lazyloading { background-image: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container { background-color: transparent; background-image: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.65); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container > .video-iframe-container { display: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.65); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row > .video-iframe-container { display: none; }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .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); }#ZLHdPm5dxEnZo2MTdvu8vDgXwMteuCHn > .row .container { width:20rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBuNtr0L5htJaaWbSutbkTxLZkylTkpC { width:20rem;height:2.4375rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #kQDMUeu7TvxlKUZPAOM9PVSsUVD5vRQn { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIINmPg5e9UZPg1uiP7x9D48AO5EQMns { width:20rem;height:8.125rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT9G1rIScxBKmKT49lGR6oakkuFftAym { width:18.9375rem;height:12.25rem;top:19.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNNB7JDvlsrddlVJfVOO0045DtKh4vMV { width:17.5rem;height:5.99901875rem;top:22.8125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rm8G6qUPEDvpe1g6u67ekg1Kp9K43bE3 { width:13.8125rem;height:1.625rem;top:36.03125rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9OM70OKVpKhkDA51JtSi7WerIHbC8GJ { width:4.5625rem;height:4.5625rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5c9FoXCm6nTpRacI2s9ZqRl2GeXADSI { width:13.1875rem;height:1.625rem;top:57.09375rem;left:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XtqQmMAdWx3Tqc8nwLh0WZaxWu2c5J9z { width:18.9375rem;height:12.25rem;top:41.4375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBhTIbGZ0BydBdewXkNpVoHmTJ0nze3f { width:17.5rem;height:7.9986875rem;top:43.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZcwRbL4cHbdJu3bhLdQCbA81c5OiScy { width:4.5625rem;height:4.5625rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT0HS2olZhuzVHkVrgALkILqS22DAnQb { width:12.75rem;height:1.625rem;top:77.09375rem;left:5.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rOXsFpadrdAHBLWmEPTtKxIlPFZGN1CA { width:18.9375rem;height:12.25rem;top:62.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #la4LOHDGo2huBZUSUETesyVLQ491rurJ { width:17.5rem;height:11.9980625rem;top:62.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cIMWMwWSZoOFw06cHT5wn0JwPgEQNoJx { width:4.5625rem;height:4.5625rem;top:75.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLXunh0Z979N20pZZB3pDy5VihTKRJKm { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Vhz6hT6LcIbSUA2pGmuu0iAZrtNd3462 { width:20rem;height:5.6053125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#f6f3f3;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4b3a69c6-e5fa-4e32-83de-d0b9b3729784/paverpooldeckandoutdoorkitchen.crop_1530x1328_0,202.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0.0625rem solid #5d7e69;border-left:0.0625rem solid #5d7e69;border-right:0.0625rem solid #5d7e69;border-bottom:0.0625rem solid #5d7e69;display:block; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9.adaptive-delivery-prevent-bg, #yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9.lazyload, #yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9.lazyloading { background-image: none; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container { background-color: transparent; background-image: none; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,98,98,0.34); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container > .video-iframe-container { display: none; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(98,98,98,0.34); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row > .video-iframe-container { display: none; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .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); }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container { border-width: 0; border-radius: 0; }#yA7ODmgNdTFnvTuDHTtFHPGWtH5sNbt9 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwOBk0FwJTRuPte5TT1VgqbT8DaimCuq { width:15.5625rem;height:4.250325rem;top:7.375rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:2.125rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DzRVb9xdJF9KUIxFrgzXcnUNIh0378wR { width:14.375rem;height:3.6875rem;top:25.25rem;left:2.8125rem;font-size:1rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #m2eBReIrLHyRaQuqByLV4hPaB9To9kO6 { display:block; }
 }@media only screen and (max-width: 763px) { #D9uvWVmCCgt8UdX8lQ5wIBKdKk8RvVe3 { width:20rem;height:9.0994375rem;top:12.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I { display:block; }#X9i7fVg5ybsTzKP2HNmD2BMGzyS1Kb7I > .row .container { width:20rem;height:138.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2q6SETfqqJORdGs4nvCTPHz27SImd0V { width:19.75rem;height:13.625rem;top:18.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvWaIFxen2Xq14A15ZbaFqy5gvqUFMVe { width:19.75rem;height:13.625rem;top:74.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0hEGfkNgiQueTpwPRKcp43gfG90V9Wl { width:9.875rem;height:7.012rem;top:5.0625rem;left:4.9375rem;font-size:3.1875rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GRqFdh664vm2vGKSiZ2sey3ThXKMKF9O { width:19.75rem;height:13.5625rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNn4P2mOiCltqUNy5Oxp6PuSItnDQqcU { width:19.75rem;height:13.5625rem;top:46.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG48pn2aaGPql64ZGT6rXx9FXolkWmHU { width:19.75rem;height:27.625rem;top:88.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKsHXRWVVB61FW9FMTVUo03wcKinkKV3 { width:19.75rem;height:13.5625rem;top:60.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHzJy9ZdDu2TBPuuLTXw8EMt2HyVvZGp { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyVb422gqHhswkBgRT0HmDPzIVTyu1Wk { width:19.75rem;height:19.875rem;top:117rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf { display:block; }#lQOB9guXlJJxDbPKXE78tTMZOWTIUBtf > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygggqnBlRbNrUvnLiyEMgLcNE7WEnb6Q { width:20rem;height:4.79986875rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
#fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #e2MPJx7fIAwVZh2rNb7XhLrCUaSRss7J {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #lrqvWoyXdUUGz1BaNLcKGLslhNOx7a76 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Xbgic2GKsfZTlIpnZ51N4OWlxNG6uHII {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ryuw2gzAHF6myTvFFT7B4HP8loxDHGIQ {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TzrglTHTlTgDA15i2shhDoK2D6w1zmEx {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #KgRhnKl1J3S1mFXi4Olb58ZdGZDST6SD {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #lGCBK7hCRAaTZIZ6aE4G7qMdXX0Li1NK {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #WMqAJHbDpIp1LDBmsakxdGWQKhBATiMh {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #LOoPArXVtIWyLr54gIO0kQtSNIemeGLn {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #oc9mtl7Bmegc3gs5FkgRh60gEEV9xQ8C {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #HL4PTzZhInM30egyHlndXf8fkbJ65qbp {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #L0nbFTksiMsymCBXZB2WlXHisEAc49J9 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ZNd1ox6sBcwWzs96BoVR1uJ5hE0X0zxS {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Bx5BRNUdqP6oPpkFdhCiSVbcTLgKEPPf {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Ka6N6okDOLMayL7y2aGLTAegywtfwX0Q {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TDHzbwsIIeeNaHl6A1aZDBEHiGHGSRVh {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #KzJ4Wtp1pNcOiigrdTTgO6dkLZ12Vuew {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #fhS19ZRILQaNvHA5sTrz7Qyf8gF7uPBX {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #E4NR6F6GkNmRCBHRPtr9bveMQHfIaVRV {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #GyQwVbHI63zab7ePeoD2ACnTOyi3xhLw {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #xX73LSBN3spOZdlcRwOcB6PUVynHIHgO {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #koND9fI4ho1NUFegEGBQW5mBOxkCGp8Q {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #Vyxf1TCCy5gQkWtiT6RKUevW37MVBRV6 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #mtUCSmWUee54BlVQxXkcRDQZenK4ers3 {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #ym4GsiWRmHvf5kEPe3TS5attAtuMP4Wy {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #SslyTJoLCBJ9vDo5EsUtpJ71SNpb1fSN {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #TfxHa51XDclTU71i4OytKvEmxK0UaCXK {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #AWx0VFGo79EPgnxAESzBmSkWXKB37cRS {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #GEU4GqyCFs19hh3AwIRggBRV3MVCGQWz {  }
 }@media only screen and (max-width: 763px) { #fOqo5E6SqI2Eq4G1XwfegwHs4TVRbwTt #w2J7SNmxcyOiTTX03SqxtbixZuxo1h8v {  }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:82.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:7.1998125rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.625rem;height:1.462025rem;top:14rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:17.4375rem;height:1.462025rem;top:18.5625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:14.625rem;height:2.92405rem;top:22.568359375rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:27.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IttlzKDgUeQ6NmJp3QTrZJzC5ZA3ZdQu { display:flex;width:1.75rem;height:1.75rem;top:13.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #biB04V8qPThvoEz5TQkUve4l2H9XVp3G { display:flex;width:1.9375rem;height:1.9375rem;top:18.3125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #pSaQsTJrLDM5tdZn6Gcx8iqHWyFdAbCK { display:flex;width:1.8125rem;height:1.8125rem;top:23.125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #zqZcfE1Vp1aH9Au4S1A2p95aMl9gvoCM { width:20rem;height:14.75rem;top:64.3740234375rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #aVCyy9UCC0Qa3VON748iiU2elS6gq4HV { width:20rem;height:34.3125rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:6.6875rem;height:1.13763125rem;top:4.9869804382324rem;left:13.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:18.3125rem;height:4.1875rem;top:1.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Htfbze5uGhIn8NTdsDPoS0G4L3uJ0pGt { width:20rem;height:1.29980625rem;top:7.373046875rem;left:0rem;font-size:1rem;display:block; }
 }