.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:transparent;background-image:none;position:relative;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: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; } #GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container { background-color: transparent; background-image: none; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container > .video-iframe-container { display: none; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row > .video-iframe-container { display: none; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .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); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container { border-width: 0; border-radius: 0; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH { 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; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH.adaptive-delivery-prevent-bg, #ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH.lazyload, #ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH.lazyloading { background-image: none; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container { border-width: 0; border-radius: 0; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#Q25TbJd2tp4buTfrLSdrC5VGomRBTOJE { 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.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#Gx128Vo0atykTGELuoXXs19tBUDVi0rb { 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; }
#BTNQQAmsgDdwVUAoSKCgUQJOugG3cFPX { 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:block; }
#c3UyXQpiZi8dd95osM0PKPDHIhxUmTTT { 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.125rem;overflow:hidden;display:block; }
#XItsdo2fgA2q1RvnA6vMtuKLCqVLuBpD { 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.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yFVvIevfTbrLIp7knR7xRkyXrMpERzOd { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bSqipUsFw3lr95J85St7cpOaGyKmt5WT { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CIdaHJWhLzsUEvHDVtctSJIPBzdq0llS { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Gpn8aNrUWcPfz93yQZ1RcLSvSXKFUKzH { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gtOOG7Qtt73o6oQBi7Mt7lcTb8pXZL2O { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LkbM4X79th1Gp4IVkhqinisPuzy14hTi { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TQw03fLk7ef8aeA6o4GGrT6qus5rQ0Wl { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Pd0dnsGTCFNmZWP3zpywgO4M18a3Dalq { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VzZC1zq4dHrXtfR9qBSRTgWLNTCtXAgC { position:relative; }
#UKahXTArkhsrfUQccT0xMQnHt52kCtHI { position:relative;display:block; }
#dlZ1AUSzzrOyQ97sTQTKOXRM5cqAHVFT { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KV9XW4eTKPkIysd9pN5krbrQWkvRTL4y { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkmpPcLddAv5UZb58I9lZGycpweVaFLG { position:relative; }
#kyOmhz8HtTtendFRbvi7ATmwPPGpTQCF { 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; }
#kyOmhz8HtTtendFRbvi7ATmwPPGpTQCF > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Kga76uKZZXvJ2K16Lm7utZmRxSzdgTan { 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; }
#WTiuMfb96yNBRcBHp53yISG9AQ71lHqM { 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; }
#Tgr55T6XfS13ODywwcnudcXQfv5sgWOh { 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; }
#a4snshieGXNq3foo0XDheEhJsaSHQRgU { 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.125rem;overflow:hidden;display:none; }
#FsZtWb4wLQKgbDgmpVc0c2q14wTx2Omx { 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.875rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#AQBF0NMdrsiadbCoEhAfNVhU1MubeFag { 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; }
#AQBF0NMdrsiadbCoEhAfNVhU1MubeFag > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SgaMlrmkNFbLVvOaO5Ucb8SaeGhCJAJ3 { 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; }
#SgaMlrmkNFbLVvOaO5Ucb8SaeGhCJAJ3 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#HlgvdxaK4lc53OmiI9KHcmien4xb93ei { 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.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mNme3SCyzNz9iCTq9iq96kp8WCmsHx2D { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #shz2rFkRku7GxODgHIHtahw8M4F1eqyn { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CO3T7GLZcBS0lMTM48MRQakSluKhkxTe { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zc6yDDObZTckprlce5RJBB32hTH7Xm7g { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OJTVmRh6uaadQFAeRyGDdac54rp4PuMf { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #trlGC0UiELq5BbI1lsPG14zDFi69DNk2 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eHEPkB4Z6f7cu5EtLzkF8xb8nE809bVO { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vb04LtwDWI46OWTXD7S5098dHl7s3ZVi { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bDTtdSLh7rVg7iN4OoiNcx9a0awUeTDT { position:relative; }
#RvXcns3XMe1iDysTUpRrTPSSr4XpwsGZ { position:relative;display:block; }
#OGGaw3PpX94h67nEnay2ZWzQCNqRT6ks { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zQ0Hff3OyKHG6FaRKmT5LN0Mq7y8n9Dr { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #as2IsM5sIyhNgSFg4MHNeaVtt0ZZWR6D { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-form-header {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:first-of-type{padding-top:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:last-of-type{padding-bottom:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { 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;border-left:0;border-right:0;border-bottom:0;z-index:15002;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:21.05078125rem;left:2.1341152191162rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { 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;border-left:0;border-right:0;border-bottom:0;z-index:15002;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:21.05078125rem;left:2.1341152191162rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu { position:relative; }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #evTroILLFq6ZsVJMt5GaouysF0h4U0Hn { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #ebKJzQlLwuNAwUwMLupKwPCEhutT3ATL { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD { position:relative; }
#TbKuWoDhq4o4fcxlrO7tNDnBaaIR1riy { 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.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;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:21rem;height:3.4375rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:11rem;left:1.6875rem;display:block; }
#P3S3uG78oIry6gkueHwVluzM4dL4rofP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPoLsAqcq4RBgaANqqMtuZtB2BqbTi8n { 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.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;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:21rem;height:3.4375rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:11rem;left:1.6875rem;display:none; }
#Db2PM9EWsHIyVTNT2royoQsSktnFQ136 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw { position:relative;display:none; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw { border-width: 0; border-radius: 0; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .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; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .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; }#uzLKXSmJM5QEWK5fSGqzIMiDsnkbPPT6 { 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; }
#tXFf7xcVsFewc0fL0XVl4MQESwsTHaMU { 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; }
#VeKXf0DbweESiTh6drDhdAEaVLZUWkhz { 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; }
#qFekI3BOsdc8ViPhlZILMOJXuWrTdfkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EISbWrTPf9HiqwSnzmJHMiVP4LTVznBI { 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; }
#yNZRUskrCuHlCsWCUkwbL9kfFKGVAEPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtIxPUq4TghuOe4xa6IfpwPxZ1ohEqPv { 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; }
#hrFcHw2MDS2tMSogmdVGXx6gTK4mDn3z { 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; }
#ad2Lp2X8TPW6oUthAK5cnXE9aP5vHsnc { 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; }
#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i { position:relative;display:none; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i { border-width: 0; border-radius: 0; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .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; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .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; }#ZULHMqJUoZekhx3mb04JDMa4irTq2MGb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.0625rem;left:7.125rem;display:none; }
#oFRgWq6MyMRFpHDREZqSpUZTAb9wWMWp { 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:31.3125rem;width:53.9375rem;display:none; }
#ueipUS1IZ99Nod1ZSV8xJnfzO08p54U9 { 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; }
#AUdGZcdJ15UCW3meEKob4dn63Gv1FVcg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NV9uaPIwrAEGWUi2oMZki7q4UJLeVDTm { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:51.3125rem;left:6.8125rem;display:none; }
#csRqR2Ah1Bxxc0QOGCMz8BKSmuH9mIeo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fqdwBZKmtDCD8iCWvfNlz8S0q9kuU2Ny { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#nlUEFfNzZluT2TwsxZk8wQOi7e7CytdV { color:#000000;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:2.375rem;display:none; }
#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS { position:relative;display:none; }#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS { border-width: 0; border-radius: 0; }#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS > .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; }#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS > .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; }#V1IK9WFJF5qdpz8gka1EWqAQctotO4CV { 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.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qWiAOr115Lh8HCfE2x7rCmoTSUWRUC0q { 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.5rem;overflow:hidden;display:none; }
#x2OJ4TmeWKSMtHZy46b3ixAWZn7yvN9p { 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.0625rem;overflow:hidden;display:none; }
#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG { position:relative;display:none; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG { border-width: 0; border-radius: 0; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .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; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .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; }#LlWfchxw8utt6ApghzmXJPZhxC5tdM7M { 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; }
#Ecc5HSw0NuRPPzdqg931EGBaSLuRP1CA { 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; }
#g2982t5p7LfkJx7Qz8LG4QhZdO0UrBXM { 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; }
#VMZfohQlh404Aoae58LChwkASd1CO8gL { 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; }
#WrePT8sVKdBSNe6rRMKq0OFWLxtLmDtb { 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; }
#qDJc8Eo5iTDcWgmw4szw0NUonrmxeTyH { 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; }
#krRtweNt8MOaOwRW1PH1eOvgJ97hQJ08 { 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; }
#OKlwxRuW2GrZvkX3yRqSl1Qwqka2GlsN { 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; }
#lrEtTehH8iTu5Ou4wfcTyc6MTsDUzBgw { 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; }
#wpwhivEZPJnQ1ZuJTLzrAPfiuWFFIqut { 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; }
#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP { position:relative;display:none; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP { border-width: 0; border-radius: 0; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .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; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .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; }#B0HTMDS0nP58ePyT7z78C64r1HvNm4vg { 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; }
#lU248TaAEIEMiDFtPCSssaZLp6RU6ymk { 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; }
#moZppkCzeN5KVkmttAJUbtDn2luZqye4 { 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; }
#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e { 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; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e.adaptive-delivery-prevent-bg, #B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e.lazyload, #B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e.lazyloading { background-image: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { background-color: transparent; background-image: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container > .video-iframe-container { display: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container { display: none; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .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); }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { border-width: 0; border-radius: 0; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#qp6WNsiMlwZgoHk9UNTlitd6ymN3Jwb3 { 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; }
#xTpsBPT5rgoXfDHCVN8fB2Gco4QcGhzs { 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.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;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:15017;text-align:center;text-align-last:center;top:16.441408157349rem;left:3.4153652191162rem;display:none; }
#OHoJdgFU28hI0SIRSgoPUnnmWC6tlbcG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFt5sq8OQ58du5MRXaqnlZLFrbsVPhKf { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13rem;top:83.125rem;left:0.5rem;display:none; }
#hynRyrcUDqPO2Pe8x4QBOVS5xsVOtExH { background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#DBAAVcr72mdTWZ9sb1eXHRhDHex2w0VQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bwZf8SkslT024PIu4duLBpzJNw1gZs7S { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.9375rem;top:97.4375rem;left:2.1875rem;display:none; }
#ClQhNAlxXd4p5qzDX86o4zvFQA0mXaT1 { background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#cDAfaLvTIUSXxJBKusNK6lB5fUvhGiia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHMlAOIhFiNkyemANnF3QHpanBnw0ScX { 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.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;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:15017;text-align:center;text-align-last:center;top:16.441408157349rem;left:3.4153652191162rem;display:none; }
#L1FTio74wqyqVH9ZMNPInc6cwR3twsBf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eDKoTMtiBEc29J4l79lqLHFHCZUDLg1e { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:114.5rem;left:1.9375rem;display:none; }
#wQEA9l3s3LXz70XmKLeVTrc2uHo4r5Xm { 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.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;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:15017;text-align:center;text-align-last:center;top:16.441408157349rem;left:3.4153652191162rem;display:none; }
#oHm0OG3pkEOeiiOqBvOszItHsDxfQspc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZmzKNATGkLxnovdOyOHdgTdbkf1HIZM { background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#fBTTKkDsbtvtsFBTQlZrLAtsJkJd3SC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx { position:relative;display:none; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx { border-width: 0; border-radius: 0; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .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; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .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; }#GdBc6edeaGhoTFcIEfkcSpMlO9iTnpzK { 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; } #thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs { border-width: 0; border-radius: 0; }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .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; }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .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; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi { 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; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi.adaptive-delivery-prevent-bg, #yosndZkE7FKOm191DVUwNmRIOOkAUmHi.lazyload, #yosndZkE7FKOm191DVUwNmRIOOkAUmHi.lazyloading { background-image: none; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi > .row .container { border-width: 0; border-radius: 0; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#c2WLHooumZ9cSql4IKT2NBAseRN3shqt { 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; }
#XWTfHAua5e0Fb9vxTTPoZtckXTM0dRlS { 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; }
#vcfvabA65rh82Faioma577m8PnTw9FE3 { 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; }
#c2zyDEtqVpsP5yimraC2VOWbmBaSGCTE { 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.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#frILHK7vEKPzREVouzVa6AcsOEWDwJci { 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; }
#NJCuOsZ2C8m0M26rKOPTeC9eI1CR4yRV { 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; }
#AJRFRANwedhQVA1PxReETic3zTAtGxCx { 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; }
#h19RWzfCShrN0gN846rTBVz29VDWpC8p { 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.125rem;overflow:hidden;display:block; }
#LUxZhc1aW7DsxaM5cHr7PwitCqQAcTkW { 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.625rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fa4sUnycnny02WnpqR32lE3itx3e4PsZ { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ZprmEZJ7p84UUGTH7yg1Pfda7mtHHwTl { 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; }
#Aqu8MoS8my053L25TFdTgSwN9O3dLT8p { 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; }
#y6RTb7dhVqsvBSmFAbAJi969M7TQogsl { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { display:block; } #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; } #GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container { width:47.75rem;position:relative;display:block; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH { display:none; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container { width:47.75rem;position:relative;display:none; }#Q25TbJd2tp4buTfrLSdrC5VGomRBTOJE { top:0.125rem;left:10.5rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#Gx128Vo0atykTGELuoXXs19tBUDVi0rb { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#BTNQQAmsgDdwVUAoSKCgUQJOugG3cFPX { top:1.6875rem;left:19rem;width:8.3125rem;height:6.3566176470587rem;display:block; }
#c3UyXQpiZi8dd95osM0PKPDHIhxUmTTT { top:9.9375rem;left:18rem;width:10.375rem;height:4.0701923076923rem;display:block; }
#XItsdo2fgA2q1RvnA6vMtuKLCqVLuBpD { top:2.625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yFVvIevfTbrLIp7knR7xRkyXrMpERzOd {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bSqipUsFw3lr95J85St7cpOaGyKmt5WT { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CIdaHJWhLzsUEvHDVtctSJIPBzdq0llS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Gpn8aNrUWcPfz93yQZ1RcLSvSXKFUKzH {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gtOOG7Qtt73o6oQBi7Mt7lcTb8pXZL2O { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LkbM4X79th1Gp4IVkhqinisPuzy14hTi {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TQw03fLk7ef8aeA6o4GGrT6qus5rQ0Wl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Pd0dnsGTCFNmZWP3zpywgO4M18a3Dalq { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VzZC1zq4dHrXtfR9qBSRTgWLNTCtXAgC {  }
#UKahXTArkhsrfUQccT0xMQnHt52kCtHI { display:block; }
#dlZ1AUSzzrOyQ97sTQTKOXRM5cqAHVFT { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KV9XW4eTKPkIysd9pN5krbrQWkvRTL4y {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkmpPcLddAv5UZb58I9lZGycpweVaFLG {  }
#kyOmhz8HtTtendFRbvi7ATmwPPGpTQCF { top:0rem;width:;height:;display:none; }
#kyOmhz8HtTtendFRbvi7ATmwPPGpTQCF > img { max-width: 100%;max-height:100%; width:; height:; }#Kga76uKZZXvJ2K16Lm7utZmRxSzdgTan { top:0rem;width:;height:;display:none; }
#WTiuMfb96yNBRcBHp53yISG9AQ71lHqM { top:0rem;width:;height:;display:none; }
#Tgr55T6XfS13ODywwcnudcXQfv5sgWOh { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#a4snshieGXNq3foo0XDheEhJsaSHQRgU { top:1.6875rem;left:19rem;width:5.125rem;height:6.25rem;display:none; }
#FsZtWb4wLQKgbDgmpVc0c2q14wTx2Omx { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#AQBF0NMdrsiadbCoEhAfNVhU1MubeFag { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#AQBF0NMdrsiadbCoEhAfNVhU1MubeFag > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SgaMlrmkNFbLVvOaO5Ucb8SaeGhCJAJ3 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#SgaMlrmkNFbLVvOaO5Ucb8SaeGhCJAJ3 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#HlgvdxaK4lc53OmiI9KHcmien4xb93ei { top:19.25rem;left:0rem;width:19.375rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mNme3SCyzNz9iCTq9iq96kp8WCmsHx2D {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #shz2rFkRku7GxODgHIHtahw8M4F1eqyn { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CO3T7GLZcBS0lMTM48MRQakSluKhkxTe {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zc6yDDObZTckprlce5RJBB32hTH7Xm7g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OJTVmRh6uaadQFAeRyGDdac54rp4PuMf { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #trlGC0UiELq5BbI1lsPG14zDFi69DNk2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eHEPkB4Z6f7cu5EtLzkF8xb8nE809bVO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vb04LtwDWI46OWTXD7S5098dHl7s3ZVi { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bDTtdSLh7rVg7iN4OoiNcx9a0awUeTDT {  }
#RvXcns3XMe1iDysTUpRrTPSSr4XpwsGZ { display:block; }
#OGGaw3PpX94h67nEnay2ZWzQCNqRT6ks { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zQ0Hff3OyKHG6FaRKmT5LN0Mq7y8n9Dr {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #as2IsM5sIyhNgSFg4MHNeaVtt0ZZWR6D {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #evTroILLFq6ZsVJMt5GaouysF0h4U0Hn {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #ebKJzQlLwuNAwUwMLupKwPCEhutT3ATL {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#TbKuWoDhq4o4fcxlrO7tNDnBaaIR1riy { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:block; }
#P3S3uG78oIry6gkueHwVluzM4dL4rofP { display:block; }
#LPoLsAqcq4RBgaANqqMtuZtB2BqbTi8n { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:none; }
#Db2PM9EWsHIyVTNT2royoQsSktnFQ136 { display:block; }
#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw { display:none; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row .container { width:47.75rem;position:relative;display:none; }#uzLKXSmJM5QEWK5fSGqzIMiDsnkbPPT6 { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#tXFf7xcVsFewc0fL0XVl4MQESwsTHaMU { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#VeKXf0DbweESiTh6drDhdAEaVLZUWkhz { width:;height:;top:0rem;display:none; }
#qFekI3BOsdc8ViPhlZILMOJXuWrTdfkf { display:block; }
#EISbWrTPf9HiqwSnzmJHMiVP4LTVznBI { width:;height:;top:0rem;display:none; }
#yNZRUskrCuHlCsWCUkwbL9kfFKGVAEPy { display:block; }
#TtIxPUq4TghuOe4xa6IfpwPxZ1ohEqPv { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#hrFcHw2MDS2tMSogmdVGXx6gTK4mDn3z { top:0rem;width:;height:;display:none; }
#ad2Lp2X8TPW6oUthAK5cnXE9aP5vHsnc { top:0rem;width:;height:;display:none; }
#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i { display:none; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row .container { width:47.75rem;position:relative;display:none; }#ZULHMqJUoZekhx3mb04JDMa4irTq2MGb { top:18.0625rem;left:1rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#oFRgWq6MyMRFpHDREZqSpUZTAb9wWMWp { width:42.875rem;height:24.875rem;display:none; }
#ueipUS1IZ99Nod1ZSV8xJnfzO08p54U9 { width:;height:;display:none; }
#AUdGZcdJ15UCW3meEKob4dn63Gv1FVcg { display:block; }
#NV9uaPIwrAEGWUi2oMZki7q4UJLeVDTm { top:51.3125rem;left:0.6875rem;width:12.625rem;height:2.4375rem;font-size:0.625rem;display:none; }
#csRqR2Ah1Bxxc0QOGCMz8BKSmuH9mIeo { display:none; }
#fqdwBZKmtDCD8iCWvfNlz8S0q9kuU2Ny { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#nlUEFfNzZluT2TwsxZk8wQOi7e7CytdV { top:1rem;left:0rem;width:15.125rem;height:;font-size:0.9375rem;display:none; }
#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS { display:none; }#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS > .row .container { width:47.75rem;position:relative;display:none; }#V1IK9WFJF5qdpz8gka1EWqAQctotO4CV { top:2.625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#qWiAOr115Lh8HCfE2x7rCmoTSUWRUC0q { top:10.0625rem;left:5.375rem;width:9.9375rem;height:2.9127155172414rem;display:none; }
#x2OJ4TmeWKSMtHZy46b3ixAWZn7yvN9p { top:10.375rem;left:0rem;width:9.375rem;height:2.5358606557377rem;display:none; }
#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG { display:none; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row .container { width:47.75rem;position:relative;display:none; }#LlWfchxw8utt6ApghzmXJPZhxC5tdM7M { width:;height:;top:0rem;display:none; }
#Ecc5HSw0NuRPPzdqg931EGBaSLuRP1CA { width:;height:;top:0rem;display:none; }
#g2982t5p7LfkJx7Qz8LG4QhZdO0UrBXM { width:;height:;top:0rem;display:none; }
#VMZfohQlh404Aoae58LChwkASd1CO8gL { width:;height:;top:0rem;display:none; }
#WrePT8sVKdBSNe6rRMKq0OFWLxtLmDtb { width:;height:;top:0rem;display:none; }
#qDJc8Eo5iTDcWgmw4szw0NUonrmxeTyH { width:;height:;top:0rem;display:none; }
#krRtweNt8MOaOwRW1PH1eOvgJ97hQJ08 { width:;height:;top:0rem;display:none; }
#OKlwxRuW2GrZvkX3yRqSl1Qwqka2GlsN { width:;height:;top:0rem;display:none; }
#lrEtTehH8iTu5Ou4wfcTyc6MTsDUzBgw { top:1.375rem;left:0.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#wpwhivEZPJnQ1ZuJTLzrAPfiuWFFIqut { top:0rem;width:;height:;display:none; }
#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP { display:none; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row .container { width:47.75rem;position:relative;display:none; }#B0HTMDS0nP58ePyT7z78C64r1HvNm4vg { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#lU248TaAEIEMiDFtPCSssaZLp6RU6ymk { width:;height:;top:0rem;display:none; }
#moZppkCzeN5KVkmttAJUbtDn2luZqye4 { width:;height:;top:0rem;display:none; }
#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e { display:block; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { width:47.75rem;position:relative;display:block; }#qp6WNsiMlwZgoHk9UNTlitd6ymN3Jwb3 { display:none; }
#xTpsBPT5rgoXfDHCVN8fB2Gco4QcGhzs { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#OHoJdgFU28hI0SIRSgoPUnnmWC6tlbcG { display:block; }
#AFt5sq8OQ58du5MRXaqnlZLFrbsVPhKf { top:83.125rem;left:0rem;width:18.375rem;height:13rem;font-size:0.875rem;display:none; }
#hynRyrcUDqPO2Pe8x4QBOVS5xsVOtExH { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#DBAAVcr72mdTWZ9sb1eXHRhDHex2w0VQ { display:block; }
#bwZf8SkslT024PIu4duLBpzJNw1gZs7S { top:97.4375rem;left:0rem;width:15.9375rem;height:7.9375rem;font-size:0.875rem;display:none; }
#ClQhNAlxXd4p5qzDX86o4zvFQA0mXaT1 { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#cDAfaLvTIUSXxJBKusNK6lB5fUvhGiia { display:block; }
#lHMlAOIhFiNkyemANnF3QHpanBnw0ScX { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#L1FTio74wqyqVH9ZMNPInc6cwR3twsBf { display:block; }
#eDKoTMtiBEc29J4l79lqLHFHCZUDLg1e { top:114.5rem;left:0rem;width:15.9375rem;height:6.8125rem;font-size:0.8125rem;display:none; }
#wQEA9l3s3LXz70XmKLeVTrc2uHo4r5Xm { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#oHm0OG3pkEOeiiOqBvOszItHsDxfQspc { display:block; }
#WZmzKNATGkLxnovdOyOHdgTdbkf1HIZM { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#fBTTKkDsbtvtsFBTQlZrLAtsJkJd3SC0 { display:block; }
#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx { display:none; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row .container { width:47.75rem;position:relative;display:none; }#GdBc6edeaGhoTFcIEfkcSpMlO9iTnpzK { top:0rem;width:;height:;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; } #thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row .container { width:47.75rem;position:relative;display:none; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi { display:none; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi > .row .container { width:47.75rem;position:relative;display:none; }#c2WLHooumZ9cSql4IKT2NBAseRN3shqt { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#XWTfHAua5e0Fb9vxTTPoZtckXTM0dRlS { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.5625rem;display:block; }
#vcfvabA65rh82Faioma577m8PnTw9FE3 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#c2zyDEtqVpsP5yimraC2VOWbmBaSGCTE { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#frILHK7vEKPzREVouzVa6AcsOEWDwJci { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#NJCuOsZ2C8m0M26rKOPTeC9eI1CR4yRV { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#AJRFRANwedhQVA1PxReETic3zTAtGxCx { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#h19RWzfCShrN0gN846rTBVz29VDWpC8p { top:6.125rem;left:15rem;width:12.3125rem;height:5.2234848484849rem;display:block; }
#LUxZhc1aW7DsxaM5cHr7PwitCqQAcTkW { top:0.8125rem;left:4.5rem;width:33.4375rem;height:3.9375rem;font-size:1.4375rem;display:block; }
#Fa4sUnycnny02WnpqR32lE3itx3e4PsZ { top:0rem;width:;height:;display:none; }
#ZprmEZJ7p84UUGTH7yg1Pfda7mtHHwTl { width:16.4375rem;height:0.875rem;top:12.1875rem;left:16.5625rem;font-size:0.5625rem;display:none; }
#Aqu8MoS8my053L25TFdTgSwN9O3dLT8p { top:0rem;width:;height:;display:none; }
#y6RTb7dhVqsvBSmFAbAJi969M7TQogsl { display:none; }
body { position:relative;background-color:#ffffff;background-image:none;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 { 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; } #GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container { background-color: transparent; background-image: none; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container > .video-iframe-container { display: none; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row > .video-iframe-container { display: none; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .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); }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container { border-width: 0; border-radius: 0; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrOtT6gxLQg4r3ADbhsKNPfB8omrNFSH > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH { 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; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH.adaptive-delivery-prevent-bg, #ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH.lazyload, #ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH.lazyloading { background-image: none; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container { background-color: transparent; background-image: none; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container > .video-iframe-container { display: none; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .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); }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row > .video-iframe-container { display: none; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .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); }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container { border-width: 0; border-radius: 0; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH::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; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .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; }#ItCTPHSC61lDCfR2NBR9I5FkTGTLaFyH > .row .container { width:20rem;height:63rem;position:relative;display:block; }#Q25TbJd2tp4buTfrLSdrC5VGomRBTOJE { 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; }
#Gx128Vo0atykTGELuoXXs19tBUDVi0rb { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#BTNQQAmsgDdwVUAoSKCgUQJOugG3cFPX { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;display:block; }
#c3UyXQpiZi8dd95osM0PKPDHIhxUmTTT { width:8.125rem;height:3.1875rem;top:6.6234374046325rem;left:5.9374998807907rem;display:block; }
#XItsdo2fgA2q1RvnA6vMtuKLCqVLuBpD { width:20rem;height:6.171875rem;top:11.342185974121rem;left:0rem;font-size:1.1875rem;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 #yFVvIevfTbrLIp7knR7xRkyXrMpERzOd {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bSqipUsFw3lr95J85St7cpOaGyKmt5WT { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CIdaHJWhLzsUEvHDVtctSJIPBzdq0llS {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Gpn8aNrUWcPfz93yQZ1RcLSvSXKFUKzH {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gtOOG7Qtt73o6oQBi7Mt7lcTb8pXZL2O { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #LkbM4X79th1Gp4IVkhqinisPuzy14hTi {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TQw03fLk7ef8aeA6o4GGrT6qus5rQ0Wl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Pd0dnsGTCFNmZWP3zpywgO4M18a3Dalq { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VzZC1zq4dHrXtfR9qBSRTgWLNTCtXAgC {  }
#UKahXTArkhsrfUQccT0xMQnHt52kCtHI { display:block; }
#dlZ1AUSzzrOyQ97sTQTKOXRM5cqAHVFT { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KV9XW4eTKPkIysd9pN5krbrQWkvRTL4y {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GkmpPcLddAv5UZb58I9lZGycpweVaFLG {  }
#kyOmhz8HtTtendFRbvi7ATmwPPGpTQCF { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#kyOmhz8HtTtendFRbvi7ATmwPPGpTQCF > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#Kga76uKZZXvJ2K16Lm7utZmRxSzdgTan { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#WTiuMfb96yNBRcBHp53yISG9AQ71lHqM { top:22.4375rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;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; }
#Tgr55T6XfS13ODywwcnudcXQfv5sgWOh { top:27.4375rem;left:3.75rem;width:12.5rem;height:1.54375rem;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; }
#a4snshieGXNq3foo0XDheEhJsaSHQRgU { width:3.875rem;height:4.9375rem;top:22.645833969116rem;left:8.0625rem;z-index:15016;overflow:hidden;display:block; }
#FsZtWb4wLQKgbDgmpVc0c2q14wTx2Omx { width:12.433625rem;height:0.8125rem;top:61.875001907349rem;left:3.7825522422791rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";display:block; }
#AQBF0NMdrsiadbCoEhAfNVhU1MubeFag { display:flex;width:3.125rem;height:3.125rem;top:53.437501907349rem;left:15.98046875rem;z-index:14995; }
#AQBF0NMdrsiadbCoEhAfNVhU1MubeFag > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SgaMlrmkNFbLVvOaO5Ucb8SaeGhCJAJ3 { display:flex;width:2.625rem;height:2.625rem;top:53.6875rem;left:1.25rem;z-index:14996; }
#SgaMlrmkNFbLVvOaO5Ucb8SaeGhCJAJ3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#HlgvdxaK4lc53OmiI9KHcmien4xb93ei { width:19.375rem;height:;top:19.278907775879rem;left:0.3125rem;font-size:1.1875rem;font-weight:700;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:15021;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mNme3SCyzNz9iCTq9iq96kp8WCmsHx2D {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #shz2rFkRku7GxODgHIHtahw8M4F1eqyn { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CO3T7GLZcBS0lMTM48MRQakSluKhkxTe {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zc6yDDObZTckprlce5RJBB32hTH7Xm7g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OJTVmRh6uaadQFAeRyGDdac54rp4PuMf { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #trlGC0UiELq5BbI1lsPG14zDFi69DNk2 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eHEPkB4Z6f7cu5EtLzkF8xb8nE809bVO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vb04LtwDWI46OWTXD7S5098dHl7s3ZVi { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bDTtdSLh7rVg7iN4OoiNcx9a0awUeTDT {  }
#RvXcns3XMe1iDysTUpRrTPSSr4XpwsGZ { display:block; }
#OGGaw3PpX94h67nEnay2ZWzQCNqRT6ks { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zQ0Hff3OyKHG6FaRKmT5LN0Mq7y8n9Dr {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #as2IsM5sIyhNgSFg4MHNeaVtt0ZZWR6D {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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;display:block;vertical-align:top;height:2.4375rem;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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .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;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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;text-align:right;text-align-last:right;height:2.4375rem;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem;overflow:hidden;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.0625rem solid #e2ceb0;border-left:0.0625rem solid #e2ceb0;border-right:0.0625rem solid #e2ceb0;border-bottom:0.0625rem solid #e2ceb0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-family:"ahj 2024 font";font-weight:400;font-style:normal;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:17.5rem;height:auto;top:28.98046875rem;left:0rem;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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.6;color:#b80023;text-align:center;text-align-last:center;font-family:"ahj 2024 font"; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:17.5rem;height:auto;top:28.98046875rem;left:0rem;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; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #evTroILLFq6ZsVJMt5GaouysF0h4U0Hn {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #ebKJzQlLwuNAwUwMLupKwPCEhutT3ATL {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#TbKuWoDhq4o4fcxlrO7tNDnBaaIR1riy { width:18.275rem;height:3.0625rem;top:53.4375rem;left:0.875rem;font-size:1rem;line-height:2;z-index:14990;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; }
#P3S3uG78oIry6gkueHwVluzM4dL4rofP { display:block; }
#LPoLsAqcq4RBgaANqqMtuZtB2BqbTi8n { width:18.15758375rem;height:2.945315rem;top:57.625001907349rem;left:0.89973962306975rem;font-size:1rem;line-height:2;z-index:14991;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 #ff0000;border-left:0.125rem dashed #ff0000;border-right:0.125rem dashed #ff0000;border-bottom:0.125rem dashed #ff0000;display:block; }
#Db2PM9EWsHIyVTNT2royoQsSktnFQ136 { display:block; }
#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw { 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; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row .container { background-color: transparent; background-image: none; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row .container > .video-iframe-container { display: none; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row > .video-iframe-container { display: none; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .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); }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row .container { border-width: 0; border-radius: 0; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Byr8k1y2FGGA3O7GHZ3SeCwBgVcp9HSw > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; }#uzLKXSmJM5QEWK5fSGqzIMiDsnkbPPT6 { 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; }
#tXFf7xcVsFewc0fL0XVl4MQESwsTHaMU { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#VeKXf0DbweESiTh6drDhdAEaVLZUWkhz { 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; }
#qFekI3BOsdc8ViPhlZILMOJXuWrTdfkf { display:block; }
#EISbWrTPf9HiqwSnzmJHMiVP4LTVznBI { 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; }
#yNZRUskrCuHlCsWCUkwbL9kfFKGVAEPy { display:block; }
#TtIxPUq4TghuOe4xa6IfpwPxZ1ohEqPv { 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; }
#hrFcHw2MDS2tMSogmdVGXx6gTK4mDn3z { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#ad2Lp2X8TPW6oUthAK5cnXE9aP5vHsnc { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i { 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; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row .container { background-color: transparent; background-image: none; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row .container > .video-iframe-container { display: none; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row > .video-iframe-container { display: none; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .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); }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row .container { border-width: 0; border-radius: 0; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icyMzUS5RXM3q86EtCWKdunmhfLPFh1i > .row .container { width:20rem;height:23.375rem;position:relative;display:block; }#ZULHMqJUoZekhx3mb04JDMa4irTq2MGb { top:18.0625rem;left:7.125rem;width:12.5rem;height:1.625rem;z-index:15026;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#oFRgWq6MyMRFpHDREZqSpUZTAb9wWMWp { top:5.375rem;left:0rem;width:20rem;height:11.625rem;z-index:14983;overflow:hidden;display:block; }
#ueipUS1IZ99Nod1ZSV8xJnfzO08p54U9 { top:17.75rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14975;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#AUdGZcdJ15UCW3meEKob4dn63Gv1FVcg { display:block; }
#NV9uaPIwrAEGWUi2oMZki7q4UJLeVDTm { top:19.9375rem;left:6.8125rem;width:12.625rem;height:2.4375rem;z-index:15027;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:300;font-style:normal;display:block; }
#csRqR2Ah1Bxxc0QOGCMz8BKSmuH9mIeo { top:4.4778633117676rem;left:6.21875rem;width:7.559875rem;height:1.4362rem;z-index:15030;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#fqdwBZKmtDCD8iCWvfNlz8S0q9kuU2Ny { top:4.609375rem;left:6.625rem;width:6.747375rem;height:0.97395625rem;z-index:15031;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#nlUEFfNzZluT2TwsxZk8wQOi7e7CytdV { top:1.20703125rem;left:2.4036459922791rem;width:15.1861875rem;height:1.21875rem;z-index:14998;font-family:"ahj 2024 font";text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:0.9375rem;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; }
#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS { display:block; }#Dwl9JNXiTB6psDg5JeU186nI5id8qXGS > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#V1IK9WFJF5qdpz8gka1EWqAQctotO4CV { width:20rem;height:1.05625rem;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; }
#qWiAOr115Lh8HCfE2x7rCmoTSUWRUC0q { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;display:block; }
#x2OJ4TmeWKSMtHZy46b3ixAWZn7yvN9p { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15018;display:block; }
#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG { 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; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row .container { background-color: transparent; background-image: none; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row .container > .video-iframe-container { display: none; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row > .video-iframe-container { display: none; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .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); }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row .container { border-width: 0; border-radius: 0; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qnXyVzbfz3kbu3Ovb5ETDUJ98kOJHXuG > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#LlWfchxw8utt6ApghzmXJPZhxC5tdM7M { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#Ecc5HSw0NuRPPzdqg931EGBaSLuRP1CA { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#g2982t5p7LfkJx7Qz8LG4QhZdO0UrBXM { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#VMZfohQlh404Aoae58LChwkASd1CO8gL { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#WrePT8sVKdBSNe6rRMKq0OFWLxtLmDtb { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#qDJc8Eo5iTDcWgmw4szw0NUonrmxeTyH { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#krRtweNt8MOaOwRW1PH1eOvgJ97hQJ08 { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#OKlwxRuW2GrZvkX3yRqSl1Qwqka2GlsN { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#lrEtTehH8iTu5Ou4wfcTyc6MTsDUzBgw { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;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; }
#wpwhivEZPJnQ1ZuJTLzrAPfiuWFFIqut { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP { 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; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row .container { background-color: transparent; background-image: none; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row .container > .video-iframe-container { display: none; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row > .video-iframe-container { display: none; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .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); }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row .container { border-width: 0; border-radius: 0; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmVuXlolrzhTbTZG5LcD6ICW3FVkVeEP > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; }#B0HTMDS0nP58ePyT7z78C64r1HvNm4vg { 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; }
#lU248TaAEIEMiDFtPCSssaZLp6RU6ymk { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#moZppkCzeN5KVkmttAJUbtDn2luZqye4 { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e { display:block; }#B0UHiiyJs3Vbq9DRz5qfghLdVUOM127e > .row .container { width:20rem;height:50rem;position:relative;display:block; }#qp6WNsiMlwZgoHk9UNTlitd6ymN3Jwb3 { top:0rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:14991;background-color:#eaeaea;background-image:none;display:block; }
#xTpsBPT5rgoXfDHCVN8fB2Gco4QcGhzs { width:17.2875rem;height:1.7875rem;top:1.5624971389771rem;left:1.3187500238419rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15001;font-family:"ahj 2024 font";display:block; }
#OHoJdgFU28hI0SIRSgoPUnnmWC6tlbcG { display:block; }
#AFt5sq8OQ58du5MRXaqnlZLFrbsVPhKf { top:3.9375rem;left:2.0937501192093rem;width:15.9375rem;height:11.3671875rem;z-index:15003;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.875rem;display:block; }
#hynRyrcUDqPO2Pe8x4QBOVS5xsVOtExH { width:6.25rem;height:2.5rem;top:13.8125rem;left:0.9375rem;z-index:15013;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
#DBAAVcr72mdTWZ9sb1eXHRhDHex2w0VQ { display:block; }
#bwZf8SkslT024PIu4duLBpzJNw1gZs7S { top:21.250000953674rem;left:2.0312501192093rem;width:15.9375rem;height:9.09375rem;z-index:15005;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.875rem;display:block; }
#ClQhNAlxXd4p5qzDX86o4zvFQA0mXaT1 { width:6.25rem;height:2.5rem;top:30.625rem;left:1rem;z-index:15011;font-size:0.875rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#cDAfaLvTIUSXxJBKusNK6lB5fUvhGiia { display:block; }
#lHMlAOIhFiNkyemANnF3QHpanBnw0ScX { width:17.2875rem;height:1.7875rem;top:18.625000953674rem;left:1.3187500238419rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15004;font-family:"ahj 2024 font";display:block; }
#L1FTio74wqyqVH9ZMNPInc6cwR3twsBf { display:block; }
#eDKoTMtiBEc29J4l79lqLHFHCZUDLg1e { top:38.5625rem;left:1.9375rem;width:15.9375rem;height:6.33593125rem;z-index:15009;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.8125rem;display:block; }
#wQEA9l3s3LXz70XmKLeVTrc2uHo4r5Xm { width:17.3625rem;height:1.8625rem;top:35.875rem;left:1.375rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15007;font-family:"ahj 2024 font";display:block; }
#oHm0OG3pkEOeiiOqBvOszItHsDxfQspc { display:block; }
#WZmzKNATGkLxnovdOyOHdgTdbkf1HIZM { width:6.25rem;height:2.5rem;top:45.812491416931rem;left:1.3187500238419rem;z-index:15012;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
#fBTTKkDsbtvtsFBTQlZrLAtsJkJd3SC0 { display:block; }
#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx { 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; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row .container { background-color: transparent; background-image: none; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row .container > .video-iframe-container { display: none; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row > .video-iframe-container { display: none; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .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); }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row .container { border-width: 0; border-radius: 0; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#veiESpPF0CUp6VyDG24TgMZK1h5Kd1Sx > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; }#GdBc6edeaGhoTFcIEfkcSpMlO9iTnpzK { 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; } #thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row .container { background-color: transparent; background-image: none; }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row .container > .video-iframe-container { display: none; }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row > .video-iframe-container { display: none; }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .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); }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row .container { border-width: 0; border-radius: 0; }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thNQ9CQXi2sD9XJHvwb7AayHoTP2tFIs > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi { 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; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi > .row .container { border-width: 0; border-radius: 0; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yosndZkE7FKOm191DVUwNmRIOOkAUmHi > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; }#c2WLHooumZ9cSql4IKT2NBAseRN3shqt { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#XWTfHAua5e0Fb9vxTTPoZtckXTM0dRlS { 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; }
#vcfvabA65rh82Faioma577m8PnTw9FE3 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#c2zyDEtqVpsP5yimraC2VOWbmBaSGCTE { width:20rem;height:0.8125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#frILHK7vEKPzREVouzVa6AcsOEWDwJci { width:1.75rem;height:1.75rem;top:8.375rem;left:11rem;font-size:1.1875rem;display:block; }
#NJCuOsZ2C8m0M26rKOPTeC9eI1CR4yRV { width:1.6875rem;height:1.6875rem;top:8.375rem;left:9.3125rem;font-size:1.125rem;display:block; }
#AJRFRANwedhQVA1PxReETic3zTAtGxCx { width:2.0625rem;height:2.0625rem;top:8.1875rem;left:7.25rem;font-size:1.4375rem;display:block; }
#h19RWzfCShrN0gN846rTBVz29VDWpC8p { width:6.1875rem;height:2.625rem;top:4.1874942779541rem;left:6.9062498807906rem;display:block; }
#LUxZhc1aW7DsxaM5cHr7PwitCqQAcTkW { width:20rem;height:1.8684875rem;top:1.5625rem;left:0rem;font-size:1.4375rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#Fa4sUnycnny02WnpqR32lE3itx3e4PsZ { top:16.249217987061rem;left:0rem;width:5.125rem;height:2.1875rem;z-index:15017;display:block; }
#ZprmEZJ7p84UUGTH7yg1Pfda7mtHHwTl { 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; }
#Aqu8MoS8my053L25TFdTgSwN9O3dLT8p { display:flex;top:12.567970275879rem;left:6.8000000715256rem;width:1rem;height:1rem;z-index:15152; }
#y6RTb7dhVqsvBSmFAbAJi969M7TQogsl { top:11.424999237061rem;left:0rem;width:5.4375rem;height:3.0625rem;z-index:15155;display:block; }
