.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:240,237,229;--color-primary-1:206,194,170;--color-primary-2:157,133,84;--color-primary-3:79,67,42;--color-primary-4:24,20,13;--color-secondary-0:224,224,224;--color-secondary-1:150,151,152;--color-secondary-2:45,46,48;--color-secondary-3:23,23,24;--color-secondary-4:7,7,7;--color-tertiary-0:255,255,255;--color-tertiary-1:178,179,179;--color-tertiary-2:127,128,128;--color-tertiary-3:76,77,77;--color-tertiary-4:42,44,44;--headlines-font-family:"Fakt Slab Pro";--paragraphs-font-family:"Fakt Pro"; }@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;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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/53e50ae6-3fe3-4074-a30a-86d5b2fb8bcb/NEWBGFORLANDINGI_BETTERQUALITYforfullscreen.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:98.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:70rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.3885412216188rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);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; }
#IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.21875rem;left:0rem;height:7.3125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;display:block; }
#mL5avz1rcxfzk5CHBQVrQRLZtxTSyJVR { 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:3.625rem;width:13.5625rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#vc4xx2leymndaupnFvh0ISld3gLJERbO { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8052082061767rem;left:64.9375rem;height:2.6rem;text-align:right;text-align-last:right;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; }
#l7nHuORCfXO8tIFkPLDduu6vRutKVVSQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:45.5rem;width:38.125rem;top:23.125rem;left:36.875rem;overflow:hidden;display:block; }
#VXtA1rd2e8sUZLUkzQfl18mTnoJXXTEn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:12.0625rem;width:33.9375rem;position:absolute;display:block;z-index:14997;top:20.75rem;left:0rem;box-shadow: none;display:block; }
#w8aI9DyTKCx9fsQIkU011grC5Dooi7Rm { display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:25.33749961853rem;left:2.5rem;height:8.85rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }
#X9oSOdm2Bu25x4umsXT4tZ5uew0PWyol { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4302082061767rem;left:64.9375rem;height:1.3rem;text-align:right;text-align-last:right;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; }
#i59vKkvO3zEnxcAfzQKF6qr9Z4GDJN20 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5556640625rem;left:64.9375rem;height:2.5996125rem;text-align:right;text-align-last:right;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; }
#P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 { display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:37.125rem;left:2.5625rem;height:6.5625rem;color:rgba(var(--color-tertiary-4),1);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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-form-header {  }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:31.8125rem;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;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:31.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:31.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:31.8125rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:31.8125rem;height:3.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.625rem 0.625rem #d7d7d7 ;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:30.625rem;overflow:hidden;font-style:normal; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .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; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:first-of-type{padding-top:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-container:last-of-type{padding-bottom:0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.25rem;top:66.75rem;z-index:14996;position:absolute; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.8125rem;display:block;vertical-align:top; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.25rem;top:66.75rem;z-index:14996;position:absolute; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #n3PIkrdo8l4s8NTBL9xdN9g3QUnM9o8T { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #kTiQ1InZTScgBz8glkI78EHEzS4ABFSb { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mq3Ah9B5Bgoo0H6ZCyXaSoRl4xdWQEQX { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Cx5vhS7e5SQQ8wcBN4iEgTqaDuuJuh4H { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #yPM0lVgx0ATwTtOBr3d18UlaES57XFQn { position:relative;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x9kIuIbU9n3kmwOLUqmmobztCMQQoUlT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT { position:relative; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK { position:relative; }
#pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:73.3125rem;width:75rem;position:absolute;display:block;z-index:14995;top:20.0625rem;left:0rem;box-shadow: none;display:block; }
#J5CFiy4ZmtcXmkxBWcTWFu15zqMDdex2 { display:block;width:58.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:95.573959350588rem;left:0rem;height:0.975rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#uuUtKnyGZm1poN15rP59RaIDGK006GzL { display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:65.375rem;left:2.5rem;height:2.075rem;color:#a28d61;font-style:normal;display:block; }
#TkdVfQC0MMnZ2RQXKl2nAZUWX0ivc2ke { display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:34.487499237061rem;left:2.59375rem;height:1.95rem;color:#a28d61;font-style:normal;display:block; }
#Au7xIfrLqW5tmhKqR5T5efTVVLWs3SZk { display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:21.799999237061rem;left:2.5rem;height:;color:rgba(var(--color-secondary-2),1);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; }
#BLnbix3zm5gXfpOaq7wGB1fR6pVmveLs { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:5.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.0625rem;left:36.875rem;display:block; }
#VEF9Ti6yGJME2Uiul8FtFLD9H2ICbNXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hE95MDApd0EufNITnax5GnZqgVlfaUXH { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:5.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.0625rem;left:55.9375rem;display:block; }
#FcKAAJ84kXcfxS8pPBbWvlL8AqpFsGx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pJX50Urg2JwMwR9fotRWKDSsve3sEvTI { 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.125rem;height:6.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:58.75rem;left:36.875rem;display:block; }
#H50XizFadXOMgEKVSg1q6PMWhy6I7RMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UqCiTfLA3nqKBMk9VS3znCTIG6a8WMTn { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:57.625rem;left:54.6875rem;display:block; }
#mqVbEw9VhMguOrVEbaoUmfCdDDbPMNx3 { position:absolute;display:block;z-index:15015;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:1rem;width:1rem;top:58.5rem;left:55.4375rem;overflow:hidden;display:block; }
#K3187GDuunoXwElprDaBNqfeii3LzABV { background-color:rgba(var(--color-secondary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.125rem;height:6.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:65.375rem;left:36.875rem;display:block; }
#dblR8n1fJSr77b6qLUnnu3lMeriDW2BJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTz4Ts2H9HUUUpmTWE2clqqLViVt9X8h { display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:44.612499237061rem;left:2.5rem;height:3.9rem;color:#a28d61;font-style:normal;display:block; }
#PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn { display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:49.193748474121rem;left:2.5625rem;height:11.1125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;display:block; }#PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn li:before{  }
#NSIh3rIJG6ou6fMDTfkMUX8VZZgNtcn3 { display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:60.375rem;left:2.5625rem;height:2.6125rem;color:rgba(var(--color-tertiary-4),1);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; }
#UZumKCHNwQoG2Twa2awTB4HoUL8TA1xq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:36.25rem;left:43.625rem;height:1.39375rem;display:block; }
#N8HzG75JEWGqNMHF9LIPMpVR2m2C2UFy { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.450000762939rem;left:43.5625rem;height:1.39375rem;display:block; }
#whtaVASg5UlgKBVG15s9i380rTASm8Vi { color:#006f84;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.762500762939rem;left:43.6875rem;height:1.39375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:28.125rem;height:5.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL5avz1rcxfzk5CHBQVrQRLZtxTSyJVR { top:2.1875rem;left:0rem;width:13.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc4xx2leymndaupnFvh0ISld3gLJERbO { top:2.75rem;left:37.6875rem;width:10.0625rem;height:2.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7nHuORCfXO8tIFkPLDduu6vRutKVVSQ { top:23.125rem;left:9.625rem;width:38.125rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXtA1rd2e8sUZLUkzQfl18mTnoJXXTEn { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8aI9DyTKCx9fsQIkU011grC5Dooi7Rm { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9oSOdm2Bu25x4umsXT4tZ5uew0PWyol { top:4.375rem;left:37.6875rem;width:10.0625rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i59vKkvO3zEnxcAfzQKF6qr9Z4GDJN20 { top:2.375rem;left:0rem;width:10.1875rem;height:0.6875rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:15rem;height:auto; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #n3PIkrdo8l4s8NTBL9xdN9g3QUnM9o8T {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #kTiQ1InZTScgBz8glkI78EHEzS4ABFSb { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mq3Ah9B5Bgoo0H6ZCyXaSoRl4xdWQEQX {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Cx5vhS7e5SQQ8wcBN4iEgTqaDuuJuh4H {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #yPM0lVgx0ATwTtOBr3d18UlaES57XFQn {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x9kIuIbU9n3kmwOLUqmmobztCMQQoUlT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:22.5rem;height:27.4375rem;top:-9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CFiy4ZmtcXmkxBWcTWFu15zqMDdex2 { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuUtKnyGZm1poN15rP59RaIDGK006GzL { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkdVfQC0MMnZ2RQXKl2nAZUWX0ivc2ke { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Au7xIfrLqW5tmhKqR5T5efTVVLWs3SZk { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLnbix3zm5gXfpOaq7wGB1fR6pVmveLs { width:19.0625rem;height:5.9375rem;top:20.0625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEF9Ti6yGJME2Uiul8FtFLD9H2ICbNXN { display:block; }
 }@media only screen and (max-width: 763px) { #hE95MDApd0EufNITnax5GnZqgVlfaUXH { width:19.0625rem;height:5.9375rem;top:20.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcKAAJ84kXcfxS8pPBbWvlL8AqpFsGx5 { display:block; }
 }@media only screen and (max-width: 763px) { #pJX50Urg2JwMwR9fotRWKDSsve3sEvTI { width:38.125rem;height:6.625rem;top:58.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H50XizFadXOMgEKVSg1q6PMWhy6I7RMH { display:block; }
 }@media only screen and (max-width: 763px) { #UqCiTfLA3nqKBMk9VS3znCTIG6a8WMTn { top:57.625rem;left:41.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqVbEw9VhMguOrVEbaoUmfCdDDbPMNx3 { top:58.5rem;left:41.8125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3187GDuunoXwElprDaBNqfeii3LzABV { width:38.125rem;height:6.625rem;top:65.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dblR8n1fJSr77b6qLUnnu3lMeriDW2BJ { display:block; }
 }@media only screen and (max-width: 763px) { #GTz4Ts2H9HUUUpmTWE2clqqLViVt9X8h { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }#PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn li:before{  }
 }@media only screen and (max-width: 763px) { #NSIh3rIJG6ou6fMDTfkMUX8VZZgNtcn3 { width:20rem;height:2.75rem;top:-8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZumKCHNwQoG2Twa2awTB4HoUL8TA1xq { top:36.25rem;left:30rem;width:8.9375rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8HzG75JEWGqNMHF9LIPMpVR2m2C2UFy { top:38.4375rem;left:29.9375rem;width:13rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whtaVASg5UlgKBVG15s9i380rTASm8Vi { top:40.75rem;left:30.0625rem;width:14.625rem;height:1.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bbd0adf1-78f2-4ed6-aa07-a78fab035876/NEWBGFORLANDINGIMOBILE.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;z-index:auto;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.adaptive-delivery-prevent-bg, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyload, #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT.lazyloading { background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:158.4375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:20rem;height:2.7rem;top:10.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEnG1RHtgzuWc4HvIsFk0iiihklAcknr { width:20rem;height:7.15rem;top:13.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.1;color:#9d8554;display:block; }
 }@media only screen and (max-width: 763px) { #mL5avz1rcxfzk5CHBQVrQRLZtxTSyJVR { width:10.875rem;height:2.9375rem;top:2.7114582061767rem;left:0rem;box-shadow: none;overflow:hidden;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #vc4xx2leymndaupnFvh0ISld3gLJERbO { width:10.1875rem;height:1.4625rem;top:0.51145839691162rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7nHuORCfXO8tIFkPLDduu6vRutKVVSQ { width:20rem;height:23.875rem;top:91rem;left:0rem;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VXtA1rd2e8sUZLUkzQfl18mTnoJXXTEn { width:20rem;height:13.9375rem;top:79.299999237062rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #w8aI9DyTKCx9fsQIkU011grC5Dooi7Rm { width:20rem;height:11.6875rem;top:24.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #X9oSOdm2Bu25x4umsXT4tZ5uew0PWyol { width:10.0625rem;height:0.73125rem;top:157.5rem;left:5rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #i59vKkvO3zEnxcAfzQKF6qr9Z4GDJN20 { width:10.1875rem;height:0.73125rem;top:0.38645839691162rem;left:9.8125rem;font-size:0.5625rem;text-align:right;text-align-last:right;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #P9XiQVZXB0CKb9CE5W5NnrxHVJX94pI5 { width:20rem;height:10.51875rem;top:39.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-text {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-select {padding-top: 0; padding-bottom: 0;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA  { width:17.5rem;height:auto;top:128.5rem;left:0rem;background-color:#f3f3f3;background-image:none;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA {display:block;}#KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA { width:17.5rem;height:auto;top:128.5rem;left:0rem;background-color:#f3f3f3;background-image:none;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #rmKwMonreKhdCEAiO7ekdEGA23GczPM7 {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #pMrvtFhLOwwmewuGfc6l5pPDBQMsoUS5 { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #NDC3DWbcbXtPzrHXTFC6uiQNTg5B2mhQ {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #n3PIkrdo8l4s8NTBL9xdN9g3QUnM9o8T {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #kTiQ1InZTScgBz8glkI78EHEzS4ABFSb { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mq3Ah9B5Bgoo0H6ZCyXaSoRl4xdWQEQX {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #PbVfnMDDXRMO5Z7Nmq7JO7DnemcLSstR {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #tzZbHpTCFsfUgfmZ2dZ35MIHcAruoqAi { display:block; }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #oLTT3CiieEHpSsqIaiXcacRX63g9zHby {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #Cx5vhS7e5SQQ8wcBN4iEgTqaDuuJuh4H {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #yPM0lVgx0ATwTtOBr3d18UlaES57XFQn {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #x9kIuIbU9n3kmwOLUqmmobztCMQQoUlT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #mdbacXX578MOWRhkhIocS8CPkJAxbPaT {  }
 }@media only screen and (max-width: 763px) { #KAibe3ErmRDuZoS4gThG7LfHNf1AgCqA #LTUx4Dk5aEOHgMQQzfBztqolsM6CiRzK {  }
 }@media only screen and (max-width: 763px) { #pgdfAOVXmSkRcc8ya0Tvp04nRCOIwKLu { width:20rem;height:16.8125rem;top:136.75rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #eaeaea ;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #J5CFiy4ZmtcXmkxBWcTWFu15zqMDdex2 { width:20rem;height:1.05625rem;top:155.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #uuUtKnyGZm1poN15rP59RaIDGK006GzL { width:19.3125rem;height:1.875rem;top:125.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkdVfQC0MMnZ2RQXKl2nAZUWX0ivc2ke { width:20rem;height:1.71875rem;top:37.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Au7xIfrLqW5tmhKqR5T5efTVVLWs3SZk { width:20rem;height:1.65rem;top:22.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BLnbix3zm5gXfpOaq7wGB1fR6pVmveLs { width:20rem;height:5.9375rem;top:79.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#2d2e30;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEF9Ti6yGJME2Uiul8FtFLD9H2ICbNXN { display:block; }
 }@media only screen and (max-width: 763px) { #hE95MDApd0EufNITnax5GnZqgVlfaUXH { width:20rem;height:5.9375rem;top:85.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;font-size:1.1875rem;background-color:#9d8554;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) { #FcKAAJ84kXcfxS8pPBbWvlL8AqpFsGx5 { display:block; }
 }@media only screen and (max-width: 763px) { #pJX50Urg2JwMwR9fotRWKDSsve3sEvTI { width:20rem;height:6.375rem;top:111.0625rem;left:0rem;font-size:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H50XizFadXOMgEKVSg1q6PMWhy6I7RMH { display:block; }
 }@media only screen and (max-width: 763px) { #UqCiTfLA3nqKBMk9VS3znCTIG6a8WMTn { width:2.5rem;height:2.5rem;top:109.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqVbEw9VhMguOrVEbaoUmfCdDDbPMNx3 { width:1rem;height:1rem;top:110.8125rem;left:9.5rem;box-shadow: none;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K3187GDuunoXwElprDaBNqfeii3LzABV { width:20rem;height:6.625rem;top:117.4375rem;left:0rem;font-size:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dblR8n1fJSr77b6qLUnnu3lMeriDW2BJ { display:block; }
 }@media only screen and (max-width: 763px) { #GTz4Ts2H9HUUUpmTWE2clqqLViVt9X8h { width:20rem;height:3.4375rem;top:52.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn { width:20rem;height:15.775rem;top:55.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }#PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PKBWvFQJ7XbCMJIA4bHXZ0VTSq2J0rgn li:before{  }
 }@media only screen and (max-width: 763px) { #NSIh3rIJG6ou6fMDTfkMUX8VZZgNtcn3 { width:20rem;height:4.675rem;top:72.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UZumKCHNwQoG2Twa2awTB4HoUL8TA1xq { width:8.9375rem;height:0.73125rem;top:97.793749809262rem;left:3.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8HzG75JEWGqNMHF9LIPMpVR2m2C2UFy { width:13rem;height:0.73125rem;top:98.918749809262rem;left:3.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whtaVASg5UlgKBVG15s9i380rTASm8Vi { width:8.625rem;height:0.73125rem;top:100.14375019074rem;left:3.5rem;font-size:0.5625rem;display:block; }
 }