.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:AvenirNext;--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.4375rem;text-align:right;text-align-last:right;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/68f4753f-d704-4848-941e-9d5c1866654c/about02.jpg");background-position:top 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.4); }#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.4); }#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:40.75rem;width:75rem;position:relative;display:block; }#AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6.625rem;left:0rem;height:3.875rem;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; }
#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:11.75rem;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; }
#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:27.625rem;width:21.875rem;top:5.625rem;left:52rem;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-primary-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:9.875rem;left:51.875rem; }
#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:9.875rem;left:51.875rem; }
#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; }
#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:6.625rem;left:54.625rem;height:3.7119125rem;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; }
#TAvfaTHS0GkekWwHPlqsKr0oakz7fl8h { color:rgba(var(--color-tertiary-0),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.125rem;left:0rem;height:3.57421875rem;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; }
#BPAVtntlGg2TwLSngF0bdayq5ytqgtkX { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:gotham;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0rem;height:11.972625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BPAVtntlGg2TwLSngF0bdayq5ytqgtkX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BPAVtntlGg2TwLSngF0bdayq5ytqgtkX li:before{  }
#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:40.625rem;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:30.1875rem;width:25rem;top:3.6875rem;left:4.375rem;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:30.1875rem;width:25rem;top:6.75rem;left:8.1875rem;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:32rem;left:45.75rem;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:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:37.5rem;height:3.8999rem;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:14.125rem;left:39.375rem;height:13.891125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFZndZ4Taq1EwfEFRvnx528sado5oHQM { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;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:10.0625rem;left:37.5rem;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:35.75rem;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:28.6875rem;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:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.25rem;left:5.75rem;height:2.625rem;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; }
#mMS8cZZL7J6dQdOvRcvrMv3OaMTPmAcF { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;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:6.662109375rem;left:6.3125rem;height:1.70605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.55078125rem;left:6.25rem;height:14.5859375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:before{  }
#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:42.8125rem;width:75rem;position:relative;display:block; }#BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:4.125rem;left:4rem;height:2.625rem;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; }
#F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;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:7.9375rem;left:4rem;height:27.29685rem;text-align:left;text-align-last:left;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:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-secondary-4),0.25) ;height:26.9375rem;width:22.3125rem;top:6.25rem;left:46.5625rem;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:27.375rem;width:22.5625rem;top:9.1875rem;left:42.875rem;overflow:hidden;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:46.5rem;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:7rem;left:35.5625rem;height:10.125rem;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:18.375rem;left:35.5625rem;height:12.50975rem;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:40.3125rem;width:75rem;top:2.71875rem;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:34.875rem;left:41.5625rem;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:33.25rem;width:25.6875rem;top:6.25rem;left:4rem;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:56.125rem;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:14.624025rem;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:8.7744rem;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:13.16165rem;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; }
#VHAADlXS3PKkr1cAPiukrsdekrMDSTk5 { position:absolute;display:block;z-index:15003;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:19.0625rem;width:33.25rem;top:33.125rem;left:2rem;overflow:hidden;display:block; }
#EUtSaayOvH5nFv2bvfwr9AsTlwydlTxS { position:absolute;display:block;z-index:15004;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:17.5rem;width:36.5625rem;top:33.9375rem;left:37.5625rem;overflow:hidden;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:7.1484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Du20bdbE1DWlnymrooeDgdeTsDTvAd4F { color:rgba(var(--color-primary-0),1);display:block;width:33.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;top:8.4375rem;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.4375rem;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.76220625rem;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.5rem;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.5rem;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.13720625rem;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.13720625rem;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) { #kBfW3CTPqKf9LaolReSJC3W66utOWDsH { display:block; }#kBfW3CTPqKf9LaolReSJC3W66utOWDsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { top:6.625rem;left:0rem;width:46.1875rem;height:4.0625rem;font-size:3.875rem;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:11.75rem;left:0rem;width:40.375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { top:5.625rem;left:25.875rem;width:21.875rem;height:27.625rem;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:9.875rem;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:9.875rem;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) { #SFzaQauTs984QpPVtalfdxrvIso99qbT { top:6.625rem;left:31.125rem;width:16.625rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAvfaTHS0GkekWwHPlqsKr0oakz7fl8h { top:28.125rem;left:0rem;width:40.375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPAVtntlGg2TwLSngF0bdayq5ytqgtkX { top:15.1875rem;left:0rem;width:39.75rem;height:11.9375rem;font-size:1.375rem;display:block; }#BPAVtntlGg2TwLSngF0bdayq5ytqgtkX li:before{  }
 }@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:3.6875rem;left:0rem;width:25rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { top:6.75rem;left:0rem;width:25rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { width:21.0625rem;height:3.125rem;top:32rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPdHUzGyw3Xh8GdReOarTd8Fmru6dc3Z { display:block; }
 }@media only screen and (max-width: 763px) { #cMWRVbkIMVu747xy6wHh58WuJrm4VGfz { top:5.5rem;left:10.25rem;width:37.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4TqKrLpbsWFGdN2i3DiwXJCwK6Nl5oW { top:14.125rem;left:14rem;width:33.75rem;height:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFZndZ4Taq1EwfEFRvnx528sado5oHQM { top:10.0625rem;left:10.25rem;width:37.5rem;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:28.6875rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrIFpGl4ZItyOmhyD8a6xIvNM1dEG3LL { display:block; }
 }@media only screen and (max-width: 763px) { #DaCSXMtlE2M0zNIpcyoV84erc2tn3e6c { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMS8cZZL7J6dQdOvRcvrMv3OaMTPmAcF { top:6.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo { top:9.5rem;left:0rem;width:47.75rem;height:14.8125rem;font-size:1.3125rem;display:block; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:before{  }
 }@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:4.125rem;left:0rem;width:31.375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { top:7.9375rem;left:0rem;width:32.6875rem;height:30.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfWpscZUxb0ghrHFkJo7FMVNUGHFsq4K { top:6.25rem;left:25.4375rem;width:22.3125rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { top:9.1875rem;left:25.1875rem;width:22.5625rem;height:27.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:7rem;left:13.0625rem;width:34.6875rem;height:10.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { top:18.375rem;left:13.0625rem;width:34.6875rem;height:14.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFxzTs7GfLhrr9PazHRzDwvuuR2fUJGf { top:2.6875rem;left:0rem;width:47.75rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgITeWUwebbk9M0ys8maTv70MENiW3i { width:22.6875rem;height:3.25rem;top:34.875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block; }
 }@media only screen and (max-width: 763px) { #slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { top:6.25rem;left:0rem;width:25.6875rem;height:33.25rem;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:13.1875rem;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) { #VHAADlXS3PKkr1cAPiukrsdekrMDSTk5 { top:33.125rem;left:0rem;width:33.25rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUtSaayOvH5nFv2bvfwr9AsTlwydlTxS { top:33.9375rem;left:11.1875rem;width:36.5625rem;height:17.5rem;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:8.4375rem;left:0rem;width:33.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.5rem;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.5rem;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) { #kBfW3CTPqKf9LaolReSJC3W66utOWDsH { background-color:rgba(199,158,166,0.81);background-image:url("https://images.assets-landingi.com/uc/68f4753f-d704-4848-941e-9d5c1866654c/about02.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:81.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqeoJc4wnGzAtyvSzBW8ZN0XSv5UbTEK { width:20rem;height:2.40625rem;top:19.625rem;left:0rem;font-size:2.25rem;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:74.9375rem;left:0.9375rem;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:1.4624rem;top:22.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #z2xKz2bJSfQhbD7XdPdL2XLMMMTnRop4 { width:19.125rem;height:31.9375rem;top:47.03125rem;left:0.4375rem;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) { #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:51.6875rem;left:0rem; }
#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:51.6875rem;left:0rem; }
 }@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) { #SFzaQauTs984QpPVtalfdxrvIso99qbT { width:16.625rem;height:3.8994125rem;top:48.375rem;left:1.6875rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#a69280;display:block; }
 }@media only screen and (max-width: 763px) { #TAvfaTHS0GkekWwHPlqsKr0oakz7fl8h { width:20rem;height:4.38720625rem;top:41.39453125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BPAVtntlGg2TwLSngF0bdayq5ytqgtkX { width:20rem;height:14.411625rem;top:25.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#BPAVtntlGg2TwLSngF0bdayq5ytqgtkX li:before{  }
 }@media only screen and (max-width: 763px) { #xillBqKBKQroffTVMqgyfwRwEWCsh4Zu { display:block; }#xillBqKBKQroffTVMqgyfwRwEWCsh4Zu > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SgRRT4NuT3vUGmcymcaoiHfhyixDUPAr { width:12.8125rem;height:15.4375rem;top:8rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValFoytZ4adC6aV01NF22Z1K3UgiTXbO { width:12.8125rem;height:15.4375rem;top:9.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSKGwxIJBAqHRpGtTgpvszH5m1DRvpr { width:18.1875rem;height:3.125rem;top:54.25rem;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:1.5rem;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:24.8608125rem;top:26.8125rem;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:1.6499rem;top:4.5rem;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:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTpofOv0Kl8CPt7rJEbWJBODSnyJSNi5 { width:19rem;height:3.125rem;top:46.25rem;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:3.75rem;top:1.21875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMS8cZZL7J6dQdOvRcvrMv3OaMTPmAcF { width:20rem;height:2.92480625rem;top:5.9375rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo { width:20rem;height:33.422875rem;top:11.1181640625rem;left:0rem;font-size:1.125rem;color:#000000;text-align:left;text-align-last:left;display:block; }#XHwtkRe0U7Eu6TuysNl1SJxlMVZ2Uwoo li:before{  }
 }@media only screen and (max-width: 763px) { #UGotaXM27XBapqtCS8535Um0QTVI5fL6 { display:block; }#UGotaXM27XBapqtCS8535Um0QTVI5fL6 > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaonBqCoiQgREkB4PPXdTZScKyCg8LD0 { width:20rem;height:3.75rem;top:1.53125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2pHRvZfVCKvA40NQ6dWqdTMEMEo1cZG { width:20rem;height:35.0976625rem;top:25.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:12.5rem;height:15.1875rem;top:6.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkVT54GKDgmGlXMoBb5IKcGF9wyNrQGc { width:12.5rem;height:15.1875rem;top:8.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN { display:block; }#TsVb5raR0vFoa74JDdQOwRs7sUXx5vnN > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2dXlHZEiJL7pHDizOe47nkstmeTTi3n { width:18rem;height:8.3984375rem;top:3.75rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmqKbtHxfxFa0DvUWqst3sh8kN0uEuE4 { width:18.3125rem;height:19.01125rem;top:31.375rem;left:0.84375rem;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:54.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMgITeWUwebbk9M0ys8maTv70MENiW3i { width:18.3125rem;height:3rem;top:51.57373046875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOZTNONZsWhin74OFmDzOlZnGZLavEzd { display:block; }
 }@media only screen and (max-width: 763px) { #slDC8wBRr5RTkn6y8821eSOIyZZS1gbz { width:13.125rem;height:17.125rem;top:13rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMlQxsam0KmeRZTTonvAwM08o6GG7Wee { position:relative;z-index:auto;display:block; }#IMlQxsam0KmeRZTTonvAwM08o6GG7Wee > .row .container { width:20rem;height:93.75rem;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) { #VHAADlXS3PKkr1cAPiukrsdekrMDSTk5 { width:20rem;height:11.375rem;top:69.0732421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUtSaayOvH5nFv2bvfwr9AsTlwydlTxS { width:20rem;height:9.57225rem;top:81.9482421875rem;left:0rem;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.1875rem;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.8125rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUCJRBE6u33w767ZJX9Q9IzoemesFe6H { width:20rem;height:33rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoT0XwePhZnxlmX6ExhOa4mF5RURIquN { width:20rem;height:5.51171875rem;top:23.9375rem;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:28.5625rem;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.5625rem;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; }
 }