.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:#ffffff;background-image:none;position:relative;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D { position:relative;display:block; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D { background-color: transparent; background-image: none; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row .container > .video-iframe-container { display: none; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row > .video-iframe-container { display: none; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .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); }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D { border-width: 0; border-radius: 0; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:124px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dUlJP1Ih0lkoHFv6wEQDa0Uqlkral3S2 { color:#313b40;display:block;width:389px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:64px;left:571px;height:22.1px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TKoxEF9pFsZHGIG1tmkfb6TA9NC4n5aq { color:#000000;display:block;width:279px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:38px;left:681px;height:26px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zS8RMxUgw5ebJvLPULUtw6RE1nJz8LDS { position:absolute;display:block;z-index:15028;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:78px;width:244px;top:25px;left:0px;overflow:hidden;display:block; }
#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:#c6d19a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:960px;height:403px;font-size:14px;font-family:arial;position:relative;display:block; }#NlgaL6dg57vu6seFXcpDIgSUwGTdO8g7 { color:#000000;display:block;width:503px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 03px rgba(255,255,255,0.5);top:45px;left:0px;height:50.4px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m0nGW630tZaLRR5WyvkAegDJm1Hdwcby { color:#000000;display:block;width:426px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:121px;left:0px;height:129.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QKHg9TAWToFHeVvWVE4uHm6Pvq7Z1FNS { background-color:#0076bd;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:04px;border-top-right-radius:04px;border-bottom-left-radius:04px;border-bottom-right-radius:04px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198px;height:70px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:271px;left:0px;display:block; }
#ycymQw4Vx7Tbfb4kXlgkvyEnkh0kfDXK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ut9CbGrQrNbLNg7op4NP5JyiHRS9hDRw { position:absolute;display:block;z-index:15032;border-top:11px solid #ffffff;border-left:11px solid #ffffff;border-right:11px solid #ffffff;border-bottom:11px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:67px;width:407px;top:141.29998779297px;left:527.70001220703px;overflow:hidden;display:block; }
#HsT01MQxwXn9eO3vb7JQgXWlsABPCzv0 { background-color:#0076bd;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:04px;border-top-right-radius:04px;border-bottom-left-radius:04px;border-bottom-right-radius:04px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198px;height:70px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:271px;left:217px;display:block; }
#iuBo1wkT0MwT17ievTLDEXTkh8al7qG6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/471117d2-1ec6-4fb4-836f-3f7bea6c75ae/architectlinesextended.png");background-position:center left !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; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr.adaptive-delivery-prevent-bg, #k2D71mZObw8PM5lmTZbhfWACfXsUJGkr.lazyload, #k2D71mZObw8PM5lmTZbhfWACfXsUJGkr.lazyloading { background-image: none; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row .container { background-color: transparent; background-image: none; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row .container > .video-iframe-container { display: none; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row > .video-iframe-container { display: none; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .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); }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row .container { border-width: 0; border-radius: 0; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row .container { font-size:14px;font-family:arial;height:190px;width:960px;position:relative;display:block; }#SsPKbTPBAweQD2TWPxk7zf3gqyTX3LDR { color:#000000;display:block;width:678px;position:absolute;font-family:poppins;font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:89px;left:141px;height:49.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN { position:relative;display:block; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN { background-color: transparent; background-image: none; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row .container > .video-iframe-container { display: none; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row > .video-iframe-container { display: none; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .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); }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN { border-width: 0; border-radius: 0; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:919px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bobDx70hNOiUvTd9VXvxHU3IgwCgsam0 { position:absolute;display:block;z-index:15000;background-color:#dbeaf6;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:279px;width:960px;top:306px;left:0px;display:block; }
#Napku68eAeLaOe9MRW5NihCE7tvWCO0c { color:#000000;display:block;width:625px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:373px;left:278px;height:108.8px;font-style:italic;display:block; }
#mpeMTNIQOcHMfy8IQlfWXW2bPTpmvLNN { color:#000000;display:block;width:297px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:495px;left:278px;height:22.1px;font-style:normal;display:block; }
#sye8yWM4pHhmlbdKuSMTKMWCJOh28BFf { position:absolute;display:block;z-index:15010;background-color:#dbeaf6;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:280px;width:960px;top:0px;left:0px;display:block; }
#lVx877LpAH8bhuMstTAIVirMc7b0IdCX { color:#000000;display:block;width:625px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:67px;left:278px;height:108.8px;font-style:italic;display:block; }
#yzdRkEqM2nI2bxnDxakShOAdaHDIcFEM { color:#000000;display:block;width:342px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:188.95001220703px;left:278px;height:22.1px;font-style:normal;display:block; }
#RZe3TBVCzy65r29kBR8e9s4cBPirTfRd { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b904ae8-8c52-4665-8d92-d42e9c1c45bf/EntertainmentCenterJuricekLynn_Installer_4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:279px;width:200px;top:0px;left:0px;display:block; }#RZe3TBVCzy65r29kBR8e9s4cBPirTfRd.adaptive-delivery-prevent-bg, #RZe3TBVCzy65r29kBR8e9s4cBPirTfRd.lazyload, #RZe3TBVCzy65r29kBR8e9s4cBPirTfRd.lazyloading { background-image: none; }
#bcoiFzTi1KVAxlOXOroCeFVJychbhzD5 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b8ad1b1-0ed8-4cb9-9ed8-ff24a306e913/BapatLynn_Installer_2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:279px;width:200px;top:306px;left:0px;display:block; }#bcoiFzTi1KVAxlOXOroCeFVJychbhzD5.adaptive-delivery-prevent-bg, #bcoiFzTi1KVAxlOXOroCeFVJychbhzD5.lazyload, #bcoiFzTi1KVAxlOXOroCeFVJychbhzD5.lazyloading { background-image: none; }
#tPvww8qFCMA0cabIgkkPSwhAnA2cqT5P { position:absolute;display:block;z-index:15010;background-color:#dbeaf6;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:279px;width:960px;top:614px;left:0px;display:block; }
#RiRLXUutpT2wwKJPMcugCuhPHPXuAzWE { color:#000000;display:block;width:297px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:803px;left:278px;height:22.1px;font-style:normal;display:block; }
#RCMl30602idrIf0oW8zFVE13iVRXkCa4 { color:#000000;display:block;width:625px;position:absolute;font-family:poppins;font-size:17px;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:681px;left:278px;height:108.8px;font-style:italic;display:block; }
#h44C6xO8M0KJFyl8gB2GEP7speS7VFsR { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6a7bedfb-052c-47b4-9e9b-8cca642ea445/HandLynn_Installer_2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:279px;width:200px;top:614px;left:0px;display:block; }#h44C6xO8M0KJFyl8gB2GEP7speS7VFsR.adaptive-delivery-prevent-bg, #h44C6xO8M0KJFyl8gB2GEP7speS7VFsR.lazyload, #h44C6xO8M0KJFyl8gB2GEP7speS7VFsR.lazyloading { background-image: none; }
#RfGq6fcofcAm7egO9n00qOzKqHLAWMe3 { color:#0076bd;display:block;width:200px;position:absolute;font-family:poppins;font-size:40px;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:180px;left:704px;height:40px;text-align:right;text-align-last:right;display:block; }
#zzbBrSnA2ZUVv3iXbgunCC9S8osUO8RK { color:#0076bd;display:block;width:200px;position:absolute;font-family:poppins;font-size:40px;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:486.04998779297px;left:704px;height:40px;text-align:right;text-align-last:right;display:block; }
#MJR2NpV2EWLU0KgypUcyPT43bQNaSeTt { color:#0076bd;display:block;width:200px;position:absolute;font-family:poppins;font-size:40px;font-weight:normal;z-index:15035;line-height:1;letter-spacing:0;top:794.04998779297px;left:704px;height:40px;text-align:right;text-align-last:right;display:block; }
#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4d0c9;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; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row .container { background-color: transparent; background-image: none; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row .container > .video-iframe-container { display: none; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row > .video-iframe-container { display: none; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .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); }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row .container { border-width: 0; border-radius: 0; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row .container { font-size:14px;font-family:arial;height:237px;width:960px;position:relative;display:block; }#xG7oJFAtkEUL6QsXSGR17hzSEBJpHUzU { color:#000000;display:block;width:405px;position:absolute;font-family:poppins;font-size:14px;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:42.599975585938px;left:277.5px;height:156.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D { display:block; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUlJP1Ih0lkoHFv6wEQDa0Uqlkral3S2 { top:64px;left:375px;width:389px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TKoxEF9pFsZHGIG1tmkfb6TA9NC4n5aq { top:38px;left:485px;width:279px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zS8RMxUgw5ebJvLPULUtw6RE1nJz8LDS { top:25px;left:0px;width:244px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlgaL6dg57vu6seFXcpDIgSUwGTdO8g7 { width:503px;height:50px;top:45px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #m0nGW630tZaLRR5WyvkAegDJm1Hdwcby { width:426px;height:129px;top:121px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QKHg9TAWToFHeVvWVE4uHm6Pvq7Z1FNS { width:198px;height:70px;top:271px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ycymQw4Vx7Tbfb4kXlgkvyEnkh0kfDXK { display:block; }
 }@media only screen and (max-width: 763px) { #Ut9CbGrQrNbLNg7op4NP5JyiHRS9hDRw { top:141px;left:335px;width:407px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #HsT01MQxwXn9eO3vb7JQgXWlsABPCzv0 { width:198px;height:70px;top:271px;left:119px;display:block; }
 }@media only screen and (max-width: 763px) { #iuBo1wkT0MwT17ievTLDEXTkh8al7qG6 { display:block; }
 }@media only screen and (max-width: 763px) { #k2D71mZObw8PM5lmTZbhfWACfXsUJGkr { display:block; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsPKbTPBAweQD2TWPxk7zf3gqyTX3LDR { top:89px;left:43px;width:678px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #b5lHqh77puL8kngpg7XdvAM2tTZHHNpN { display:block; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bobDx70hNOiUvTd9VXvxHU3IgwCgsam0 { top:306px;left:0px;width:764px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #Napku68eAeLaOe9MRW5NihCE7tvWCO0c { top:373px;left:139px;width:625px;height:108px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mpeMTNIQOcHMfy8IQlfWXW2bPTpmvLNN { top:495px;left:180px;width:297px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sye8yWM4pHhmlbdKuSMTKMWCJOh28BFf { top:0px;left:0px;width:764px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #lVx877LpAH8bhuMstTAIVirMc7b0IdCX { top:67px;left:139px;width:625px;height:108px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yzdRkEqM2nI2bxnDxakShOAdaHDIcFEM { top:188px;left:180px;width:342px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RZe3TBVCzy65r29kBR8e9s4cBPirTfRd { top:0px;left:0px;width:200px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #bcoiFzTi1KVAxlOXOroCeFVJychbhzD5 { top:306px;left:0px;width:200px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #tPvww8qFCMA0cabIgkkPSwhAnA2cqT5P { top:614px;left:0px;width:764px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #RiRLXUutpT2wwKJPMcugCuhPHPXuAzWE { top:803px;left:180px;width:297px;height:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RCMl30602idrIf0oW8zFVE13iVRXkCa4 { top:681px;left:139px;width:625px;height:108px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h44C6xO8M0KJFyl8gB2GEP7speS7VFsR { top:614px;left:0px;width:200px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #RfGq6fcofcAm7egO9n00qOzKqHLAWMe3 { top:180px;left:564px;width:200px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #zzbBrSnA2ZUVv3iXbgunCC9S8osUO8RK { top:486px;left:564px;width:200px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #MJR2NpV2EWLU0KgypUcyPT43bQNaSeTt { top:794px;left:564px;width:200px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc { display:block; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xG7oJFAtkEUL6QsXSGR17hzSEBJpHUzU { width:405px;height:156px;top:42px;left:179.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D { display:block; }#SlGMfE0ZqRuhmwe5a671Qk8k8Drnz62D > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUlJP1Ih0lkoHFv6wEQDa0Uqlkral3S2 { width:293px;height:18.2px;top:137.60000610352px;left:13.5px;font-size:14px;text-align:center;text-align-last:center;color:#1f2632;display:block; }
 }@media only screen and (max-width: 763px) { #TKoxEF9pFsZHGIG1tmkfb6TA9NC4n5aq { width:233px;height:28.6px;top:109px;left:43px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zS8RMxUgw5ebJvLPULUtw6RE1nJz8LDS { width:208px;height:69px;top:20px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW { background-color:#c6d19a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { background-color: transparent; background-image: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { display: none; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .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); }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { border-width: 0; border-radius: 0; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghfh4W2MzHauUWk0JdOkIZUCRRFIfSXW > .row .container { width:320px;height:565px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlgaL6dg57vu6seFXcpDIgSUwGTdO8g7 { width:320px;height:38.4px;top:21px;left:0px;text-align:left;text-align-last:left;font-size:32px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #m0nGW630tZaLRR5WyvkAegDJm1Hdwcby { width:320px;height:194.4px;top:67px;left:0px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QKHg9TAWToFHeVvWVE4uHm6Pvq7Z1FNS { width:320px;height:70px;top:281px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ycymQw4Vx7Tbfb4kXlgkvyEnkh0kfDXK { display:block; }
 }@media only screen and (max-width: 763px) { #Ut9CbGrQrNbLNg7op4NP5JyiHRS9hDRw { width:298px;height:49.05px;top:466.53332519531px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HsT01MQxwXn9eO3vb7JQgXWlsABPCzv0 { width:320px;height:70px;top:368px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iuBo1wkT0MwT17ievTLDEXTkh8al7qG6 { display:block; }
 }@media only screen and (max-width: 763px) { #k2D71mZObw8PM5lmTZbhfWACfXsUJGkr { display:none; }#k2D71mZObw8PM5lmTZbhfWACfXsUJGkr > .row .container { width:320px;height:100px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SsPKbTPBAweQD2TWPxk7zf3gqyTX3LDR { width:320px;height:auto;top:89px;left:0px;font-size:26px;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #b5lHqh77puL8kngpg7XdvAM2tTZHHNpN { display:none; }#b5lHqh77puL8kngpg7XdvAM2tTZHHNpN > .row .container { width:320px;height:100px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bobDx70hNOiUvTd9VXvxHU3IgwCgsam0 { width:320px;height:279px;top:306px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Napku68eAeLaOe9MRW5NihCE7tvWCO0c { width:320px;height:auto;top:373px;left:0px;font-size:17px;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mpeMTNIQOcHMfy8IQlfWXW2bPTpmvLNN { width:297px;height:auto;top:495px;left:11px;font-size:20px;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sye8yWM4pHhmlbdKuSMTKMWCJOh28BFf { width:320px;height:280px;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lVx877LpAH8bhuMstTAIVirMc7b0IdCX { width:320px;height:auto;top:67px;left:0px;font-size:17px;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yzdRkEqM2nI2bxnDxakShOAdaHDIcFEM { width:320px;height:auto;top:188px;left:0px;font-size:20px;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #RZe3TBVCzy65r29kBR8e9s4cBPirTfRd { width:200px;height:279px;top:0px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #bcoiFzTi1KVAxlOXOroCeFVJychbhzD5 { width:200px;height:279px;top:306px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #tPvww8qFCMA0cabIgkkPSwhAnA2cqT5P { width:320px;height:279px;top:614px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #RiRLXUutpT2wwKJPMcugCuhPHPXuAzWE { width:297px;height:auto;top:803px;left:11px;font-size:20px;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RCMl30602idrIf0oW8zFVE13iVRXkCa4 { width:320px;height:auto;top:681px;left:0px;font-size:17px;color:#000000;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #h44C6xO8M0KJFyl8gB2GEP7speS7VFsR { width:200px;height:279px;top:614px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #RfGq6fcofcAm7egO9n00qOzKqHLAWMe3 { width:200px;height:0;top:180px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #zzbBrSnA2ZUVv3iXbgunCC9S8osUO8RK { width:200px;height:0;top:20px;left:60px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #MJR2NpV2EWLU0KgypUcyPT43bQNaSeTt { width:200px;height:auto;top:794px;left:60px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc { display:block; }#LOV5XaTtJOSLSI9M4pUJzL45RBJEdqnc > .row .container { width:320px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xG7oJFAtkEUL6QsXSGR17hzSEBJpHUzU { width:269px;height:156.8px;top:20px;left:25px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }