.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,221,227;--color-primary-1:129,143,162;--color-primary-2:2,31,69;--color-primary-3:1,16,35;--color-primary-4:0,5,10;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b1fcc8eb-0f07-4bca-984c-031560a72454/Gen4CordellisaRealtorHeishandingkeystoamarriedcouplewhojustboughtaveryluxuria2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.3);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; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { background-color: transparent; background-image: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container { display: none; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .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); }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { border-width: 0; border-radius: 0; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#vFKSzT12IBGiw1Z9yRK1elpQ8uefRNZZ { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:27.3125rem;left:0rem;height:4.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-form-header {  }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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:left;text-align-last:left; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#fafafa;width:18.75rem;height:3.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .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:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-container:first-of-type{padding-top:0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-container:last-of-type{padding-bottom:0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.0625rem;left:51.1875rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ {display:block;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:26.0625rem;left:51.1875rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #FqRe4CDIiKnNo2CdiG5oTZRBWmw7P5cx { position:relative; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #FxBC8vZlC2yUh7f4tv8sRXclles7mzHe { position:relative;display:none; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #bR2Zao3BPrqtBUAVU8MsQvB73MTzN70Q { position:relative; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #tW0TtQrB50NCoVi5MKG04RHBNT5QbmT9 { position:relative; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #BJo3Z3T4JvFal7aNsdmc9bLtI2ElCKfh { position:relative;display:none; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #HvxbAVar4ACst81TfJFKxcEreILo9Ty3 { position:relative; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #dDVSsAONQuT3JgSTof2dddkUVIKT5f2L { position:relative; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #A6mrcrgTGZniUnnrxT8nQyrWvqE1gSU7 { position:relative;display:none; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #eXs15LQohZi35esVyaPonsd9SwAiDzN1 { position:relative; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #PBodFbGoPRM7GJRUVpSoJRTFXTkOpLU7 { position:relative; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #UCFdfyhwfnksakPPWzd3LvOFuFxwQowQ { position:relative; }
#zS4Qo3HMrIVCBp8p8vTNWPPQaGrR3mOw { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-4),0.25) ;height:19.0625rem;width:26.25rem;top:25rem;left:48.6875rem;display:block; }
#Hm7swyJR4EtZVfqbXsDsi6vg2b3M1Cxz { box-sizing:content-box;height:3.4375rem;width:26.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:48.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#EeiTPTJEByhIfLnGLmKcwQ3h5CC49q2J { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22rem;left:50rem;height:2.51855625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QV9lg0RAIqq0dEKorX4yORra7gxXK0ex { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:1.4375rem;left:64.1875rem;overflow:hidden;display:block; }
#MTSd2IMa9ZROosbTKVwleKOQkORaLiwP { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.3125rem;top:2.42578125rem;left:11.40625rem;overflow:hidden;display:block; }
#kg0vRlhBF1Qb9LBE5Zum6c5PqG5hKS0W { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:22.3125rem;top:8.11328125rem;left:2.90625rem;overflow:hidden;display:block; }
#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { background-color: transparent; background-image: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container > .video-iframe-container { display: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container { display: none; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .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); }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { border-width: 0; border-radius: 0; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#LZZ69pTtWa76LPJR51VHUEKdWyHpcfGy { color:rgba(var(--color-tertiary-3),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.375rem;left:28.9375rem;height:24.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sx4P3Ic40TVTbI8Ws04vwGxCcvMG6z18 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.8125rem;width:18.75rem;top:4.8125rem;left:7.5rem;display:block; }
#PQbU1mIr58M32grR4OLT0vNKEQem3QKH { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.25rem;left:9.1875rem;height:1.6494125rem;font-style:normal;display:block; }
#XITg91i1IVUk7cHem2tsdUWCrEp9rn7w { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.6875rem;top:8.6875rem;left:9.1875rem;display:block; }
#bQg3XWTu7wdgPgPdRTtUTllUlXOo0gLA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:13.6875rem;top:9.5625rem;left:9.1875rem;overflow:hidden;display:block; }
#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl.adaptive-delivery-prevent-bg, #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl.lazyload, #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl.lazyloading { background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { border-width: 0; border-radius: 0; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.75rem;left:0rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJci8SbUQGFyxOROVKtBWBoyJ2oQvQzA { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.6875rem;top:6.375rem;left:35.625rem;display:block; }
#T9Zt7syZM43Bqi7ATtzOkKboKyqEcHt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/af8e4a6f-5d50-4b8d-924e-4ba37b6d1a37/Gov_Wesmoore_mansion.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi.adaptive-delivery-prevent-bg, #ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi.lazyload, #ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi.lazyloading { background-image: none; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row .container { background-color: transparent; background-image: none; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row .container > .video-iframe-container { display: none; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row > .video-iframe-container { display: none; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .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); }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row .container { border-width: 0; border-radius: 0; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#du9VOpN4rspDBsB5zR9FFLnAW50RCMlK { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:30.5rem;left:22.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOrTBRyR2uiGuJ8mK1DctybrI5LfrBzq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:28rem;left:22.8125rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUWuKNeoIEQr39HLu2ruLmVTDT5etR1O { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.3125rem;width:41.1875rem;top:23.25rem;left:16.9375rem;display:block; }
#TSWmN8vsb0L5KakNhqgTVyUtVQgWL9z6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:24.3125rem;left:35.9375rem; }
#PakwEoBiqIKqumWgR2lRnwdRtxrGDJO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:32.0625rem;left:22.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R.adaptive-delivery-prevent-bg, #PX7KMqVzpWZb3vc21qlwCePNuN6itM0R.lazyload, #PX7KMqVzpWZb3vc21qlwCePNuN6itM0R.lazyloading { background-image: none; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container { background-color: transparent; background-image: none; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container > .video-iframe-container { display: none; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row > .video-iframe-container { display: none; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .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); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container { border-width: 0; border-radius: 0; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#aS0TBwe8KCq2qkRuup0D5PeLcUUKRZaS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:18.9375rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#QLkn7hyTFfr3q6O5LCNUdKAydb5SF1uX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:19rem;top:0rem;left:28.0625rem;overflow:hidden;display:block; }
#J5V59O6VrEPpnPLz6pTBfRboFiJKpuL5 { 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:12.1875rem;width:19rem;top:0rem;left:53.0625rem;overflow:hidden;display:block; }
#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/1ffbV6f4/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH.adaptive-delivery-prevent-bg, #VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH.lazyload, #VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH.lazyloading { background-image: none; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container { background-color: transparent; background-image: none; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container > .video-iframe-container { display: none; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row > .video-iframe-container { display: none; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .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); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container { border-width: 0; border-radius: 0; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#BfqaNTJDiTnS3MSvHHXf7a33UP1uUOW0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:18.9375rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#crlTAGugPpwnLXr1C8eIexhWTKmWFnZ2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:19rem;top:0rem;left:28.0625rem;overflow:hidden;display:block; }
#J4ZqATIxbi71fGeIJTVv2qcbsDholJgy { 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:12.1875rem;width:19rem;top:0rem;left:53.0625rem;overflow:hidden;display:block; }
#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { background-color: transparent; background-image: none; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container > .video-iframe-container { display: none; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row > .video-iframe-container { display: none; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .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); }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { border-width: 0; border-radius: 0; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#KdBGP8gdwBUx8VrGF13katyEGJUZcp7N { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:3.6875rem;left:0rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUD08B2O8T1kBVaAcq8qwTT4941VeBaW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5UwKvcJNM1wlw6Gg1via2Ht2aKF41T4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.6875rem;top:5.875rem;left:35.625rem;display:block; }
#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R { border-top:0.625rem solid #09094a;border-left:0.625rem solid #09094a;border-right:0.625rem solid #09094a;border-bottom:0.625rem solid #09094a;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row .container { background-color: transparent; background-image: none; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row .container > .video-iframe-container { display: none; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row > .video-iframe-container { display: none; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .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); }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row .container { border-width: 0; border-radius: 0; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#UpgA6z6F2aPnV8MT3XoHLUJEp1GC3Uvy { color:rgba(var(--color-tertiary-4),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:1.3125rem;left:4.9375rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EsugMPPh2KTww8kA0GAN9QLmw3hAewSq { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:4.0625rem;left:42.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#EsugMPPh2KTww8kA0GAN9QLmw3hAewSq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EsugMPPh2KTww8kA0GAN9QLmw3hAewSq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1f7dQPAf/green_point.png); }
#EGvx8Fr02WBObeaax553lgtRPfty8CGw { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1rem;left:39.34375rem;height:2.03125rem;display:block; }
#TS1U95R2em7mmZdvC7JagRquvvkTFFwd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:8.3125rem;left:13.21875rem;display:block; }
#mpwT737fhv56sc1liPl0I2Qs8EZAN72n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { background-color: transparent; background-image: none; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container > .video-iframe-container { display: none; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row > .video-iframe-container { display: none; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .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); }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { border-width: 0; border-radius: 0; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#D2miIxBxN0C1RJG8UH6epfWiHlZrO8GQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMFbQNOb5lnpd6JOSTHf0u9vNWQTCZkc { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:6rem;left:35.625rem;display:block; }
#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3M8ebM0F/bg3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp.adaptive-delivery-prevent-bg, #l072sHEI8QaI8r2D5UNdMUKFCI0b5esp.lazyload, #l072sHEI8QaI8r2D5UNdMUKFCI0b5esp.lazyloading { background-image: none; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row .container { background-color: transparent; background-image: none; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row .container > .video-iframe-container { display: none; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row > .video-iframe-container { display: none; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .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); }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row .container { border-width: 0; border-radius: 0; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#cy6zu0ByEzMooRDoCmcvbesg277VTVST { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:31.25rem;width:18.75rem;top:3.0625rem;left:3.125rem;display:block; }
#kwIDV7CLakyKzkAZHZD6RZpzWa2KXWp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:20rem;left:6.8125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vnhyWiep3hvIu15XkhBz8gDZOwm7rB8M { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:24.375rem;left:5rem;height:7.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#VbMW8eTtGn5wNp8yXX8417RyuKZFTzol { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6503dyjX/opinion_1.jpg");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:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:5.3125rem;border-bottom-right-radius:5.3125rem;box-shadow: none;height:10.9375rem;width:10.9375rem;top:6.25rem;left:7.0625rem;display:block; }#VbMW8eTtGn5wNp8yXX8417RyuKZFTzol.adaptive-delivery-prevent-bg, #VbMW8eTtGn5wNp8yXX8417RyuKZFTzol.lazyload, #VbMW8eTtGn5wNp8yXX8417RyuKZFTzol.lazyloading { background-image: none; }
#H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/9dm1viUp/opinion_2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:5.3125rem;border-bottom-right-radius:5.3125rem;box-shadow: none;height:10.9375rem;width:10.9375rem;top:6.25rem;left:32rem;display:block; }#H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8.adaptive-delivery-prevent-bg, #H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8.lazyload, #H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8.lazyloading { background-image: none; }
#RSmV5FLFcyz8yfuo4LGP342dEv7W93f5 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:20rem;left:31.8125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVQD1TUvICV086fGtQotmD8bfC9Ps3LI { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:24.375rem;left:30rem;height:7.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#GyCEa10VorJU3WUNJop9tT2rKEVBFTK7 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:31.25rem;width:18.75rem;top:3.0625rem;left:28.125rem;display:block; }
#Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4fxa7cdU/opinion_3.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.3125rem;border-top-right-radius:5.3125rem;border-bottom-left-radius:5.3125rem;border-bottom-right-radius:5.3125rem;box-shadow: none;height:10.9375rem;width:10.9375rem;top:6.3125rem;left:57rem;display:block; }#Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di.adaptive-delivery-prevent-bg, #Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di.lazyload, #Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di.lazyloading { background-image: none; }
#OtINRqxTXCTODSdg1SzT6dSaf1RvlBnl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:20rem;left:56.8125rem;height:3.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTf8HXdpwrOKvsKHR8TBwRvwpZDpQeMs { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:24.375rem;left:55rem;height:7.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#DoAiXTXNzBlHyL0XN1eNTLSALuZl1N1s { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:31.25rem;width:18.75rem;top:3.0625rem;left:53.125rem;display:block; }
#Bf71OX7eq51RurVEDlA7d7JWPMsMHc0m { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:16.125rem;left:11.4375rem; }
#eg2ZkTPE3ym42aIIGBF27EUM4DFUxDqs { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:16.125rem;left:36.4375rem; }
#yHVpAU3CPRMXxd5xoSCPx5PIHNBv4qy6 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:16.125rem;left:61.4375rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { display:block; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFKSzT12IBGiw1Z9yRK1elpQ8uefRNZZ { width:43.375rem;height:4.5rem;top:27.3125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ  { width:18.75rem;height:auto;top:26.0625rem;left:26.5rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ {display:block;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ { width:18.75rem;height:auto;top:26.0625rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #FqRe4CDIiKnNo2CdiG5oTZRBWmw7P5cx {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #FxBC8vZlC2yUh7f4tv8sRXclles7mzHe { display:none; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #bR2Zao3BPrqtBUAVU8MsQvB73MTzN70Q {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #tW0TtQrB50NCoVi5MKG04RHBNT5QbmT9 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #BJo3Z3T4JvFal7aNsdmc9bLtI2ElCKfh { display:none; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #HvxbAVar4ACst81TfJFKxcEreILo9Ty3 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #dDVSsAONQuT3JgSTof2dddkUVIKT5f2L {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #A6mrcrgTGZniUnnrxT8nQyrWvqE1gSU7 { display:none; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #eXs15LQohZi35esVyaPonsd9SwAiDzN1 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #PBodFbGoPRM7GJRUVpSoJRTFXTkOpLU7 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #UCFdfyhwfnksakPPWzd3LvOFuFxwQowQ {  }
 }@media only screen and (max-width: 763px) { #zS4Qo3HMrIVCBp8p8vTNWPPQaGrR3mOw { width:26.25rem;height:19.0625rem;top:25rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7swyJR4EtZVfqbXsDsi6vg2b3M1Cxz { top:21.5rem;left:21.5rem;width:26.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeiTPTJEByhIfLnGLmKcwQ3h5CC49q2J { top:22rem;left:24.125rem;width:23.625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV9lg0RAIqq0dEKorX4yORra7gxXK0ex { top:1.4375rem;left:35.25rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTSd2IMa9ZROosbTKVwleKOQkORaLiwP { top:2.375rem;left:0rem;width:5.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0vRlhBF1Qb9LBE5Zum6c5PqG5hKS0W { top:8.0625rem;left:0rem;width:22.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZZ69pTtWa76LPJR51VHUEKdWyHpcfGy { width:43.1875rem;height:24.9375rem;top:5.375rem;left:4.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4P3Ic40TVTbI8Ws04vwGxCcvMG6z18 { width:18.75rem;height:11.8125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbU1mIr58M32grR4OLT0vNKEQem3QKH { width:16rem;height:1.625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XITg91i1IVUk7cHem2tsdUWCrEp9rn7w { width:3.6875rem;height:0.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQg3XWTu7wdgPgPdRTtUTllUlXOo0gLA { top:9.5625rem;left:0rem;width:13.6875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:47.75rem;height:1.625rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJci8SbUQGFyxOROVKtBWBoyJ2oQvQzA { width:3.6875rem;height:0.25rem;top:6.375rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Zt7syZM43Bqi7ATtzOkKboKyqEcHt0 { width:47.75rem;height:1.5rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi { display:block; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du9VOpN4rspDBsB5zR9FFLnAW50RCMlK { width:29.375rem;height:1.5rem;top:30.5rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrTBRyR2uiGuJ8mK1DctybrI5LfrBzq { width:29.5rem;height:1.625rem;top:28rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUWuKNeoIEQr39HLu2ruLmVTDT5etR1O { width:41.1875rem;height:11.3125rem;top:23.25rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWmN8vsb0L5KakNhqgTVyUtVQgWL9z6 { width:3.125rem;height:3.125rem;top:24.3125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakwEoBiqIKqumWgR2lRnwdRtxrGDJO1 { width:29.375rem;height:1.5rem;top:32.0625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX7KMqVzpWZb3vc21qlwCePNuN6itM0R { display:block; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aS0TBwe8KCq2qkRuup0D5PeLcUUKRZaS { width:15.9375rem;height:10.204207920792rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLkn7hyTFfr3q6O5LCNUdKAydb5SF1uX { width:15.9375rem;height:10.223067434211rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5V59O6VrEPpnPLz6pTBfRboFiJKpuL5 { width:15.9375rem;height:10.223067434211rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH { display:block; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfqaNTJDiTnS3MSvHHXf7a33UP1uUOW0 { width:15.9375rem;height:10.204207920792rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #crlTAGugPpwnLXr1C8eIexhWTKmWFnZ2 { width:15.9375rem;height:10.223067434211rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZqATIxbi71fGeIJTVv2qcbsDholJgy { width:15.9375rem;height:10.223067434211rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqkeaFfxFEXCacW3UJR5N901B1viPu7 { display:block; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdBGP8gdwBUx8VrGF13katyEGJUZcp7N { width:47.75rem;height:1.625rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUD08B2O8T1kBVaAcq8qwTT4941VeBaW { width:47.75rem;height:1.5rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5UwKvcJNM1wlw6Gg1via2Ht2aKF41T4 { width:3.6875rem;height:0.25rem;top:5.875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R { display:block; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpgA6z6F2aPnV8MT3XoHLUJEp1GC3Uvy { width:30.5rem;height:4.75rem;top:1.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsugMPPh2KTww8kA0GAN9QLmw3hAewSq { width:24.375rem;height:;top:4.0625rem;left:23.375rem;font-size:1.0625rem;display:block; }#EsugMPPh2KTww8kA0GAN9QLmw3hAewSq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1f7dQPAf/green_point.png); }
 }@media only screen and (max-width: 763px) { #EGvx8Fr02WBObeaax553lgtRPfty8CGw { top:1rem;left:12.625rem;width:35.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1U95R2em7mmZdvC7JagRquvvkTFFwd { width:17.5rem;height:3.4375rem;top:8.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpwT737fhv56sc1liPl0I2Qs8EZAN72n { display:block; }
 }@media only screen and (max-width: 763px) { #gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD { display:block; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2miIxBxN0C1RJG8UH6epfWiHlZrO8GQ { width:47.75rem;height:1.625rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFbQNOb5lnpd6JOSTHf0u9vNWQTCZkc { width:3.75rem;height:0.25rem;top:6rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #l072sHEI8QaI8r2D5UNdMUKFCI0b5esp { display:block; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy6zu0ByEzMooRDoCmcvbesg277VTVST { width:15.9375rem;height:31.25rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwIDV7CLakyKzkAZHZD6RZpzWa2KXWp3 { width:11.25rem;height:3.25rem;top:20rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnhyWiep3hvIu15XkhBz8gDZOwm7rB8M { width:15rem;height:6rem;top:24.375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMW8eTtGn5wNp8yXX8417RyuKZFTzol { width:10.9375rem;height:10.9375rem;top:6.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8 { width:10.9375rem;height:10.9375rem;top:6.25rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSmV5FLFcyz8yfuo4LGP342dEv7W93f5 { width:11.25rem;height:3.25rem;top:20rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVQD1TUvICV086fGtQotmD8bfC9Ps3LI { width:15rem;height:7.5rem;top:24.375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyCEa10VorJU3WUNJop9tT2rKEVBFTK7 { width:15.9375rem;height:31.25rem;top:3.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di { width:10.9375rem;height:10.9375rem;top:6.3125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtINRqxTXCTODSdg1SzT6dSaf1RvlBnl { width:11.25rem;height:3.25rem;top:20rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTf8HXdpwrOKvsKHR8TBwRvwpZDpQeMs { width:15rem;height:7.5rem;top:24.375rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoAiXTXNzBlHyL0XN1eNTLSALuZl1N1s { width:15.9375rem;height:31.25rem;top:3.0625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf71OX7eq51RurVEDlA7d7JWPMsMHc0m { width:2.125rem;height:2.125rem;top:16.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2ZkTPE3ym42aIIGBF27EUM4DFUxDqs { width:2.125rem;height:2.125rem;top:16.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHVpAU3CPRMXxd5xoSCPx5PIHNBv4qy6 { width:2.125rem;height:2.125rem;top:16.125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b1fcc8eb-0f07-4bca-984c-031560a72454/Gen4CordellisaRealtorHeishandingkeystoamarriedcouplewhojustboughtaveryluxuria2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo { display:block; }#qTrBWK9fRGs9TQ2XFggZLqfD8SBE0Woo > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vFKSzT12IBGiw1Z9yRK1elpQ8uefRNZZ { width:18.75rem;height:1.6875rem;top:26.87109375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ  { width:15rem;height:15.5rem;top:38.62109375rem;left:2.5rem; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ {display:block;}#T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ { width:15rem;height:15.5rem;top:38.62109375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #FqRe4CDIiKnNo2CdiG5oTZRBWmw7P5cx {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #FxBC8vZlC2yUh7f4tv8sRXclles7mzHe { display:none; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #bR2Zao3BPrqtBUAVU8MsQvB73MTzN70Q {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #tW0TtQrB50NCoVi5MKG04RHBNT5QbmT9 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #BJo3Z3T4JvFal7aNsdmc9bLtI2ElCKfh { display:none; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #HvxbAVar4ACst81TfJFKxcEreILo9Ty3 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #dDVSsAONQuT3JgSTof2dddkUVIKT5f2L {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #A6mrcrgTGZniUnnrxT8nQyrWvqE1gSU7 { display:none; }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #eXs15LQohZi35esVyaPonsd9SwAiDzN1 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #PBodFbGoPRM7GJRUVpSoJRTFXTkOpLU7 {  }
 }@media only screen and (max-width: 763px) { #T4fKBuN2JIBgwN2Ib5KLXXC9F1S3aPhZ #UCFdfyhwfnksakPPWzd3LvOFuFxwQowQ {  }
 }@media only screen and (max-width: 763px) { #zS4Qo3HMrIVCBp8p8vTNWPPQaGrR3mOw { width:18.75rem;height:18.625rem;top:37.55859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm7swyJR4EtZVfqbXsDsi6vg2b3M1Cxz { width:20rem;height:3.4375rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeiTPTJEByhIfLnGLmKcwQ3h5CC49q2J { width:20rem;height:2.51855625rem;top:34.75rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QV9lg0RAIqq0dEKorX4yORra7gxXK0ex { width:8.5625rem;height:8.5625rem;top:23.25rem;left:5.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTSd2IMa9ZROosbTKVwleKOQkORaLiwP { width:5.3125rem;height:5.6875rem;top:13rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0vRlhBF1Qb9LBE5Zum6c5PqG5hKS0W { width:20rem;height:3.8095238095238rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi { display:block; }#fRTxLSolWPqkkJGOWwIhmWs7VWqcF5Vi > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LZZ69pTtWa76LPJR51VHUEKdWyHpcfGy { width:18.75rem;height:27.5625rem;top:11.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4P3Ic40TVTbI8Ws04vwGxCcvMG6z18 { width:18.75rem;height:8.75rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQbU1mIr58M32grR4OLT0vNKEQem3QKH { width:12.5rem;height:1.0996125rem;top:2.5rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XITg91i1IVUk7cHem2tsdUWCrEp9rn7w { width:3.6875rem;height:0.25rem;top:7rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQg3XWTu7wdgPgPdRTtUTllUlXOo0gLA { width:13.6875rem;height:21.5625rem;top:43.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3s08S7lU0AUvxwK3RNu06AQJOtTflbl { background-color:#ffffff;background-image:none;display:block; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { background-color: transparent; background-image: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row > .video-iframe-container { display: none; }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .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); }#U3s08S7lU0AUvxwK3RNu06AQJOtTflbl > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMAfrG4GsKA36Zc9hbOgvBaDSEsiTOfk { width:13.75rem;height:1.0996125rem;top:0.875rem;left:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJci8SbUQGFyxOROVKtBWBoyJ2oQvQzA { width:3.6875rem;height:0.25rem;top:3.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Zt7syZM43Bqi7ATtzOkKboKyqEcHt0 { width:16.9375rem;height:1.5rem;top:4.875rem;left:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi { display:block; }#ZEzdzE2f4lgtv7QnsUXaQUr5mcKxRoLi > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du9VOpN4rspDBsB5zR9FFLnAW50RCMlK { width:16.25rem;height:3rem;top:12.5625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOrTBRyR2uiGuJ8mK1DctybrI5LfrBzq { width:16.25rem;height:1.0996125rem;top:8.4375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUWuKNeoIEQr39HLu2ruLmVTDT5etR1O { width:18.75rem;height:15.6875rem;top:3.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWmN8vsb0L5KakNhqgTVyUtVQgWL9z6 { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PakwEoBiqIKqumWgR2lRnwdRtxrGDJO1 { width:20rem;height:3rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX7KMqVzpWZb3vc21qlwCePNuN6itM0R { background-color:#ffffff;background-image:none;display:block; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container { background-color: transparent; background-image: none; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container > .video-iframe-container { display: none; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row > .video-iframe-container { display: none; }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .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); }#PX7KMqVzpWZb3vc21qlwCePNuN6itM0R > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aS0TBwe8KCq2qkRuup0D5PeLcUUKRZaS { width:18.9375rem;height:12.125rem;top:0rem;left:0.5rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QLkn7hyTFfr3q6O5LCNUdKAydb5SF1uX { width:19rem;height:12.1875rem;top:12.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5V59O6VrEPpnPLz6pTBfRboFiJKpuL5 { width:19rem;height:12.1875rem;top:25.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH { background-color:#ffffff;background-image:none;display:block; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container { background-color: transparent; background-image: none; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container > .video-iframe-container { display: none; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row > .video-iframe-container { display: none; }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .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); }#VOTbVcqN2XoGa57UccDTsxDuwzKwJPLH > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfqaNTJDiTnS3MSvHHXf7a33UP1uUOW0 { width:18.9375rem;height:12.125rem;top:0rem;left:0.5rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #crlTAGugPpwnLXr1C8eIexhWTKmWFnZ2 { width:19rem;height:12.1875rem;top:12.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4ZqATIxbi71fGeIJTVv2qcbsDholJgy { width:19rem;height:12.1875rem;top:25.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGqkeaFfxFEXCacW3UJR5N901B1viPu7 { display:block; }#dGqkeaFfxFEXCacW3UJR5N901B1viPu7 > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdBGP8gdwBUx8VrGF13katyEGJUZcp7N { width:18.75rem;height:1.0996125rem;top:2.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUD08B2O8T1kBVaAcq8qwTT4941VeBaW { width:16.9375rem;height:1.5rem;top:6.5rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5UwKvcJNM1wlw6Gg1via2Ht2aKF41T4 { width:3.6875rem;height:0.25rem;top:5.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R { display:block; }#gsSSivZyKZcvwNt3pdbGzx4WuOTwm12R > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpgA6z6F2aPnV8MT3XoHLUJEp1GC3Uvy { width:20rem;height:7.96875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsugMPPh2KTww8kA0GAN9QLmw3hAewSq { width:20rem;height:13.0625rem;top:15.75rem;left:0rem;display:block; }#EsugMPPh2KTww8kA0GAN9QLmw3hAewSq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/1f7dQPAf/green_point.png); }
 }@media only screen and (max-width: 763px) { #EGvx8Fr02WBObeaax553lgtRPfty8CGw { width:20rem;height:4.0625rem;top:9.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS1U95R2em7mmZdvC7JagRquvvkTFFwd { width:17.5rem;height:3.4375rem;top:30.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpwT737fhv56sc1liPl0I2Qs8EZAN72n { display:block; }
 }@media only screen and (max-width: 763px) { #gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD { display:block; }#gKOFTkILHyT3FX9zZTZnFa2GEuRNbZBD > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2miIxBxN0C1RJG8UH6epfWiHlZrO8GQ { width:18.75rem;height:1.0996125rem;top:2.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMFbQNOb5lnpd6JOSTHf0u9vNWQTCZkc { width:3.75rem;height:0.25rem;top:6.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l072sHEI8QaI8r2D5UNdMUKFCI0b5esp { display:block; }#l072sHEI8QaI8r2D5UNdMUKFCI0b5esp > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cy6zu0ByEzMooRDoCmcvbesg277VTVST { width:18.6875rem;height:26rem;top:1.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwIDV7CLakyKzkAZHZD6RZpzWa2KXWp3 { width:11.25rem;height:1.0996125rem;top:15.5rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnhyWiep3hvIu15XkhBz8gDZOwm7rB8M { width:15rem;height:5.25rem;top:19.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbMW8eTtGn5wNp8yXX8417RyuKZFTzol { width:8.75rem;height:8.75rem;top:4.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8 { width:8.75rem;height:8.75rem;top:30.875rem;left:5.625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/9dm1viUp/opinion_2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8.adaptive-delivery-prevent-bg, #H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8.lazyload, #H6rlaHxdI64PvctbTm2Gc1HNrdwOtll8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RSmV5FLFcyz8yfuo4LGP342dEv7W93f5 { width:11.25rem;height:1.0996125rem;top:41.4375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVQD1TUvICV086fGtQotmD8bfC9Ps3LI { width:15rem;height:5.25rem;top:45.8125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyCEa10VorJU3WUNJop9tT2rKEVBFTK7 { width:18.75rem;height:25.4375rem;top:28.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di { width:8.75rem;height:8.75rem;top:58.25rem;left:5.625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/4fxa7cdU/opinion_3.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di.adaptive-delivery-prevent-bg, #Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di.lazyload, #Fo27PXdGzlvg0WXlgPBr2sIe3nmwJ6Di.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OtINRqxTXCTODSdg1SzT6dSaf1RvlBnl { width:11.25rem;height:1.0996125rem;top:69.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTf8HXdpwrOKvsKHR8TBwRvwpZDpQeMs { width:15rem;height:5.25rem;top:74rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoAiXTXNzBlHyL0XN1eNTLSALuZl1N1s { width:18.75rem;height:25.5rem;top:55.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf71OX7eq51RurVEDlA7d7JWPMsMHc0m { width:2.125rem;height:2.125rem;top:11.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg2ZkTPE3ym42aIIGBF27EUM4DFUxDqs { width:2.125rem;height:2.125rem;top:38.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHVpAU3CPRMXxd5xoSCPx5PIHNBv4qy6 { width:2.125rem;height:2.125rem;top:65.875rem;left:8.9375rem;display:block; }
 }