.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7c66747-373d-49c3-917d-680d4072ab93/RyanHouseWWwithwreathsandgarlandscaled.jpg");background-position:bottom 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;z-index:auto;display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.adaptive-delivery-prevent-bg, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyload, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyloading { background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { background-color: transparent; background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(126,176,223,0.3); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(126,176,223,0.3); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { border-width: 0; border-radius: 0; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::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; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:36.75rem;left:9.9990234375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { display:block;width:48.249rem;position:absolute;font-family:poppins;font-size:4.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem #000000;top:19.1875rem;left:6.03125rem;height:15.84375rem;text-align:center;text-align-last:center;color:#ffffff;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; }
#aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { background-color:#2676c1;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.1875rem;left:14.5625rem;display:block; }
#IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { background-color:#2676c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.1875rem;left:31.375rem;display:block; }
#qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.125rem;width:25.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.185546875rem;left:17.21875rem;overflow:hidden;display:block; }
#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { background-color: transparent; background-image: none; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container > .video-iframe-container { display: none; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row > .video-iframe-container { display: none; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .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); }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { border-width: 0; border-radius: 0; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#s24ycW4QnRdCu1aslm9a4ZELvkw0gN7Z { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:18.5rem;left:0rem;display:block; }
#Z3WSlTpgPesT091fcRDC91tCvufLkTyi { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:24.375rem;left:0.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DDod6p6JUZV6A1IkGB8J5iuJzQxEXUX9 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:28rem;left:1.125rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wwyOSeIe06F4OSs9vCPiX1oRuHU18A4i { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gwq5eQXboCRzGebzF9dOVkCnV0PiU9JT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:20.75rem;left:5.6875rem; }
#tuhPdVIib9wzG6fUIT65CTp6TUKKqy5e { position:absolute;display:block;z-index:15026;background-color:#13d41a;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.56241125rem;width:1.06223125rem;top:22.6875rem;left:5.6875rem;display:block; }
#kgTJfkOakxFoRXqs0VSZQTNwWC56Tq8r { position:absolute;display:block;z-index:15007;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:21.25rem;left:7.5rem;display:block; }
#TeO2TmvQRkTlJI69pZJGZKdk1PlzxNR2 { position:absolute;display:block;z-index:15003;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:34.75rem;left:0.1875rem;display:block; }
#WUSGRNXtN0KnyhFXpUvScRHTHD4bpIX8 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:18.5rem;left:15.5625rem;display:block; }
#vR5ewX36s4xdaD6dDU0wkKT6HFcnatBF { position:absolute;display:block;z-index:15010;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:34.75rem;left:15.75rem;display:block; }
#KbH32oVQzisMoIhWL2lP43VszKKm2MHi { color:#333333;display:block;width:12.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:28rem;left:16.4375rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wp4tw9kETPu7f70Ftw1z6rUtXxLw9qkq { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.4375rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCQyGC5knzf3U0aDFMVEChQfTeFluCdJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:20.75rem;left:21.25rem; }
#aPGbpJuDVOTu57oNCGPSNWuMtVVXKUBr { position:absolute;display:block;z-index:15033;background-color:#13d41a;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.5625rem;width:1.0625rem;top:22.75rem;left:21.25rem;display:block; }
#AzanAEV5y30C6PifCcBKm86ZtsG8QqLs { position:absolute;display:block;z-index:15014;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:21.25rem;left:23.0625rem;display:block; }
#TDVBxmTE2VdnTMBIh8wqVhdBkM24Q5w5 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:18.5rem;left:45.625rem;display:block; }
#r0gZFUInffk3cyG98K2tTTEOU1fdbnB2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:20.75rem;left:51.3125rem; }
#Lqu5UoVTifKOTgdZIEoqtAn58VNZIIQ0 { position:absolute;display:block;z-index:15021;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:21.25rem;left:53.125rem;display:block; }
#BbUriHRQ6RQRhP1VMahQ6wM4Z8Rhcu1X { position:absolute;display:block;z-index:15040;background-color:#13d41a;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.5625rem;width:1.0625rem;top:22.6875rem;left:51.3125rem;display:block; }
#Q5tTIpn5SgnBVrZwQfETmRTpxl80Rac3 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:18.5rem;left:30.5625rem;display:block; }
#hUmP2zD5DZXRNgDZgDowZ8T4NcJBqsop { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.375rem;left:46rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuuIx8Jf4MMD4N8A9MugGldNMCZoclcd { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.375rem;left:30.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ptJGwoNK42bvDW2Ha50T39oypOT1nZAU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:20.75rem;left:35.75rem; }
#bNTIFwP0z9LdemfCV4qAMQEU3SfQ24li { position:absolute;display:block;z-index:15047;background-color:#13d41a;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.5625rem;width:1.0625rem;top:23rem;left:35.75rem;display:block; }
#JOeNazkRqOA2auTHBJG1LnavSeP4RDMT { position:absolute;display:block;z-index:15028;background-color:#13d41a;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:21.25rem;left:37.5625rem;display:block; }
#eK6bB2J94eQrHVcs9ph1RNEWraI8Zhdp { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:28rem;left:46.75rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CltOyI1qXTlJmBMi1siCqIEB3lZLRqxP { position:absolute;display:block;z-index:15017;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:34.75rem;left:45.8125rem;display:block; }
#U0P2A6ZySEKILZfgT7ElBzMsfsgaHqFv { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#ZQTRLRswn0v42rJSnZibqJNadPctU19D { position:absolute;display:block;z-index:15047;background-color:#ff5335;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.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#Rag7apfq3iNQsLB41ERgZXm12JEgbc2O { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TkNgaAhdqt7ndTvxCe8xEVEo3m99xKb2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#TFQ1TQIWeqXbiWUa127xxTP5iK4Tq8WK { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IXQxIsx7IUZcHabRG6zKd9Nx33BgVTUv { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#suNuKGN6Vh5A0TORw86vtvHoQln3RdE3 { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#pDlXKHPPQ1rzBr7y5UUamy3DNPW56elC { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#uGWSozgb5WzlUiRJzFvJnQ2TGg2sniwb { position:absolute;display:block;z-index:15047;background-color:#ff5335;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.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#TH7OxMxQtkc4wUNvJSGznOeXzGUotT2k { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mGLi4gihatg9EqPzWqMVNTIqFv5EkT4K { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#mJbKwG38VTP9u8fGXhiPwTHOXUocSzW0 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hT54xqmRl1vlwdxJ8KoZm9NcaEfl9T9D { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#zuXwTZUq0A7ae2suTWMv66D4VBTBhsX4 { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#UApqDvRNpDG0sz9KSZyaUkPmNvXy5RN7 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#INATVEJeyTJLzzxMwqXgd5Gd677Q3exw { position:absolute;display:block;z-index:15047;background-color:#ff5335;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.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#n23BXcHN8Wks8XUTt4854JgcPGtePNOs { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JioAmHOyqD9gmzid6JST7326FuB4ymZb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#FvTduThD4iTPST6p21FwSeOn6IFbxmQJ { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ICSnOCff6wwoqlM1NZiW3oWoh0pHOzwA { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#o9FmKONDJSNEgppimsHXrhF3BKGgM1ct { position:absolute;display:block;z-index:15024;background-color:#66a8ff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#rBDvbX01d7NNXviRUHH3UmCNh5ayBEOz { color:#000000;display:block;width:49.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.2981777191163rem;left:5.3125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7xTCywapNJpUTXHCF6Ozwq6KnlpdLB6 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:28rem;left:31.6875rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cKGHdPwkoz5eVTBwxLww5KkvQWkLxW9o { position:absolute;display:block;z-index:15024;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:13.5625rem;top:34.75rem;left:30.6875rem;display:block; }
#XAG62eZcZg7iCJr6KBp8xCRVKLiONSNG { background-color:#006e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6180555rem;height:2.86783675rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.684458971024rem;left:20.1904296875rem;display:block; }
#isyF0hwROtGQLiMB8GiKwnsSMJLHqnxp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(38,118,193,0.94);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; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { background-color: transparent; background-image: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .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); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { border-width: 0; border-radius: 0; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { font-size:0.875rem;font-family:arial;height:70.9375rem;width:60rem;position:relative;display:block; }#zivhzOlhLvwIDILqiC3epDbtvXi8wAd7 { display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.4934897422791rem;left:31.500328063965rem;height:6.9375rem;text-align:left;text-align-last:left;color:#ffffff;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; }
#DohVVPBRGSMOtQpDU9OlM47aJrLpv1Tf { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:10.834955215454rem;left:31.500114440918rem;height:1.875rem;display:block; }
#wZMNPwxWZduBzpOLsFic550KUlD227SF { box-sizing:content-box;height:30.625rem;width:26.6875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/13110dcb-533a-470c-9cdd-7f7fecce6ee7/imgi_103_IMG_3902scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.93701171875rem;left:0.5947265625rem;display:block; }#wZMNPwxWZduBzpOLsFic550KUlD227SF.adaptive-delivery-prevent-bg, #wZMNPwxWZduBzpOLsFic550KUlD227SF.lazyload, #wZMNPwxWZduBzpOLsFic550KUlD227SF.lazyloading { background-image: none; }
#rbe8UMf5rgZWgkZpeVo2MylmlCbomx8p { background-color:#006e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5483125rem;height:2.7973625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:65.4169921875rem;left:31.5rem;display:block; }
#O9KJewbsM0XKbQTU2ehORwrwJ5uPAqn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHSRqDodOdm2pSs4gwIiItx9hfPA5zH6 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:12.70947265625rem;left:31.5rem;height:9.375rem;display:block; }
#XtMmoqQH3rzu6CtzD30FeNHsVxAOoSr0 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:25.70947265625rem;left:31.5rem;height:1.875rem;display:block; }
#DJSvLv6XxdeC6LVe7X3ltPpPirSQQz8G { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:27.58447265625rem;left:31.5rem;height:9.375rem;display:block; }
#g48rEHQcPg2MGSwafeDqnXz9cab9RZ7N { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:38.875rem;left:31.5rem;height:1.875rem;display:block; }
#OtkAPHLsOsAI25teSPFB7o1WAlBq7zEM { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:50.375rem;left:31.5rem;height:1.875rem;display:block; }
#inKgEeOsOuJ3Xb887a6wm22R6XuFiRdx { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:40.75rem;left:31.5rem;height:7.5rem;display:block; }
#BOFcEWKDDCF39FKpTETM4QFrAw4zcFMn { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:52.25rem;left:31.5rem;height:11.25rem;display:block; }
#Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk { box-sizing:content-box;height:30.625rem;width:26.6875rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c6c9c27b-a5ef-425c-897b-164ff73f3081/imgi_105_IMG_3981.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36rem;left:0.5947265625rem;display:block; }#Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.adaptive-delivery-prevent-bg, #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.lazyload, #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk.lazyloading { background-image: none; }
#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3clRIjdr/1000_F_182366847_GsTu5BiwW1IZHiO5T6fVqdckMX4jK8yR_removebg_preview.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3.adaptive-delivery-prevent-bg, #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3.lazyload, #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3.lazyloading { background-image: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { background-color: transparent; background-image: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .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); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { border-width: 0; border-radius: 0; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#bwQUJotX8elMUN5a2stOeKuVpC2XTOqE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:60rem;display:none; }
#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,118,193,0.94);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; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { background-color: transparent; background-image: none; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container > .video-iframe-container { display: none; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row > .video-iframe-container { display: none; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .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); }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { border-width: 0; border-radius: 0; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:60rem;position:relative;display:block; }#vuiTag8KMEnraB2E3w3CpIWNg4tlgGnz { color:#ffffff;display:block;width:30.2495625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:2.1240234375rem;left:0rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lL1UoTr5z9D6mQBpJ0Q9zB4cVsHalriT { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:15.25rem;left:0rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38fdca08-d477-4ac6-9f33-90b5dae2e5b9/imgi_32_ChristmasLightsHouseInstallation.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:26.375rem;width:26.875rem;top:28.27001953125rem;left:33.125rem;display:block; }#IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.adaptive-delivery-prevent-bg, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyload, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyloading { background-image: none; }
#T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c1c6388f-9a15-42d8-a080-d2dbccd9b7f6/imgi_40_CommercialChristmasLights.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:22.8125rem;width:26.875rem;top:2.12451171875rem;left:33.125rem;display:block; }#T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.adaptive-delivery-prevent-bg, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyload, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyloading { background-image: none; }
#x0ifP0KNfm7FTTWtzIGqFcZP6RCZ8kFH { background-color:#006e2e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3055555rem;height:3.0555555rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:46.4375rem;left:0rem;display:block; }
#VBufVTFINRwGeEWJgArXX7glb1FoGE6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nN6BWbaAfzk9aMUG6137vwK04uAz7R6f { 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:3.5625rem;width:25rem;top:10.5rem;left:0rem;overflow:hidden;display:block; }
#QFKrfWo3RtHl8yFgTU4XOTTTw7n9Cyvg { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:35.4375rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3clRIjdr/1000_F_182366847_GsTu5BiwW1IZHiO5T6fVqdckMX4jK8yR_removebg_preview.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0.adaptive-delivery-prevent-bg, #dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0.lazyload, #dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0.lazyloading { background-image: none; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container { background-color: transparent; background-image: none; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container > .video-iframe-container { display: none; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row > .video-iframe-container { display: none; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .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); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container { border-width: 0; border-radius: 0; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#mPKsV7ZTZK3r66hOOGIEf8xrKlrJh5bp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:60rem;display:none; }
#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9c69002f-02ae-4538-a74b-8e1c41953713/AdobeStock_182888536.jpeg");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; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.adaptive-delivery-prevent-bg, #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.lazyload, #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P.lazyloading { background-image: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { background-color: transparent; background-image: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,26,37,0.4); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container > .video-iframe-container { display: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,26,37,0.4); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container { display: none; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .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); }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { border-width: 0; border-radius: 0; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P::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; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;position:relative;display:block; }#SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { position:absolute;display:block;z-index:15009;height:11.25rem;width:57.25rem;top:13.3125rem;left:1.375rem;display:block; }
#gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { display:block;width:28.375rem;position:absolute;font-family:arial;font-size:2.4375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:4.6875rem;left:1.375rem;height:5.3623rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { display:block;width:28.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.75rem;left:1.375rem;height:1.23751875rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { background-color: transparent; background-image: none; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container > .video-iframe-container { display: none; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row > .video-iframe-container { display: none; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .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); }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { border-width: 0; border-radius: 0; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:60rem;position:relative;display:block; }#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #008d3e);background-image: -moz-linear-gradient(top, #ffffff, #008d3e);background-image: -ms-linear-gradient(top, #ffffff, #008d3e);background-image: -o-linear-gradient(top, #ffffff, #008d3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#008d3e' );";background-image: linear-gradient(to bottom, #ffffff, #008d3e);background-size:contain !important;color:#070002;padding-top:0.975625rem;padding-right:0.86125rem;padding-bottom:0.975625rem;padding-left:0.86125rem;display:block;align-items:center;width:5.165625rem;min-width:5.165625rem;height:5.243125rem;position:relative;font-family:"open sans";font-size:3.9025rem;font-weight:700;line-height:83.89px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.61rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.8875rem;height:2.0725rem;position:relative;font-family:"open sans";font-size:1.463125rem;font-weight:400;line-height:33.16px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:32.874875rem;height:9.6875rem;padding-top:1.219375rem;padding-right:1.23rem;padding-bottom:1.219375rem;padding-left:1.23rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:17.7490234375rem;left:12.331817626953rem;z-index:5000; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yxcihu0TW2IeEolB7TuqVygfbJOW59ZV { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #aqqFK808dRN438Gn0fgsGWscibDxK3kx { width:auto; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #gR4AP2GgOv1Q9gOJEfauqFVAkae7WDRK {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #ZfFZkwPxEVRaMGnizMNh3irlGKl6PzOX { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #BHmJPMQ24gpl3rGVNEHVSFyg6bk4lt4t {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #R47M2Isbh3AX2VTDlno6RSBHOdnF9xzS {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #kZNnCT3lKp1BqnASz3v6Dn19ZKcoImld { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #I3DoDfhR7X3zPLsnrcMUmapTcQeSgwUZ {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #RnxmzEfldvUvHV9wQvr8OqXHuTs1TWBR {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #AIwDo4hnPltpJBmb7LR9FWpL8eniSCTG { display:flex;position:relative;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #WTCfJyIoJWZV2VxcGZgULlq8zeRg0qNP {  }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yWXxuP9I0Aa8xA3vccCwOihyHwOwhROX {  }
#T8rUmteQiim2UBRRx6zUMpHGKFdPTQOR { color:#ed1720;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4370651245117rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#q1LcZEtPpQ1vF5KT6pWGJEbpzmWw9NBB { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:7.7490234375rem;left:0rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#VpeF5p65MzTP0k0kCNuRiCucGFwdKpvI { 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:15002;opacity:1;top:35.437284469604rem;left:18.561744689941rem; }
#rcyxEgoAHAsemWaE6EaGqh4u63GMpry2 { 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:15003;opacity:1;top:35.437284469604rem;left:38.124458312988rem; }
#lhd2cbGuqo2XHD57tv7yc84IKvMla5py { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:30.624458312988rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KFJbE8qNONfb98xRPzAXnufRwQgba769 { background-color:#2676c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.4375rem;left:22.8125rem;display:block; }
#zBzPUJn67bo7hQ9a4sN7bi7ttfHTwCiK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(93,144,192,0.97);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; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { background-color: transparent; background-image: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .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); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { border-width: 0; border-radius: 0; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:60rem;position:relative;display:block; }#iTLsfqVFoqB6LrAxVgd4m8y3TiHglD4n { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:38.3125rem;left:0.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ateg6p2xZszd0pbvo7mV3DZ4Howr3wMR { color:#ffffff;display:block;width:13.062rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:49.625rem;left:0.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TS3nOU8bi1iZVpu2LdidhazJIaGE9iG8 { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:18.123474121094rem;left:0.9375rem;height:4.7124rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVW7bNbpGl4dTl9diDNTKHKSu78mDBeT { color:#ffffff;display:block;width:13.0610625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:28.31201171875rem;left:0.93798828125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mNZANwUWc5d4Lxx8T9AFGOxZlNzv1o4V { 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:15000;opacity:1;display:none; }
#yO4wOSotFmJs9BAB3aQ8kr9lTB8k4FXM { 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:15000;opacity:1;display:none; }
#So3MRk32TCHxJNLBNCoJ8xkJhGqWNZnx { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;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.875rem;width:28.875rem;top:3.49853515625rem;left:15.5625rem;overflow:hidden;display:block; }
#UdNc7o4kgcyP9FyAgLqdtO3Wi7bgAAC3 { color:#ffffff;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:27.23388671875rem;left:26.31103515625rem;height:7.03125rem;display:block; }
#i9tlIw26Rg3c5S1TW4PDD7mfC5aXiPoi { color:#ffffff;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:37.25rem;left:26.3125rem;height:7.03125rem;display:block; }
#aXLri1rctyVsS6cTV2Zy9nXfVVyFHnxa { color:#ffffff;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:47.375rem;left:26.3125rem;height:9.375rem;display:block; }
#Ztts9O7DaUvuCs4HibRvSrvq9JThdFZZ { color:#ffffff;display:block;width:13.0615rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:62.25rem;left:0.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TFm12SXNTyeIyE5Nx1ypaWxIQJQcQEtR { color:#ffffff;display:block;width:30.1245rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:61.1875rem;left:26.3125rem;height:7.03125rem;display:block; }
#uIzqZa1FN7XWT7EXViFoot8h8Rsz5zDR { 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:15000;opacity:1;display:none; }
#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cd211c;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND.adaptive-delivery-prevent-bg, #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND.lazyload, #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND.lazyloading { background-image: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { background-color: transparent; background-image: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container > .video-iframe-container { display: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row > .video-iframe-container { display: none; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .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); }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { border-width: 0; border-radius: 0; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#RsovqFMtN5kVvaqk2fHLft11GgpZiAL9 { color:#ffffff;display:block;width:38.499625rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.7924361228943rem;left:10.562410354614rem;height:6.011725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .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:#ffffff;background-image:none;vertical-align:top; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .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; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:poppins; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-trigger.adaptive-delivery-prevent-bg, #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-trigger.lazyload, #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-trigger.lazyloading { background-image: none; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e { box-sizing:content-box;height:auto;width:57.1235625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.25rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #gPEPI0gNKycT4lzhiWsNdbDVoUQ4tDyb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #KrpSi0JTkUqTWR7Fe4rabyNB87lis1ni { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #wlysWR0r2xzpXpmD1eGJuyqwKPCPMhGd { display:block;position:relative; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xK6UMbgBzy7wZ1RPSLHABOaWVonV3WiK {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vL4PuIKNzzt5EiwDEV8U8JdEBFDpgbSz {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vgp1KfDTzfc9QHzQmlFFRdfhJfls6kTt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #KSDeZ6h4AghStNt7C1G2HyAGPGNc4tXg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #QrWWxpMtTCG5LFSgSdp2RRKpr6wRlv8B { display:block;position:relative; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vwoPphiEJO1Q5M587A1MhTrfFGRfhwQq {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #b5nyHaQUCuJqCc4y0NcTyviIqPU0zSXi { display:none; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #Er3LPAunuWb1iHpEULW1Gd8Bvyz6xdyl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #Mfw6Ur0FEwyKLT0pTPTey5WhuXdJsBoq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xpaIh2esdVN4hJqOwmSBza7Dmaut4KCb { display:block;position:relative; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #gQL3i4osCLhFrt0etbCQq5WD5Vpk8wN9 {  }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #bHPt2cGZwrqhrWCtCDWe0O3MwzCA8vlE { display:none; }
#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { background-color: transparent; background-image: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container > .video-iframe-container { display: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container { display: none; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .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); }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { border-width: 0; border-radius: 0; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87158203125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { background-color: transparent; background-image: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container > .video-iframe-container { display: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container { display: none; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .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); }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { border-width: 0; border-radius: 0; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#RL8ro6syEPOsbpINaBEscxTP432kaLAk { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb904c4d-2dbf-40a1-a006-cab70e5c0278/imgi_25_IMG_3984.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#RL8ro6syEPOsbpINaBEscxTP432kaLAk.adaptive-delivery-prevent-bg, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyload, #RL8ro6syEPOsbpINaBEscxTP432kaLAk.lazyloading { background-image: none; }
#lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/47432548-24c1-4b8c-83c1-fdcdc27e340d/imgi_48_AdobeStock_1821685351.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.adaptive-delivery-prevent-bg, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyload, #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG.lazyloading { background-image: none; }
#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { background-color: transparent; background-image: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container > .video-iframe-container { display: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container { display: none; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .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); }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { border-width: 0; border-radius: 0; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#st5URq0P2b5yKCokLLRboqHGJM3NOfTe { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3922f19a-dcda-46f9-b358-6bf3f7981778/imgi_44_AdobeStock_298383141scaled.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#st5URq0P2b5yKCokLLRboqHGJM3NOfTe.adaptive-delivery-prevent-bg, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyload, #st5URq0P2b5yKCokLLRboqHGJM3NOfTe.lazyloading { background-image: none; }
#pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/621473ed-3495-4a37-afd9-f0ee65606d6a/imgi_76_ChristmasLightCommercialInstall768x722.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.adaptive-delivery-prevent-bg, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyload, #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d.lazyloading { background-image: none; }
#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { background-color: transparent; background-image: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container > .video-iframe-container { display: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container { display: none; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .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); }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { border-width: 0; border-radius: 0; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#xuharTEIBKMq568WlHEk5Z2HpA68zQOF { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4497a58d-65f9-4298-ab34-b272f0db4b11/imgi_38_ChristmasLightInstallLightsscaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.40625rem;left:0.625rem;display:block; }#xuharTEIBKMq568WlHEk5Z2HpA68zQOF.adaptive-delivery-prevent-bg, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyload, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyloading { background-image: none; }
#OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f98bb356-93c6-4f23-894c-877fb3977c17/imgi_37_ChristmasLightInstall.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.40625rem;left:30.625rem;display:block; }#OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.adaptive-delivery-prevent-bg, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyload, #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW.lazyloading { background-image: none; }
#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { background-color: transparent; background-image: none; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container > .video-iframe-container { display: none; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row > .video-iframe-container { display: none; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .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); }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { border-width: 0; border-radius: 0; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#KfdvDapJ0rafVJTtccO99FlThGziU049 { background-color:#2676c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:22.8125rem;display:block; }
#Zw0twXgMHBIO00TBKxcmVuKTynmfMqZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/934cbb64-82d5-452c-9516-ec4fecea649e/imgi_35_121330196_2088294647972585_3939822156132036259_n.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; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.adaptive-delivery-prevent-bg, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyload, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyloading { background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { background-color: transparent; background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,118,193,0.63); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,118,193,0.63); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .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); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { border-width: 0; border-radius: 0; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::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; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { display:block;width:21.625rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:7.0625rem;left:36.25rem;height:6.17480625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { position:absolute;display:block;z-index:15007;height:17.5rem;width:31.25rem;top:1.9375rem;left:1.5625rem;display:block; }
#xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { color:#ffffff;display:block;width:21.3125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.875rem;left:36.40625rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(33,26,28,0.94);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;z-index:auto;display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { background-color: transparent; background-image: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container > .video-iframe-container { display: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container { display: none; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .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); }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { border-width: 0; border-radius: 0; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { background-color:#2676c1;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.28125rem;left:50.125rem;display:block; }
#HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { background-color:#2676c1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.3125rem;left:40.375rem;display:block; }
#aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uu4mzec81dvTwcepUsT9oormQThT0bC0 { position:absolute;display:block;z-index:15008;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.4375rem;width:2.4375rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { position:absolute;display:block;z-index:15009;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.1875rem;width:2.1875rem;top:0.375rem;left:2.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { top:36.75rem;left:0rem;width:40.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { width:14.375rem;height:3.125rem;top:43.1875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { width:14.375rem;height:3.125rem;top:43.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block; }
 }@media only screen and (max-width: 763px) { #QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { width:4.5625rem;height:1.25rem;top:5.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { display:block; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s24ycW4QnRdCu1aslm9a4ZELvkw0gN7Z { width:13.4375rem;height:15.9375rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3WSlTpgPesT091fcRDC91tCvufLkTyi { width:13.125rem;height:3.1875rem;top:24.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDod6p6JUZV6A1IkGB8J5iuJzQxEXUX9 { width:11.625rem;height:5.5625rem;top:28rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwyOSeIe06F4OSs9vCPiX1oRuHU18A4i { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwq5eQXboCRzGebzF9dOVkCnV0PiU9JT { width:2.5rem;height:2.5rem;top:20.75rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuhPdVIib9wzG6fUIT65CTp6TUKKqy5e { width:1rem;height:0.5rem;top:22.6875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTJfkOakxFoRXqs0VSZQTNwWC56Tq8r { width:1.3125rem;height:1.3125rem;top:21.25rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeO2TmvQRkTlJI69pZJGZKdk1PlzxNR2 { width:13.5rem;height:0.0625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUSGRNXtN0KnyhFXpUvScRHTHD4bpIX8 { width:13.4375rem;height:15.9375rem;top:18.5rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR5ewX36s4xdaD6dDU0wkKT6HFcnatBF { width:13.5rem;height:0.0625rem;top:34.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbH32oVQzisMoIhWL2lP43VszKKm2MHi { width:12.0625rem;height:5.5625rem;top:28rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp4tw9kETPu7f70Ftw1z6rUtXxLw9qkq { width:13.125rem;height:3.1875rem;top:24.4375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCQyGC5knzf3U0aDFMVEChQfTeFluCdJ { width:2.5rem;height:2.5rem;top:20.75rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPGbpJuDVOTu57oNCGPSNWuMtVVXKUBr { width:1rem;height:0.5rem;top:22.75rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzanAEV5y30C6PifCcBKm86ZtsG8QqLs { width:1.3125rem;height:1.3125rem;top:21.25rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVBxmTE2VdnTMBIh8wqVhdBkM24Q5w5 { width:13.4375rem;height:15.9375rem;top:18.5rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0gZFUInffk3cyG98K2tTTEOU1fdbnB2 { width:2.5rem;height:2.5rem;top:20.75rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqu5UoVTifKOTgdZIEoqtAn58VNZIIQ0 { width:1.3125rem;height:1.3125rem;top:21.25rem;left:42.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbUriHRQ6RQRhP1VMahQ6wM4Z8Rhcu1X { width:1rem;height:0.5rem;top:22.6875rem;left:40.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5tTIpn5SgnBVrZwQfETmRTpxl80Rac3 { width:13.4375rem;height:15.9375rem;top:18.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUmP2zD5DZXRNgDZgDowZ8T4NcJBqsop { width:13.125rem;height:3.1875rem;top:24.375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuuIx8Jf4MMD4N8A9MugGldNMCZoclcd { width:13.125rem;height:3.1875rem;top:24.375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJGwoNK42bvDW2Ha50T39oypOT1nZAU { width:2.5rem;height:2.5rem;top:20.75rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTIFwP0z9LdemfCV4qAMQEU3SfQ24li { width:1rem;height:0.5rem;top:23rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOeNazkRqOA2auTHBJG1LnavSeP4RDMT { width:1.3125rem;height:1.3125rem;top:21.25rem;left:29.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6bB2J94eQrHVcs9ph1RNEWraI8Zhdp { width:11.5625rem;height:5.5625rem;top:28rem;left:36.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CltOyI1qXTlJmBMi1siCqIEB3lZLRqxP { width:13.5rem;height:0.0625rem;top:34.75rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0P2A6ZySEKILZfgT7ElBzMsfsgaHqFv { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQTRLRswn0v42rJSnZibqJNadPctU19D { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rag7apfq3iNQsLB41ERgZXm12JEgbc2O { width:13.125rem;height:3.875rem;top:54.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkNgaAhdqt7ndTvxCe8xEVEo3m99xKb2 { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFQ1TQIWeqXbiWUa127xxTP5iK4Tq8WK { width:14.875rem;height:6.75rem;top:59.0625rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXQxIsx7IUZcHabRG6zKd9Nx33BgVTUv { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #suNuKGN6Vh5A0TORw86vtvHoQln3RdE3 { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDlXKHPPQ1rzBr7y5UUamy3DNPW56elC { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGWSozgb5WzlUiRJzFvJnQ2TGg2sniwb { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH7OxMxQtkc4wUNvJSGznOeXzGUotT2k { width:13.125rem;height:3.875rem;top:33.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGLi4gihatg9EqPzWqMVNTIqFv5EkT4K { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJbKwG38VTP9u8fGXhiPwTHOXUocSzW0 { width:14.875rem;height:6.75rem;top:38.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT54xqmRl1vlwdxJ8KoZm9NcaEfl9T9D { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuXwTZUq0A7ae2suTWMv66D4VBTBhsX4 { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UApqDvRNpDG0sz9KSZyaUkPmNvXy5RN7 { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #INATVEJeyTJLzzxMwqXgd5Gd677Q3exw { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n23BXcHN8Wks8XUTt4854JgcPGtePNOs { width:13.125rem;height:3.875rem;top:13.125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JioAmHOyqD9gmzid6JST7326FuB4ymZb { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvTduThD4iTPST6p21FwSeOn6IFbxmQJ { width:14.875rem;height:5.0625rem;top:30.125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICSnOCff6wwoqlM1NZiW3oWoh0pHOzwA { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9FmKONDJSNEgppimsHXrhF3BKGgM1ct { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBDvbX01d7NNXviRUHH3UmCNh5ayBEOz { width:47.75rem;height:8.4375rem;top:7.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7xTCywapNJpUTXHCF6Ozwq6KnlpdLB6 { width:11.625rem;height:5.5625rem;top:28rem;left:24.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGHdPwkoz5eVTBwxLww5KkvQWkLxW9o { width:13.5rem;height:0.0625rem;top:34.75rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAG62eZcZg7iCJr6KBp8xCRVKLiONSNG { width:19.5625rem;height:2.8125rem;top:37.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyF0hwROtGQLiMB8GiKwnsSMJLHqnxp { display:block; }
 }@media only screen and (max-width: 763px) { #EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv { display:block; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zivhzOlhLvwIDILqiC3epDbtvXi8wAd7 { width:28.125rem;height:6.9375rem;top:2.4375rem;left:19.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DohVVPBRGSMOtQpDU9OlM47aJrLpv1Tf { top:10.8125rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZMNPwxWZduBzpOLsFic550KUlD227SF { top:2.875rem;left:0rem;width:26.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbe8UMf5rgZWgkZpeVo2MylmlCbomx8p { width:19.5rem;height:2.75rem;top:65.375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9KJewbsM0XKbQTU2ehORwrwJ5uPAqn4 { display:block; }
 }@media only screen and (max-width: 763px) { #mHSRqDodOdm2pSs4gwIiItx9hfPA5zH6 { top:12.6875rem;left:19.625rem;width:28.125rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtMmoqQH3rzu6CtzD30FeNHsVxAOoSr0 { top:25.6875rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJSvLv6XxdeC6LVe7X3ltPpPirSQQz8G { top:27.5625rem;left:19.625rem;width:28.125rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g48rEHQcPg2MGSwafeDqnXz9cab9RZ7N { top:38.875rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtkAPHLsOsAI25teSPFB7o1WAlBq7zEM { top:50.375rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inKgEeOsOuJ3Xb887a6wm22R6XuFiRdx { top:40.75rem;left:19.625rem;width:28.125rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOFcEWKDDCF39FKpTETM4QFrAw4zcFMn { top:52.25rem;left:19.625rem;width:28.125rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk { top:36rem;left:0rem;width:26.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 { display:block; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwQUJotX8elMUN5a2stOeKuVpC2XTOqE { width:47.75rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T { display:block; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuiTag8KMEnraB2E3w3CpIWNg4tlgGnz { width:30.1875rem;height:6.6875rem;top:2.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL1UoTr5z9D6mQBpJ0Q9zB4cVsHalriT { width:25.9375rem;height:18.75rem;top:15.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9 { width:26.875rem;height:26.375rem;top:28.25rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw { width:26.875rem;height:22.8125rem;top:2.0625rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ifP0KNfm7FTTWtzIGqFcZP6RCZ8kFH { width:14.1875rem;height:2.9375rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBufVTFINRwGeEWJgArXX7glb1FoGE6n { display:block; }
 }@media only screen and (max-width: 763px) { #nN6BWbaAfzk9aMUG6137vwK04uAz7R6f { top:10.5rem;left:0rem;width:25rem;height:3.56228125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFKrfWo3RtHl8yFgTU4XOTTTw7n9Cyvg { width:25.9375rem;height:9.375rem;top:35.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 { display:block; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPKsV7ZTZK3r66hOOGIEf8xrKlrJh5bp { width:47.75rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { display:block; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { top:13.3125rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { width:21.875rem;height:5rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 { display:block; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI { display:flex;width:18rem;height:5.0625rem;top:5.875rem;left:21.15625rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yxcihu0TW2IeEolB7TuqVygfbJOW59ZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #aqqFK808dRN438Gn0fgsGWscibDxK3kx {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #gR4AP2GgOv1Q9gOJEfauqFVAkae7WDRK {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #ZfFZkwPxEVRaMGnizMNh3irlGKl6PzOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #BHmJPMQ24gpl3rGVNEHVSFyg6bk4lt4t {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #R47M2Isbh3AX2VTDlno6RSBHOdnF9xzS {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #kZNnCT3lKp1BqnASz3v6Dn19ZKcoImld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #I3DoDfhR7X3zPLsnrcMUmapTcQeSgwUZ {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #RnxmzEfldvUvHV9wQvr8OqXHuTs1TWBR {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #AIwDo4hnPltpJBmb7LR9FWpL8eniSCTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #WTCfJyIoJWZV2VxcGZgULlq8zeRg0qNP {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yWXxuP9I0Aa8xA3vccCwOihyHwOwhROX {  }
 }@media only screen and (max-width: 763px) { #T8rUmteQiim2UBRRx6zUMpHGKFdPTQOR { top:2.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1LcZEtPpQ1vF5KT6pWGJEbpzmWw9NBB { top:7.6875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeF5p65MzTP0k0kCNuRiCucGFwdKpvI { top:35.375rem;left:12.436744689941rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcyxEgoAHAsemWaE6EaGqh4u63GMpry2 { top:35.375rem;left:31.999458312988rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhd2cbGuqo2XHD57tv7yc84IKvMla5py { top:30.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJbE8qNONfb98xRPzAXnufRwQgba769 { width:14.25rem;height:3rem;top:35.4375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBzPUJn67bo7hQ9a4sN7bi7ttfHTwCiK { display:block; }
 }@media only screen and (max-width: 763px) { #ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx { display:block; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTLsfqVFoqB6LrAxVgd4m8y3TiHglD4n { top:38.3125rem;left:0rem;width:13.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ateg6p2xZszd0pbvo7mV3DZ4Howr3wMR { top:49.625rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS3nOU8bi1iZVpu2LdidhazJIaGE9iG8 { top:18.0625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVW7bNbpGl4dTl9diDNTKHKSu78mDBeT { top:28.25rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNZANwUWc5d4Lxx8T9AFGOxZlNzv1o4V { display:none; }
 }@media only screen and (max-width: 763px) { #yO4wOSotFmJs9BAB3aQ8kr9lTB8k4FXM { display:none; }
 }@media only screen and (max-width: 763px) { #So3MRk32TCHxJNLBNCoJ8xkJhGqWNZnx { top:3.4375rem;left:9.4375rem;width:28.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdNc7o4kgcyP9FyAgLqdtO3Wi7bgAAC3 { top:27.1875rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tlIw26Rg3c5S1TW4PDD7mfC5aXiPoi { top:37.25rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXLri1rctyVsS6cTV2Zy9nXfVVyFHnxa { top:47.375rem;left:17.6875rem;width:30.0625rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztts9O7DaUvuCs4HibRvSrvq9JThdFZZ { top:62.25rem;left:0rem;width:13rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFm12SXNTyeIyE5Nx1ypaWxIQJQcQEtR { top:61.1875rem;left:17.6875rem;width:30.0625rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIzqZa1FN7XWT7EXViFoot8h8Rsz5zDR { display:none; }
 }@media only screen and (max-width: 763px) { #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND { display:block; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsovqFMtN5kVvaqk2fHLft11GgpZiAL9 { width:38.4375rem;height:6rem;top:1.75rem;left:4.4374103546142rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #gPEPI0gNKycT4lzhiWsNdbDVoUQ4tDyb {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #KrpSi0JTkUqTWR7Fe4rabyNB87lis1ni {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #wlysWR0r2xzpXpmD1eGJuyqwKPCPMhGd {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xK6UMbgBzy7wZ1RPSLHABOaWVonV3WiK {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vL4PuIKNzzt5EiwDEV8U8JdEBFDpgbSz {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vgp1KfDTzfc9QHzQmlFFRdfhJfls6kTt {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #KSDeZ6h4AghStNt7C1G2HyAGPGNc4tXg {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #QrWWxpMtTCG5LFSgSdp2RRKpr6wRlv8B {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vwoPphiEJO1Q5M587A1MhTrfFGRfhwQq {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #b5nyHaQUCuJqCc4y0NcTyviIqPU0zSXi {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #Er3LPAunuWb1iHpEULW1Gd8Bvyz6xdyl {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #Mfw6Ur0FEwyKLT0pTPTey5WhuXdJsBoq {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xpaIh2esdVN4hJqOwmSBza7Dmaut4KCb {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #gQL3i4osCLhFrt0etbCQq5WD5Vpk8wN9 {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #bHPt2cGZwrqhrWCtCDWe0O3MwzCA8vlE {  }
 }@media only screen and (max-width: 763px) { #Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { top:0.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RL8ro6syEPOsbpINaBEscxTP432kaLAk { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st5URq0P2b5yKCokLLRboqHGJM3NOfTe { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuharTEIBKMq568WlHEk5Z2HpA68zQOF { top:0.375rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { top:0.375rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB { display:block; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfdvDapJ0rafVJTtccO99FlThGziU049 { width:14.375rem;height:3.125rem;top:0.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0twXgMHBIO00TBKxcmVuKTynmfMqZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { display:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { width:21.625rem;height:6.125rem;top:7.0625rem;left:26.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { top:1.9375rem;left:0rem;width:31.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { top:14.875rem;left:26.4375rem;width:21.3125rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { width:9.1875rem;height:2.3125rem;top:0.25rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block; }
 }@media only screen and (max-width: 763px) { #mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { width:9.1875rem;height:2.3125rem;top:0.3125rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uu4mzec81dvTwcepUsT9oormQThT0bC0 { top:0.25rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { top:0.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); } }@media only screen and (max-width: 763px) { #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7c66747-373d-49c3-917d-680d4072ab93/RyanHouseWWwithwreathsandgarlandscaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.adaptive-delivery-prevent-bg, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyload, #umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP.lazyloading { background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { background-color: transparent; background-image: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(141,187,230,0.48); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(141,187,230,0.48); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row > .video-iframe-container { display: none; }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .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); }#umFLrw6hOasf6qCTVZuMftQ3Zo6sHNFP > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBuBxsf3IGBUurUTHVSHaoRu2ZlEHxG1 { width:19.2485625rem;height:4.5rem;top:23.125rem;left:0.37548828125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oaGS1FTftvVukLyTHiEIogtx2PPuXp47 { width:19.1860625rem;height:11.0488125rem;top:9.625rem;left:0.40673828125rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqnlkJpiIB4lPtX81wSOMusgyFmHqqu { width:13.125rem;height:2.5rem;top:34.375rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovxitIQ7fMNUTr9a8r5lZsJTTHDzHQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #abgD0r9yl0QmxZ8XXAtkrtM5XwkVdTrE { width:13.1875rem;height:2.5rem;top:31.1875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiyKZ0Eo64B4pfOlHdcP7JSywJ8OTzI { display:block; }
 }@media only screen and (max-width: 763px) { #QsG10oITpt0PZpUnbeV3N9mzTH2VntB7 { width:17.3125rem;height:4.6875rem;top:2.81103515625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { display:block; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs { border-width: 0; border-radius: 0; }#WZpmMKRsFBQJbP4BQW9oLKE25pUOx4Bs > .row .container { width:20rem;height:123.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s24ycW4QnRdCu1aslm9a4ZELvkw0gN7Z { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3WSlTpgPesT091fcRDC91tCvufLkTyi { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDod6p6JUZV6A1IkGB8J5iuJzQxEXUX9 { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wwyOSeIe06F4OSs9vCPiX1oRuHU18A4i { width:19rem;height:7.875rem;top:1.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gwq5eQXboCRzGebzF9dOVkCnV0PiU9JT { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuhPdVIib9wzG6fUIT65CTp6TUKKqy5e { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgTJfkOakxFoRXqs0VSZQTNwWC56Tq8r { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeO2TmvQRkTlJI69pZJGZKdk1PlzxNR2 { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUSGRNXtN0KnyhFXpUvScRHTHD4bpIX8 { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #vR5ewX36s4xdaD6dDU0wkKT6HFcnatBF { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KbH32oVQzisMoIhWL2lP43VszKKm2MHi { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp4tw9kETPu7f70Ftw1z6rUtXxLw9qkq { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCQyGC5knzf3U0aDFMVEChQfTeFluCdJ { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPGbpJuDVOTu57oNCGPSNWuMtVVXKUBr { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzanAEV5y30C6PifCcBKm86ZtsG8QqLs { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDVBxmTE2VdnTMBIh8wqVhdBkM24Q5w5 { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0gZFUInffk3cyG98K2tTTEOU1fdbnB2 { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lqu5UoVTifKOTgdZIEoqtAn58VNZIIQ0 { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbUriHRQ6RQRhP1VMahQ6wM4Z8Rhcu1X { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5tTIpn5SgnBVrZwQfETmRTpxl80Rac3 { width:16.5625rem;height:18.75rem;top:80.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUmP2zD5DZXRNgDZgDowZ8T4NcJBqsop { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuuIx8Jf4MMD4N8A9MugGldNMCZoclcd { width:13.125rem;height:3.8994125rem;top:87.0625rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptJGwoNK42bvDW2Ha50T39oypOT1nZAU { width:3.9999125rem;height:3.9999125rem;top:82.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTIFwP0z9LdemfCV4qAMQEU3SfQ24li { width:1.31214375rem;height:0.625rem;top:85.75rem;left:7.5rem;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JOeNazkRqOA2auTHBJG1LnavSeP4RDMT { width:1.68723125rem;height:1.68723125rem;top:84.875rem;left:11.0625rem;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eK6bB2J94eQrHVcs9ph1RNEWraI8Zhdp { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CltOyI1qXTlJmBMi1siCqIEB3lZLRqxP { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0P2A6ZySEKILZfgT7ElBzMsfsgaHqFv { width:16.5625rem;height:18.75rem;top:101.8125rem;left:1.5625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ZQTRLRswn0v42rJSnZibqJNadPctU19D { width:1.31214375rem;height:0.625rem;top:107.0625rem;left:7.4375rem;z-index:15054;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Rag7apfq3iNQsLB41ERgZXm12JEgbc2O { width:13.125rem;height:3.8994125rem;top:108.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #TkNgaAhdqt7ndTvxCe8xEVEo3m99xKb2 { width:3.9999125rem;height:3.9999125rem;top:103.625rem;left:8rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #TFQ1TQIWeqXbiWUa127xxTP5iK4Tq8WK { width:14.9374375rem;height:6.798825rem;top:112.75rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #IXQxIsx7IUZcHabRG6zKd9Nx33BgVTUv { width:1.68723125rem;height:1.68723125rem;top:106.1875rem;left:11rem;z-index:15035;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #suNuKGN6Vh5A0TORw86vtvHoQln3RdE3 { width:16.6865rem;height:0.12402375rem;top:120.75rem;left:1.6875rem;z-index:15031;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pDlXKHPPQ1rzBr7y5UUamy3DNPW56elC { width:16.5625rem;height:18.75rem;top:58.9375rem;left:1.6875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #uGWSozgb5WzlUiRJzFvJnQ2TGg2sniwb { width:1.31214375rem;height:0.625rem;top:64.1875rem;left:7.5625rem;z-index:15061;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TH7OxMxQtkc4wUNvJSGznOeXzGUotT2k { width:13.125rem;height:3.8994125rem;top:65.5rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #mGLi4gihatg9EqPzWqMVNTIqFv5EkT4K { width:3.9999125rem;height:3.9999125rem;top:60.75rem;left:8.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mJbKwG38VTP9u8fGXhiPwTHOXUocSzW0 { width:14.9374375rem;height:6.7988125rem;top:69.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #hT54xqmRl1vlwdxJ8KoZm9NcaEfl9T9D { width:1.68723125rem;height:1.68723125rem;top:63.3125rem;left:11.125rem;z-index:15042;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zuXwTZUq0A7ae2suTWMv66D4VBTBhsX4 { width:16.68725rem;height:0.12473375rem;top:77.9375rem;left:1.8125rem;z-index:15038;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UApqDvRNpDG0sz9KSZyaUkPmNvXy5RN7 { width:16.5625rem;height:18.75rem;top:37.6875rem;left:1.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #INATVEJeyTJLzzxMwqXgd5Gd677Q3exw { width:1.31214375rem;height:0.625rem;top:42.9375rem;left:7.5625rem;z-index:15068;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n23BXcHN8Wks8XUTt4854JgcPGtePNOs { width:13.125rem;height:3.8994125rem;top:44.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JioAmHOyqD9gmzid6JST7326FuB4ymZb { width:3.9999125rem;height:3.9999125rem;top:39.5rem;left:8.125rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #FvTduThD4iTPST6p21FwSeOn6IFbxmQJ { width:14.9374375rem;height:5.09911875rem;top:48.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #ICSnOCff6wwoqlM1NZiW3oWoh0pHOzwA { width:1.68723125rem;height:1.68723125rem;top:42.0625rem;left:11.125rem;z-index:15049;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #o9FmKONDJSNEgppimsHXrhF3BKGgM1ct { width:16.68725rem;height:0.12473375rem;top:56.6875rem;left:1.8125rem;z-index:15045;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rBDvbX01d7NNXviRUHH3UmCNh5ayBEOz { width:19.4365rem;height:21.9375rem;top:11.9765625rem;left:0.28173828125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A7xTCywapNJpUTXHCF6Ozwq6KnlpdLB6 { width:14.9374375rem;height:6.7988125rem;top:91.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKGHdPwkoz5eVTBwxLww5KkvQWkLxW9o { width:16.68725rem;height:0.12473375rem;top:99.5rem;left:1.6875rem;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XAG62eZcZg7iCJr6KBp8xCRVKLiONSNG { width:14.375rem;height:3.125rem;top:71.125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyF0hwROtGQLiMB8GiKwnsSMJLHqnxp { display:block; }
 }@media only screen and (max-width: 763px) { #EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv { background-color:rgba(38,118,193,0.94);background-image:none;display:block; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { background-color: transparent; background-image: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row > .video-iframe-container { display: none; }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .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); }#EmmDzaH35gX0kBQrmC8JiNRs48W8TnAv > .row .container { width:20rem;height:154.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zivhzOlhLvwIDILqiC3epDbtvXi8wAd7 { width:18.874rem;height:6rem;top:1.43701171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DohVVPBRGSMOtQpDU9OlM47aJrLpv1Tf { width:19.375rem;height:1.6875rem;top:53.1865234375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wZMNPwxWZduBzpOLsFic550KUlD227SF { width:19.375rem;height:42.562rem;top:9.12255859375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbe8UMf5rgZWgkZpeVo2MylmlCbomx8p { width:19.4301875rem;height:2.6796875rem;top:149.62451171875rem;left:0.28466796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9KJewbsM0XKbQTU2ehORwrwJ5uPAqn4 { display:block; }
 }@media only screen and (max-width: 763px) { #mHSRqDodOdm2pSs4gwIiItx9hfPA5zH6 { width:19.375rem;height:10.125rem;top:55.55419921875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XtMmoqQH3rzu6CtzD30FeNHsVxAOoSr0 { width:19.375rem;height:1.6875rem;top:69.42919921875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJSvLv6XxdeC6LVe7X3ltPpPirSQQz8G { width:19.375rem;height:10.125rem;top:72.25rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g48rEHQcPg2MGSwafeDqnXz9cab9RZ7N { width:19.375rem;height:1.6875rem;top:84.4375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OtkAPHLsOsAI25teSPFB7o1WAlBq7zEM { width:19.375rem;height:1.6875rem;top:99.8125rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #inKgEeOsOuJ3Xb887a6wm22R6XuFiRdx { width:19.375rem;height:10.125rem;top:87.375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOFcEWKDDCF39FKpTETM4QFrAw4zcFMn { width:19.375rem;height:13.5rem;top:102.1875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jmk4LB3gTJK7g7wytsDVuCgrK84iWDFk { width:19.375rem;height:29.625rem;top:117.61669921875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 { background-color:#ffffff;background-image:none;display:block; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { background-color: transparent; background-image: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row > .video-iframe-container { display: none; }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .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); }#ctSWdQI7E7MXwFl1UsVXfc4GSqS9sHo3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bwQUJotX8elMUN5a2stOeKuVpC2XTOqE { top:0.49967479705811rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T { display:block; }#Wfh7LAUG9Egp9h8PrP3h0dlZMnkFkg7T > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuiTag8KMEnraB2E3w3CpIWNg4tlgGnz { width:19rem;height:3.9375rem;top:1.1865234375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL1UoTr5z9D6mQBpJ0Q9zB4cVsHalriT { width:19.375rem;height:18.5625rem;top:27.56005859375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9 { width:19.74825rem;height:19.0625rem;top:6.0617406368256rem;left:0.25173616409302rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3ec0faec-609a-481f-ba53-5a890dfc7037/imgi_16_residentialhomepermanentoutdoorlightinginstallationincincinnatiohkyin09.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.adaptive-delivery-prevent-bg, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyload, #IinmMtgwyIcXJ6hCy2O2mo2PZRmPOGb9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw { width:19.74825rem;height:19.8735625rem;top:59.75rem;left:0.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db2f4996-0860-4dd2-abed-3b1fa07ab734/481208572_617343777928774_5102782583406153262_n.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.adaptive-delivery-prevent-bg, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyload, #T0hBDdAzEzExuNnK5HTGclTkPCLc2Rkw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #x0ifP0KNfm7FTTWtzIGqFcZP6RCZ8kFH { width:15.492618rem;height:2.99262425rem;top:85.9375rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBufVTFINRwGeEWJgArXX7glb1FoGE6n { display:block; }
 }@media only screen and (max-width: 763px) { #nN6BWbaAfzk9aMUG6137vwK04uAz7R6f { width:20rem;height:2.84939375rem;top:81.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFKrfWo3RtHl8yFgTU4XOTTTw7n9Cyvg { width:19.375rem;height:8.4375rem;top:48.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 { background-color:#ffffff;background-image:none;display:block; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container { background-color: transparent; background-image: none; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container > .video-iframe-container { display: none; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row > .video-iframe-container { display: none; }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .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); }#dXpHy1TnOHsrJ2nv7nbORJiV573ZsyR0 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPKsV7ZTZK3r66hOOGIEf8xrKlrJh5bp { top:0.5rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P { display:block; }#MnHqpEiZ6HMPXhFyFI0dPlL7suXgbn3P > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkkCufLXSn9JRQVLBJCp7KpACNt1ba64 { width:20rem;height:10.875rem;top:9.08984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOD2yme4ZIXGgEJ5SBzkisTmKlhimGQN { width:20rem;height:3.712025rem;top:3.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKcOhTpRtsUnTnRwnX4VXleMwkIfdBU0 { width:20rem;height:1.23751875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 { display:block; }#Sgb98Ou3hwf7k5O58sSDXOJWOsDTFZ22 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-number { padding-top:0.494375rem;padding-right:0.429375rem;padding-bottom:0.494375rem;padding-left:0.429375rem;width:2.57625rem;min-width:2.57625rem;height:2.65625rem;font-size:1.976875rem;line-height:42.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.30875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.435625rem;height:1.05rem;font-size:0.74125rem;line-height:16.8px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI { display:flex;width:17.625rem;height:4.9375rem;top:24.624566555023rem;left:0rem;padding-top:1.205rem;padding-right:1.2075rem;padding-bottom:1.205rem;padding-left:1.2075rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yxcihu0TW2IeEolB7TuqVygfbJOW59ZV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #aqqFK808dRN438Gn0fgsGWscibDxK3kx {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #gR4AP2GgOv1Q9gOJEfauqFVAkae7WDRK {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #ZfFZkwPxEVRaMGnizMNh3irlGKl6PzOX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #BHmJPMQ24gpl3rGVNEHVSFyg6bk4lt4t {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #R47M2Isbh3AX2VTDlno6RSBHOdnF9xzS {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #kZNnCT3lKp1BqnASz3v6Dn19ZKcoImld { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #I3DoDfhR7X3zPLsnrcMUmapTcQeSgwUZ {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #RnxmzEfldvUvHV9wQvr8OqXHuTs1TWBR {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #AIwDo4hnPltpJBmb7LR9FWpL8eniSCTG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #WTCfJyIoJWZV2VxcGZgULlq8zeRg0qNP {  }
 }@media only screen and (max-width: 763px) { #y6FyX5hBm19ETZ6fVs20r4T6qiFlTSRI #yWXxuP9I0Aa8xA3vccCwOihyHwOwhROX {  }
 }@media only screen and (max-width: 763px) { #T8rUmteQiim2UBRRx6zUMpHGKFdPTQOR { width:20rem;height:4.875rem;top:1.1241321563721rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1LcZEtPpQ1vF5KT6pWGJEbpzmWw9NBB { width:18.2498125rem;height:16.40625rem;top:6.8809690475462rem;left:0.87456607818606rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpeF5p65MzTP0k0kCNuRiCucGFwdKpvI { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:17.1875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcyxEgoAHAsemWaE6EaGqh4u63GMpry2 { display:flex;width:2rem;height:2rem;top:17.0751953125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lhd2cbGuqo2XHD57tv7yc84IKvMla5py { width:20rem;height:2.92480625rem;top:33.4375rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #KFJbE8qNONfb98xRPzAXnufRwQgba769 { width:14.3055555rem;height:3.0555555rem;top:38.936635494232rem;left:2.8466796875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBzPUJn67bo7hQ9a4sN7bi7ttfHTwCiK { display:block; }
 }@media only screen and (max-width: 763px) { #ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx { background-color:#649ed5;background-image:none;display:block; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { background-color: transparent; background-image: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row > .video-iframe-container { display: none; }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .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); }#ZiO9bEpeVL6nq3EJTAavi0HGhdkfToKx > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTLsfqVFoqB6LrAxVgd4m8y3TiHglD4n { width:10.5620625rem;height:3.73730625rem;top:38.5rem;left:4.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ateg6p2xZszd0pbvo7mV3DZ4Howr3wMR { width:13.75rem;height:3.73730625rem;top:55.875rem;left:3.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS3nOU8bi1iZVpu2LdidhazJIaGE9iG8 { width:19.0625rem;height:4.875rem;top:11.125rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVW7bNbpGl4dTl9diDNTKHKSu78mDBeT { width:13.0620625rem;height:3.73730625rem;top:19.0625rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNZANwUWc5d4Lxx8T9AFGOxZlNzv1o4V { display:flex;top:50.625rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #yO4wOSotFmJs9BAB3aQ8kr9lTB8k4FXM { display:flex;top:32.24951171875rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #So3MRk32TCHxJNLBNCoJ8xkJhGqWNZnx { width:17.625rem;height:4.8125rem;top:3.12353515625rem;left:1.0625rem;border-top:0.125rem solid #070002;border-left:0.125rem solid #070002;border-right:0.125rem solid #070002;border-bottom:0.125rem solid #070002;display:block; }
 }@media only screen and (max-width: 763px) { #UdNc7o4kgcyP9FyAgLqdtO3Wi7bgAAC3 { width:18.125rem;height:6.75rem;top:23.5625rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9tlIw26Rg3c5S1TW4PDD7mfC5aXiPoi { width:18.125rem;height:6.75rem;top:43.125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXLri1rctyVsS6cTV2Zy9nXfVVyFHnxa { width:18.125rem;height:6.75rem;top:60.3125rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ztts9O7DaUvuCs4HibRvSrvq9JThdFZZ { width:13rem;height:3.73730625rem;top:76.1875rem;left:3.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFm12SXNTyeIyE5Nx1ypaWxIQJQcQEtR { width:19.375rem;height:5.0625rem;top:80.875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIzqZa1FN7XWT7EXViFoot8h8Rsz5zDR { display:flex;top:68.75rem;left:7.8125rem;width:4.375rem;height:4.375rem;z-index:15029; }
 }@media only screen and (max-width: 763px) { #s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND { display:block; }#s7s3zX8qsUwBJucDKPX8nzAsbFoCvFND > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsovqFMtN5kVvaqk2fHLft11GgpZiAL9 { width:17rem;height:7.55566875rem;top:1.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e { display:flex;height:auto;width:17.5rem;top:10.82421875rem;left:0rem; }
#gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #gPEPI0gNKycT4lzhiWsNdbDVoUQ4tDyb {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #KrpSi0JTkUqTWR7Fe4rabyNB87lis1ni {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #wlysWR0r2xzpXpmD1eGJuyqwKPCPMhGd {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xK6UMbgBzy7wZ1RPSLHABOaWVonV3WiK {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vL4PuIKNzzt5EiwDEV8U8JdEBFDpgbSz {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vgp1KfDTzfc9QHzQmlFFRdfhJfls6kTt {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #KSDeZ6h4AghStNt7C1G2HyAGPGNc4tXg {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #QrWWxpMtTCG5LFSgSdp2RRKpr6wRlv8B {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #vwoPphiEJO1Q5M587A1MhTrfFGRfhwQq {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #b5nyHaQUCuJqCc4y0NcTyviIqPU0zSXi {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #Er3LPAunuWb1iHpEULW1Gd8Bvyz6xdyl {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #Mfw6Ur0FEwyKLT0pTPTey5WhuXdJsBoq {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #xpaIh2esdVN4hJqOwmSBza7Dmaut4KCb {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #gQL3i4osCLhFrt0etbCQq5WD5Vpk8wN9 {  }
 }@media only screen and (max-width: 763px) { #gTCsvFdhRS0JqIQPhgO4hlIzOHq9lm9e #bHPt2cGZwrqhrWCtCDWe0O3MwzCA8vlE {  }
 }@media only screen and (max-width: 763px) { #Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz { display:block; }#Lbu9OGlzBz1iFxuGuefmrVh4LL7UhEWz > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmc0B21Q5KtyNpT6fKD5cANuRPNtHySc { width:20rem;height:5.0371125rem;top:1.60595703125rem;left:0rem;font-size:1.9375rem;font-family:raleway;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I { display:block; }#sUHDMMC14NJvt1FCCNyCAiPLHVkELv8I > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RL8ro6syEPOsbpINaBEscxTP432kaLAk { width:19.375rem;height:21.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbEtQwJW920sLcv8oeoICTGw4ZBw5qEG { width:19.375rem;height:21.875rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu { display:block; }#T031UdeWRUP9oOPNlJfTCTCQkU8sWSVu > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #st5URq0P2b5yKCokLLRboqHGJM3NOfTe { width:19.375rem;height:21.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEcKT0ep03VTm4xp4U2xbHlbqfugnn6d { width:19.375rem;height:21.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L { display:block; }#GmlEoWlgeAfJ3777yI2i2hZFU6QWem9L > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuharTEIBKMq568WlHEk5Z2HpA68zQOF { width:19.375rem;height:21.875rem;top:0.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41a5eb08-7db6-45f8-8f99-c8bb3530a77e/539071733_755160004147150_1061512303665889052_n1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xuharTEIBKMq568WlHEk5Z2HpA68zQOF.adaptive-delivery-prevent-bg, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyload, #xuharTEIBKMq568WlHEk5Z2HpA68zQOF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OXndngyX1zNkOo8d6mOsLJr0ZwAuFauW { width:19.375rem;height:21.875rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB { display:block; }#PU6lEEmFHLiBtuFnqOTxftla6iBUz7nB > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfdvDapJ0rafVJTtccO99FlThGziU049 { width:14.375rem;height:3.125rem;top:1.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zw0twXgMHBIO00TBKxcmVuKTynmfMqZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66f0ae7e-05d0-4fe2-990d-f38c776651f5/5.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.adaptive-delivery-prevent-bg, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyload, #QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb.lazyloading { background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { background-color: transparent; background-image: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row > .video-iframe-container { display: none; }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .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); }#QO0Uu0WTyc3TkDzzyzqapUrpD6mNooMb > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq7UlmHpelZnzTIMoMlX8s8fxWk68Gil { width:16.75rem;height:4.875rem;top:1.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #EnFqRBK3OENW3mkITz8r4xLqrsSkGhTu { width:20rem;height:15.3125rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxGGVShTyIIwbTk0uPHTuT9FsdpERzoJ { width:20rem;height:1.625rem;top:9.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt { position:relative;z-index:auto;display:block; }#yklB3vCzrbJKWhnn7g0Jmoo9MAKh4ETt > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acKZsBcpH1X2SSAMgtPgE8MWbleN9AaT { width:8.75rem;height:2.25rem;top:3.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNrCzk8Tk523nQQbxCd2BUldlmEg6V5P { display:block; }
 }@media only screen and (max-width: 763px) { #mKdO4zrx9lPqv1xV7g3LxvsneWtrohND { width:8.75rem;height:2.25rem;top:3.75rem;left:0.875rem;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aVllFTPeAAMTJH0czvMG9J7b8zffspm8 { display:block; }
 }@media only screen and (max-width: 763px) { #Uu4mzec81dvTwcepUsT9oormQThT0bC0 { width:2.4375rem;height:2.4375rem;top:0.6875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh4XEpua8QJOL7kV6snMnvbCIeZTn9Ac { width:2.1875rem;height:2.1875rem;top:0.8125rem;left:10.4375rem;display:block; }
 }