.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:247,240,242;--color-primary-1:227,207,211;--color-primary-2:199,158,166;--color-primary-3:100,79,83;--color-primary-4:30,24,25;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,254,255;--color-tertiary-2:152,152,153;--color-tertiary-3:118,118,118;--color-tertiary-4:0,0,0;--headlines-font-family:"Didot";--paragraphs-font-family:"AvenirNext"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ.adaptive-delivery-prevent-bg, #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ.lazyload, #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ.lazyloading { background-image: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { background-color: transparent; background-image: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.43); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container > .video-iframe-container { display: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.43); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row > .video-iframe-container { display: none; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .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); }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { border-width: 0; border-radius: 0; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { 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:4.1875rem;width:22.8125rem;top:1.03125rem;left:1.125rem;overflow:hidden;display:block; }
#L8J5n1DnTmhyTrd6LS9I2ybcCZyDU98r { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.84375rem;left:57.875rem;height:2.5625rem;text-align:right;text-align-last:right;display:block; }
#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx { border-top:0.625rem solid rgba(var(--color-primary-2),1);border-left:0.625rem solid rgba(var(--color-primary-2),1);border-right:0.625rem solid rgba(var(--color-primary-2),1);border-bottom:0.625rem solid rgba(var(--color-primary-2),1);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; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row .container { background-color: transparent; background-image: none; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row .container > .video-iframe-container { display: none; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row > .video-iframe-container { display: none; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .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); }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row .container { border-width: 0; border-radius: 0; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#n8qThTJRBXRC7mB5hScG9pMAOpMBv5TF { color:rgba(var(--color-tertiary-3),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.78125rem;left:14.84375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kBfW3CTPqKf9LaolReSJC3W66utOWDsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f695f31b-c04c-4646-b6b4-62557573d06c/sarasotafeature.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH.adaptive-delivery-prevent-bg, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyload, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyloading { background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { background-color: transparent; background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .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); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { border-width: 0; border-radius: 0; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:11.125rem;left:0rem;height:10.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:24.1875rem;top:7.875rem;left:48rem;display:block; }
#SFzaQauTs984QpPVtalfdxrvIso99qbT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:9.25rem;left:51.8125rem;height:4.0869125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JdvpwXzwhApRwe4vfHoXVLiiTEohBcPF { color:rgba(var(--color-tertiary-1),1);display:block;width:15.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:30.91796875rem;left:58.59375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RbXraPqB0bxr7O3Jy2PJTvNchESfPR7e { color:rgba(var(--color-tertiary-0),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-form-header {  }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .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:19.625rem;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; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:19.625rem;box-sizing:border-box;height:2.5625rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:19.625rem;box-sizing:border-box;height:4.375rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:19.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-checkbox { width:1rem;height:1rem;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; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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:400;color:rgba(var(--color-tertiary-0),1);width:19.625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP [class*="-text"]:-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP [class*="-text"]::-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP [class*="-text"]:-ms-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP [class*="-text"]::-webkit-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .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";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:18.4375rem;overflow:hidden;font-style:normal;float:none; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .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; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .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; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-container:first-of-type{padding-top:0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-container:last-of-type{padding-bottom:0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.56201171875rem;left:49.0625rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.625rem;display:block;vertical-align:top; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP {display:block;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.56201171875rem;left:49.0625rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #cTJyVqyOdUVybmT7bcsCssl2sLhKuVdw { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #hZP9zq6GaA6XeaDP4H8TLLDoxUTB4l2i { position:relative;display:none; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #WmC6913UKTTrZciFNvZJcmXT65ZuP4Rg { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #PZpdvckmTqkee3xuwWT4vSbHx2O2Oayl { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #KZOwgvOGOwwegWAQHkatuXTo0Fztp22u { position:relative;display:none; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #l2GLP4zJJ6ISvlfICEHxrlF1zoSWg61l { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #smCZlUyANMlc1T18tGyoJi3K6vrUKJI6 { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #y5DQJqU3OBMTOzOHbN1VusI5lIVsT3OQ { position:relative;display:none; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #Qf0DBHvnh041OhII9O4WUaaF80rU7kHK { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #MW2ToNR7vxoUwxkQTNvycXkOOOpZswll { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #xZQFPZzbJAMpb6b7WhVD7tH1FdWqJMBI { position:relative;display:none; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #rI8qU0LJr0mpcL8EoXR6zyOnoS28qmRI { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #kW8euI4DIuT9Lr44DKT6ik8LJ9bIWVdk { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #hkPNZH8IFKZuxEhc9FqNeneuZHAP5muK { position:relative;display:none; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #rrRalWMRsKpz08MQB4Qt7KEwV0Gnaxre { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #miT7xXghSXoZGsaLmKlqkSyUVyX3mrPl { position:relative; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #tZ7QitcAGa1y49nnfD2d98J2X7EkXthS { position:relative; }
#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { position:relative;display:block; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { background-color: transparent; background-image: none; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container > .video-iframe-container { display: none; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row > .video-iframe-container { display: none; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .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); }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { border-width: 0; border-radius: 0; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SgRRT4NuT3vUGmcymcaoiHfhyixDUPAr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ddc51e8-9d70-4450-8e49-a1fe36608350/homepageaccent.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-4),0.25) ;height:33.375rem;width:28.4375rem;top:4.75rem;left:2.5rem;display:block; }#SgRRT4NuT3vUGmcymcaoiHfhyixDUPAr.adaptive-delivery-prevent-bg, #SgRRT4NuT3vUGmcymcaoiHfhyixDUPAr.lazyload, #SgRRT4NuT3vUGmcymcaoiHfhyixDUPAr.lazyloading { background-image: none; }
#ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.25) ;height:34.6875rem;width:29.5625rem;top:7.75rem;left:5.4375rem;overflow:hidden;display:block; }
#cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:36.375rem;left:45.71875rem;display:block; }
#lPdHUzGyw3Xh8GdReOarTd8Fmru6dc3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMWRVbkIMVu747xy6wHh58WuJrm4VGfz { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5rem;left:37.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l4TqKrLpbsWFGdN2i3DiwXJCwK6Nl5oW { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:39.375rem;height:18.5215rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFZndZ4Taq1EwfEFRvnx528sado5oHQM { color:rgba(var(--color-tertiary-3),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5625rem;left:37.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA { 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/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA.adaptive-delivery-prevent-bg, #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA.lazyload, #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA.lazyloading { background-image: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { background-color: transparent; background-image: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container > .video-iframe-container { display: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row > .video-iframe-container { display: none; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .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); }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { border-width: 0; border-radius: 0; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#oTpofOv0Kl8CPt7rJEbWJBODSnyJSNi5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.0625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.875rem;left:26.96875rem;display:block; }
#VrIFpGl4ZItyOmhyD8a6xIvNM1dEG3LL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaCSXMtlE2M0zNIpcyoV84erc2tn3e6c { color:rgba(var(--color-tertiary-3),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.9375rem;left:11.78125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M9IE6x5eFNmke2lapQQQL3fgTJKJKLkU { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.75rem;left:17.09375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fp7L0eZouQeE1zlTeXs6bdkq933ZC1dU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:29.375rem;left:5.4375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#skJi5z8AD4bk1L8ZTpQD4TUqNZczLu7V { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:34.6875rem;left:18.5625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlBWTEnCJ8R5xhBFJiqtn0z5hXOOmqha { box-sizing:content-box;height:25rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a624f4f-c091-47bf-8c80-392720c00a4b/injectablesfillers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.6875rem;left:5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;display:block; }#MlBWTEnCJ8R5xhBFJiqtn0z5hXOOmqha.adaptive-delivery-prevent-bg, #MlBWTEnCJ8R5xhBFJiqtn0z5hXOOmqha.lazyload, #MlBWTEnCJ8R5xhBFJiqtn0z5hXOOmqha.lazyloading { background-image: none; }
#EDq4wfc5qxNTyeATUfnJeSpBMwFFib5u { box-sizing:content-box;height:25rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/49bfb2ca-43dd-4838-bb7a-dec406163e70/laserenergy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.4375rem;left:18.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;display:block; }#EDq4wfc5qxNTyeATUfnJeSpBMwFFib5u.adaptive-delivery-prevent-bg, #EDq4wfc5qxNTyeATUfnJeSpBMwFFib5u.lazyload, #EDq4wfc5qxNTyeATUfnJeSpBMwFFib5u.lazyloading { background-image: none; }
#AN3kzLL5elnT3c3tcoW3pp0UxI9bTSry { box-sizing:content-box;height:25rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99eeb37c-5882-41e2-9c6c-d89542d1e6f7/skintreatments032.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;display:block; }#AN3kzLL5elnT3c3tcoW3pp0UxI9bTSry.adaptive-delivery-prevent-bg, #AN3kzLL5elnT3c3tcoW3pp0UxI9bTSry.lazyload, #AN3kzLL5elnT3c3tcoW3pp0UxI9bTSry.lazyloading { background-image: none; }
#C9uXn4sy8GMDTihh64fsFB7t2m4IczXS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:29.375rem;left:31.75rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dG7yquIEKzstZGPCOG7pQMc3xf6gxrmK { box-sizing:content-box;height:25rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1cfced80-aa14-4657-a073-8d0bb6578afe/hairskinrejuvenation.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.4375rem;left:44.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;display:block; }#dG7yquIEKzstZGPCOG7pQMc3xf6gxrmK.adaptive-delivery-prevent-bg, #dG7yquIEKzstZGPCOG7pQMc3xf6gxrmK.lazyload, #dG7yquIEKzstZGPCOG7pQMc3xf6gxrmK.lazyloading { background-image: none; }
#TNFh7nBFPPhpuODlVTnnn9w39o6zFGwF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:35.3125rem;left:44.875rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8WTo3wItPPDo5mi6uP4AFsrpP3hPzaa { box-sizing:content-box;height:25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7af7e45a-6905-478c-a9d3-19fdc1f0d4d2/wellness.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.75rem;left:57.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5) ;display:block; }#O8WTo3wItPPDo5mi6uP4AFsrpP3hPzaa.adaptive-delivery-prevent-bg, #O8WTo3wItPPDo5mi6uP4AFsrpP3hPzaa.lazyload, #O8WTo3wItPPDo5mi6uP4AFsrpP3hPzaa.lazyloading { background-image: none; }
#URP9FripKqQ0CCcBZOgPWxkqTGfHzOZA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:29.375rem;left:58rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGotaXM27XBapqtCS8535Um0QTVI5fL6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { background-color: transparent; background-image: none; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container > .video-iframe-container { display: none; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row > .video-iframe-container { display: none; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .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); }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { border-width: 0; border-radius: 0; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { color:rgba(var(--color-tertiary-3),1);display:block;width:38.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.6875rem;left:0.6875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.625rem;left:0.6875rem;height:15.35448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfWpscZUxb0ghrHFkJo7FMVNUGHFsq4K { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ddc51e8-9d70-4450-8e49-a1fe36608350/homepageaccent.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-4),0.25) ;height:25rem;width:25rem;top:2.375rem;left:47.6875rem;display:block; }#OfWpscZUxb0ghrHFkJo7FMVNUGHFsq4K.adaptive-delivery-prevent-bg, #OfWpscZUxb0ghrHFkJo7FMVNUGHFsq4K.lazyload, #OfWpscZUxb0ghrHFkJo7FMVNUGHFsq4K.lazyloading { background-image: none; }
#bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { position:absolute;display:block;z-index:15006;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:25rem;width:25rem;top:5rem;left:44.9375rem;overflow:hidden;display:block; }
#nOZWcAbKtQRnDEph95vg3XLlrUxfs65h { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.375rem;left:4.0625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { position:relative;display:block; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { background-color: transparent; background-image: none; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container > .video-iframe-container { display: none; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row > .video-iframe-container { display: none; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .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); }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { border-width: 0; border-radius: 0; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o2dXlHZEiJL7pHDizOe47nkstmeTTi3n { color:rgba(var(--color-tertiary-3),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:12.8125rem;left:36.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.125rem;left:36.75rem;height:10.722625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.5) ;height:43.125rem;width:75rem;top:3.03125rem;left:0rem;display:block; }#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf.adaptive-delivery-prevent-bg, #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf.lazyload, #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf.lazyloading { background-image: none; }
#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.22); }#vMgITeWUwebbk9M0ys8maTv70MENiW3i { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.75rem;left:42.75rem;display:block; }
#IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-4),0.25) ;height:35.0625rem;width:30.9375rem;top:7.0625rem;left:2.8125rem;overflow:hidden;display:block; }
#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { background-color: transparent; background-image: none; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container > .video-iframe-container { display: none; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row > .video-iframe-container { display: none; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .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); }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { border-width: 0; border-radius: 0; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#Ei4PC4OyKHapTMRNxdayHoAbRKf9gaFD { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:52.8125rem;height:17.5488375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuCuTy9Ogl4m6eVOpNuecHBmMklysmuV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.75rem;left:26.40625rem;height:10.2368375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P134aupekkuCneG2iL2hXtMc5x0CVekZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:0rem;height:14.624025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqBfR8fLyWk9bTTPapJs4FdypNMr8Eet { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.375rem;top:10.5625rem;left:32.8125rem;overflow:hidden;display:block; }
#iiQxOz08rxOUi9iFUZ4nayOzAa5gFOe8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.375rem;top:10.5625rem;left:59.21875rem;overflow:hidden;display:block; }
#uVXbyO4LJQU4A40JUpw7NdGeTaFNSFnu { color:rgba(var(--color-tertiary-3),1);display:block;width:55.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.9375rem;left:10.9375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uPAGR3AbToMsbZm3U9vGdKkAXPkTXvCh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.375rem;top:10.5625rem;left:6.40625rem;overflow:hidden;display:block; }
#sT3DXZCIq9O3mwHFzfOT9Na9vyGdcfn9 { color:rgba(var(--color-tertiary-3),1);display:block;width:55.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.375rem;left:10.9375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d8f41229-74c0-45fd-a9c2-e856c9b5f4eb/featuredprocedures.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.adaptive-delivery-prevent-bg, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyload, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyloading { background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { background-color: transparent; background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.34); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.34); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .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); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { border-width: 0; border-radius: 0; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#T4ZA1TM7DciUKN9Bd9xN101BtTTr18VV { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:1.375rem;height:8.9355625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Du20bdbE1DWlnymrooeDgdeTsDTvAd4F { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.0625rem;left:1.375rem;height:3.5249rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vp3LtLp9AoBVSqOEgfFul0V4JcIFtJft { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.8125rem;left:48rem;height:2.5625rem;text-align:right;text-align-last:right;display:block; }
#BUCJRBE6u33w767ZJX9Q9IzoemesFe6H { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.3125rem;width:36.8125rem;top:3.0625rem;left:37.9375rem;display:block; }
#aoT0XwePhZnxlmX6ExhOa4mF5RURIquN { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:40.4375rem;height:2.98095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-form-header {  }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .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:34.4375rem;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; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:34.4375rem;box-sizing:border-box;height:2.5625rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:34.4375rem;box-sizing:border-box;height:4.375rem;color:#454547;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d7d7d7;border-left:0.0625rem solid #d7d7d7;border-right:0.0625rem solid #d7d7d7;border-bottom:0.0625rem solid #d7d7d7;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:34.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-checkbox { width:1rem;height:1rem;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; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;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.375rem;font-weight:400;color:rgba(var(--color-primary-0),1);width:34.4375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy [class*="-text"]:-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy [class*="-text"]::-moz-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy [class*="-text"]:-ms-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy [class*="-text"]::-webkit-input-placeholder { color:#1e1e21;font-family:gotham;font-size:0.875rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .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";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33.25rem;overflow:hidden;font-style:normal;float:none; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .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; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .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; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-container:first-of-type{padding-top:0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-container:last-of-type{padding-bottom:0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4998779296875rem;left:37.8125rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.4375rem;display:block;vertical-align:top; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy {display:block;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4998779296875rem;left:37.8125rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #N8WbcaGzi0zxvME815dlCH4OJKXkCpze { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #NouK3DWz9pyKncz24NCctJ3A7Cwznwpf { position:relative;display:none; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #SB3RECPw5TL4591EVFM9y79kAxzDevmm { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #qXUaXcP6OlH33rmGBQk01BNOnpUeq1a5 { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #TNU6KTezFH90bN7MHlTRbJiIIdXxCVx6 { position:relative;display:none; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #yOSkOBbIi2zkldxLXIHVnXiEgL027sLg { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #M0TiSNWA5ddkO4pyudmhNN60m5AcJTV8 { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #VFfVG9cV55eTd8aUqTClM5Q9iorlusEH { position:relative;display:none; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #W2wzvW5fD10XpAKg3lpgvdLJTCwwFToD { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #Z2ZQHFcMgS1fVzvHFDF29zzzH5zZNghK { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #KseFrZctxKFggFbLol3RyvvmdpWhVIzF { position:relative;display:none; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #KkTcoTlGZl1FsBM9VQMvAzaPz90dLDet { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #NvUwTeUObpIDftOk4dey5w9HpliQ8CB3 { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #U0oKaJXgZ3aeuKRtJeSE2DX2J7ZF2Zpg { position:relative;display:none; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #dtD93Tf521pNOcEIuPiD1Dn2irLtBvth { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #FwEQwcxGHFVdaVogMA357xLlK3MCHNob { position:relative; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #n60pkorqTPu1JsgrtAEeF4SzAMTqwxAP { position:relative; }
#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.44);background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.adaptive-delivery-prevent-bg, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyload, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyloading { background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { background-color: transparent; background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .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); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { border-width: 0; border-radius: 0; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#lR4QgHwowyAa5ugAeHL7r67wM0t2ypxs { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.0625rem;left:15.125rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#hVAcTB0M3wD2HyRHv0rrM2ZBQSuuSE3A { 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:6.5rem;width:13.5625rem;top:0.8125rem;left:30.75rem;overflow:hidden;display:block; }
#qh4WddIgaKxN2sBWZwML3eIWaIy7KkdG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.89941875rem;display:block; }
#ZL6kTQzJgIsLfw6VDEkTbPk1NxLKoZxe { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:gotham;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3rem;left:55.9375rem;height:3.89941875rem;text-align:right;text-align-last:right;display:block; }
#s8LGwxJiTFbZ6pK2dcBxPuXEVOcpgnUp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:gotham;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.9375rem;left:31.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ { display:block; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { top:1rem;left:0rem;width:22.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8J5n1DnTmhyTrd6LS9I2ybcCZyDU98r { top:1.8125rem;left:31.8125rem;width:15.9375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx { display:block; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8qThTJRBXRC7mB5hScG9pMAOpMBv5TF { top:0.75rem;left:1.21875rem;width:45.3125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBfW3CTPqKf9LaolReSJC3W66utOWDsH { display:block; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { top:11.125rem;left:0rem;width:42.125rem;height:9.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { top:7.875rem;left:23.5625rem;width:24.1875rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzaQauTs984QpPVtalfdxrvIso99qbT { top:9.25rem;left:31.125rem;width:16.625rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdvpwXzwhApRwe4vfHoXVLiiTEohBcPF { top:66.25rem;left:0rem;width:18.125rem;height:;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #RbXraPqB0bxr7O3Jy2PJTvNchESfPR7e { top:22.0625rem;left:0rem;width:40.375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-regular-label { width:19.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-text { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-textarea { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-select { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-checkbox-label { width:18.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP  { width:19.625rem;height:auto;top:12.5rem;left:25.625rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .radio-container { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP {display:block;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP { width:19.625rem;height:auto;top:12.5rem;left:25.625rem; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #cTJyVqyOdUVybmT7bcsCssl2sLhKuVdw {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #hZP9zq6GaA6XeaDP4H8TLLDoxUTB4l2i { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #WmC6913UKTTrZciFNvZJcmXT65ZuP4Rg {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #PZpdvckmTqkee3xuwWT4vSbHx2O2Oayl {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #KZOwgvOGOwwegWAQHkatuXTo0Fztp22u {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #l2GLP4zJJ6ISvlfICEHxrlF1zoSWg61l {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #smCZlUyANMlc1T18tGyoJi3K6vrUKJI6 {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #y5DQJqU3OBMTOzOHbN1VusI5lIVsT3OQ { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #Qf0DBHvnh041OhII9O4WUaaF80rU7kHK {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #MW2ToNR7vxoUwxkQTNvycXkOOOpZswll {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #xZQFPZzbJAMpb6b7WhVD7tH1FdWqJMBI { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #rI8qU0LJr0mpcL8EoXR6zyOnoS28qmRI {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #kW8euI4DIuT9Lr44DKT6ik8LJ9bIWVdk {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #hkPNZH8IFKZuxEhc9FqNeneuZHAP5muK { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #rrRalWMRsKpz08MQB4Qt7KEwV0Gnaxre {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #miT7xXghSXoZGsaLmKlqkSyUVyX3mrPl {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #tZ7QitcAGa1y49nnfD2d98J2X7EkXthS {  }
 }@media only screen and (max-width: 763px) { #xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { display:block; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgRRT4NuT3vUGmcymcaoiHfhyixDUPAr { top:4.75rem;left:0rem;width:28.4375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { top:7.75rem;left:0rem;width:29.5625rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { width:21.0625rem;height:3.125rem;top:36.375rem;left:25.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPdHUzGyw3Xh8GdReOarTd8Fmru6dc3Z { display:block; }
 }@media only screen and (max-width: 763px) { #cMWRVbkIMVu747xy6wHh58WuJrm4VGfz { top:9.5rem;left:10.25rem;width:37.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TqKrLpbsWFGdN2i3DiwXJCwK6Nl5oW { top:16.6875rem;left:14rem;width:33.75rem;height:18.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFZndZ4Taq1EwfEFRvnx528sado5oHQM { top:13.5625rem;left:10.8125rem;width:36.9375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA { display:block; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTpofOv0Kl8CPt7rJEbWJBODSnyJSNi5 { width:21.0625rem;height:3.125rem;top:42.875rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrIFpGl4ZItyOmhyD8a6xIvNM1dEG3LL { display:block; }
 }@media only screen and (max-width: 763px) { #DaCSXMtlE2M0zNIpcyoV84erc2tn3e6c { top:1.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9IE6x5eFNmke2lapQQQL3fgTJKJKLkU { top:5.75rem;left:3.46875rem;width:40.8125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp7L0eZouQeE1zlTeXs6bdkq933ZC1dU { top:29.375rem;left:0rem;width:11.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skJi5z8AD4bk1L8ZTpQD4TUqNZczLu7V { top:34.6875rem;left:4.9375rem;width:11.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlBWTEnCJ8R5xhBFJiqtn0z5hXOOmqha { top:9.6875rem;left:0rem;width:12.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDq4wfc5qxNTyeATUfnJeSpBMwFFib5u { top:15.4375rem;left:4.5rem;width:12.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN3kzLL5elnT3c3tcoW3pp0UxI9bTSry { top:9.75rem;left:17.625rem;width:12.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uXn4sy8GMDTihh64fsFB7t2m4IczXS { top:29.375rem;left:18.125rem;width:11.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7yquIEKzstZGPCOG7pQMc3xf6gxrmK { top:15.4375rem;left:30.75rem;width:12.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNFh7nBFPPhpuODlVTnnn9w39o6zFGwF { top:35.3125rem;left:31.25rem;width:11.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8WTo3wItPPDo5mi6uP4AFsrpP3hPzaa { top:9.75rem;left:35.25rem;width:12.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URP9FripKqQ0CCcBZOgPWxkqTGfHzOZA { top:29.375rem;left:36.1875rem;width:11.5625rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGotaXM27XBapqtCS8535Um0QTVI5fL6 { display:block; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { top:5.6875rem;left:0rem;width:38.875rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { top:12.625rem;left:0rem;width:38.875rem;height:15.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfWpscZUxb0ghrHFkJo7FMVNUGHFsq4K { top:2.375rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { top:5rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOZWcAbKtQRnDEph95vg3XLlrUxfs65h { top:9.375rem;left:0rem;width:32.1875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { display:block; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2dXlHZEiJL7pHDizOe47nkstmeTTi3n { top:12.8125rem;left:13.0625rem;width:34.6875rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { top:21.125rem;left:13.0625rem;width:34.6875rem;height:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf { top:3rem;left:0rem;width:47.75rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgITeWUwebbk9M0ys8maTv70MENiW3i { width:22.6875rem;height:3.25rem;top:33.75rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block; }
 }@media only screen and (max-width: 763px) { #slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { top:7.0625rem;left:0rem;width:30.9375rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMlQxsam0KmeRZTTonvAwM08o6GG7Wee { display:block; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei4PC4OyKHapTMRNxdayHoAbRKf9gaFD { top:12.75rem;left:25.5625rem;width:22.1875rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuCuTy9Ogl4m6eVOpNuecHBmMklysmuV { top:12.75rem;left:12.78125rem;width:22.1875rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P134aupekkuCneG2iL2hXtMc5x0CVekZ { top:12.75rem;left:0rem;width:22.1875rem;height:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqBfR8fLyWk9bTTPapJs4FdypNMr8Eet { top:10.5625rem;left:19.1875rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQxOz08rxOUi9iFUZ4nayOzAa5gFOe8 { top:10.5625rem;left:38.375rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVXbyO4LJQU4A40JUpw7NdGeTaFNSFnu { top:6.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPAGR3AbToMsbZm3U9vGdKkAXPkTXvCh { top:10.5625rem;left:0rem;width:9.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT3DXZCIq9O3mwHFzfOT9Na9vyGdcfn9 { top:2.375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR { display:block; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ZA1TM7DciUKN9Bd9xN101BtTTr18VV { top:13.9375rem;left:0rem;width:32.875rem;height:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du20bdbE1DWlnymrooeDgdeTsDTvAd4F { top:9.0625rem;left:0rem;width:31.5625rem;height:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp3LtLp9AoBVSqOEgfFul0V4JcIFtJft { top:28.8125rem;left:27.5625rem;width:15.9375rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCJRBE6u33w767ZJX9Q9IzoemesFe6H { top:3.0625rem;left:10.9375rem;width:36.8125rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoT0XwePhZnxlmX6ExhOa4mF5RURIquN { top:3.875rem;left:16rem;width:31.75rem;height:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-regular-label { width:34.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-text { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-textarea { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-select { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-button { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy  { width:34.4375rem;height:auto;top:5.4375rem;left:10.8125rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .radio-container { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy {display:block;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy { width:34.4375rem;height:auto;top:5.4375rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #N8WbcaGzi0zxvME815dlCH4OJKXkCpze {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #NouK3DWz9pyKncz24NCctJ3A7Cwznwpf { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #SB3RECPw5TL4591EVFM9y79kAxzDevmm {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #qXUaXcP6OlH33rmGBQk01BNOnpUeq1a5 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #TNU6KTezFH90bN7MHlTRbJiIIdXxCVx6 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #yOSkOBbIi2zkldxLXIHVnXiEgL027sLg {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #M0TiSNWA5ddkO4pyudmhNN60m5AcJTV8 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #VFfVG9cV55eTd8aUqTClM5Q9iorlusEH { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #W2wzvW5fD10XpAKg3lpgvdLJTCwwFToD {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #Z2ZQHFcMgS1fVzvHFDF29zzzH5zZNghK {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #KseFrZctxKFggFbLol3RyvvmdpWhVIzF { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #KkTcoTlGZl1FsBM9VQMvAzaPz90dLDet {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #NvUwTeUObpIDftOk4dey5w9HpliQ8CB3 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #U0oKaJXgZ3aeuKRtJeSE2DX2J7ZF2Zpg { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #dtD93Tf521pNOcEIuPiD1Dn2irLtBvth {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #FwEQwcxGHFVdaVogMA357xLlK3MCHNob {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #n60pkorqTPu1JsgrtAEeF4SzAMTqwxAP {  }
 }@media only screen and (max-width: 763px) { #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR4QgHwowyAa5ugAeHL7r67wM0t2ypxs { top:11.0625rem;left:1.5rem;width:44.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVAcTB0M3wD2HyRHv0rrM2ZBQSuuSE3A { top:0.8125rem;left:17.125rem;width:13.5625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4WddIgaKxN2sBWZwML3eIWaIy7KkdG { top:3rem;left:0rem;width:16.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZL6kTQzJgIsLfw6VDEkTbPk1NxLKoZxe { top:3rem;left:28.6875rem;width:19.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LGwxJiTFbZ6pK2dcBxPuXEVOcpgnUp { top:8.9375rem;left:17.5625rem;width:12.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ { position:relative;z-index:auto;display:block; }#VfZoZvMaCQiX8uOe239eR2L8fo1pJGLQ > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { width:16.5rem;height:3rem;top:1.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8J5n1DnTmhyTrd6LS9I2ybcCZyDU98r { width:15.9375rem;height:2.5625rem;top:5.3125rem;left:2rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx { display:block; }#vCBXBTAKDpZW5xrnv6ALAThgTZHFHbPx > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8qThTJRBXRC7mB5hScG9pMAOpMBv5TF { width:20rem;height:5.19921875rem;top:0.712890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#767676;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kBfW3CTPqKf9LaolReSJC3W66utOWDsH { background-color:rgba(199,158,166,0.81);background-image:url("https://images.assets-landingi.com/uc/f695f31b-c04c-4646-b6b4-62557573d06c/sarasotafeature.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH.adaptive-delivery-prevent-bg, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyload, #kBfW3CTPqKf9LaolReSJC3W66utOWDsH.lazyloading { background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { background-color: transparent; background-image: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row > .video-iframe-container { display: none; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .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); }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { width:20rem;height:6.1875rem;top:15.1875rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;color:#a69280;display:block; }
 }@media only screen and (max-width: 763px) { #z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { width:19.125rem;height:31.9375rem;top:27.25rem;left:0.6875rem;background-color:rgba(0,0,0,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SFzaQauTs984QpPVtalfdxrvIso99qbT { width:16.625rem;height:4.0869125rem;top:28.5625rem;left:1.9375rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#a69280;display:block; }
 }@media only screen and (max-width: 763px) { #JdvpwXzwhApRwe4vfHoXVLiiTEohBcPF { width:18.125rem;height:2.5996125rem;top:55.1875rem;left:1.1875rem;font-size:2rem;z-index:15004;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RbXraPqB0bxr7O3Jy2PJTvNchESfPR7e { width:20rem;height:3.0869125rem;top:22.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP  { width:17.5rem;height:auto;top:31.9375rem;left:0.25rem; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP {display:block;}#Eevu6N83TxguK3udfDAE0HgAkpdwbZpP { width:17.5rem;height:auto;top:31.9375rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #cTJyVqyOdUVybmT7bcsCssl2sLhKuVdw {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #hZP9zq6GaA6XeaDP4H8TLLDoxUTB4l2i { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #WmC6913UKTTrZciFNvZJcmXT65ZuP4Rg {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #PZpdvckmTqkee3xuwWT4vSbHx2O2Oayl {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #KZOwgvOGOwwegWAQHkatuXTo0Fztp22u {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #l2GLP4zJJ6ISvlfICEHxrlF1zoSWg61l {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #smCZlUyANMlc1T18tGyoJi3K6vrUKJI6 {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #y5DQJqU3OBMTOzOHbN1VusI5lIVsT3OQ { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #Qf0DBHvnh041OhII9O4WUaaF80rU7kHK {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #MW2ToNR7vxoUwxkQTNvycXkOOOpZswll {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #xZQFPZzbJAMpb6b7WhVD7tH1FdWqJMBI { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #rI8qU0LJr0mpcL8EoXR6zyOnoS28qmRI {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #kW8euI4DIuT9Lr44DKT6ik8LJ9bIWVdk {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #hkPNZH8IFKZuxEhc9FqNeneuZHAP5muK { display:none; }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #rrRalWMRsKpz08MQB4Qt7KEwV0Gnaxre {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #miT7xXghSXoZGsaLmKlqkSyUVyX3mrPl {  }
 }@media only screen and (max-width: 763px) { #Eevu6N83TxguK3udfDAE0HgAkpdwbZpP #tZ7QitcAGa1y49nnfD2d98J2X7EkXthS {  }
 }@media only screen and (max-width: 763px) { #xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { display:block; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgRRT4NuT3vUGmcymcaoiHfhyixDUPAr { width:13.75rem;height:16.125rem;top:9.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { width:13.75rem;height:16.125rem;top:11.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { width:18.1875rem;height:3.125rem;top:59.6875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPdHUzGyw3Xh8GdReOarTd8Fmru6dc3Z { display:block; }
 }@media only screen and (max-width: 763px) { #cMWRVbkIMVu747xy6wHh58WuJrm4VGfz { width:20rem;height:2.3999rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l4TqKrLpbsWFGdN2i3DiwXJCwK6Nl5oW { width:20rem;height:29.2480625rem;top:29.4375rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFZndZ4Taq1EwfEFRvnx528sado5oHQM { width:20rem;height:3.29980625rem;top:5.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kf8yLldQGVTgSagZH4ZkFSf10LrmakDA { display:block; }#kf8yLldQGVTgSagZH4ZkFSf10LrmakDA > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTpofOv0Kl8CPt7rJEbWJBODSnyJSNi5 { width:19rem;height:3.125rem;top:65.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrIFpGl4ZItyOmhyD8a6xIvNM1dEG3LL { display:block; }
 }@media only screen and (max-width: 763px) { #DaCSXMtlE2M0zNIpcyoV84erc2tn3e6c { width:20rem;height:4.79980625rem;top:1.21875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9IE6x5eFNmke2lapQQQL3fgTJKJKLkU { width:20rem;height:3.29980625rem;top:6.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fp7L0eZouQeE1zlTeXs6bdkq933ZC1dU { width:8.1875rem;height:3rem;top:24.9375rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #skJi5z8AD4bk1L8ZTpQD4TUqNZczLu7V { width:8.1875rem;height:3rem;top:24.8125rem;left:10.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MlBWTEnCJ8R5xhBFJiqtn0z5hXOOmqha { width:8.1875rem;height:16.4375rem;top:11.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDq4wfc5qxNTyeATUfnJeSpBMwFFib5u { width:8.1875rem;height:16.4375rem;top:11.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN3kzLL5elnT3c3tcoW3pp0UxI9bTSry { width:8.1875rem;height:16.4375rem;top:29.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9uXn4sy8GMDTihh64fsFB7t2m4IczXS { width:8.1875rem;height:3rem;top:42.6875rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dG7yquIEKzstZGPCOG7pQMc3xf6gxrmK { width:8.1875rem;height:16.4375rem;top:29.1875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNFh7nBFPPhpuODlVTnnn9w39o6zFGwF { width:8.1875rem;height:3rem;top:42.6875rem;left:10.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O8WTo3wItPPDo5mi6uP4AFsrpP3hPzaa { width:8.1875rem;height:16.4375rem;top:46.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URP9FripKqQ0CCcBZOgPWxkqTGfHzOZA { width:8.1875rem;height:3rem;top:60.3125rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UGotaXM27XBapqtCS8535Um0QTVI5fL6 { display:block; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { width:20rem;height:4.79980625rem;top:2.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { width:20rem;height:20.47360625rem;top:24.5625rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfWpscZUxb0ghrHFkJo7FMVNUGHFsq4K { width:11.25rem;height:11.25rem;top:10.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { width:11.25rem;height:11.25rem;top:12.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOZWcAbKtQRnDEph95vg3XLlrUxfs65h { width:20rem;height:1.6499rem;top:7.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { display:block; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2dXlHZEiJL7pHDizOe47nkstmeTTi3n { width:18rem;height:6.75rem;top:3.6875rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { width:18.3125rem;height:13.161625rem;top:33.0625rem;left:0.875rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf { width:20rem;height:51.125rem;top:2.2509765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgITeWUwebbk9M0ys8maTv70MENiW3i { width:18.3125rem;height:3rem;top:47.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block; }
 }@media only screen and (max-width: 763px) { #slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { width:17.25rem;height:19.5625rem;top:11.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMlQxsam0KmeRZTTonvAwM08o6GG7Wee { position:relative;z-index:auto;display:block; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { width:20rem;height:69.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei4PC4OyKHapTMRNxdayHoAbRKf9gaFD { width:20rem;height:19.0112125rem;top:48.3125rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuCuTy9Ogl4m6eVOpNuecHBmMklysmuV { width:20rem;height:10.2368375rem;top:33.125rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P134aupekkuCneG2iL2hXtMc5x0CVekZ { width:20rem;height:16.0864rem;top:12.435546875rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqBfR8fLyWk9bTTPapJs4FdypNMr8Eet { width:9.375rem;height:1.375rem;top:30.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiQxOz08rxOUi9iFUZ4nayOzAa5gFOe8 { width:9.375rem;height:1.375rem;top:45.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVXbyO4LJQU4A40JUpw7NdGeTaFNSFnu { width:20rem;height:1.79980625rem;top:6.4873046875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPAGR3AbToMsbZm3U9vGdKkAXPkTXvCh { width:9.375rem;height:1.375rem;top:9.998046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT3DXZCIq9O3mwHFzfOT9Na9vyGdcfn9 { width:20rem;height:4.79980625rem;top:1.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.adaptive-delivery-prevent-bg, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyload, #Fp9bI4UARQT4SppIplKyIi3laWbN0qDR.lazyloading { background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { background-color: transparent; background-image: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,158,166,0.44); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(199,158,166,0.44); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row > .video-iframe-container { display: none; }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .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); }#Fp9bI4UARQT4SppIplKyIi3laWbN0qDR > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ZA1TM7DciUKN9Bd9xN101BtTTr18VV { width:20rem;height:13rem;top:8rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Du20bdbE1DWlnymrooeDgdeTsDTvAd4F { width:20rem;height:5.3994125rem;top:1.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vp3LtLp9AoBVSqOEgfFul0V4JcIFtJft { width:15.9375rem;height:2.5625rem;top:51.6875rem;left:2.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BUCJRBE6u33w767ZJX9Q9IzoemesFe6H { width:20rem;height:33rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoT0XwePhZnxlmX6ExhOa4mF5RURIquN { width:20rem;height:5.63671875rem;top:23.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy  { width:17.5rem;height:auto;top:25.375rem;left:0rem; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy {display:block;}#TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy { width:17.5rem;height:auto;top:28.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #N8WbcaGzi0zxvME815dlCH4OJKXkCpze {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #NouK3DWz9pyKncz24NCctJ3A7Cwznwpf { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #SB3RECPw5TL4591EVFM9y79kAxzDevmm {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #qXUaXcP6OlH33rmGBQk01BNOnpUeq1a5 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #TNU6KTezFH90bN7MHlTRbJiIIdXxCVx6 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #yOSkOBbIi2zkldxLXIHVnXiEgL027sLg {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #M0TiSNWA5ddkO4pyudmhNN60m5AcJTV8 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #VFfVG9cV55eTd8aUqTClM5Q9iorlusEH { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #W2wzvW5fD10XpAKg3lpgvdLJTCwwFToD {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #Z2ZQHFcMgS1fVzvHFDF29zzzH5zZNghK {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #KseFrZctxKFggFbLol3RyvvmdpWhVIzF { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #KkTcoTlGZl1FsBM9VQMvAzaPz90dLDet {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #NvUwTeUObpIDftOk4dey5w9HpliQ8CB3 {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #U0oKaJXgZ3aeuKRtJeSE2DX2J7ZF2Zpg { display:none; }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #dtD93Tf521pNOcEIuPiD1Dn2irLtBvth {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #FwEQwcxGHFVdaVogMA357xLlK3MCHNob {  }
 }@media only screen and (max-width: 763px) { #TWvCpvhoXyOOA0nybhNE1CIsemuC1nzy #n60pkorqTPu1JsgrtAEeF4SzAMTqwxAP {  }
 }@media only screen and (max-width: 763px) { #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { background-color:rgba(255,255,255,0.44);background-image:url("https://images.assets-landingi.com/uc/5aa2186a-1b1d-4395-ad24-c41e84b9526b/marble.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.adaptive-delivery-prevent-bg, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyload, #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R.lazyloading { background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { background-color: transparent; background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .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); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR4QgHwowyAa5ugAeHL7r67wM0t2ypxs { width:18.8125rem;height:3.41161875rem;top:21.5625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVAcTB0M3wD2HyRHv0rrM2ZBQSuuSE3A { width:13.1875rem;height:6.25rem;top:1.123046875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh4WddIgaKxN2sBWZwML3eIWaIy7KkdG { width:20rem;height:3.89941875rem;top:9.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZL6kTQzJgIsLfw6VDEkTbPk1NxLKoZxe { width:20rem;height:3.89941875rem;top:14.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8LGwxJiTFbZ6pK2dcBxPuXEVOcpgnUp { width:18.5rem;height:1.05615rem;top:19.9375rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }