.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9d5be92-7088-4690-90dc-b03ca593e3b5/CHELSEA_RESIDENCES_Exterior_Image_03.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:730px;width:960px;overflow:visible;position:relative;display:block; }#fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { color:#ffffff;display:block;width:570px;position:absolute;font-family:arial;font-size:40px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:148px;left:381px;height:88px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { color:#ffffff;display:block;width:540px;position:absolute;font-family:"times new roman";font-size:23px;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:318px;left:409.00003051758px;height:202.333px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oao2FvnAC7FTbiUmTlwVO59RWenfXTQl { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.98438px;width:150px;top:294px;left:802px;display:block; }
#Z6kx325Wf96kMGHVrX9HRT17i4JGe95T { color:#ffffff;display:block;width:536.969px;position:absolute;font-family:"times new roman";font-size:32px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:524px;left:405px;height:89.5834px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-form-header {  }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:300px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:1px solid rgba(7,80,181,0.2);border-left:1px solid rgba(7,80,181,0.2);border-right:1px solid rgba(7,80,181,0.2);border-bottom:1px solid rgba(7,80,181,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:50px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:1px solid rgba(7,80,181,0.2);border-left:1px solid rgba(7,80,181,0.2);border-right:1px solid rgba(7,80,181,0.2);border-bottom:1px solid rgba(7,80,181,0.2);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:300px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#f2f9ff;width:300px;height:62px;font-family:"open sans";overflow:hidden;box-shadow: 2px 1px 7px rgba(0,0,0,0.12) ; }#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-button.adaptive-delivery-prevent-bg, #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-button.lazyload, #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-button.lazyloading { background-image: none; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;text-align:right;text-align-last:right; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;text-align:right;text-align-last:right; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;text-align:right;text-align-last:right; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;text-align:right;text-align-last:right; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:283px;overflow:hidden;font-style:normal;line-height:1.4; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-container:first-of-type{padding-top:0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-container:last-of-type{padding-bottom:0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:168px;left:16px; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry {display:block;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:168px;left:16px; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #hUKgBTc7bHAxJQVnarVvHVGqbGbZvX0w { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #mbZuoQMiCiTQlXxvEkPBUve6PX1xzZWu { position:relative;display:block; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #EWwUWkRQM886Er9KDvcyU9dG0npnFpxr { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #K2CXCnwT97hLaAPQJnvJGHF3yg6b4nK8 { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #bPdsRuQpUX9B2G4HVAaV3NW06TpHWtxI { position:relative;display:block; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #FHn6EDENmLxXPWaUb2iB9dToAtTGFQ8F { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #gRhUrH8AK6Umq0mwfrw57zM8tgdsfS4i { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #ok55reAgDtZRzaFxk47rf0mJaClHiZI7 { position:relative;display:block; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #MPy8pWHlyuG4bacbedtVFUiMgxiVW56J { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #Ov94PLEayTy52iisi3DpdXaqM6QgHNHV { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #vAtOwZaWJSOz9l1MTmxcQhglIR1SMkIa { position:relative;display:block; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #akMxxQXuboMiu3pPpshSgvhq0CvRuhxC { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #aFZXFDVhWWnZDETKvm63h38TcOmVJoF7 { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #syroeu3zoyXU7OHnw6lmUOKmJK9suMXt { position:relative;display:block; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #ZCavD6ahranut3A9BxZqQ6a3x0H2rTCT { position:relative; }
#xh9Q6iatBzACSDADMcJH3wOruz94KFkZ { position:relative;display:block; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #wB69VST1qE6hWkZy9p0LsD6cCHJZLDkd { position:relative; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #TWTOk6z8OzXcbWnW23Df070cEaSlds5P { position:relative; }
#kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:534px;width:371px;top:157px;left:1px;display:block; }
#xurpaD45vrH60Jis5SGbpMQh3zbMhyzo { position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 3px 1px 15px rgba(0,0,0,0.2) ;height:86px;width:372px;top:72px;left:0px;display:block; }
#UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { color:#ffffff;display:block;width:350px;position:absolute;font-family:"open sans";font-size:25px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:81px;left:12px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMLQF7zTk7eI4gV3HFqLrZSxsMn7iTdN { position:absolute;display:block;z-index:15011;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:96px;width:276px;top:19px;left:645px;overflow:hidden;display:block; }
#wZHIWfRzeTyETwZ6l2G04M5CSQDlwZty { color:#ffffff;display:block;width:570px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:245px;left:381px;height:27.5px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { background-color: transparent; background-image: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container > .video-iframe-container { display: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container { display: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .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); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { border-width: 0; border-radius: 0; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { font-size:14px;font-family:arial;height:616px;width:960px;position:relative;display:block; }#GNnsx921Cdipsiy6hoQEwqXBD42GzOMz { color:#000000;display:block;width:900px;position:absolute;font-family:"times new roman";font-size:18px;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:79px;left:49px;height:98.9583px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TteEviklZWfvRbuBQdXMeGgk8lCXzCp0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:409px;width:960px;top:177px;left:0px;overflow:hidden;display:block; }
#RExMdcBSHv17TOMaPqxfWP0PLBIyL5Hn { color:#000000;display:block;width:570px;position:absolute;font-family:arial;font-size:25px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:34.390625px;left:378px;height:27.5px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hXZQGPDbT0u7rOBz7Tn7ZEnBF8tXyAFc { position:absolute;display:block;z-index:15003;background-color:#9aa6ae;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:2px;width:90px;top:47.140625px;left:771.5px;display:block; }
#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8d84857-13ee-4268-ba3d-99eba6d9ae2b/Chelsea_Residences1AmenitiesCHELSEA_LION_BEACH.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.adaptive-delivery-prevent-bg, #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.lazyload, #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.lazyloading { background-image: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { background-color: transparent; background-image: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container > .video-iframe-container { display: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container { display: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .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); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { border-width: 0; border-radius: 0; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { font-size:14px;font-family:arial;height:606px;width:960px;position:relative;display:block; }#I1ORdXfhSUmQe3R0RrD1qCpWQISgxOOW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:235px;width:550px;top:205px;left:410px;display:block; }
#ZQ3JUnVX5QrtyvCAJV1u3Q37PUBq5Zrq { color:#000000;display:block;width:500px;position:absolute;font-family:arial;font-size:40px;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:227px;left:428px;height:44px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qTiJ6Ver3paaKXc5cmozQLgc2TVrcU3H { color:rgba(0,0,0,0.6);display:block;width:476px;position:absolute;font-family:"times new roman";font-size:22px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:280px;left:453px;height:105.583px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IEuEqerGKmRGS1uTuiluJIqX1yNGfsDS { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 3px 1px 7px rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:407px;left:440px;display:block; }
#y5PamZAsesqB6wi6fgxkXDOPdGUfTthT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { background-color: transparent; background-image: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container > .video-iframe-container { display: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container { display: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .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); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { border-width: 0; border-radius: 0; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { font-size:14px;font-family:arial;height:99px;width:960px;position:relative;display:block; }#HkIa4yizItT4COM9f9Ed84tTMGgl5zbm { color:#000000;display:block;width:522px;position:absolute;font-family:arial;font-size:50px;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:27.5px;left:408px;height:55px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IfSpzZMpO8NHvJ5OrVTLSvEKhuWRhi8D { position:absolute;display:block;z-index:15005;background-color:#0750b5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:100px;top:49px;left:719px;display:block; }
#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { background-color: transparent; background-image: none; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container > .video-iframe-container { display: none; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row > .video-iframe-container { display: none; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .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); }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { border-width: 0; border-radius: 0; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { font-size:14px;font-family:arial;height:786px;width:960px;position:relative;display:block; }#bTAE1DLtLZB9v9eMMmCokECUOW8TS2yv { position:absolute;display:block;z-index:15000;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:298px;top:71px;left:10px;overflow:hidden;display:block; }
#h8GSgJXlBgyM9CmkmswL7QJAAKh3UftH { color:#000000;display:block;width:253px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0px;left:353.5px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7CAWOo3NEyiqDy9wraH5GAgTTVJsCn6 { color:#000000;display:block;width:253px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:283px;left:354px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2ufgg1u3PZTC6owAIpxaZfTkywGDndO { position:absolute;display:block;z-index:15001;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:296px;top:71px;left:330px;overflow:hidden;display:block; }
#IWbnTLL9skiyxpGDvtxGcuA1B3IBo1dq { position:absolute;display:block;z-index:15002;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:296px;top:71px;left:650px;overflow:hidden;display:block; }
#Ibs2O2eLBtzuPFE6eFlSqlEFlRG4dQxo { position:absolute;display:block;z-index:15001;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:296px;top:353px;left:10px;overflow:hidden;display:block; }
#ZP26QXCkBq1n1EXkkiZIoJSrxs0yhLZX { position:absolute;display:block;z-index:15002;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:296px;top:353px;left:330px;overflow:hidden;display:block; }
#sGi7pRdPUXlUXn3TZWNTnCuxr9ZMaD8H { position:absolute;display:block;z-index:15003;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:296px;top:353px;left:650px;overflow:hidden;display:block; }
#sxzVR4TBUP22tH3aTXLcWAWz95dUD5Np { position:absolute;display:block;z-index:15004;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:296px;top:570px;left:164.5px;overflow:hidden;display:block; }
#C2X8hyHqfnvu3FpUaPaTniOIsVCflKNi { position:absolute;display:block;z-index:15005;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:177px;width:296px;top:570px;left:493.5px;overflow:hidden;display:block; }
#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row .container { background-color: transparent; background-image: none; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row .container > .video-iframe-container { display: none; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row > .video-iframe-container { display: none; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .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); }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row .container { border-width: 0; border-radius: 0; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row .container { font-size:14px;font-family:arial;height:592px;width:960px;position:relative;display:block; }#LqFJNnOUFZAOiEDxbVMueMAhzitTUPMP { position:absolute;display:block;z-index:15000;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;box-shadow: none;height:536px;width:958px;top:0px;left:0px;display:block; }
#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b9d5be92-7088-4690-90dc-b03ca593e3b5/CHELSEA_RESIDENCES_Exterior_Image_03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd.adaptive-delivery-prevent-bg, #FdKW1NCQz9vfntEePomrEUd3bX0bPxkd.lazyload, #FdKW1NCQz9vfntEePomrEUd3bX0bPxkd.lazyloading { background-image: none; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row .container { background-color: transparent; background-image: none; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row .container > .video-iframe-container { display: none; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row > .video-iframe-container { display: none; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .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); }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row .container { border-width: 0; border-radius: 0; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row .container { font-size:14px;font-family:arial;height:608px;width:960px;position:relative;display:block; }#aue717HFZZdtsvU0HraMnp8cssvD3ZlQ { color:#ffffff;display:block;width:410px;position:absolute;font-family:raleway;font-size:42px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:97px;left:527px;height:58.8px;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:right;text-align-last:right;display:block; }
#lFbl50kRVHErSgTOR77l6HuElSV4wueU { color:#ffffff;display:block;width:321px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:205px;left:616px;height:54.3889px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LVSNORz8WuENZkhsliDDkM8Ibn4xSA1U { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), #000000);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:8px;width:328px;top:168px;left:610px;display:block; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, #000000, rgba(0,0,0,0));background-size:contain !important;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:24px;font-family:raleway;font-style:normal;color:#ffffff;height:auto;line-height:2;overflow:hidden;text-align:right;text-align-last:right; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:16px;font-family:raleway;color:#ffffff;height:auto;line-height:1.7;overflow:hidden;text-align:right;text-align-last:right; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-trigger.adaptive-delivery-prevent-bg, #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-trigger.lazyload, #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-trigger.lazyloading { background-image: none; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 { box-sizing:content-box;height:auto;width:543.991px;position:absolute;display:flex;flex-direction:column;gap:25px;z-index:15045;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:97px;left:0px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #kV4el2z9cMXF5oxVGaT1SrHaIFAnrm01 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #qNFQ6RBRzslQpbeNCucie0n8aSKPFuh1 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #GwTKzxxS2cmFNTXEeIDzxh4aq5eU9ave { display:block;position:relative; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #DR8HkSTZeptOTHhMUuiMeTwDUuaWbovp {  }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #D6s5rUWQcG1kE5ANPlKgPeo47rJHZffE {  }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #EhVgFmtozRZyHkLfZmoWO8QQ1vyvFEDw { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #OyuaQJuGAzu7aDZvhkrdsMeDRzgo0wuN { height:auto;display:flex;position:relative;top:0px;left:0px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #WSI9x98kB3rKl2R9QH7Q5SqDIbOsomBv { display:block;position:relative; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #Ab1znr7X8ZFZkukUBM8XWT6WPemtXkFG {  }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #fKrtOSZBetUqbUETteTcTNeaJRJIIdhK { display:none; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #FAIdW796kxnFQPnkHlxKwPdacpuT8b8b { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #xEoFKS28tVVRfJ4Dryaas6o6ZyBXK6Nr { height:auto;display:flex;position:relative;top:0px;left:0px; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #Vo710CupNp6TkzehmqCnfrLhsrZLz5rg { display:block;position:relative; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #yx1bXUUnTsD19qoGF5fMwq28zHSdRdV7 {  }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #BAIkBxCE4V9ADtlBtl1vA6ZlTqML8axB { display:none; }
#MQFHL039J8uNkcroVXJvmlHdwKBe2Tc0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:110.988px;width:325.987px;top:32.387500762939px;left:317.00003051758px;overflow:hidden;display:none; }
#cJOdzJyz20ZVwZclOTR3IOZnhomgnvMP { position:absolute;display:block;z-index:15046;height:10px;width:620px;top:574.9826965332px;left:35.625px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { width:570px;height:88px;top:148px;left:194px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { width:540px;height:202px;top:318px;left:194px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #oao2FvnAC7FTbiUmTlwVO59RWenfXTQl { width:150px;height:1px;top:294px;left:614px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kx325Wf96kMGHVrX9HRT17i4JGe95T { width:536px;height:89px;top:524px;left:228px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-regular-label { width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-text { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-textarea { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-select { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-button { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-checkbox-label { width:284px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry  { width:300px;height:auto;top:168px;left:0px; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .radio-container { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry {display:block;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry { width:300px;height:auto;top:168px;left:0px; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #hUKgBTc7bHAxJQVnarVvHVGqbGbZvX0w {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #mbZuoQMiCiTQlXxvEkPBUve6PX1xzZWu {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #EWwUWkRQM886Er9KDvcyU9dG0npnFpxr {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #K2CXCnwT97hLaAPQJnvJGHF3yg6b4nK8 {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #bPdsRuQpUX9B2G4HVAaV3NW06TpHWtxI {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #FHn6EDENmLxXPWaUb2iB9dToAtTGFQ8F {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #gRhUrH8AK6Umq0mwfrw57zM8tgdsfS4i {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #ok55reAgDtZRzaFxk47rf0mJaClHiZI7 {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #MPy8pWHlyuG4bacbedtVFUiMgxiVW56J {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #Ov94PLEayTy52iisi3DpdXaqM6QgHNHV {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #vAtOwZaWJSOz9l1MTmxcQhglIR1SMkIa {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #akMxxQXuboMiu3pPpshSgvhq0CvRuhxC {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #aFZXFDVhWWnZDETKvm63h38TcOmVJoF7 {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #syroeu3zoyXU7OHnw6lmUOKmJK9suMXt {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #ZCavD6ahranut3A9BxZqQ6a3x0H2rTCT {  }
 }@media only screen and (max-width: 763px) { #xh9Q6iatBzACSDADMcJH3wOruz94KFkZ { display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #wB69VST1qE6hWkZy9p0LsD6cCHJZLDkd {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #TWTOk6z8OzXcbWnW23Df070cEaSlds5P {  }
 }@media only screen and (max-width: 763px) { #kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { width:371px;height:534px;top:157px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xurpaD45vrH60Jis5SGbpMQh3zbMhyzo { width:372px;height:86px;top:72px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { width:350px;height:65px;top:81px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FMLQF7zTk7eI4gV3HFqLrZSxsMn7iTdN { top:19px;left:488px;width:276px;height:96px;display:block; }
 }@media only screen and (max-width: 763px) { #wZHIWfRzeTyETwZ6l2G04M5CSQDlwZty { width:570px;height:27px;top:245px;left:194px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNnsx921Cdipsiy6hoQEwqXBD42GzOMz { width:764px;height:98px;top:79px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TteEviklZWfvRbuBQdXMeGgk8lCXzCp0 { top:177px;left:0px;width:764px;height:325.49583333333px;display:block; }
 }@media only screen and (max-width: 763px) { #RExMdcBSHv17TOMaPqxfWP0PLBIyL5Hn { width:570px;height:27px;top:34px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hXZQGPDbT0u7rOBz7Tn7ZEnBF8tXyAFc { width:90px;height:2px;top:47px;left:606.5px;display:block; }
 }@media only screen and (max-width: 763px) { #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D { display:block; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ORdXfhSUmQe3R0RrD1qCpWQISgxOOW { width:550px;height:235px;top:205px;left:214px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3JUnVX5QrtyvCAJV1u3Q37PUBq5Zrq { width:500px;height:44px;top:227px;left:264px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qTiJ6Ver3paaKXc5cmozQLgc2TVrcU3H { width:476px;height:105px;top:280px;left:288px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IEuEqerGKmRGS1uTuiluJIqX1yNGfsDS { width:250px;height:60px;top:407px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #y5PamZAsesqB6wi6fgxkXDOPdGUfTthT { display:block; }
 }@media only screen and (max-width: 763px) { #tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkIa4yizItT4COM9f9Ed84tTMGgl5zbm { width:522px;height:55px;top:27px;left:242px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #IfSpzZMpO8NHvJ5OrVTLSvEKhuWRhi8D { width:100px;height:1px;top:49px;left:621px;display:block; }
 }@media only screen and (max-width: 763px) { #GbNNbgAaFpMbinCaO2JBWqeiM83XutmB { display:block; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTAE1DLtLZB9v9eMMmCokECUOW8TS2yv { width:298px;height:177px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h8GSgJXlBgyM9CmkmswL7QJAAKh3UftH { width:253px;height:39px;top:0px;left:254.5px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #b7CAWOo3NEyiqDy9wraH5GAgTTVJsCn6 { width:253px;height:39px;top:283px;left:255px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #n2ufgg1u3PZTC6owAIpxaZfTkywGDndO { width:296px;height:177px;top:71px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #IWbnTLL9skiyxpGDvtxGcuA1B3IBo1dq { width:296px;height:177px;top:71px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #Ibs2O2eLBtzuPFE6eFlSqlEFlRG4dQxo { width:296px;height:177px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZP26QXCkBq1n1EXkkiZIoJSrxs0yhLZX { width:296px;height:177px;top:353px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #sGi7pRdPUXlUXn3TZWNTnCuxr9ZMaD8H { width:296px;height:177px;top:353px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #sxzVR4TBUP22tH3aTXLcWAWz95dUD5Np { width:296px;height:177px;top:570px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C2X8hyHqfnvu3FpUaPaTniOIsVCflKNi { width:296px;height:177px;top:570px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #hP4fiAEvanNdTWZsHLEITV2sGIdER7HB { display:block; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqFJNnOUFZAOiEDxbVMueMAhzitTUPMP { top:0px;left:0px;width:762px;height:426.3382045929px;display:block; }
 }@media only screen and (max-width: 763px) { #FdKW1NCQz9vfntEePomrEUd3bX0bPxkd { display:block; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aue717HFZZdtsvU0HraMnp8cssvD3ZlQ { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #lFbl50kRVHErSgTOR77l6HuElSV4wueU { top:288px;left:0px;width:360px;height:190.312px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LVSNORz8WuENZkhsliDDkM8Ibn4xSA1U { width:328px;height:8px;top:168px;left:436px;display:block; }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 { display:flex;height:auto;width:445px;top:186px;left:80px; }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #kV4el2z9cMXF5oxVGaT1SrHaIFAnrm01 {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #qNFQ6RBRzslQpbeNCucie0n8aSKPFuh1 {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #GwTKzxxS2cmFNTXEeIDzxh4aq5eU9ave {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #DR8HkSTZeptOTHhMUuiMeTwDUuaWbovp {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #D6s5rUWQcG1kE5ANPlKgPeo47rJHZffE {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #EhVgFmtozRZyHkLfZmoWO8QQ1vyvFEDw {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #OyuaQJuGAzu7aDZvhkrdsMeDRzgo0wuN {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #WSI9x98kB3rKl2R9QH7Q5SqDIbOsomBv {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #Ab1znr7X8ZFZkukUBM8XWT6WPemtXkFG {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #fKrtOSZBetUqbUETteTcTNeaJRJIIdhK {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #FAIdW796kxnFQPnkHlxKwPdacpuT8b8b {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #xEoFKS28tVVRfJ4Dryaas6o6ZyBXK6Nr {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #Vo710CupNp6TkzehmqCnfrLhsrZLz5rg {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #yx1bXUUnTsD19qoGF5fMwq28zHSdRdV7 {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #BAIkBxCE4V9ADtlBtl1vA6ZlTqML8axB {  }
 }@media only screen and (max-width: 763px) { #MQFHL039J8uNkcroVXJvmlHdwKBe2Tc0 { top:32px;left:219.00003051758px;width:325px;height:110.65195851368px;display:none; }
 }@media only screen and (max-width: 763px) { #cJOdzJyz20ZVwZclOTR3IOZnhomgnvMP { top:574px;left:0px;width:620px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40c87319-6444-4121-967f-cf92714eafcf/PRO_EXT_111024x740.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1218px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { width:293px;height:50.5833px;top:71.958335876465px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { width:320px;height:242px;top:815.48614501953px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oao2FvnAC7FTbiUmTlwVO59RWenfXTQl { width:150px;height:1.99653px;top:130.98959350586px;left:85.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #Z6kx325Wf96kMGHVrX9HRT17i4JGe95T { width:320px;height:72.7812px;top:1090.96875px;left:0px;text-align:center;text-align-last:center;font-size:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry  { width:280px;height:auto;top:272px;left:0px; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry {display:block;}#cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry { width:280px;height:auto;top:272px;left:0px; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #hUKgBTc7bHAxJQVnarVvHVGqbGbZvX0w {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #mbZuoQMiCiTQlXxvEkPBUve6PX1xzZWu { display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #EWwUWkRQM886Er9KDvcyU9dG0npnFpxr {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #K2CXCnwT97hLaAPQJnvJGHF3yg6b4nK8 {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #bPdsRuQpUX9B2G4HVAaV3NW06TpHWtxI { display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #FHn6EDENmLxXPWaUb2iB9dToAtTGFQ8F {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #gRhUrH8AK6Umq0mwfrw57zM8tgdsfS4i {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #ok55reAgDtZRzaFxk47rf0mJaClHiZI7 { display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #MPy8pWHlyuG4bacbedtVFUiMgxiVW56J {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #Ov94PLEayTy52iisi3DpdXaqM6QgHNHV {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #vAtOwZaWJSOz9l1MTmxcQhglIR1SMkIa { display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #akMxxQXuboMiu3pPpshSgvhq0CvRuhxC {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #aFZXFDVhWWnZDETKvm63h38TcOmVJoF7 {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #syroeu3zoyXU7OHnw6lmUOKmJK9suMXt { display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #ZCavD6ahranut3A9BxZqQ6a3x0H2rTCT {  }
 }@media only screen and (max-width: 763px) { #xh9Q6iatBzACSDADMcJH3wOruz94KFkZ { display:block; }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #wB69VST1qE6hWkZy9p0LsD6cCHJZLDkd {  }
 }@media only screen and (max-width: 763px) { #cHMVNCKhgmpOM4RX31Eouhz7K1CfGbry #TWTOk6z8OzXcbWnW23Df070cEaSlds5P {  }
 }@media only screen and (max-width: 763px) { #kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { width:320px;height:509px;top:272px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xurpaD45vrH60Jis5SGbpMQh3zbMhyzo { width:320px;height:74px;top:188px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { width:267px;height:57.1944px;top:196.40278625488px;left:26.500001907349px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FMLQF7zTk7eI4gV3HFqLrZSxsMn7iTdN { width:125px;height:38px;top:12.96875px;left:97.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wZHIWfRzeTyETwZ6l2G04M5CSQDlwZty { width:320px;height:25.2917px;top:142.72570800781px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNnsx921Cdipsiy6hoQEwqXBD42GzOMz { width:320px;height:105.556px;top:58.5px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TteEviklZWfvRbuBQdXMeGgk8lCXzCp0 { width:320px;height:136px;top:182.484375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RExMdcBSHv17TOMaPqxfWP0PLBIyL5Hn { width:320px;height:20.8906px;top:14px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hXZQGPDbT0u7rOBz7Tn7ZEnBF8tXyAFc { width:90px;height:2px;top:43.5px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d69319ed-6db5-46a0-862f-2f45074fab46/FEATURES_1200X655_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.adaptive-delivery-prevent-bg, #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.lazyload, #da7tPFtUloc7JwFuDPx7MaNpPQKIna4D.lazyloading { background-image: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { background-color: transparent; background-image: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container > .video-iframe-container { display: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row > .video-iframe-container { display: none; }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .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); }#da7tPFtUloc7JwFuDPx7MaNpPQKIna4D > .row .container { width:320px;height:321px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1ORdXfhSUmQe3R0RrD1qCpWQISgxOOW { width:320px;height:169px;top:49px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3JUnVX5QrtyvCAJV1u3Q37PUBq5Zrq { width:288px;height:27.5px;top:64px;left:16px;text-align:right;text-align-last:right;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qTiJ6Ver3paaKXc5cmozQLgc2TVrcU3H { width:288px;height:72px;top:95.546875px;left:17px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IEuEqerGKmRGS1uTuiluJIqX1yNGfsDS { width:250px;height:60px;top:185px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y5PamZAsesqB6wi6fgxkXDOPdGUfTthT { display:block; }
 }@media only screen and (max-width: 763px) { #tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkIa4yizItT4COM9f9Ed84tTMGgl5zbm { width:320px;height:27.5px;top:14px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IfSpzZMpO8NHvJ5OrVTLSvEKhuWRhi8D { width:100px;height:1px;top:52px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #GbNNbgAaFpMbinCaO2JBWqeiM83XutmB { display:block; }#GbNNbgAaFpMbinCaO2JBWqeiM83XutmB > .row .container { width:320px;height:1826px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTAE1DLtLZB9v9eMMmCokECUOW8TS2yv { width:296px;height:176px;top:57px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #h8GSgJXlBgyM9CmkmswL7QJAAKh3UftH { width:253px;height:39px;top:10px;left:33.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7CAWOo3NEyiqDy9wraH5GAgTTVJsCn6 { width:253px;height:32.5px;top:664px;left:33.5px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #n2ufgg1u3PZTC6owAIpxaZfTkywGDndO { width:296px;height:177px;top:255.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #IWbnTLL9skiyxpGDvtxGcuA1B3IBo1dq { width:296px;height:177px;top:460.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Ibs2O2eLBtzuPFE6eFlSqlEFlRG4dQxo { width:296px;height:177px;top:727.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZP26QXCkBq1n1EXkkiZIoJSrxs0yhLZX { width:296px;height:177px;top:1149.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #sGi7pRdPUXlUXn3TZWNTnCuxr9ZMaD8H { width:296px;height:177px;top:1592.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #sxzVR4TBUP22tH3aTXLcWAWz95dUD5Np { width:296px;height:177px;top:936px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #C2X8hyHqfnvu3FpUaPaTniOIsVCflKNi { width:296px;height:177px;top:1367.5px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #hP4fiAEvanNdTWZsHLEITV2sGIdER7HB { display:block; }#hP4fiAEvanNdTWZsHLEITV2sGIdER7HB > .row .container { width:320px;height:199px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqFJNnOUFZAOiEDxbVMueMAhzitTUPMP { height:179.469px;width:318px;top:0px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FdKW1NCQz9vfntEePomrEUd3bX0bPxkd { display:block; }#FdKW1NCQz9vfntEePomrEUd3bX0bPxkd > .row .container { width:320px;height:748px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aue717HFZZdtsvU0HraMnp8cssvD3ZlQ { width:320px;height:44.7969px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #lFbl50kRVHErSgTOR77l6HuElSV4wueU { width:320px;height:54.3889px;top:102px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LVSNORz8WuENZkhsliDDkM8Ibn4xSA1U { width:320px;height:8px;top:82px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-heading-text { font-size:20px;height:auto;line-height:1.5;overflow:hidden; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 .accordion-desc-text { font-size:14px;height:auto; }
#cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 { display:flex;height:auto;width:320px;top:176px;left:0px; }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #kV4el2z9cMXF5oxVGaT1SrHaIFAnrm01 {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #qNFQ6RBRzslQpbeNCucie0n8aSKPFuh1 {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #GwTKzxxS2cmFNTXEeIDzxh4aq5eU9ave {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #DR8HkSTZeptOTHhMUuiMeTwDUuaWbovp {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #D6s5rUWQcG1kE5ANPlKgPeo47rJHZffE {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #EhVgFmtozRZyHkLfZmoWO8QQ1vyvFEDw {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #OyuaQJuGAzu7aDZvhkrdsMeDRzgo0wuN {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #WSI9x98kB3rKl2R9QH7Q5SqDIbOsomBv {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #Ab1znr7X8ZFZkukUBM8XWT6WPemtXkFG {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #fKrtOSZBetUqbUETteTcTNeaJRJIIdhK {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #FAIdW796kxnFQPnkHlxKwPdacpuT8b8b {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #xEoFKS28tVVRfJ4Dryaas6o6ZyBXK6Nr {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #Vo710CupNp6TkzehmqCnfrLhsrZLz5rg {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #yx1bXUUnTsD19qoGF5fMwq28zHSdRdV7 {  }
 }@media only screen and (max-width: 763px) { #cIAQA9QJTKyrvDTUhqdnZ9qxssNG2776 #BAIkBxCE4V9ADtlBtl1vA6ZlTqML8axB {  }
 }@media only screen and (max-width: 763px) { #MQFHL039J8uNkcroVXJvmlHdwKBe2Tc0 { width:241px;height:81px;top:617px;left:39.5px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #cJOdzJyz20ZVwZclOTR3IOZnhomgnvMP { width:320px;height:10px;top:718px;left:0px;display:block; }
 }