.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.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:none; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container { border-width: 0; border-radius: 0; }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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;display:none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p.adaptive-delivery-prevent-bg, #aSSCCEimRArZqZ7qK49JPXkF5IpeA96p.lazyload, #aSSCCEimRArZqZ7qK49JPXkF5IpeA96p.lazyloading { background-image: none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container { border-width: 0; border-radius: 0; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#V1Zv6q14o62uFMPoSPLnVl4uAO4aSyae { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#C308pz4Cu7rcLSVt19rTufgqXIHaS1qE { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#DKDrwlRA4Xu5ac6reAkpnwGP6hriAg3I { 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:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#KT5g2DvyAfhztJHrdvtTzLKq8MTEGK9m { position:absolute;display:block;z-index:15016;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.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.154052734375rem;overflow:hidden;display:block; }
#pLtFWRG5ryEK3eTxDPt05zbOKu7dVR18 { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #N3hqId7hULIZNh8F7qAwGiKOV4Cd8eF9 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bRVmgLBpb5h5dWEZfy3JHwry2XdwGbBr { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CT19RJVNPvSBGGTJiyLiZaHCrtXTZFnV { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Eky8JDpQwgxJiHtPq6MtGeoN8A1o4f31 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #i53iuPTCwh2tEbRgTizDyFTN80uFibZs { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zcdNa0cUC7XffyQk0ezUu41WFPsPgwLg { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EKoetW6RoeBDhoZ3bQ3Q4zlXFonT7dHE { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hSXrpy8GqKKCexNg8hzkM7rruRytwhpo { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GA3swwQPflHfb5McyT05xikH5VRTVcFU { position:relative; }
#cudKTGF3AppS1T9P8aSciWHlIagiofvf { position:relative;display:block; }
#XtR3qeTrkGcWimckd1wvzEpL0ADgMiif { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QrRuhepf7nmCQIK1z8yFam6nlaXCiABN { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VTcv5Ercvho33H3zTz05GHa8MTq7CTUk { position:relative; }
#zZZryr3Uih2nXxSr493iFF7Pv6DswTcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zZZryr3Uih2nXxSr493iFF7Pv6DswTcE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Lwa66N2kKH2SKzQLkANO7ULLZmroh453 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TRTTLahEdAXAPSyLl1JSJ7CH51HsTzf5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CmkZUaJaeMO8piUMkEktV04DuC2cKWAV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:22.875rem;left:3.6875rem;display:none; }
#bPXgKcqG43aT9S3FWOlVDWbAB9R8N0bu { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-form-header {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-button { 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:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .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;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .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; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-container:first-of-type{padding-top:0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-container:last-of-type{padding-bottom:0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;z-index:15003;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:23.39453125rem;left:2.11328125rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-info-text { font-size:0.75rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 {display:block;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;z-index:15003;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:23.39453125rem;left:2.11328125rem;display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #FGwOsVpRA6CVhCyDTWyCwWqN1KTkia7a { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #BGEdcB79WJJyKa8UUnrVh0LeuJTQkzdV { position:relative;display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #ttkZhpzu38VTtIxkilkFCxKF7bF2MlGq { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #na15OqnWIzTB4TnVTdd77H9LISgo8GWr { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #FX9zsxcsKn9ww2Uty0PaOxUbnX5Llf4c { position:relative;display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #MLXVDtzW8M345c6R44mOqeclIJD4TEMT { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #fgP5CrR3SK0mqFwf9c9bbsqGwUfPht62 { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #WA3DDGQurwimec2VgRoPD8KGJEe09CSN { position:relative;display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #P6k1R7aCmANOXMm4yzpO4Gaii4LU6nVv { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #xWfU5MLXMBXqydpuJkW2Rk4Kx3yo7B0E { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #oANHWyCDWetUlMUot9qCprrBAQmsbl5q { position:relative;display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #cq4nse1fvLNAdaONzvF9t4xC799xHxQ4 { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #TTzBSMFnEg1VBvCpKrdfhgS343Hei0GT { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #cKf3TszbnyJ61lVw3h4zgwVmFcNlg2K4 { position:relative;display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #aJt0N8gLN4rgT9UiGQJPPbiBFK8JGfc4 { position:relative; }
#OK2DcAT9VEBp6MKKKhRSWABC3HCeH0FH { position:relative;display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #UUTpQZXiNorOZGkRmEiG7qCyXHMp1NNN { position:relative;display:block;z-index:15000; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #hM6ezmD4IL32izWgn2HPrGWIywr46aCo { position:relative;display:block;z-index:15000; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #JiTBxngGyvqDuwFahy7foXCsDJsxisxm { position:relative; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #unebWTcd5RMnF2JTrHGLAZfhU25zENU4 { position:relative; }
#X3wzZlIy5QpMmMwKcfqfzLKlq9TbaolG { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#KvlxOEITpGiIgk07zTfhCWLUqbx3DzuN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8TTOzAzJ3lK1hyaCLHAf1SeEV1mHakP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#Q8TTOzAzJ3lK1hyaCLHAf1SeEV1mHakP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qWawdk379PIS71ib1KlVTQToE5x3IsIQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#qWawdk379PIS71ib1KlVTQToE5x3IsIQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#b6DxZVsNC0fFF2NZqRXzofNw8cVFfBQT { 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:6.375rem;width:5.1875rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT { position:relative;display:none; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT { border-width: 0; border-radius: 0; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .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; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Qgr4KzrMEEmfx4PsLxstFsrF3zoBmqzn { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.9375rem;left:0.4375rem;display:none; }
#Pu9cFSnbN4ys23VSEcGrabCziHu1depg { 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:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:none; }
#MCDk2VgwHHy3CyZCHhGSaRaw721tu84m { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Mio8bbnnuQLSO6oLXKnbWtVMGDu1stKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LVXJnBbFznbGGJQ2k699LUXJSX9LOVWl { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#a539P6rhxpdzHU5PH0Rdv63lmbkKHKKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDZq6hFHEUmRGtH8cwPy8yXSdCuWP9g5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#OQh2ZzaWFcTNBuSTuvpRFtdOXtI2xhJz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dH3vENTlKCEHRaTM2KGwLubtinJTTgfx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh { position:relative;display:none; }#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh { border-width: 0; border-radius: 0; }#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh > .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; }#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EEGuTTH5Uo1GFWTcHUpETDb1aNy9pQLI { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gOCcCUMQNpkEKXInrUzZ4TLKpvv4vpzM { position:absolute;display:block;z-index:15114;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.1875rem;width:9.9375rem;top:10.065104484558rem;left:11.505208969116rem;overflow:hidden;display:none; }
#yKx5i7ThRBK1cGk1PqyvxlZBdwPsMLtO { position:absolute;display:block;z-index:15110;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:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#p9L2i7azJSBakyRTKeVcPffAct0XgJqt { position:relative;display:none; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt { border-width: 0; border-radius: 0; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .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; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JccTCiLHx8nOblEfz886zDUzLxJW5QPU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;display:none; }
#AgvvbF9pyN0AntGgPWtneXtXZC9JLTpv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;display:none; }
#aOA2BIw1r9MFCqo6kf9GnnqIGKuuzMyL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2.0625rem;display:none; }
#yUUHXqC1RTlZJMho6704Pv3IDJfxm5UT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.0625rem;display:none; }
#Tx6k8EDFTHPuuG5avXBnGgD6Bzt9yP91 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.75rem;display:none; }
#muBv9ayBIlvANf2oHFUbgpde7s16uUAX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.75rem;display:none; }
#TW81vEJLw2SgRcN80wWuQngEoTk08X1L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.25rem;display:none; }
#fJ76kMZ9DfiCMIedQT8QlTIWT1T0OqPP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.125rem;display:none; }
#Ft5EZGxzwxwtSIuTZqCTAH2i3z7amrFD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.375rem;left:7rem;display:none; }
#E05AFZTp24kZErU06rlK48Smw7Ty9Jt3 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 { position:relative;display:none; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 { border-width: 0; border-radius: 0; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .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; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VLxygbb8JTiTEgnnMgcbTgMp7LvFLU1z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.75rem;width:15.625rem;top:3.4375rem;left:18.665365219116rem;display:block; }
#fFrLL2zEpxB524av7p5gb4lBCZ5EWUWg { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");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; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2.adaptive-delivery-prevent-bg, #UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2.lazyload, #UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2.lazyloading { background-image: none; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row .container { background-color: transparent; background-image: none; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row .container > .video-iframe-container { display: none; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row > .video-iframe-container { display: none; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .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); }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row .container { border-width: 0; border-radius: 0; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#qyrkxmL3bfP88TEMTl5o90wD5cEfwXDr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.87451171875rem;left:49.01513671875rem;overflow:hidden;display:block; }
#Eqb3GtM5SKd6vdZm3v9KZa5ehfEV8KHa { color:#000000;display:block;width:14.562rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:45.125rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#TrlaBoIX0oOb2KxNqxxx3vaQwddy5m96 { 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.875rem;width:6.875rem;top:0.90380859375rem;left:34.060546875rem;overflow:hidden;display:block; }
#gi1AGzVBtwLJEq0KdUMZ0E4p7pfHxkZK { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:30rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#gtwgSkqeVq2ReUCcnzaJLPleahpnxl56 { color:#326c8b;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:15rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#oCEZTt23sho6Sa87cVr0Lkr0oSuiOw3k { 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:6.875rem;width:6.875rem;top:0.90380859375rem;left:19.02978515625rem;overflow:hidden;display:block; }
#IUov1iGivWJIwR6UFzrp6M3npXuUkQgV { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0.873046875rem;left:4.060546875rem;overflow:hidden;display:block; }
#HPcrGVLtoRc6keHpQHw8et4SqSDwFe2n { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:0.1875rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");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; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy.adaptive-delivery-prevent-bg, #dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy.lazyload, #dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy.lazyloading { background-image: none; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row .container { background-color: transparent; background-image: none; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row .container > .video-iframe-container { display: none; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row > .video-iframe-container { display: none; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .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); }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row .container { border-width: 0; border-radius: 0; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#nMDCIDr1JkqnDX6I5p6B7C7dfEi4gTVJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.5625rem;left:49.060546875rem;overflow:hidden;display:block; }
#g2TRupgPPoOIfNvDGJ9S1ewDzb22wavR { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.8095703125rem;left:45.43798828125rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#tGd13cJrfzbTODZZsDEzvtHv1UwNT3cz { 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:6.875rem;width:6.875rem;top:0.56103515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#VwMX6Xfr2In3PNg8aAkLE0XKiVLvcKha { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8095703125rem;left:30.1875rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#eKL1R5PrUKw64VrVnWywHtQb4B3S0Nq1 { 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:6.875rem;width:6.875rem;top:0.56103515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#Kb35AJ6oETVyAPIWs1pzhEacsQ0zi7rc { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:9.6064453125rem;left:15rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#IqmlF1b1CtlgDoaPbCp3CPP1huq8hJag { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0.56103515625rem;left:4.060546875rem;overflow:hidden;display:block; }
#T0UmwX8BhkesHIKhyncxlCCkHwng5BfL { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.6064453125rem;left:0rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");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; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1.adaptive-delivery-prevent-bg, #HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1.lazyload, #HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1.lazyloading { background-image: none; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row .container { background-color: transparent; background-image: none; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row .container > .video-iframe-container { display: none; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row > .video-iframe-container { display: none; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .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); }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row .container { border-width: 0; border-radius: 0; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#sKB62M3pE6vqfqDEfcapw5W2crsuRzCS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.65625rem;left:49.060546875rem;overflow:hidden;display:block; }
#O1i6TCmKbVxMsW9TKaxWLy5gao40wR51 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8076171875rem;left:45.37646484375rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#ExT5b9AclNQL0F9DoIn9Zp8vdFNP6JCI { 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:6.875rem;width:6.875rem;top:0.65478515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#qioLvzWfh2kTBkXCgeK9IlWF9UuaG65g { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:30.21826171875rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#ZulhE0SHwHg3llZP3glVIce6yehioHCm { position:absolute;display:block;z-index:15005;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.875rem;width:6.875rem;top:0.65478515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#wfRV7TcQDMObFmxqk3NVXQ4y0wmwLR1h { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:15.0625rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#FmTSmBSgUgGFUvIKx5dZ75zdVo3q10dI { 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:6.875rem;width:6.875rem;top:0.65478515625rem;left:4.060546875rem;overflow:hidden;display:block; }
#fTwTR5wpuLMHQmIMmw8ugOrpWQ2sip2X { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:0rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#caLvVKyMZdkKx41Q3S5oanskCw6ga28q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");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; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q.adaptive-delivery-prevent-bg, #caLvVKyMZdkKx41Q3S5oanskCw6ga28q.lazyload, #caLvVKyMZdkKx41Q3S5oanskCw6ga28q.lazyloading { background-image: none; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row .container { background-color: transparent; background-image: none; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row .container > .video-iframe-container { display: none; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row > .video-iframe-container { display: none; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .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); }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row .container { border-width: 0; border-radius: 0; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#JwJgQoXWbECOyKfzknTDQpDOxWC8MkVb { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:8.9912109375rem;left:45.21826171875rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#DMuxCc2p7TwFUzlIAsX3xQILNJmEG5a1 { 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:6.875rem;width:6.875rem;top:1.125rem;left:49.060546875rem;overflow:hidden;display:block; }
#ut4OAC7HMOCQX94MdWmvTxLdTyeE3uip { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:1.12353515625rem;left:34.060546875rem;overflow:hidden;display:block; }
#nxlkzKPxkoXRwDOMXhFIkfkmoHLo1hvT { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:8.9912109375rem;left:30.18603515625rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#MsxtzHoUpW7OHpaHoDcwBJMPFPTa8x8M { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:1.125rem;left:19.0625rem;overflow:hidden;display:block; }
#LcqVi0JhVzlR9ddhHZRhrnnhBrnDVmL4 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.25rem;left:15.1875rem;height:11.2rem;text-align:center;text-align-last:center;display:block; }
#QghhtbPhe2sI8kb2liNsBd0nIxuesQ6i { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:9rem;left:0rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#c6L9vDgiTMK3UdUUUTCiaXdwBTnnMlcN { position:absolute;display:block;z-index:15013;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.875rem;width:6.875rem;top:1.125rem;left:3.875rem;overflow:hidden;display:block; }
#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");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; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na.adaptive-delivery-prevent-bg, #OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na.lazyload, #OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na.lazyloading { background-image: none; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row .container { background-color: transparent; background-image: none; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row .container > .video-iframe-container { display: none; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row > .video-iframe-container { display: none; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .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); }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row .container { border-width: 0; border-radius: 0; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#eRdKUCBeaiC41vlqy4dpNir50lpsEDLc { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.4375rem;left:45.375rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#UOnrR1TNJ9H5iMszMT3JZkg2ixUZJ6sG { position:absolute;display:block;z-index:15005;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.8125rem;width:6.8125rem;top:1.1875rem;left:48.875rem;overflow:hidden;display:block; }
#ZwlNXGuMRS6RGgTTRwtGsZRSwz5L8cII { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:9.6240234375rem;left:30.125rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#IoasqWq8WMpKchMxUKdvvqfnBaFGC8Lo { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.8125rem;top:1.18359375rem;left:34.060546875rem;overflow:hidden;display:block; }
#KKUfm6fTUzWH0dF77Wt8rsSc0qQVH1SX { 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:6.8125rem;width:6.8125rem;top:1.3125rem;left:19.0625rem;overflow:hidden;display:block; }
#g9ve4Vpf3ki6F7RfIZS0nW2BhAC8TGw1 { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:10.3125rem;left:15rem;height:12.8rem;text-align:center;text-align-last:center;display:block; }
#aIX5GeTi7XzWcRGBaBefV4IVEKuaxsfp { position:absolute;display:block;z-index:15012;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.875rem;width:6.875rem;top:1.15283203125rem;left:4.060546875rem;overflow:hidden;display:block; }
#Plu5Qg03oaAsWhTqDOLtWAdoPfJpFtHM { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:10.3125rem;left:0.18603515625rem;height:9.6rem;text-align:center;text-align-last:center;display:block; }
#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd { position:relative;display:none; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd { border-width: 0; border-radius: 0; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .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; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sWFm2BmaBkt7afMXTTTqTKFT2QUge8eq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#p8LV0lwpqsK4UA1wtTKp6oGgVFxK32CU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#ideDTrJy04wQIglaIQoSMLocTyICtt0P { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 { position:relative;display:none; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 { border-width: 0; border-radius: 0; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .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; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Sk6W6I7EwRQrSJSsUJVTdJhFAf92WWZ5 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { position:relative;display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 { border-width: 0; border-radius: 0; }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .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; }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb.adaptive-delivery-prevent-bg, #IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb.lazyload, #IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb.lazyloading { background-image: none; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb > .row .container { border-width: 0; border-radius: 0; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#lN1smWz0muiuDRafJACxqA4f1G7T8Hiz { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#FBetZgor55iUR4ITpmWmv4xebzgw1wbl { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#VEaJU01wyebyW8vsnChQMZ4LaII53zS3 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#gR5guXpo0OCCFyBw6sKx3TfHBDG8AFu9 { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zuwqP4BnPbuVpmy75c4caao4VMZC06JF { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.3125rem;left:30.75rem;display:block; }
#RApQ4lu1no3EzQawpWcoFTGZX0Rx2n3Z { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:16.3125rem;left:26.75rem;display:block; }
#DtcflBAJ4TKzPBQeXqL6PxtDBwAvebL0 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:16.3125rem;left:22.625rem;display:block; }
#KQcRIcrUFOexMfKyf48113UdzpNoMwkx { 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:5.3125rem;width:12.37425rem;top:6.136474609375rem;left:21.185302734375rem;overflow:hidden;display:block; }
#fa4RuG2t9bEx1qMVpxibNq0uGi3K7Ac5 { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFNTLVEJS25knLVKbu0HiECTz4FIylIR { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Tg05vC84QdCxDTRqCWDEb6wFu6ostpBq { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;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; }
#fVP1asmp5Rnc5WgagzwXuDcd3PObk81g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#io5fzDpumo72A3TzJ5dcMEDTUTKr6r8D { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { display:none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container { width:47.75rem;position:relative;display:none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p { display:none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container { width:47.75rem;position:relative;display:none; }#V1Zv6q14o62uFMPoSPLnVl4uAO4aSyae { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#C308pz4Cu7rcLSVt19rTufgqXIHaS1qE { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#DKDrwlRA4Xu5ac6reAkpnwGP6hriAg3I { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#KT5g2DvyAfhztJHrdvtTzLKq8MTEGK9m { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#pLtFWRG5ryEK3eTxDPt05zbOKu7dVR18 { top:11.1875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #N3hqId7hULIZNh8F7qAwGiKOV4Cd8eF9 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bRVmgLBpb5h5dWEZfy3JHwry2XdwGbBr { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CT19RJVNPvSBGGTJiyLiZaHCrtXTZFnV {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Eky8JDpQwgxJiHtPq6MtGeoN8A1o4f31 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #i53iuPTCwh2tEbRgTizDyFTN80uFibZs { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zcdNa0cUC7XffyQk0ezUu41WFPsPgwLg {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EKoetW6RoeBDhoZ3bQ3Q4zlXFonT7dHE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hSXrpy8GqKKCexNg8hzkM7rruRytwhpo { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GA3swwQPflHfb5McyT05xikH5VRTVcFU {  }
#cudKTGF3AppS1T9P8aSciWHlIagiofvf { display:block; }
#XtR3qeTrkGcWimckd1wvzEpL0ADgMiif { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QrRuhepf7nmCQIK1z8yFam6nlaXCiABN {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VTcv5Ercvho33H3zTz05GHa8MTq7CTUk {  }
#zZZryr3Uih2nXxSr493iFF7Pv6DswTcE { display:none; }
#zZZryr3Uih2nXxSr493iFF7Pv6DswTcE > img { max-width: 100%;max-height:100%; width:; height:; }#Lwa66N2kKH2SKzQLkANO7ULLZmroh453 { display:none; }
#TRTTLahEdAXAPSyLl1JSJ7CH51HsTzf5 { display:none; }
#CmkZUaJaeMO8piUMkEktV04DuC2cKWAV { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#bPXgKcqG43aT9S3FWOlVDWbAB9R8N0bu { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 {display:block;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 { width:18.75rem;height:auto;top:10.0625rem;left:0rem;display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #FGwOsVpRA6CVhCyDTWyCwWqN1KTkia7a {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #BGEdcB79WJJyKa8UUnrVh0LeuJTQkzdV { display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #ttkZhpzu38VTtIxkilkFCxKF7bF2MlGq {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #na15OqnWIzTB4TnVTdd77H9LISgo8GWr {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #FX9zsxcsKn9ww2Uty0PaOxUbnX5Llf4c { display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #MLXVDtzW8M345c6R44mOqeclIJD4TEMT {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #fgP5CrR3SK0mqFwf9c9bbsqGwUfPht62 {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #WA3DDGQurwimec2VgRoPD8KGJEe09CSN { display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #P6k1R7aCmANOXMm4yzpO4Gaii4LU6nVv {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #xWfU5MLXMBXqydpuJkW2Rk4Kx3yo7B0E {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #oANHWyCDWetUlMUot9qCprrBAQmsbl5q { display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #cq4nse1fvLNAdaONzvF9t4xC799xHxQ4 {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #TTzBSMFnEg1VBvCpKrdfhgS343Hei0GT {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #cKf3TszbnyJ61lVw3h4zgwVmFcNlg2K4 { display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #aJt0N8gLN4rgT9UiGQJPPbiBFK8JGfc4 {  }
#OK2DcAT9VEBp6MKKKhRSWABC3HCeH0FH { display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #UUTpQZXiNorOZGkRmEiG7qCyXHMp1NNN {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #hM6ezmD4IL32izWgn2HPrGWIywr46aCo {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #JiTBxngGyvqDuwFahy7foXCsDJsxisxm {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #unebWTcd5RMnF2JTrHGLAZfhU25zENU4 {  }
#X3wzZlIy5QpMmMwKcfqfzLKlq9TbaolG { width:;height:;display:none; }
#KvlxOEITpGiIgk07zTfhCWLUqbx3DzuN { display:block; }
#Q8TTOzAzJ3lK1hyaCLHAf1SeEV1mHakP { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#Q8TTOzAzJ3lK1hyaCLHAf1SeEV1mHakP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qWawdk379PIS71ib1KlVTQToE5x3IsIQ { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#qWawdk379PIS71ib1KlVTQToE5x3IsIQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#b6DxZVsNC0fFF2NZqRXzofNw8cVFfBQT { top:1.6875rem;left:19.061767578125rem;width:5.1875rem;height:6.375rem;display:none; }
#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT { display:none; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row .container { width:47.75rem;position:relative;display:none; }#Qgr4KzrMEEmfx4PsLxstFsrF3zoBmqzn { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#Pu9cFSnbN4ys23VSEcGrabCziHu1depg { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#MCDk2VgwHHy3CyZCHhGSaRaw721tu84m { width:;height:;top:0rem;display:none; }
#Mio8bbnnuQLSO6oLXKnbWtVMGDu1stKz { display:block; }
#LVXJnBbFznbGGJQ2k699LUXJSX9LOVWl { width:;height:;top:0rem;display:none; }
#a539P6rhxpdzHU5PH0Rdv63lmbkKHKKF { display:block; }
#lDZq6hFHEUmRGtH8cwPy8yXSdCuWP9g5 { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#OQh2ZzaWFcTNBuSTuvpRFtdOXtI2xhJz { top:0rem;width:;height:;display:none; }
#dH3vENTlKCEHRaTM2KGwLubtinJTTgfx { top:0rem;width:;height:;display:none; }
#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh { display:none; }#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh > .row .container { width:47.75rem;position:relative;display:none; }#EEGuTTH5Uo1GFWTcHUpETDb1aNy9pQLI { top:3.5625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#gOCcCUMQNpkEKXInrUzZ4TLKpvv4vpzM { top:10.0625rem;left:5.3802089691162rem;width:9.9375rem;height:3.1875rem;display:none; }
#yKx5i7ThRBK1cGk1PqyvxlZBdwPsMLtO { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#p9L2i7azJSBakyRTKeVcPffAct0XgJqt { display:none; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row .container { width:47.75rem;position:relative;display:none; }#JccTCiLHx8nOblEfz886zDUzLxJW5QPU { width:6.25rem;height:2.0625rem;display:none; }
#AgvvbF9pyN0AntGgPWtneXtXZC9JLTpv { width:2.0625rem;height:2.0625rem;display:none; }
#aOA2BIw1r9MFCqo6kf9GnnqIGKuuzMyL { width:2.0625rem;height:1.9375rem;display:none; }
#yUUHXqC1RTlZJMho6704Pv3IDJfxm5UT { width:2.0625rem;height:1.4375rem;display:none; }
#Tx6k8EDFTHPuuG5avXBnGgD6Bzt9yP91 { width:3.75rem;height:1.25rem;display:none; }
#muBv9ayBIlvANf2oHFUbgpde7s16uUAX { width:1.75rem;height:1.25rem;display:none; }
#TW81vEJLw2SgRcN80wWuQngEoTk08X1L { width:1.25rem;height:1.375rem;display:none; }
#fJ76kMZ9DfiCMIedQT8QlTIWT1T0OqPP { width:3.125rem;height:1.25rem;display:none; }
#Ft5EZGxzwxwtSIuTZqCTAH2i3z7amrFD { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#E05AFZTp24kZErU06rlK48Smw7Ty9Jt3 { display:none; }
#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 { display:none; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row .container { width:47.75rem;position:relative;display:none; }#VLxygbb8JTiTEgnnMgcbTgMp7LvFLU1z { top:3.4375rem;left:12.540365219116rem;width:15.625rem;height:8.75rem;display:block; }
#fFrLL2zEpxB524av7p5gb4lBCZ5EWUWg { top:3rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 { display:block; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row .container { width:47.75rem;position:relative;display:block; }#qyrkxmL3bfP88TEMTl5o90wD5cEfwXDr { top:0.8125rem;left:38.29638671875rem;width:6.875rem;height:6.875rem;display:block; }
#Eqb3GtM5SKd6vdZm3v9KZa5ehfEV8KHa { top:8.6875rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#TrlaBoIX0oOb2KxNqxxx3vaQwddy5m96 { top:0.875rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#gi1AGzVBtwLJEq0KdUMZ0E4p7pfHxkZK { top:8.6875rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:0.875rem;display:block; }
#gtwgSkqeVq2ReUCcnzaJLPleahpnxl56 { top:8.6875rem;left:9.375rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#oCEZTt23sho6Sa87cVr0Lkr0oSuiOw3k { top:0.875rem;left:14.43603515625rem;width:6.875rem;height:6.875rem;display:block; }
#IUov1iGivWJIwR6UFzrp6M3npXuUkQgV { top:0.8125rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#HPcrGVLtoRc6keHpQHw8et4SqSDwFe2n { top:8.6875rem;left:0rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy { display:block; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row .container { width:47.75rem;position:relative;display:block; }#nMDCIDr1JkqnDX6I5p6B7C7dfEi4gTVJ { top:0.5625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#g2TRupgPPoOIfNvDGJ9S1ewDzb22wavR { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#tGd13cJrfzbTODZZsDEzvtHv1UwNT3cz { top:0.5rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#VwMX6Xfr2In3PNg8aAkLE0XKiVLvcKha { top:8.75rem;left:21.3125rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#eKL1R5PrUKw64VrVnWywHtQb4B3S0Nq1 { top:0.5rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#Kb35AJ6oETVyAPIWs1pzhEacsQ0zi7rc { top:9.5625rem;left:9.375rem;width:14.5rem;height:12.75rem;font-size:0.875rem;display:block; }
#IqmlF1b1CtlgDoaPbCp3CPP1huq8hJag { top:0.5rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#T0UmwX8BhkesHIKhyncxlCCkHwng5BfL { top:9.5625rem;left:0rem;width:14.5rem;height:12.75rem;font-size:0.875rem;display:block; }
#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 { display:block; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row .container { width:47.75rem;position:relative;display:block; }#sKB62M3pE6vqfqDEfcapw5W2crsuRzCS { top:0.625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#O1i6TCmKbVxMsW9TKaxWLy5gao40wR51 { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#ExT5b9AclNQL0F9DoIn9Zp8vdFNP6JCI { top:0.625rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#qioLvzWfh2kTBkXCgeK9IlWF9UuaG65g { top:8.75rem;left:21.3125rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#ZulhE0SHwHg3llZP3glVIce6yehioHCm { top:0.625rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#wfRV7TcQDMObFmxqk3NVXQ4y0wmwLR1h { top:8.75rem;left:9.375rem;width:14.5rem;height:7.9375rem;font-size:0.875rem;display:block; }
#FmTSmBSgUgGFUvIKx5dZ75zdVo3q10dI { top:0.625rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#fTwTR5wpuLMHQmIMmw8ugOrpWQ2sip2X { top:8.75rem;left:0rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#caLvVKyMZdkKx41Q3S5oanskCw6ga28q { display:block; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row .container { width:47.75rem;position:relative;display:block; }#JwJgQoXWbECOyKfzknTDQpDOxWC8MkVb { top:8.9375rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:0.875rem;display:block; }
#DMuxCc2p7TwFUzlIAsX3xQILNJmEG5a1 { top:1.125rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#ut4OAC7HMOCQX94MdWmvTxLdTyeE3uip { top:1.0625rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#nxlkzKPxkoXRwDOMXhFIkfkmoHLo1hvT { top:8.9375rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:0.875rem;display:block; }
#MsxtzHoUpW7OHpaHoDcwBJMPFPTa8x8M { top:1.125rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
#LcqVi0JhVzlR9ddhHZRhrnnhBrnDVmL4 { top:9.25rem;left:9.375rem;width:14.5rem;height:11.1875rem;font-size:0.875rem;display:block; }
#QghhtbPhe2sI8kb2liNsBd0nIxuesQ6i { top:9.25rem;left:0rem;width:14.4375rem;height:11.1875rem;font-size:0.875rem;display:block; }
#c6L9vDgiTMK3UdUUUTCiaXdwBTnnMlcN { top:1.125rem;left:2.34375rem;width:6.875rem;height:6.875rem;display:block; }
#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na { display:block; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row .container { width:47.75rem;position:relative;display:block; }#eRdKUCBeaiC41vlqy4dpNir50lpsEDLc { top:9.4375rem;left:33.25rem;width:14.5rem;height:12.75rem;font-size:0.875rem;display:block; }
#UOnrR1TNJ9H5iMszMT3JZkg2ixUZJ6sG { top:1.1875rem;left:38.15625rem;width:6.8125rem;height:6.8125rem;display:block; }
#ZwlNXGuMRS6RGgTTRwtGsZRSwz5L8cII { top:9.5625rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:0.875rem;display:block; }
#IoasqWq8WMpKchMxUKdvvqfnBaFGC8Lo { top:1.125rem;left:26.404296875rem;width:6.8125rem;height:6.8125rem;display:block; }
#KKUfm6fTUzWH0dF77Wt8rsSc0qQVH1SX { top:1.3125rem;left:14.46875rem;width:6.8125rem;height:6.8125rem;display:block; }
#g9ve4Vpf3ki6F7RfIZS0nW2BhAC8TGw1 { top:10.3125rem;left:9.375rem;width:14.5rem;height:12.75rem;font-size:0.875rem;display:block; }
#aIX5GeTi7XzWcRGBaBefV4IVEKuaxsfp { top:1.125rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#Plu5Qg03oaAsWhTqDOLtWAdoPfJpFtHM { top:10.3125rem;left:0rem;width:14.5rem;height:9.5625rem;font-size:0.875rem;display:block; }
#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd { display:none; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row .container { width:47.75rem;position:relative;display:none; }#sWFm2BmaBkt7afMXTTTqTKFT2QUge8eq { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#p8LV0lwpqsK4UA1wtTKp6oGgVFxK32CU { width:47.75rem;height:19rem;display:none; }
#ideDTrJy04wQIglaIQoSMLocTyICtt0P { width:14.0625rem;height:5.125rem;display:none; }
#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 { display:none; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row .container { width:47.75rem;position:relative;display:none; }#Sk6W6I7EwRQrSJSsUJVTdJhFAf92WWZ5 { display:none; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row .container { width:47.75rem;position:relative;display:none; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb { display:none; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb > .row .container { width:47.75rem;position:relative;display:none; }#lN1smWz0muiuDRafJACxqA4f1G7T8Hiz { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#FBetZgor55iUR4ITpmWmv4xebzgw1wbl { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.5625rem;display:block; }
#VEaJU01wyebyW8vsnChQMZ4LaII53zS3 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#gR5guXpo0OCCFyBw6sKx3TfHBDG8AFu9 { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#zuwqP4BnPbuVpmy75c4caao4VMZC06JF { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#RApQ4lu1no3EzQawpWcoFTGZX0Rx2n3Z { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#DtcflBAJ4TKzPBQeXqL6PxtDBwAvebL0 { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#KQcRIcrUFOexMfKyf48113UdzpNoMwkx { top:6.125rem;left:15.060302734375rem;width:12.3125rem;height:5.2859895549225rem;display:block; }
#fa4RuG2t9bEx1qMVpxibNq0uGi3K7Ac5 { top:0.8125rem;left:4.530517578125rem;width:33.4375rem;height:3.9375rem;font-size:1.4375rem;display:block; }
#dFNTLVEJS25knLVKbu0HiECTz4FIylIR { display:none; }
#Tg05vC84QdCxDTRqCWDEb6wFu6ostpBq { width:16.4375rem;height:0.875rem;top:12.625rem;left:0rem;font-size:0.5625rem;display:none; }
#fVP1asmp5Rnc5WgagzwXuDcd3PObk81g { display:none; }
#io5fzDpumo72A3TzJ5dcMEDTUTKr6r8D { display:none; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container { background-color: transparent; background-image: none; }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container > .video-iframe-container { display: none; }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row > .video-iframe-container { display: none; }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .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); }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container { border-width: 0; border-radius: 0; }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dl7SQnHT53V6DciExEHpIwuDm4nJ42Tm > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p.adaptive-delivery-prevent-bg, #aSSCCEimRArZqZ7qK49JPXkF5IpeA96p.lazyload, #aSSCCEimRArZqZ7qK49JPXkF5IpeA96p.lazyloading { background-image: none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container { background-color: transparent; background-image: none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container > .video-iframe-container { display: none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row > .video-iframe-container { display: none; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .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); }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container { border-width: 0; border-radius: 0; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#aSSCCEimRArZqZ7qK49JPXkF5IpeA96p > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; }#V1Zv6q14o62uFMPoSPLnVl4uAO4aSyae { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
#C308pz4Cu7rcLSVt19rTufgqXIHaS1qE { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#DKDrwlRA4Xu5ac6reAkpnwGP6hriAg3I { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;display:block; }
#KT5g2DvyAfhztJHrdvtTzLKq8MTEGK9m { width:8.125rem;height:3.1862rem;top:2.8125rem;left:5.8684897422791rem;display:block; }
#pLtFWRG5ryEK3eTxDPt05zbOKu7dVR18 { width:20rem;height:5.84895625rem;top:6.5911459922787rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";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; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #N3hqId7hULIZNh8F7qAwGiKOV4Cd8eF9 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bRVmgLBpb5h5dWEZfy3JHwry2XdwGbBr { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CT19RJVNPvSBGGTJiyLiZaHCrtXTZFnV {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Eky8JDpQwgxJiHtPq6MtGeoN8A1o4f31 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #i53iuPTCwh2tEbRgTizDyFTN80uFibZs { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zcdNa0cUC7XffyQk0ezUu41WFPsPgwLg {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EKoetW6RoeBDhoZ3bQ3Q4zlXFonT7dHE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hSXrpy8GqKKCexNg8hzkM7rruRytwhpo { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GA3swwQPflHfb5McyT05xikH5VRTVcFU {  }
#cudKTGF3AppS1T9P8aSciWHlIagiofvf { display:block; }
#XtR3qeTrkGcWimckd1wvzEpL0ADgMiif { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #QrRuhepf7nmCQIK1z8yFam6nlaXCiABN {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VTcv5Ercvho33H3zTz05GHa8MTq7CTUk {  }
#zZZryr3Uih2nXxSr493iFF7Pv6DswTcE { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#zZZryr3Uih2nXxSr493iFF7Pv6DswTcE > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#Lwa66N2kKH2SKzQLkANO7ULLZmroh453 { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#TRTTLahEdAXAPSyLl1JSJ7CH51HsTzf5 { top:12.4375rem;left:0rem;width:20rem;height:13.5rem;z-index:14997;background-color:#ffffff;background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#CmkZUaJaeMO8piUMkEktV04DuC2cKWAV { top:17.5625rem;left:3.75rem;width:12.5rem;height:1.54296875rem;z-index:15153;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#bPXgKcqG43aT9S3FWOlVDWbAB9R8N0bu { width:12.433625rem;height:0.8125rem;top:50.186199188233rem;left:3.7825520634651rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;height:2.4375rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.4375rem;border-top:0.0625rem solid #e2ceb0;border-left:0.0625rem solid #e2ceb0;border-right:0.0625rem solid #e2ceb0;border-bottom:0.0625rem solid #e2ceb0;display:block;vertical-align:top;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:0.875rem;overflow:hidden;font-family:"ahj 2024 font";font-weight:400;font-style:normal; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-radio-label { float:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0  { width:17.5rem;height:auto;top:21.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:15004; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 .widget-info-text { font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.6875rem;overflow:hidden;height:auto;text-align:center;text-align-last:center;line-height:1.6; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 {display:block;}#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 { width:17.5rem;height:auto;top:19rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:15004; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #FGwOsVpRA6CVhCyDTWyCwWqN1KTkia7a {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #BGEdcB79WJJyKa8UUnrVh0LeuJTQkzdV { display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #ttkZhpzu38VTtIxkilkFCxKF7bF2MlGq {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #na15OqnWIzTB4TnVTdd77H9LISgo8GWr {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #FX9zsxcsKn9ww2Uty0PaOxUbnX5Llf4c { display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #MLXVDtzW8M345c6R44mOqeclIJD4TEMT {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #fgP5CrR3SK0mqFwf9c9bbsqGwUfPht62 {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #WA3DDGQurwimec2VgRoPD8KGJEe09CSN { display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #P6k1R7aCmANOXMm4yzpO4Gaii4LU6nVv {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #xWfU5MLXMBXqydpuJkW2Rk4Kx3yo7B0E {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #oANHWyCDWetUlMUot9qCprrBAQmsbl5q { display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #cq4nse1fvLNAdaONzvF9t4xC799xHxQ4 {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #TTzBSMFnEg1VBvCpKrdfhgS343Hei0GT {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #cKf3TszbnyJ61lVw3h4zgwVmFcNlg2K4 { display:none; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #aJt0N8gLN4rgT9UiGQJPPbiBFK8JGfc4 {  }
#OK2DcAT9VEBp6MKKKhRSWABC3HCeH0FH { display:block; }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #UUTpQZXiNorOZGkRmEiG7qCyXHMp1NNN {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #hM6ezmD4IL32izWgn2HPrGWIywr46aCo {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #JiTBxngGyvqDuwFahy7foXCsDJsxisxm {  }
#Vz9pK4pwOVu2SFefng4RR5nGHQdI8wy0 #unebWTcd5RMnF2JTrHGLAZfhU25zENU4 {  }
#X3wzZlIy5QpMmMwKcfqfzLKlq9TbaolG { top:45.5625rem;left:0.875rem;width:18.1125rem;height:3.175rem;z-index:14994;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.0625rem;line-height:2;color:#646464;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;display:block; }
#KvlxOEITpGiIgk07zTfhCWLUqbx3DzuN { display:block; }
#Q8TTOzAzJ3lK1hyaCLHAf1SeEV1mHakP { display:flex;width:3.125rem;height:3.125rem;top:45.5625rem;left:16rem;z-index:14995; }
#Q8TTOzAzJ3lK1hyaCLHAf1SeEV1mHakP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#qWawdk379PIS71ib1KlVTQToE5x3IsIQ { display:flex;width:2.6245125rem;height:2.6245125rem;top:45.8125rem;left:1.25rem;z-index:14996; }
#qWawdk379PIS71ib1KlVTQToE5x3IsIQ > img { max-width: 100%;max-height:100%; width:2.6245125rem; height:2.6245125rem; }#b6DxZVsNC0fFF2NZqRXzofNw8cVFfBQT { width:3.4375rem;height:4.25rem;top:13.395833969116rem;left:8.28125rem;z-index:15016;overflow:hidden;display:block; }
#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT { background-color:#f9f5f0;background-image:none;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;display:block; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row .container { background-color: transparent; background-image: none; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row .container > .video-iframe-container { display: none; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row > .video-iframe-container { display: none; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .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); }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row .container { border-width: 0; border-radius: 0; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SliTSsdM682HSn9qb7WW9Xrmwk70HgVT > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; }#Qgr4KzrMEEmfx4PsLxstFsrF3zoBmqzn { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.29948125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#Pu9cFSnbN4ys23VSEcGrabCziHu1depg { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#MCDk2VgwHHy3CyZCHhGSaRaw721tu84m { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:#87714f;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#Mio8bbnnuQLSO6oLXKnbWtVMGDu1stKz { display:block; }
#LVXJnBbFznbGGJQ2k699LUXJSX9LOVWl { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#87714f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#a539P6rhxpdzHU5PH0Rdv63lmbkKHKKF { display:block; }
#lDZq6hFHEUmRGtH8cwPy8yXSdCuWP9g5 { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#OQh2ZzaWFcTNBuSTuvpRFtdOXtI2xhJz { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#dH3vENTlKCEHRaTM2KGwLubtinJTTgfx { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh { display:block; }#Pl3yJtlXirny2W0HsLgKU1VGqpq1kSDh > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#EEGuTTH5Uo1GFWTcHUpETDb1aNy9pQLI { width:20rem;height:1.0559875rem;top:1.0750007629394rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:block; }
#gOCcCUMQNpkEKXInrUzZ4TLKpvv4vpzM { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;display:block; }
#yKx5i7ThRBK1cGk1PqyvxlZBdwPsMLtO { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15020;display:block; }
#p9L2i7azJSBakyRTKeVcPffAct0XgJqt { background-color:#f9f5f0;background-image:none;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;display:block; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row .container { background-color: transparent; background-image: none; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row .container > .video-iframe-container { display: none; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row > .video-iframe-container { display: none; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .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); }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row .container { border-width: 0; border-radius: 0; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9L2i7azJSBakyRTKeVcPffAct0XgJqt > .row .container { width:20rem;height:13.375rem;position:relative;display:block; }#JccTCiLHx8nOblEfz886zDUzLxJW5QPU { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#AgvvbF9pyN0AntGgPWtneXtXZC9JLTpv { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#aOA2BIw1r9MFCqo6kf9GnnqIGKuuzMyL { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#yUUHXqC1RTlZJMho6704Pv3IDJfxm5UT { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#Tx6k8EDFTHPuuG5avXBnGgD6Bzt9yP91 { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#muBv9ayBIlvANf2oHFUbgpde7s16uUAX { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#TW81vEJLw2SgRcN80wWuQngEoTk08X1L { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#fJ76kMZ9DfiCMIedQT8QlTIWT1T0OqPP { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#Ft5EZGxzwxwtSIuTZqCTAH2i3z7amrFD { top:1rem;left:3.1250002980233rem;width:12.5rem;height:1.29948125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#E05AFZTp24kZErU06rlK48Smw7Ty9Jt3 { top:2.7239570617676rem;left:3.3125002980233rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 { background-color:#f9f5f0;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row .container { background-color: transparent; background-image: none; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row .container > .video-iframe-container { display: none; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row > .video-iframe-container { display: none; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .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); }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row .container { border-width: 0; border-radius: 0; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#mJ8JmxnH97DOrxT9nn3WG5IaKCiTkUO1 > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; }#VLxygbb8JTiTEgnnMgcbTgMp7LvFLU1z { height:11.125rem;width:20rem;top:2.6250019073486rem;left:0rem;display:block; }
#fFrLL2zEpxB524av7p5gb4lBCZ5EWUWg { width:20rem;height:1.0559875rem;top:0.71614646911619rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15000;display:block; }
#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 { display:block; }#UpCh5IbzQf4biTKPKqRIKeTcx67BrCP2 > .row .container { width:20rem;height:92.875rem;position:relative;display:block; }#qyrkxmL3bfP88TEMTl5o90wD5cEfwXDr { width:6.875rem;height:6.875rem;top:70rem;left:6.5625rem;display:block; }
#Eqb3GtM5SKd6vdZm3v9KZa5ehfEV8KHa { width:14.4980625rem;height:11.1979125rem;top:78.125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#TrlaBoIX0oOb2KxNqxxx3vaQwddy5m96 { width:6.875rem;height:6.875rem;top:48.125rem;left:6.5625rem;display:block; }
#gi1AGzVBtwLJEq0KdUMZ0E4p7pfHxkZK { width:14.4980625rem;height:9.7981625rem;top:56.25rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#gtwgSkqeVq2ReUCcnzaJLPleahpnxl56 { width:14.4980625rem;height:11.1979125rem;top:32.8125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#oCEZTt23sho6Sa87cVr0Lkr0oSuiOw3k { width:6.875rem;height:6.875rem;top:24.6875rem;left:6.5625rem;display:block; }
#IUov1iGivWJIwR6UFzrp6M3npXuUkQgV { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#HPcrGVLtoRc6keHpQHw8et4SqSDwFe2n { width:14.4980625rem;height:11.1979125rem;top:9.375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy { display:block; }#dwGuTWiHvCDGOkKG0GWJ5Ns1fGBTXcuy > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; }#nMDCIDr1JkqnDX6I5p6B7C7dfEi4gTVJ { width:6.875rem;height:6.875rem;top:68.4375rem;left:6.5625rem;display:block; }
#g2TRupgPPoOIfNvDGJ9S1ewDzb22wavR { width:14.4980625rem;height:11.1979125rem;top:76.5625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#tGd13cJrfzbTODZZsDEzvtHv1UwNT3cz { width:6.875rem;height:6.875rem;top:45rem;left:6.5625rem;display:block; }
#VwMX6Xfr2In3PNg8aAkLE0XKiVLvcKha { width:14.4980625rem;height:11.1979125rem;top:53.125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#eKL1R5PrUKw64VrVnWywHtQb4B3S0Nq1 { width:6.875rem;height:6.875rem;top:23.125rem;left:6.5625rem;display:block; }
#Kb35AJ6oETVyAPIWs1pzhEacsQ0zi7rc { width:14.4980625rem;height:11.1979125rem;top:31.25rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#IqmlF1b1CtlgDoaPbCp3CPP1huq8hJag { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#T0UmwX8BhkesHIKhyncxlCCkHwng5BfL { width:14.4980625rem;height:11.1979125rem;top:9.375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 { display:block; }#HdhmDpzuNBxAewy7RJ04uLraMXPZ4rs1 > .row .container { width:20rem;height:89.125rem;position:relative;display:block; }#sKB62M3pE6vqfqDEfcapw5W2crsuRzCS { width:6.875rem;height:6.875rem;top:65.3125rem;left:6.5625rem;display:block; }
#O1i6TCmKbVxMsW9TKaxWLy5gao40wR51 { width:14.4980625rem;height:11.1979125rem;top:73.4375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#ExT5b9AclNQL0F9DoIn9Zp8vdFNP6JCI { width:6.875rem;height:6.875rem;top:41.875rem;left:6.5625rem;display:block; }
#qioLvzWfh2kTBkXCgeK9IlWF9UuaG65g { width:14.4980625rem;height:11.1979125rem;top:50rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#ZulhE0SHwHg3llZP3glVIce6yehioHCm { width:6.875rem;height:6.875rem;top:24.6875rem;left:6.5625rem;display:block; }
#wfRV7TcQDMObFmxqk3NVXQ4y0wmwLR1h { width:14.4980625rem;height:6.99869375rem;top:32.8125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#FmTSmBSgUgGFUvIKx5dZ75zdVo3q10dI { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#fTwTR5wpuLMHQmIMmw8ugOrpWQ2sip2X { width:14.4980625rem;height:12.5976625rem;top:9.375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#caLvVKyMZdkKx41Q3S5oanskCw6ga28q { display:block; }#caLvVKyMZdkKx41Q3S5oanskCw6ga28q > .row .container { width:20rem;height:89.125rem;position:relative;display:block; }#JwJgQoXWbECOyKfzknTDQpDOxWC8MkVb { width:14.4980625rem;height:12.59765rem;top:73.3125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#DMuxCc2p7TwFUzlIAsX3xQILNJmEG5a1 { width:6.875rem;height:6.875rem;top:65.1875rem;left:6.5625rem;display:block; }
#ut4OAC7HMOCQX94MdWmvTxLdTyeE3uip { width:6.875rem;height:6.875rem;top:43.3125rem;left:6.5625rem;display:block; }
#nxlkzKPxkoXRwDOMXhFIkfkmoHLo1hvT { width:14.4980625rem;height:11.1979125rem;top:51.4375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#MsxtzHoUpW7OHpaHoDcwBJMPFPTa8x8M { width:6.8125rem;height:6.8125rem;top:23.0625rem;left:6.5625rem;display:block; }
#LcqVi0JhVzlR9ddhHZRhrnnhBrnDVmL4 { width:14.4980625rem;height:9.7981625rem;top:31.125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#QghhtbPhe2sI8kb2liNsBd0nIxuesQ6i { width:14.4980625rem;height:11.1979125rem;top:9.3125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#c6L9vDgiTMK3UdUUUTCiaXdwBTnnMlcN { width:6.8125rem;height:6.8125rem;top:1.25rem;left:6.5625rem;display:block; }
#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na { display:block; }#OBAxUhN5hCeFtIJTTBgPVNX2MN9eD4na > .row .container { width:20rem;height:85.375rem;position:relative;display:block; }#eRdKUCBeaiC41vlqy4dpNir50lpsEDLc { width:14.4980625rem;height:11.1979125rem;top:71.6875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#UOnrR1TNJ9H5iMszMT3JZkg2ixUZJ6sG { width:6.8125rem;height:6.8125rem;top:63.625rem;left:6.5625rem;display:block; }
#ZwlNXGuMRS6RGgTTRwtGsZRSwz5L8cII { width:14.4980625rem;height:11.1979125rem;top:49.875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#IoasqWq8WMpKchMxUKdvvqfnBaFGC8Lo { width:6.8125rem;height:6.8125rem;top:41.8125rem;left:6.5625rem;display:block; }
#KKUfm6fTUzWH0dF77Wt8rsSc0qQVH1SX { width:6.8125rem;height:6.8125rem;top:20rem;left:6.5625rem;display:block; }
#g9ve4Vpf3ki6F7RfIZS0nW2BhAC8TGw1 { width:14.4980625rem;height:9.7981625rem;top:28.0625rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#aIX5GeTi7XzWcRGBaBefV4IVEKuaxsfp { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#Plu5Qg03oaAsWhTqDOLtWAdoPfJpFtHM { width:14.4980625rem;height:6.99869375rem;top:9.375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"ahj 2024 font";display:block; }
#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd { background-color:#f9f5f0;background-image:none;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;display:block; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row .container { background-color: transparent; background-image: none; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row .container > .video-iframe-container { display: none; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row > .video-iframe-container { display: none; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .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); }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row .container { border-width: 0; border-radius: 0; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEm2KwgmvlnPMJeZDdVUS0I6kvA52VAd > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#sWFm2BmaBkt7afMXTTTqTKFT2QUge8eq { top:1.5rem;left:12.187500357628rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#p8LV0lwpqsK4UA1wtTKp6oGgVFxK32CU { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#ideDTrJy04wQIglaIQoSMLocTyICtt0P { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 { background-color:#ffffff;background-image:none;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;display:block; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row .container { background-color: transparent; background-image: none; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row .container > .video-iframe-container { display: none; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row > .video-iframe-container { display: none; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .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); }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row .container { border-width: 0; border-radius: 0; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDgcOuV2VKBi6QQ6abQfTB3iAgclk5a3 > .row .container { width:20rem;height:30rem;position:relative;display:block; }#Sk6W6I7EwRQrSJSsUJVTdJhFAf92WWZ5 { top:2.4374876022339rem;left:0rem;width:20rem;height:21.75rem;z-index:15000;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d06fde96-fc9f-4147-bc54-adcc7ad99651/Downpiccc2662601967.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.adaptive-delivery-prevent-bg, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyload, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyloading { background-image: none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row .container { background-color: transparent; background-image: none; }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row .container > .video-iframe-container { display: none; }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row > .video-iframe-container { display: none; }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .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); }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row .container { border-width: 0; border-radius: 0; }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7tymGdMVKR4GxR3y21eUGg0PtD5FvH8 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb { background-color:#af8752;background-image:none;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;display:none; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb > .row .container { border-width: 0; border-radius: 0; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IJ0bL9VZgyhpEiQl6hpdppgq2qZZyIcb > .row .container { width:20rem;height:18.125rem;position:relative;display:none; }#lN1smWz0muiuDRafJACxqA4f1G7T8Hiz { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#FBetZgor55iUR4ITpmWmv4xebzgw1wbl { width:16.4375rem;height:0.9rem;top:14.4375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#VEaJU01wyebyW8vsnChQMZ4LaII53zS3 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#gR5guXpo0OCCFyBw6sKx3TfHBDG8AFu9 { width:20rem;height:0.8125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#zuwqP4BnPbuVpmy75c4caao4VMZC06JF { width:1.75rem;height:1.75rem;top:8.375rem;left:11rem;font-size:1.1875rem;display:block; }
#RApQ4lu1no3EzQawpWcoFTGZX0Rx2n3Z { width:1.6875rem;height:1.6875rem;top:8.375rem;left:9.3125rem;font-size:1.125rem;display:block; }
#DtcflBAJ4TKzPBQeXqL6PxtDBwAvebL0 { width:2.0625rem;height:2.0625rem;top:8.1875rem;left:7.25rem;font-size:1.4375rem;display:block; }
#KQcRIcrUFOexMfKyf48113UdzpNoMwkx { width:6.1875rem;height:2.625rem;top:4.1874942779541rem;left:6.9062498807906rem;display:block; }
#fa4RuG2t9bEx1qMVpxibNq0uGi3K7Ac5 { width:20rem;height:1.86889375rem;top:1.5625rem;left:0rem;font-size:1.4375rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#dFNTLVEJS25knLVKbu0HiECTz4FIylIR { top:10.670533180237rem;left:0rem;width:5.125rem;height:2.1875rem;z-index:15017;display:block; }
#Tg05vC84QdCxDTRqCWDEb6wFu6ostpBq { width:16.4375rem;height:0.9rem;top:12.77499961853rem;left:1.7812501192093rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;z-index:15004;display:block; }
#fVP1asmp5Rnc5WgagzwXuDcd3PObk81g { display:flex;top:12.567970275879rem;left:6.8000000715256rem;width:1rem;height:1rem;z-index:15152; }
#io5fzDpumo72A3TzJ5dcMEDTUTKr6r8D { top:3.9679698944092rem;left:0rem;width:5.4375rem;height:3.0625rem;z-index:15155;display:block; }
