.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { background-color: transparent; background-image: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container {  }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#oaTXZcqg0pHIpVQZhTWznMATT91VskFo { color:#313131;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:40.311462402344rem;height:3.9rem;text-align:right;text-align-last:right;display:block; }
#PsM7BNcOSQxPb41WfwzcTEb7WXIMDL8E { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:11.25rem;top:1.5625rem;left:1.0718746185302rem;overflow:hidden;display:block; }
#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4b98c50b-e0ea-4647-b2dd-db024da10226/Strongcitiesbanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container {  }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:60rem;position:relative;display:block; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;display:block; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row .container { background-color: transparent; background-image: none; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row .container > .video-iframe-container { display: none; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row > .video-iframe-container { display: none; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .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); }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row .container { border-width: 0; border-radius: 0; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row > .video-iframe-container {  }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#MC6uSuAOCtqnD66g2cHWcKKPN0mP8IJB { color:#000000;display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:2.2468757629394rem;left:20.007293701172rem;height:18.525rem;text-align:center;text-align-last:center;display:block; }
#ANRUG2TczvZB5QVRaat1C2zw0bDzToJa { box-sizing:content-box;color:#871d21;font-size:11.375rem;font-weight:400;line-height:1;height:16.25rem;width:16.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.3510417938232rem;left:3.0625rem;display:block; }
#LbFRiszceEQDG8T7LRakEQylafh8Nsyt { color:#313131;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6635417938231rem;left:5rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { background-color: transparent; background-image: none; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container > .video-iframe-container { display: none; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row > .video-iframe-container { display: none; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .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); }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { border-width: 0; border-radius: 0; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row > .video-iframe-container {  }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#g7T7L4aHWvkP4w1BC2Pv72W6FGBKOQmq { color:#313131;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.015625rem;left:0rem;height:3.98125rem;text-align:center;text-align-last:center;display:block; }
#AoL92uR5MAQQlE6A1mN8lIWQ84Qh2iDB { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.625rem;width:10.625rem;top:6.9447917938231rem;left:3.3520812988281rem;overflow:hidden;display:block; }
#eWMBymVVSNhrry14iE379yOw4GGvI6q5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:10.125rem;top:7.1947917938231rem;left:24.9375rem;overflow:hidden;display:block; }
#tsFFd59PlTKms5p57G3BrpgydcpI2hyL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:7.0385417938231rem;left:44.053123474121rem;overflow:hidden;display:block; }
#Urdx8Qryykap0qfz8DnxnBJ2pR60VBwD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.344791412354rem;left:3.3520812988281rem;height:4.14375rem;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; }
#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:22.107292175293rem;left:3.3520812988281rem;height:4.76875rem;display:block; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:before{  }
#ZoTQah9E8xkluwsfxJ9FNLdLwalBhzaD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.344791412354rem;left:23.75rem;height:4.14375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.107292175293rem;left:23.75rem;height:6.15rem;display:block; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:before{  }
#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:22.669792175293rem;left:43.084373474121rem;height:;display:block; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:before{  }
#fB9rdOk73o2aNudGCMBKA5KHXbPkobDI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.344791412354rem;left:43.021873474121rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:url("https://images.assets-landingi.com/uc/0ba7c331-d432-4e00-9911-c79b1b44813d/PropertyImagestockGreenarchitectureinCamdenLondon.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.adaptive-delivery-prevent-bg, #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.lazyload, #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs.lazyloading { background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { background-color: transparent; background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .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); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { border-width: 0; border-radius: 0; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container {  }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { font-size:0.875rem;font-family:arial;height:75.9375rem;width:60rem;position:relative;display:block; }#ECTpIU0OV6V74PKLkL7fAIJcXJGaTpVb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1.1770820617676rem;left:0rem;height:3.98125rem;text-align:center;text-align-last:center;display:block; }
#nn3KZLEtSploy2JW3e08Lku9yp2MF78B { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:14.0625rem;top:6.8197937011719rem;left:3.5rem;overflow:hidden;display:block; }
#wop6OM0OlNvF2Ns3QpqCFVnSXKxmIGKP { background-color:#871d21;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:25.15625rem;left:5.25rem;display:block; }
#TX5bea4oeXCxNPcQOuT9c4KXcSUIq3S6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F04cTObhXk5dCIOuPoNJZcBWJfWmu0sX { color:#020202;display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:54.903125762939rem;left:21.96875rem;height:12.43125rem;text-align:center;text-align-last:center;display:block; }
#Xp5JbrcSq1fAS33D4cJLMQQqS3VPvVdc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:9.625rem;top:54.903126716614rem;left:5.6875rem;overflow:hidden;display:block; }
#ImpMUXM3Cs2BgakPQ57sz8ZZ2I4yT2lC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:14.0625rem;top:30.132292747498rem;left:22.968748092651rem;overflow:hidden;display:block; }
#NnfdC3BtnToeP8sFcvP4IWVBhuET5xeH { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:14.0625rem;top:6.8197917938231rem;left:43.312498092651rem;overflow:hidden;display:block; }
#GohZ8gFaArOoaU5EU0EyqI41CrxpL6cV { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:14.0625rem;top:30.132292747498rem;left:3.5rem;overflow:hidden;display:block; }
#K2Xux0s7qqCmc2KlgfKECsb3sDZm01Uv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6875rem;width:9.625rem;top:8.5697917938231rem;left:45.499998092651rem;overflow:hidden;display:block; }
#f6BQrN93bxylCihQW3tDZbUt6mCbOlbT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:14.0625rem;top:53.153125762939rem;left:3.5rem;overflow:hidden;display:block; }
#qTdEQtq7ZxpqIASqdflRV05rAbOFLvGB { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:14.0625rem;top:30.132292747498rem;left:43.312498092651rem;overflow:hidden;display:block; }
#iIs7nd7O9P1rTq3aRUpsMvOnZIwJi8Td { background-color:#871d21;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.25rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:25.156249046326rem;left:24.718748092651rem;display:block; }
#xMKakiKkWxw0lg7xfQcCJTsBCk06bsvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BfxX713xy5v0yQ9W8xqMPpxTtpo6LnM4 { background-color:#871d21;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.25rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:48.59375rem;left:5.25rem;display:block; }
#uauUwHTCUtznQTMNllQiolslG36VTNCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqETS2XEF0EPQMfTwwrcmx4snb7z5kIH { background-color:#871d21;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:25.156249046326rem;left:45.062498092651rem;display:block; }
#THWVtdFKyd7VRlJRZmfCOCQvhBm1wW2B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7fVwM8nCRneE36gVTtzdsZsssikogWd { background-color:#871d21;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:48.59375rem;left:45.062498092651rem;display:block; }
#GRsI7KPzdpChCqmR3pZBIpuREo0bCp3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Za08DgTgT0qDdGrNf6amcK3gpCB0Vctw { background-color:#871d21;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.25rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:48.59375rem;left:24.718748092651rem;display:block; }
#tlPQF5uLDwFN7J6CpO5CEvLCQ6bCCVqJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHCsHGSR1Tk2aLkISg2Ii1N4OQcmDiiM { background-color:#871d21;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:71.53124809265rem;left:5.25rem;display:block; }
#XQLmRzFxio7EDesJxMmC84x7rCarzRwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wN3KIxbIUtpMAMNWVfenk2DTWGVN2Dtv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:14.0625rem;top:6.8197917938231rem;left:22.968748092651rem;overflow:hidden;display:block; }
#ONW5DgJPATETR9cVb2SvMWoRK3wIuZMW { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.0625rem;width:9.9375rem;top:8.5385417938231rem;left:5.5625rem;overflow:hidden;display:block; }
#M0T6LQrMWsWT55bLldJWFGTcQsVfh3qK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:9.6875rem;top:8.6322917938231rem;left:25.156248092651rem;overflow:hidden;display:block; }
#gWAM9AXVDiabnIxzdugzM1mK9sFfXdOc { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:9.9375rem;top:31.788537979126rem;left:25.081251144409rem;overflow:hidden;display:block; }
#bkcnTDFdg6mJBVQ2OvsD5Rz1F3vtuo4m { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.125rem;width:9.9375rem;top:31.757291793823rem;left:5.53125rem;overflow:hidden;display:block; }
#AmxxteXWJ2RuCUcqMSPOlWw8gthrh9BL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.3125rem;width:10.0625rem;top:31.726041793823rem;left:45.312498092651rem;overflow:hidden;display:block; }
#TB9vnrJINfW7XM0eTynaGs33tsoazlcx { position:absolute;display:block;z-index:15031;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:18.5rem;width:39.4375rem;top:53.25rem;left:20.5625rem;display:block; }
#PO2nLTlNF8wH1TgziTJdLxvw8IpamlTP { position:absolute;display:block;z-index:15033;background-color:rgba(227,227,227,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:4.9375rem;width:52.75rem;top:0.69895935058594rem;left:3.625rem;display:block; }
#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row .container { background-color: transparent; background-image: none; }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row .container > .video-iframe-container { display: none; }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row > .video-iframe-container { display: none; }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .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); }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row .container { border-width: 0; border-radius: 0; }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row > .video-iframe-container {  }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#wGvnVbTDJTOKVFpJWoVQ9dggiUkksCBU { color:#191816;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.0010414123535156rem;height:3.98125rem;text-align:center;text-align-last:center;display:block; }
#z1rHoXsT27iFqF8C14SXz1R9s0llfMQ1 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:17.125rem;top:9.6020898818969rem;left:0rem;overflow:hidden;display:block; }
#ucIbJKCaUW5Tfv7BWZ6RV7k9msWo5q1q { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:15.625rem;top:10.664589881897rem;left:17.937498092651rem;overflow:hidden;display:block; }
#luAHIH2lqLZOUDNavXAkIevhpJQ3xUIh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.625rem;top:8.9645891189575rem;left:50.800001144409rem;overflow:hidden;display:block; }
#Pfv6raLB7kbKeMgEGr5Q6f80i6lfHbCp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:12.5625rem;top:10.820831298828rem;left:36.1875rem;overflow:hidden;display:block; }
#uR2g1kcV4TWC1uNieq3JlVXKEEtBQMxE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:18.150005340576rem;left:50.612501144409rem;overflow:hidden;display:block; }
#I9bDK1vRUQEKEGTDqkT584OUI9noibbh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:11.75rem;top:18.118755340576rem;left:1.8125rem;overflow:hidden;display:block; }
#tU14FuMAvlhHFbHyqt5OdBioXtC1JfAz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:11.75rem;top:19.556255340576rem;left:35.562498092651rem;overflow:hidden;display:block; }
#pFk7QiEFTydLC3WkzQf9yRZdxEh9c8Q9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:16.625rem;top:20.068756103516rem;left:15.499998092651rem;overflow:hidden;display:block; }
#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;display:block; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { background-color: transparent; background-image: none; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container > .video-iframe-container { display: none; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row > .video-iframe-container { display: none; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .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); }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { border-width: 0; border-radius: 0; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row > .video-iframe-container {  }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#V0n41oq1gvezy8ycXqesTikTpFoJpVqq { color:#ffffff;display:block;width:42.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4000015258789rem;left:0rem;height:4.55rem;display:block; }
#bsA0391fqbgllR2J4VSIpi3J8p6PcNop { box-sizing:content-box;color:#2d2d2d;font-size:3.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.3937530517578rem;left:44.83749961853rem;display:block; }
#R7scnNOUgruZIvh2VdJ9f4hrU8u8mVGz { box-sizing:content-box;color:#2d2d2d;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:1.4250030517578rem;left:50.39999961853rem;display:block; }
#en1qc6IfMeFUWg4f1UqZIGO4EnMrVfmE { box-sizing:content-box;color:#2d2d2d;font-size:3rem;font-weight:400;line-height:1;height:4.3125rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5187530517578rem;left:55.624998092651rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaTXZcqg0pHIpVQZhTWznMATT91VskFo { top:2.625rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsM7BNcOSQxPb41WfwzcTEb7WXIMDL8E { top:1.5625rem;left:0rem;width:11.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi { display:block; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC6uSuAOCtqnD66g2cHWcKKPN0mP8IJB { top:2.1875rem;left:9.5rem;width:38.25rem;height:20.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANRUG2TczvZB5QVRaat1C2zw0bDzToJa { top:1.3125rem;left:0rem;width:16.25rem;height:16.25rem;font-size:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbFRiszceEQDG8T7LRakEQylafh8Nsyt { top:7.625rem;left:0rem;width:9.625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T { display:block; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7T7L4aHWvkP4w1BC2Pv72W6FGBKOQmq { top:1rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoL92uR5MAQQlE6A1mN8lIWQ84Qh2iDB { width:10.625rem;height:10.625rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWMBymVVSNhrry14iE379yOw4GGvI6q5 { width:10.125rem;height:10.125rem;top:7.1875rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsFFd59PlTKms5p57G3BrpgydcpI2hyL { width:10.4375rem;height:10.4375rem;top:7rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urdx8Qryykap0qfz8DnxnBJ2pR60VBwD { top:19.3125rem;left:0rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k72UVhd6LB8dh29aLQ6inElEa6ln1B1k { top:22.0625rem;left:0rem;width:12.5rem;height:4.75rem;font-size:0.9375rem;display:block; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:before{  }
 }@media only screen and (max-width: 763px) { #ZoTQah9E8xkluwsfxJ9FNLdLwalBhzaD { top:19.3125rem;left:17.625rem;width:12.5rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrRgGR8t3bJhicetoVV1RBkNPccBcTA { top:22.0625rem;left:17.625rem;width:16.1875rem;height:6.125rem;font-size:0.9375rem;display:block; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:before{  }
 }@media only screen and (max-width: 763px) { #ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf { top:22.625rem;left:31rem;width:16.75rem;height:;font-size:0.9375rem;display:block; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:before{  }
 }@media only screen and (max-width: 763px) { #fB9rdOk73o2aNudGCMBKA5KHXbPkobDI { top:19.3125rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECTpIU0OV6V74PKLkL7fAIJcXJGaTpVb { top:1.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3KZLEtSploy2JW3e08Lku9yp2MF78B { width:14.0625rem;height:17.5rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wop6OM0OlNvF2Ns3QpqCFVnSXKxmIGKP { width:10.5625rem;height:2.25rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5bea4oeXCxNPcQOuT9c4KXcSUIq3S6 { display:block; }
 }@media only screen and (max-width: 763px) { #F04cTObhXk5dCIOuPoNJZcBWJfWmu0sX { top:54.875rem;left:11.125rem;width:36.625rem;height:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5JbrcSq1fAS33D4cJLMQQqS3VPvVdc { width:9.625rem;height:13.6875rem;top:54.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImpMUXM3Cs2BgakPQ57sz8ZZ2I4yT2lC { width:14.0625rem;height:17.5rem;top:30.125rem;left:16.843748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnfdC3BtnToeP8sFcvP4IWVBhuET5xeH { width:14.0625rem;height:17.5rem;top:6.8125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GohZ8gFaArOoaU5EU0EyqI41CrxpL6cV { width:14.0625rem;height:17.5rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Xux0s7qqCmc2KlgfKECsb3sDZm01Uv { width:9.625rem;height:13.6875rem;top:8.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BQrN93bxylCihQW3tDZbUt6mCbOlbT { width:14.0625rem;height:17.5rem;top:53.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTdEQtq7ZxpqIASqdflRV05rAbOFLvGB { width:14.0625rem;height:17.5rem;top:30.125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIs7nd7O9P1rTq3aRUpsMvOnZIwJi8Td { width:10.5625rem;height:2.25rem;top:25.125rem;left:18.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMKakiKkWxw0lg7xfQcCJTsBCk06bsvd { display:block; }
 }@media only screen and (max-width: 763px) { #BfxX713xy5v0yQ9W8xqMPpxTtpo6LnM4 { width:10.5625rem;height:2.25rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uauUwHTCUtznQTMNllQiolslG36VTNCf { display:block; }
 }@media only screen and (max-width: 763px) { #QqETS2XEF0EPQMfTwwrcmx4snb7z5kIH { width:10.5625rem;height:2.25rem;top:25.125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THWVtdFKyd7VRlJRZmfCOCQvhBm1wW2B { display:block; }
 }@media only screen and (max-width: 763px) { #V7fVwM8nCRneE36gVTtzdsZsssikogWd { width:10.5625rem;height:2.25rem;top:48.5625rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRsI7KPzdpChCqmR3pZBIpuREo0bCp3W { display:block; }
 }@media only screen and (max-width: 763px) { #Za08DgTgT0qDdGrNf6amcK3gpCB0Vctw { width:10.5625rem;height:2.25rem;top:48.5625rem;left:18.593748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlPQF5uLDwFN7J6CpO5CEvLCQ6bCCVqJ { display:block; }
 }@media only screen and (max-width: 763px) { #UHCsHGSR1Tk2aLkISg2Ii1N4OQcmDiiM { width:10.5625rem;height:2.25rem;top:71.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQLmRzFxio7EDesJxMmC84x7rCarzRwN { display:block; }
 }@media only screen and (max-width: 763px) { #wN3KIxbIUtpMAMNWVfenk2DTWGVN2Dtv { width:14.0625rem;height:17.5rem;top:6.8125rem;left:16.843748092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONW5DgJPATETR9cVb2SvMWoRK3wIuZMW { width:9.9375rem;height:14.0625rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0T6LQrMWsWT55bLldJWFGTcQsVfh3qK { width:9.6875rem;height:13.75rem;top:8.625rem;left:19.031248092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWAM9AXVDiabnIxzdugzM1mK9sFfXdOc { width:9.9375rem;height:14.125rem;top:31.75rem;left:18.956251144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkcnTDFdg6mJBVQ2OvsD5Rz1F3vtuo4m { width:9.9375rem;height:14.125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxxteXWJ2RuCUcqMSPOlWw8gthrh9BL { width:10.0625rem;height:14.3125rem;top:31.6875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9vnrJINfW7XM0eTynaGs33tsoazlcx { top:53.25rem;left:8.3125rem;width:39.4375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO2nLTlNF8wH1TgziTJdLxvw8IpamlTP { top:0.6875rem;left:0rem;width:47.75rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW { display:block; }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGvnVbTDJTOKVFpJWoVQ9dggiUkksCBU { top:2.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1rHoXsT27iFqF8C14SXz1R9s0llfMQ1 { top:9.5625rem;left:0rem;width:17.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIbJKCaUW5Tfv7BWZ6RV7k9msWo5q1q { top:10.625rem;left:11.812498092651rem;width:15.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luAHIH2lqLZOUDNavXAkIevhpJQ3xUIh { top:8.9375rem;left:41.125rem;width:6.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfv6raLB7kbKeMgEGr5Q6f80i6lfHbCp { top:10.8125rem;left:30.0625rem;width:12.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2g1kcV4TWC1uNieq3JlVXKEEtBQMxE { top:18.125rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9bDK1vRUQEKEGTDqkT584OUI9noibbh { top:18.0625rem;left:0rem;width:11.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU14FuMAvlhHFbHyqt5OdBioXtC1JfAz { top:19.5rem;left:29.437498092651rem;width:11.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFk7QiEFTydLC3WkzQf9yRZdxEh9c8Q9 { top:20.0625rem;left:9.3749980926512rem;width:16.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr { display:block; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0n41oq1gvezy8ycXqesTikTpFoJpVqq { top:1.375rem;left:0rem;width:42.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsA0391fqbgllR2J4VSIpi3J8p6PcNop { top:1.375rem;left:38.71249961853rem;width:4.625rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7scnNOUgruZIvh2VdJ9f4hrU8u8mVGz { top:1.375rem;left:43.25rem;width:4.5rem;height:4.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1qc6IfMeFUWg4f1UqZIGO4EnMrVfmE { top:1.5rem;left:43.375rem;width:4.375rem;height:4.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oaTXZcqg0pHIpVQZhTWznMATT91VskFo { width:14.9375rem;height:3.4125rem;top:8.0625rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsM7BNcOSQxPb41WfwzcTEb7WXIMDL8E { width:11.3125rem;height:4.125rem;top:2.25rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { background-color:#edeff1;background-image:url("https://images.assets-landingi.com/uc/4b98c50b-e0ea-4647-b2dd-db024da10226/Strongcitiesbanner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container {  }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi { display:block; }#GCn508SMmgyQbFoTJqLfyJlTbEmuQiqi > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MC6uSuAOCtqnD66g2cHWcKKPN0mP8IJB { width:18.4375rem;height:29.9rem;top:10.204166412354rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANRUG2TczvZB5QVRaat1C2zw0bDzToJa { width:14.3125rem;height:14.3125rem;top:-1.7250003814698rem;left:2.6812496185302rem;font-size:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbFRiszceEQDG8T7LRakEQylafh8Nsyt { width:9.625rem;height:1.4625rem;top:3.7374992370606rem;left:3.6812496185302rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T { display:block; }#KXx5cGTlhcNvETuhN67vUbRTdy5TVw2T > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7T7L4aHWvkP4w1BC2Pv72W6FGBKOQmq { width:20rem;height:2.275rem;top:2.0010430812836rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoL92uR5MAQQlE6A1mN8lIWQ84Qh2iDB { width:6.0625rem;height:6.0625rem;top:6.5260429382325rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWMBymVVSNhrry14iE379yOw4GGvI6q5 { width:5.8125rem;height:5.8125rem;top:17.1875rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsFFd59PlTKms5p57G3BrpgydcpI2hyL { width:6.125rem;height:6.125rem;top:30.029167175293rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urdx8Qryykap0qfz8DnxnBJ2pR60VBwD { width:10.875rem;height:4.14375rem;top:6.5260429382325rem;left:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k72UVhd6LB8dh29aLQ6inElEa6ln1B1k { width:10.9375rem;height:4.28125rem;top:9.1697921752931rem;left:9.0625rem;font-size:0.9375rem;display:block; }#k72UVhd6LB8dh29aLQ6inElEa6ln1B1k li:before{  }
 }@media only screen and (max-width: 763px) { #ZoTQah9E8xkluwsfxJ9FNLdLwalBhzaD { width:12.5rem;height:4.14375rem;top:17.1875rem;left:0.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrRgGR8t3bJhicetoVV1RBkNPccBcTA { width:10.1875rem;height:7.9375rem;top:19.313541412354rem;left:0.875rem;font-size:0.9375rem;display:block; }#MmrRgGR8t3bJhicetoVV1RBkNPccBcTA li:before{  }
 }@media only screen and (max-width: 763px) { #ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf { width:12.1875rem;height:7.9375rem;top:32.4375rem;left:7.8125rem;font-size:0.9375rem;display:block; }#ABVlWq1R6qxukBEdoo73VyF5JXCRS7bf li:before{  }
 }@media only screen and (max-width: 763px) { #fB9rdOk73o2aNudGCMBKA5KHXbPkobDI { width:11.9375rem;height:1.38125rem;top:30.029167175293rem;left:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:20rem;height:201.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECTpIU0OV6V74PKLkL7fAIJcXJGaTpVb { width:14.5625rem;height:4.55rem;top:1.25rem;left:2.71875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn3KZLEtSploy2JW3e08Lku9yp2MF78B { width:14.9375rem;height:18.5rem;top:31.822916984558rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wop6OM0OlNvF2Ns3QpqCFVnSXKxmIGKP { width:10.8125rem;height:2.375rem;top:51.3125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5bea4oeXCxNPcQOuT9c4KXcSUIq3S6 { display:block; }
 }@media only screen and (max-width: 763px) { #F04cTObhXk5dCIOuPoNJZcBWJfWmu0sX { width:18.4375rem;height:22.1rem;top:7.4979162216188rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp5JbrcSq1fAS33D4cJLMQQqS3VPvVdc { width:9.75rem;height:13.875rem;top:180.04999923706rem;left:5.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ImpMUXM3Cs2BgakPQ57sz8ZZ2I4yT2lC { width:14.0625rem;height:17.5rem;top:129.75rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnfdC3BtnToeP8sFcvP4IWVBhuET5xeH { width:14.0625rem;height:17.5rem;top:80.674999237062rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GohZ8gFaArOoaU5EU0EyqI41CrxpL6cV { width:14.0625rem;height:17.5rem;top:105.61249923706rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2Xux0s7qqCmc2KlgfKECsb3sDZm01Uv { width:9.625rem;height:13.6875rem;top:82.581249237062rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6BQrN93bxylCihQW3tDZbUt6mCbOlbT { width:14.0625rem;height:17.5rem;top:178.23749923706rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTdEQtq7ZxpqIASqdflRV05rAbOFLvGB { width:14.0625rem;height:17.5rem;top:154.38124847412rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIs7nd7O9P1rTq3aRUpsMvOnZIwJi8Td { width:10.5625rem;height:2.25rem;top:75.250005722044rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMKakiKkWxw0lg7xfQcCJTsBCk06bsvd { display:block; }
 }@media only screen and (max-width: 763px) { #BfxX713xy5v0yQ9W8xqMPpxTtpo6LnM4 { width:10.5625rem;height:2.25rem;top:171.88124847412rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uauUwHTCUtznQTMNllQiolslG36VTNCf { display:block; }
 }@media only screen and (max-width: 763px) { #QqETS2XEF0EPQMfTwwrcmx4snb7z5kIH { width:10.5625rem;height:2.25rem;top:98.9375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THWVtdFKyd7VRlJRZmfCOCQvhBm1wW2B { display:block; }
 }@media only screen and (max-width: 763px) { #V7fVwM8nCRneE36gVTtzdsZsssikogWd { width:10.5625rem;height:2.25rem;top:147.875rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRsI7KPzdpChCqmR3pZBIpuREo0bCp3W { display:block; }
 }@media only screen and (max-width: 763px) { #Za08DgTgT0qDdGrNf6amcK3gpCB0Vctw { width:10.5625rem;height:2.25rem;top:124.0625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlPQF5uLDwFN7J6CpO5CEvLCQ6bCCVqJ { display:block; }
 }@media only screen and (max-width: 763px) { #UHCsHGSR1Tk2aLkISg2Ii1N4OQcmDiiM { width:10.5625rem;height:2.25rem;top:196.5625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQLmRzFxio7EDesJxMmC84x7rCarzRwN { display:block; }
 }@media only screen and (max-width: 763px) { #wN3KIxbIUtpMAMNWVfenk2DTWGVN2Dtv { width:14.0625rem;height:17.5rem;top:56.8125rem;left:3.2687492370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONW5DgJPATETR9cVb2SvMWoRK3wIuZMW { width:9.9375rem;height:14.0625rem;top:34.041672706604rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0T6LQrMWsWT55bLldJWFGTcQsVfh3qK { width:9.6875rem;height:13.75rem;top:58.062500953674rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWAM9AXVDiabnIxzdugzM1mK9sFfXdOc { width:9.9375rem;height:14.125rem;top:131.4375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkcnTDFdg6mJBVQ2OvsD5Rz1F3vtuo4m { width:9.9375rem;height:14.125rem;top:107.29999923706rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxxteXWJ2RuCUcqMSPOlWw8gthrh9BL { width:10.0625rem;height:14.3125rem;top:155.97499847412rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9vnrJINfW7XM0eTynaGs33tsoazlcx { width:20rem;height:22.9375rem;top:7.0791664123538rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO2nLTlNF8wH1TgziTJdLxvw8IpamlTP { width:20rem;height:4.9375rem;top:1.0562496185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW { display:block; }#IgT4JbGO4mlp5xsyJZx9CrMmmHlXtCMW > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGvnVbTDJTOKVFpJWoVQ9dggiUkksCBU { width:20rem;height:2.275rem;top:2.0010430812836rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1rHoXsT27iFqF8C14SXz1R9s0llfMQ1 { width:17.125rem;height:6.1875rem;top:5.267707824707rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucIbJKCaUW5Tfv7BWZ6RV7k9msWo5q1q { width:15.625rem;height:4.0625rem;top:12.330207824707rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luAHIH2lqLZOUDNavXAkIevhpJQ3xUIh { width:6.625rem;height:6.875rem;top:24.817708015442rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfv6raLB7kbKeMgEGr5Q6f80i6lfHbCp { width:12.5625rem;height:3.75rem;top:18.705207824707rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR2g1kcV4TWC1uNieq3JlVXKEEtBQMxE { width:6.625rem;height:6.625rem;top:39.455200195312rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9bDK1vRUQEKEGTDqkT584OUI9noibbh { width:13.4375rem;height:8.0625rem;top:47.517707824707rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU14FuMAvlhHFbHyqt5OdBioXtC1JfAz { width:10.875rem;height:2.625rem;top:34.205208778381rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFk7QiEFTydLC3WkzQf9yRZdxEh9c8Q9 { width:13.75rem;height:2.5rem;top:57.104167938233rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr { position:relative;z-index:auto;display:block; }#Ho6EEQb6kp2Q5ThGwRvuHHrBRCiHBTxr > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0n41oq1gvezy8ycXqesTikTpFoJpVqq { width:18.75rem;height:12.25rem;top:1.25rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bsA0391fqbgllR2J4VSIpi3J8p6PcNop { width:4.625rem;height:4.5625rem;top:13.375rem;left:1.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7scnNOUgruZIvh2VdJ9f4hrU8u8mVGz { width:4.5rem;height:4.5rem;top:13.4375rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1qc6IfMeFUWg4f1UqZIGO4EnMrVfmE { width:4.375rem;height:4.3125rem;top:13.625rem;left:13.8125rem;font-size:3rem;display:block; }
 }