.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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; } #wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container { background-color: transparent; background-image: none; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container > .video-iframe-container { display: none; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row > .video-iframe-container { display: none; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .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); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container { border-width: 0; border-radius: 0; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 { 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; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9.adaptive-delivery-prevent-bg, #K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9.lazyload, #K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9.lazyloading { background-image: none; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container { border-width: 0; border-radius: 0; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#XiRooygi6FaOynOf3L2UsnDzb71cIoyp { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#HTSZlbxhOnTC3iuBicEQ5OUyMI4zLNDk { 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; }
#kKz02W3krEfmxypqgpf6y1r9fiU7NhRp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#dTci7OXTlJ7nD0gI3pwTCKCqV6D2sz39 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.154052734375rem;overflow:hidden;display:block; }
#tDIqK8on1Z3wUeocKQzubaO0Vxeg3dgv { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #onPgv9ohSF4lchuqqdQXdL2zhO6DZRkU { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zMR1kVKAw4eMOGT7E3dzvNX9zX7FhmHM { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Udrrk2MplaB2NAioB2ic4KbRJ6oOGT4g { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ev3EQukhVKKwdwKGx36MAi1uHqwm3B0a { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gRr60E7RaJZbTPaqQGtDdDJh3dU1Zaxd { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #f0mIlB6QhV9Hn4VpVnb9HsVvNEaT0CsW { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #laIoh7uaMyBtKrSpogIguI6vPsEGodfL { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vExDtHvXfqeTrWMnOa7GAxJE61TzU9Fc { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CX4WIX8cseOgVPoo1B99splV5D9LAzXL { position:relative; }
#lKEk2W9IFTRCv6Aemrd9TF1gIqvfJhck { position:relative;display:block; }
#ftSshOMKKTFXnVcR9Hg7tdUVIbdEzVnU { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dCvquF4Ei4z1a6s7xIDp88fqlsCzLksq { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RerdKcbi4otcP5royxezLyNLgqd4AO9L { position:relative; }
#tn7FJ1yt2BNCM4zqNNn2TeoQIJUDeiz9 { 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; }
#tn7FJ1yt2BNCM4zqNNn2TeoQIJUDeiz9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#lT3TQ2OwNxTJz07LaCpm4JCsuWNGrckx { 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; }
#XbiZ5KJzEv11JhhmAi5aatV7HfLOWg9l { 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; }
#e3AXg1Hhv8bwrdNiDIotHoaLhNafQznz { 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; }
#Fl3SGNuC9IJ15SckOZJW55mhdWwFRsNq { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#wtlfMgaLtp9GauShsCMmnXiQ6IDWRXxT { 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; }
#wtlfMgaLtp9GauShsCMmnXiQ6IDWRXxT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LegDlFZD9mW1VXT20sZr1nCkSvy6WbF4 { 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; }
#LegDlFZD9mW1VXT20sZr1nCkSvy6WbF4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#owWhks6AT3k23hI7sw2B5JxzxGMM0bMJ { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #I257nS2giHfLln70OVKV4z7ern0WqMJZ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #B9TGmM3QwDQvIm1iclNlwKTFGGWvbUbh { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iLJrolITbTpqHDRoKFqkQut9qvFVezND { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #alIrN5Ec9geZUmbpsH4Lqp6SRholqSp8 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SUlH9xa7XGIm5xTKJGL7nLMwnnG3lgIH { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mbqoeSstn2UqoKJ62iQEs2OPxz7wn0SM { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sQ2kCqdoIPbvPmRiuZ9AT80BQr9CM2Tc { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aeRoTIyDvuw5Tz3HrmV8y5CJKGztNMpz { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kyQT8HhlSGd9Ahs25ehKeXVye0F75brv { position:relative; }
#c6kPVHPaBkz93H1vdUBKmcVbfXDcE7Sf { position:relative;display:block; }
#kg95s1EwOf8s70F5zWcf1NA28p1wPdIr { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #wrKVPzPpLMmgqaUmpgBCQJUoKpoSA55O { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NtFFRkErCwe6cwUMvk09VsIshCadETe6 { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-form-header {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-container:first-of-type{padding-top:0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-container:last-of-type{padding-bottom:0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48  { 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.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;z-index:15003;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:20.87890625rem;left:1.8815097808838rem; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-info-text { font-size:0.75rem; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 {display:block;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 { 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.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;z-index:15003;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:20.87890625rem;left:1.8815097808838rem; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UC6xC58Q4MkTMeEaKJZ1rLErXrdnotZu { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #quKmPEgnXIO915oVb60L7M0tQHAh3NMX { position:relative;display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #Qv66UUDsqeBlvWd0F4CSCeBLeHrsKUEN { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #gQkz7qo8QGMnEoZpPWKmTyARzk7GFr0z { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #XkzicBlZ1dnwalwnhAuwcBFPDgtVNLsi { position:relative;display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #FOJq9lHqMmefIhTXqN6Gi2V7wSO3xsI6 { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #WUwDh0iNdyofRnUFiN1twAk9NX6MADTJ { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #rTHQhmoCsUIgfg9ho1zebIauR7PTCFDA { position:relative;display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #JqgSMTslmi0O4C9WEhBqHrTJHCGXoyoR { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #eIJxAJzwhQ3RMD27yw6ri6AtElyalRa7 { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #ZpWBJ9sO8AoCrQBayKV6a1JCVKu5bk7w { position:relative;display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #TLzQU8HlxTcwUJsoASlhtMEz8p6HeXvN { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #Le4StsSzE43CVhk2FS6Gh1tDQ35DcmOM { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #bb4oetSE65CASoFxFU5kyzCS0VrPUUwS { position:relative;display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #k41b0riQzrVp4QzGt8EVfXkaTmmDOIFu { position:relative; }
#mnITAsimoc7lT7sPclFCvupS9gzaif8f { position:relative;display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #qVG8NVKShLGfqNP7hiXT6qx72zRnt0rN { position:relative;display:block;z-index:15000; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #XTZ9CC4PsVutHSpuRfGp4ty6hxNKCIaT { position:relative;display:block;z-index:15000; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UJrisTgxZtJPQ7Jc2iX8TCFa1veOEAyT { position:relative; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UuPcLle7MzIEFmTTGNlLH5w0stWqi9C7 { position:relative; }
#BTBwfNVTygTFq6SxIyfpuieZImIdHULc { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#GoxTxJBCcyyB0douXdxhCC3go7P7SsP4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usFKP4g2NcBa9THalKD7uhw8TTH92TL8 { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#to2z3UF4DQOpEKAvNSTOh9ENbI37k1py { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IBrVnWg16ZHw4XKvlsePUWsn1eXX4kw5 { 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:11.4375rem;width:9.375rem;display:none; }
#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC { position:relative;display:none; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC { border-width: 0; border-radius: 0; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .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; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .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; }#bvoa6eNzfN9qJUaxXF7eIEap63PQz6JH { 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; }
#EyQOx8eBVBzFTDAVLv7st7TXGB8m67RZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#x9XzOLA93Tqd3NsnpXJkE9A42maeHvHf { 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; }
#I1qhNycoGrGBIEFETFBLTTboeq7GTt5L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wT9w3lgAHXBuo6ErBhTHp7X08lB9STDF { 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; }
#T2fBpIeGpKP1KQfz4NR7RwRHaTwsR9Jg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTsAsmbCgzJCb7ruIPLeg8T0CT9oolWz { 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; }
#iJGwM3GbrbG69PvcRT6HEQ2ZpGMibabT { 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; }
#rzdMym0pPpbDS1l0CkKwHEuUiG9mfAfh { 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; }
#euN57q4GIIvwg4TdG85Sm52e0vniqI1h { 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; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h.adaptive-delivery-prevent-bg, #euN57q4GIIvwg4TdG85Sm52e0vniqI1h.lazyload, #euN57q4GIIvwg4TdG85Sm52e0vniqI1h.lazyloading { background-image: none; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row .container { background-color: transparent; background-image: none; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row .container > .video-iframe-container { display: none; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row > .video-iframe-container { display: none; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .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); }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row .container { border-width: 0; border-radius: 0; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row .container { font-size:0.875rem;font-family:arial;height:79rem;width:60rem;position:relative;display:block; }#SVgDxJb2n2g5mTWnv0CsCAffvngyadIf { 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.3125rem solid #6a957b;border-left:0.3125rem solid #6a957b;border-right:0.3125rem solid #6a957b;border-bottom:0.3125rem solid #6a957b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#6a957b;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:11.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.368408203125rem;left:26.47705078125rem;display:block; }
#twemKCwi1yqyTlMJ2NEKD0ValFToWALT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#povIopvNXTaA5PcXL0Iip955cp4T5CcJ { 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:15001;background-color:#e3e3e3;background-image:none;top:9.7916660308837rem;left:10.916666030884rem;border-top:0.5rem solid #5d92ff;border-left:0.5rem solid #5d92ff;border-right:0.5rem solid #5d92ff;border-bottom:0.5rem solid #5d92ff;display:none; }
#dzShUqK6d51HbJOTb2OeHb0FzfHFh4IS { box-sizing:content-box;height:2.56225625rem;width:5.874025rem;position:absolute;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block;z-index:15019;background-color:#6a957b;background-image:none;top:5.753173828125rem;left:28.499755859375rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#WRl5UvTLUptuD9JUOuxKN5kvp4rrU4mc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ahj 2024 font";font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:6.446533203125rem;left:25.30517578125rem;height:1.9482375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#BHFinBzkAQczK6Sua1ttVshMKSIMnOSq { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:"ahj 2024 font";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.1666693687439rem;left:23.750001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrBqeQEzlyWfTFkCoPsyDto2Tz4h247o { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:#68452f;background-image:none;top:3.0000014305115rem;left:20.625001907349rem;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;display:block; }
#CNpoxhHwmF9FlEUfghoZ6XsVT9sA3kT0 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:29.125rem;top:7.4361982345581rem;left:17.509115219116rem;overflow:hidden;display:block; }
#tqUXH1zIxaOJWsAALas5W5D18DIhX57d { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:29.8125rem;top:30.937502861023rem;left:17.477865219116rem;overflow:hidden;display:block; }
#kwXFlLnhX26HiHfyuBA6x2lwqh8KsEqs { 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.3125rem solid #6a957b;border-left:0.3125rem solid #6a957b;border-right:0.3125rem solid #6a957b;border-bottom:0.3125rem solid #6a957b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#6a957b;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:11.25rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:48.2490234375rem;left:26.47705078125rem;display:block; }
#xSZLNuTpuiAWn6P3QkUTDw2UuUuZZLgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HT3woTc381Gbcb8T4xfkuxnmEPbSTyED { 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.3125rem solid #6a957b;border-left:0.3125rem solid #6a957b;border-right:0.3125rem solid #6a957b;border-bottom:0.3125rem solid #6a957b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#6a957b;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:11.25rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:75.165367126462rem;left:26.477865219116rem;display:block; }
#uiq2MgTwrUX8TprWVMyPky6bN1VUoC4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPbk5vuCQJndf9kfoq7dy0AS9yxyM6TQ { position:absolute;display:block;z-index:15023;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.125rem;width:3.6875rem;top:4.18701171875rem;left:27.1845703125rem;overflow:hidden;display:block; }
#CU6a111EJpnW7QSlocETdfbT7XuQUrKB { box-sizing:content-box;height:2.56225625rem;width:5.874025rem;position:absolute;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;display:block;z-index:15022;background-color:#6a957b;background-image:none;top:29.8125rem;left:29.0625rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#ftOnenRlHcsqCiMJpmTkBs7bJx2WlIFJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ahj 2024 font";font-size:0.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.5rem;left:25.875rem;height:1.9482375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#A41o9u0F0QOuevEblgHkTlvUryCdQmWI { position:absolute;display:block;z-index:15026;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.125rem;width:3.6875rem;top:28.25rem;left:27.75rem;overflow:hidden;display:block; }
#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD { position:relative;display:none; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD { border-width: 0; border-radius: 0; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .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; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .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; }#iseGqmOUzRWMqrOGykJJoSpC2O3kJLqN { 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; }
#MHA9rnK9Wpk1l7FnyIXapX7ptlXq0oL2 { color:#19232e;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:41.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OBJiBm9M6p8GaXHWGzRu30eZrxDVydGP { color:#3c3c3c;display:block;width:16.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.0625rem;left:43.625rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ysBi1FAwDbac0QmV9gb3Sc6wcOdi8Ril { position:absolute;display:block;z-index:15019;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:9.25rem;width:9.125rem;top:7.8125rem;left:47.25rem;overflow:hidden;display:none; }
#TN0P7zFD7PU7XAT6l2xy9QapWN9PPum2 { position:absolute;display:block;z-index:15031;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:8rem;width:5.3125rem;top:6.125rem;left:48.3125rem;overflow:hidden;display:none; }
#TdLq1KJHw7L1WIxZmywm7cKonEFK2z3J { 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; }
#qlOQMBN60v7mIkChClucDZEZ01DPXR4G { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3841857910156E-7rem;left:31.250001907349rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cAdmgU9G5TQxi4e25kLE1mf6lbDTUfhL { background-color:#484848;background-image:none;background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:9.4375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.625000953674rem;left:47.593751907349rem;display:none; }
#bs1IeN87b6I4aJQXT4isApGx2LknEFlq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#US4at5DuiZErh6ILzPpLUBMN1UHquWvh { position:relative;display:none; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh { border-width: 0; border-radius: 0; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .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; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .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; }#Vt10kRobGLeKUeQ960oIHlGA7wBHlSwp { 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; }
#UDn21Q2p7APmnUcq8NFsNvRLklP0Khlr { 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; }
#wqegO6FgQT5ZTTfngerWTzQ4Sl6Z2nW9 { 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; }
#y6L2Pu8CO3XtrsFO4kn5i8g3lg6TtGQX { 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; }
#U39ly1EKaroKxwnrTEpIke5MhN6bmK2G { 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; }
#LZyKdymuOpFtkmBh3KPpJSr7fakfDmXm { 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; }
#ttMiUHMltKK9b6gN9Xnu7rvwLhv6HMuV { 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; }
#kBItPfBbs54O8IzUDUXUVFmpDhsqi5lt { 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; }
#aH5dJVwduOZ7VUbEVeQMCQA64fhwgCw5 { 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; }
#GOLKQdEtL5WE0TpaMmGcrcBsa9lEaeVN { 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; }
#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; } #CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 { border-width: 0; border-radius: 0; }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .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; }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .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; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { 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:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.adaptive-delivery-prevent-bg, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyload, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyloading { background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { background-color: transparent; background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { display: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .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); }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { border-width: 0; border-radius: 0; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { 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; }
#zDdKusBbADKZMwz42B7VatndR8O9mOHU { 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; }
#sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { 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; }
#OmpvOLTu4dzWTtuAWMGLlB9kneNUdAaJ { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { box-sizing:content-box;color:rgba(178,1,41,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:11.3125rem;left:55.5rem;display:block; }
#wTwZ6PC79B75KgvdCms1weH7HQ0K9N8A { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:17rem;left:35.4375rem;height:1.8005375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uc7VT2BluiHJq8boGWKpdrzB0tAqyP2D { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #fdbd61 ;height:2.9375rem;width:20.1875rem;top:16.4375rem;left:35.3125rem;display:block; }
#gNVqFW0sPAh2LlREspTRWcS4537JGwgz { 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; }
#seg3LftO3h4ZFAmxIPohHvuMoaqrx1Ss { 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; }
#k5Vgyugl3BJkzDBREkyEuhqefFtFw2Rl { 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; }
#uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:12.37425rem;top:6.136474609375rem;left:21.185302734375rem;overflow:hidden;display:block; }
#ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.9817125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WziiHSnBDpCcZJQ8Me5CRJ3KzcOaTETE { position:absolute;display:block;z-index:15017;height:9.375rem;width:12.5rem;top:9.33332824707rem;left:9.1666660308837rem;display:block; }
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; } #wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container { width:47.75rem;position:relative;display:block; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 { display:none; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container { width:47.75rem;position:relative;display:none; }#XiRooygi6FaOynOf3L2UsnDzb71cIoyp { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#HTSZlbxhOnTC3iuBicEQ5OUyMI4zLNDk { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#kKz02W3krEfmxypqgpf6y1r9fiU7NhRp { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#dTci7OXTlJ7nD0gI3pwTCKCqV6D2sz39 { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#tDIqK8on1Z3wUeocKQzubaO0Vxeg3dgv { top:11.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #onPgv9ohSF4lchuqqdQXdL2zhO6DZRkU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zMR1kVKAw4eMOGT7E3dzvNX9zX7FhmHM { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Udrrk2MplaB2NAioB2ic4KbRJ6oOGT4g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ev3EQukhVKKwdwKGx36MAi1uHqwm3B0a {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gRr60E7RaJZbTPaqQGtDdDJh3dU1Zaxd { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #f0mIlB6QhV9Hn4VpVnb9HsVvNEaT0CsW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #laIoh7uaMyBtKrSpogIguI6vPsEGodfL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vExDtHvXfqeTrWMnOa7GAxJE61TzU9Fc { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CX4WIX8cseOgVPoo1B99splV5D9LAzXL {  }
#lKEk2W9IFTRCv6Aemrd9TF1gIqvfJhck { display:block; }
#ftSshOMKKTFXnVcR9Hg7tdUVIbdEzVnU { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dCvquF4Ei4z1a6s7xIDp88fqlsCzLksq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RerdKcbi4otcP5royxezLyNLgqd4AO9L {  }
#tn7FJ1yt2BNCM4zqNNn2TeoQIJUDeiz9 { display:none; }
#tn7FJ1yt2BNCM4zqNNn2TeoQIJUDeiz9 > img { max-width: 100%;max-height:100%; width:; height:; }#lT3TQ2OwNxTJz07LaCpm4JCsuWNGrckx { display:none; }
#XbiZ5KJzEv11JhhmAi5aatV7HfLOWg9l { display:none; }
#e3AXg1Hhv8bwrdNiDIotHoaLhNafQznz { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#Fl3SGNuC9IJ15SckOZJW55mhdWwFRsNq { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#wtlfMgaLtp9GauShsCMmnXiQ6IDWRXxT { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#wtlfMgaLtp9GauShsCMmnXiQ6IDWRXxT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LegDlFZD9mW1VXT20sZr1nCkSvy6WbF4 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#LegDlFZD9mW1VXT20sZr1nCkSvy6WbF4 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#owWhks6AT3k23hI7sw2B5JxzxGMM0bMJ { top:19.1875rem;left:0rem;width:19.375rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #I257nS2giHfLln70OVKV4z7ern0WqMJZ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #B9TGmM3QwDQvIm1iclNlwKTFGGWvbUbh { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iLJrolITbTpqHDRoKFqkQut9qvFVezND {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #alIrN5Ec9geZUmbpsH4Lqp6SRholqSp8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SUlH9xa7XGIm5xTKJGL7nLMwnnG3lgIH { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mbqoeSstn2UqoKJ62iQEs2OPxz7wn0SM {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sQ2kCqdoIPbvPmRiuZ9AT80BQr9CM2Tc {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aeRoTIyDvuw5Tz3HrmV8y5CJKGztNMpz { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kyQT8HhlSGd9Ahs25ehKeXVye0F75brv {  }
#c6kPVHPaBkz93H1vdUBKmcVbfXDcE7Sf { display:block; }
#kg95s1EwOf8s70F5zWcf1NA28p1wPdIr { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #wrKVPzPpLMmgqaUmpgBCQJUoKpoSA55O {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NtFFRkErCwe6cwUMvk09VsIshCadETe6 {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 {display:block;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UC6xC58Q4MkTMeEaKJZ1rLErXrdnotZu {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #quKmPEgnXIO915oVb60L7M0tQHAh3NMX { display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #Qv66UUDsqeBlvWd0F4CSCeBLeHrsKUEN {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #gQkz7qo8QGMnEoZpPWKmTyARzk7GFr0z {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #XkzicBlZ1dnwalwnhAuwcBFPDgtVNLsi { display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #FOJq9lHqMmefIhTXqN6Gi2V7wSO3xsI6 {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #WUwDh0iNdyofRnUFiN1twAk9NX6MADTJ {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #rTHQhmoCsUIgfg9ho1zebIauR7PTCFDA { display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #JqgSMTslmi0O4C9WEhBqHrTJHCGXoyoR {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #eIJxAJzwhQ3RMD27yw6ri6AtElyalRa7 {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #ZpWBJ9sO8AoCrQBayKV6a1JCVKu5bk7w { display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #TLzQU8HlxTcwUJsoASlhtMEz8p6HeXvN {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #Le4StsSzE43CVhk2FS6Gh1tDQ35DcmOM {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #bb4oetSE65CASoFxFU5kyzCS0VrPUUwS { display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #k41b0riQzrVp4QzGt8EVfXkaTmmDOIFu {  }
#mnITAsimoc7lT7sPclFCvupS9gzaif8f { display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #qVG8NVKShLGfqNP7hiXT6qx72zRnt0rN {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #XTZ9CC4PsVutHSpuRfGp4ty6hxNKCIaT {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UJrisTgxZtJPQ7Jc2iX8TCFa1veOEAyT {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UuPcLle7MzIEFmTTGNlLH5w0stWqi9C7 {  }
#BTBwfNVTygTFq6SxIyfpuieZImIdHULc { width:;height:;display:none; }
#GoxTxJBCcyyB0douXdxhCC3go7P7SsP4 { display:block; }
#usFKP4g2NcBa9THalKD7uhw8TTH92TL8 { width:;height:;display:none; }
#to2z3UF4DQOpEKAvNSTOh9ENbI37k1py { display:block; }
#IBrVnWg16ZHw4XKvlsePUWsn1eXX4kw5 { width:9.375rem;height:11.4375rem;display:none; }
#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC { display:none; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row .container { width:47.75rem;position:relative;display:none; }#bvoa6eNzfN9qJUaxXF7eIEap63PQz6JH { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#EyQOx8eBVBzFTDAVLv7st7TXGB8m67RZ { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#x9XzOLA93Tqd3NsnpXJkE9A42maeHvHf { width:0;height:0;display:none; }
#I1qhNycoGrGBIEFETFBLTTboeq7GTt5L { display:block; }
#wT9w3lgAHXBuo6ErBhTHp7X08lB9STDF { width:0;height:0;display:none; }
#T2fBpIeGpKP1KQfz4NR7RwRHaTwsR9Jg { display:block; }
#xTsAsmbCgzJCb7ruIPLeg8T0CT9oolWz { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#iJGwM3GbrbG69PvcRT6HEQ2ZpGMibabT { display:none; }
#rzdMym0pPpbDS1l0CkKwHEuUiG9mfAfh { display:none; }
#euN57q4GIIvwg4TdG85Sm52e0vniqI1h { display:block; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row .container { width:47.75rem;position:relative;display:block; }#SVgDxJb2n2g5mTWnv0CsCAffvngyadIf { width:11.25rem;height:2.5rem;top:24.3125rem;left:20.35205078125rem;display:block; }
#twemKCwi1yqyTlMJ2NEKD0ValFToWALT { display:block; }
#povIopvNXTaA5PcXL0Iip955cp4T5CcJ { top:10.375rem;left:5.4166660308838rem;width:;height:;display:none; }
#dzShUqK6d51HbJOTb2OeHb0FzfHFh4IS { top:5.75rem;left:22.374755859375rem;width:5.8125rem;height:2.5rem;display:block; }
#WRl5UvTLUptuD9JUOuxKN5kvp4rrU4mc { top:6.4375rem;left:19.18017578125rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
#BHFinBzkAQczK6Sua1ttVshMKSIMnOSq { top:1.125rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
#rrBqeQEzlyWfTFkCoPsyDto2Tz4h247o { top:3rem;left:14.500001907349rem;width:18.75rem;height:0.3125rem;display:block; }
#CNpoxhHwmF9FlEUfghoZ6XsVT9sA3kT0 { top:7.375rem;left:11.384115219116rem;width:29.1875rem;height:16.9375rem;display:block; }
#tqUXH1zIxaOJWsAALas5W5D18DIhX57d { top:30.9375rem;left:11.352865219116rem;width:29.875rem;height:17.3125rem;display:block; }
#kwXFlLnhX26HiHfyuBA6x2lwqh8KsEqs { width:11.25rem;height:2.5rem;top:48.1875rem;left:20.35205078125rem;display:block; }
#xSZLNuTpuiAWn6P3QkUTDw2UuUuZZLgQ { display:block; }
#HT3woTc381Gbcb8T4xfkuxnmEPbSTyED { width:11.25rem;height:2.5rem;top:75.125rem;left:20.352865219116rem;display:block; }
#uiq2MgTwrUX8TprWVMyPky6bN1VUoC4a { display:block; }
#zPbk5vuCQJndf9kfoq7dy0AS9yxyM6TQ { width:3.6875rem;height:3.1258264897159rem;top:4.125rem;left:21.0595703125rem;display:none; }
#CU6a111EJpnW7QSlocETdfbT7XuQUrKB { top:29.8125rem;left:22.9375rem;width:5.8125rem;height:2.5rem;display:block; }
#ftOnenRlHcsqCiMJpmTkBs7bJx2WlIFJ { top:30.5rem;left:19.75rem;width:12.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
#A41o9u0F0QOuevEblgHkTlvUryCdQmWI { width:3.625rem;height:3.0728463797208rem;top:28.25rem;left:21.625rem;display:none; }
#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD { display:none; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .row .container { width:47.75rem;position:relative;display:none; }#iseGqmOUzRWMqrOGykJJoSpC2O3kJLqN { display:none; }
#MHA9rnK9Wpk1l7FnyIXapX7ptlXq0oL2 { width:19.875rem;height:9.0625rem;top:22.625rem;left:0rem;font-size:0.875rem;display:none; }
#OBJiBm9M6p8GaXHWGzRu30eZrxDVydGP { width:19.9375rem;height:4.125rem;top:14.1875rem;left:0rem;font-size:1.0625rem;display:none; }
#ysBi1FAwDbac0QmV9gb3Sc6wcOdi8Ril { top:7.8125rem;left:33.625rem;width:9.125rem;height:9.25rem;display:none; }
#TN0P7zFD7PU7XAT6l2xy9QapWN9PPum2 { top:6.125rem;left:34.6875rem;width:5.3125rem;height:8rem;display:none; }
#TdLq1KJHw7L1WIxZmywm7cKonEFK2z3J { display:none; }
#qlOQMBN60v7mIkChClucDZEZ01DPXR4G { top:1.3125rem;left:0rem;width:18.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#cAdmgU9G5TQxi4e25kLE1mf6lbDTUfhL { width:9.4375rem;height:3rem;top:25.625rem;left:33.968751907349rem;display:none; }
#bs1IeN87b6I4aJQXT4isApGx2LknEFlq { display:block; }
#US4at5DuiZErh6ILzPpLUBMN1UHquWvh { display:none; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row .container { width:47.75rem;position:relative;display:none; }#Vt10kRobGLeKUeQ960oIHlGA7wBHlSwp { width:6.25rem;height:2.0625rem;display:none; }
#UDn21Q2p7APmnUcq8NFsNvRLklP0Khlr { width:2.0625rem;height:2.0625rem;display:none; }
#wqegO6FgQT5ZTTfngerWTzQ4Sl6Z2nW9 { width:2.0625rem;height:1.9375rem;display:none; }
#y6L2Pu8CO3XtrsFO4kn5i8g3lg6TtGQX { width:2.0625rem;height:1.4375rem;display:none; }
#U39ly1EKaroKxwnrTEpIke5MhN6bmK2G { width:3.75rem;height:1.25rem;display:none; }
#LZyKdymuOpFtkmBh3KPpJSr7fakfDmXm { width:1.75rem;height:1.25rem;display:none; }
#ttMiUHMltKK9b6gN9Xnu7rvwLhv6HMuV { width:1.25rem;height:1.375rem;display:none; }
#kBItPfBbs54O8IzUDUXUVFmpDhsqi5lt { width:3.125rem;height:1.25rem;display:none; }
#aH5dJVwduOZ7VUbEVeQMCQA64fhwgCw5 { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#GOLKQdEtL5WE0TpaMmGcrcBsa9lEaeVN { 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; } #CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row .container { width:47.75rem;position:relative;display:none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { width:47.75rem;position:relative;display:block; }#q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#zDdKusBbADKZMwz42B7VatndR8O9mOHU { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.875rem;display:block; }
#sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#OmpvOLTu4dzWTtuAWMGLlB9kneNUdAaJ { top:20.75rem;left:12.467529296875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { width:3.625rem;height:3.625rem;top:11.3125rem;left:44.125rem;font-size:2.5rem;display:block; }
#wTwZ6PC79B75KgvdCms1weH7HQ0K9N8A { width:19.25rem;height:1.75rem;top:17rem;left:28.5rem;font-size:1.0625rem;display:block; }
#uc7VT2BluiHJq8boGWKpdrzB0tAqyP2D { top:16.4375rem;left:27.625rem;width:20.125rem;height:2.875rem;display:block; }
#gNVqFW0sPAh2LlREspTRWcS4537JGwgz { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#seg3LftO3h4ZFAmxIPohHvuMoaqrx1Ss { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#k5Vgyugl3BJkzDBREkyEuhqefFtFw2Rl { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { top:6.125rem;left:15.060302734375rem;width:12.3125rem;height:5.2859895549225rem;display:block; }
#ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { top:0.8125rem;left:4.530517578125rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#WziiHSnBDpCcZJQ8Me5CRJ3KzcOaTETE { top:9.3125rem;left:3.0416660308838rem;width:12.5rem;height:9.375rem;display:block; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container { background-color: transparent; background-image: none; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container > .video-iframe-container { display: none; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row > .video-iframe-container { display: none; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .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); }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container { border-width: 0; border-radius: 0; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXpOvzNJM6pJEGegiyIprdXCpgVzJEfK > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 { 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; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9.adaptive-delivery-prevent-bg, #K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9.lazyload, #K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9.lazyloading { background-image: none; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container { background-color: transparent; background-image: none; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container > .video-iframe-container { display: none; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .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); }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row > .video-iframe-container { display: none; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .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); }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container { border-width: 0; border-radius: 0; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9::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; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .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; }#K81MshE5TOcuEhCPG1d4sG1KNGBwtkK9 > .row .container { width:20rem;height:58.125rem;position:relative;display:block; }#XiRooygi6FaOynOf3L2UsnDzb71cIoyp { 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; }
#HTSZlbxhOnTC3iuBicEQ5OUyMI4zLNDk { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#kKz02W3krEfmxypqgpf6y1r9fiU7NhRp { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;display:block; }
#dTci7OXTlJ7nD0gI3pwTCKCqV6D2sz39 { width:8.125rem;height:3.1875rem;top:4.6848964691162rem;left:5.9375rem;display:block; }
#tDIqK8on1Z3wUeocKQzubaO0Vxeg3dgv { width:20rem;height:6.171875rem;top:7.875rem;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 #onPgv9ohSF4lchuqqdQXdL2zhO6DZRkU {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zMR1kVKAw4eMOGT7E3dzvNX9zX7FhmHM { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Udrrk2MplaB2NAioB2ic4KbRJ6oOGT4g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ev3EQukhVKKwdwKGx36MAi1uHqwm3B0a {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gRr60E7RaJZbTPaqQGtDdDJh3dU1Zaxd { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #f0mIlB6QhV9Hn4VpVnb9HsVvNEaT0CsW {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #laIoh7uaMyBtKrSpogIguI6vPsEGodfL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vExDtHvXfqeTrWMnOa7GAxJE61TzU9Fc { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CX4WIX8cseOgVPoo1B99splV5D9LAzXL {  }
#lKEk2W9IFTRCv6Aemrd9TF1gIqvfJhck { display:block; }
#ftSshOMKKTFXnVcR9Hg7tdUVIbdEzVnU { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dCvquF4Ei4z1a6s7xIDp88fqlsCzLksq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RerdKcbi4otcP5royxezLyNLgqd4AO9L {  }
#tn7FJ1yt2BNCM4zqNNn2TeoQIJUDeiz9 { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#tn7FJ1yt2BNCM4zqNNn2TeoQIJUDeiz9 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#lT3TQ2OwNxTJz07LaCpm4JCsuWNGrckx { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#XbiZ5KJzEv11JhhmAi5aatV7HfLOWg9l { top:18.125rem;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; }
#e3AXg1Hhv8bwrdNiDIotHoaLhNafQznz { top:23.125rem;left:3.75rem;width:12.5rem;height:1.54296875rem;z-index:15153;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#Fl3SGNuC9IJ15SckOZJW55mhdWwFRsNq { width:12.433625rem;height:0.8125rem;top:57rem;left:3.7825522422791rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";display:block; }
#wtlfMgaLtp9GauShsCMmnXiQ6IDWRXxT { display:flex;width:3.125rem;height:3.125rem;top:48.5625rem;left:15.8125rem;z-index:14995; }
#wtlfMgaLtp9GauShsCMmnXiQ6IDWRXxT > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LegDlFZD9mW1VXT20sZr1nCkSvy6WbF4 { display:flex;width:2.625rem;height:2.625rem;top:48.9375rem;left:1.4361979961395rem;z-index:14996; }
#LegDlFZD9mW1VXT20sZr1nCkSvy6WbF4 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#owWhks6AT3k23hI7sw2B5JxzxGMM0bMJ { width:19.375rem;height:1.54296875rem;top:15.75rem;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 #I257nS2giHfLln70OVKV4z7ern0WqMJZ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #B9TGmM3QwDQvIm1iclNlwKTFGGWvbUbh { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iLJrolITbTpqHDRoKFqkQut9qvFVezND {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #alIrN5Ec9geZUmbpsH4Lqp6SRholqSp8 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SUlH9xa7XGIm5xTKJGL7nLMwnnG3lgIH { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mbqoeSstn2UqoKJ62iQEs2OPxz7wn0SM {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #sQ2kCqdoIPbvPmRiuZ9AT80BQr9CM2Tc {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aeRoTIyDvuw5Tz3HrmV8y5CJKGztNMpz { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kyQT8HhlSGd9Ahs25ehKeXVye0F75brv {  }
#c6kPVHPaBkz93H1vdUBKmcVbfXDcE7Sf { display:block; }
#kg95s1EwOf8s70F5zWcf1NA28p1wPdIr { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #wrKVPzPpLMmgqaUmpgBCQJUoKpoSA55O {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NtFFRkErCwe6cwUMvk09VsIshCadETe6 {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .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;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem;overflow:hidden; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.875rem;overflow:hidden;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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [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; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-radio-label { float:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48  { width:17.5rem;height:auto;top:24.249267578125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.6;font-family:"ahj 2024 font";text-align:center;text-align-last:center;color:#b80023; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 {display:block;}#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 { width:17.5rem;height:auto;top:24.249267578125rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UC6xC58Q4MkTMeEaKJZ1rLErXrdnotZu {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #quKmPEgnXIO915oVb60L7M0tQHAh3NMX { display:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #Qv66UUDsqeBlvWd0F4CSCeBLeHrsKUEN {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #gQkz7qo8QGMnEoZpPWKmTyARzk7GFr0z {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #XkzicBlZ1dnwalwnhAuwcBFPDgtVNLsi { display:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #FOJq9lHqMmefIhTXqN6Gi2V7wSO3xsI6 {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #WUwDh0iNdyofRnUFiN1twAk9NX6MADTJ {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #rTHQhmoCsUIgfg9ho1zebIauR7PTCFDA { display:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #JqgSMTslmi0O4C9WEhBqHrTJHCGXoyoR {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #eIJxAJzwhQ3RMD27yw6ri6AtElyalRa7 {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #ZpWBJ9sO8AoCrQBayKV6a1JCVKu5bk7w { display:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #TLzQU8HlxTcwUJsoASlhtMEz8p6HeXvN {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #Le4StsSzE43CVhk2FS6Gh1tDQ35DcmOM {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #bb4oetSE65CASoFxFU5kyzCS0VrPUUwS { display:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #k41b0riQzrVp4QzGt8EVfXkaTmmDOIFu {  }
#mnITAsimoc7lT7sPclFCvupS9gzaif8f { display:block; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #qVG8NVKShLGfqNP7hiXT6qx72zRnt0rN {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #XTZ9CC4PsVutHSpuRfGp4ty6hxNKCIaT {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UJrisTgxZtJPQ7Jc2iX8TCFa1veOEAyT {  }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 #UuPcLle7MzIEFmTTGNlLH5w0stWqi9C7 {  }
#BTBwfNVTygTFq6SxIyfpuieZImIdHULc { top:48.625rem;left:1.125rem;width:17.8125rem;height:3.125rem;z-index:14990;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.0625rem;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;color:#6f6f6f;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#GoxTxJBCcyyB0douXdxhCC3go7P7SsP4 { display:block; }
#usFKP4g2NcBa9THalKD7uhw8TTH92TL8 { top:52.5625rem;left:1.125rem;width:17.7375rem;height:3.05rem;z-index:14991;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.0625rem;border-top:0.125rem dashed #ff0000;border-left:0.125rem dashed #ff0000;border-right:0.125rem dashed #ff0000;border-bottom:0.125rem dashed #ff0000;color:#6f6f6f;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#to2z3UF4DQOpEKAvNSTOh9ENbI37k1py { display:block; }
#IBrVnWg16ZHw4XKvlsePUWsn1eXX4kw5 { top:18.123698711395rem;left:7.9375rem;width:4.125rem;height:5.125rem;z-index:15155;overflow:hidden;display:block; }
#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC { 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; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row .container { background-color: transparent; background-image: none; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row .container > .video-iframe-container { display: none; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row > .video-iframe-container { display: none; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .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); }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row .container { border-width: 0; border-radius: 0; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkWEvNXOEWPT3JJmRihsfmz9toPF51xC > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#bvoa6eNzfN9qJUaxXF7eIEap63PQz6JH { 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; }
#EyQOx8eBVBzFTDAVLv7st7TXGB8m67RZ { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#x9XzOLA93Tqd3NsnpXJkE9A42maeHvHf { 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; }
#I1qhNycoGrGBIEFETFBLTTboeq7GTt5L { display:block; }
#wT9w3lgAHXBuo6ErBhTHp7X08lB9STDF { 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; }
#T2fBpIeGpKP1KQfz4NR7RwRHaTwsR9Jg { display:block; }
#xTsAsmbCgzJCb7ruIPLeg8T0CT9oolWz { 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; }
#iJGwM3GbrbG69PvcRT6HEQ2ZpGMibabT { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#rzdMym0pPpbDS1l0CkKwHEuUiG9mfAfh { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#euN57q4GIIvwg4TdG85Sm52e0vniqI1h { display:block; }#euN57q4GIIvwg4TdG85Sm52e0vniqI1h > .row .container { width:20rem;height:40.375rem;position:relative;display:block; }#SVgDxJb2n2g5mTWnv0CsCAffvngyadIf { width:11.25rem;height:2.5rem;top:8.8828129768369rem;left:5.6992190480232rem;color:#dba761;border-top:0.3125rem solid #dba761;border-left:0.3125rem solid #dba761;border-right:0.3125rem solid #dba761;border-bottom:0.3125rem solid #dba761;display:block; }
#twemKCwi1yqyTlMJ2NEKD0ValFToWALT { display:block; }
#povIopvNXTaA5PcXL0Iip955cp4T5CcJ { top:17.6953125rem;left:6.8125rem;width:5.3125rem;height:5.3125rem;z-index:15019;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:none; }
#dzShUqK6d51HbJOTb2OeHb0FzfHFh4IS { width:5.875rem;height:2.3125rem;top:3.9990234375rem;left:7.249755859375rem;display:block; }
#WRl5UvTLUptuD9JUOuxKN5kvp4rrU4mc { width:12.5rem;height:1.9482375rem;top:4.629638671875rem;left:4.1875rem;font-size:0.75rem;display:block; }
#BHFinBzkAQczK6Sua1ttVshMKSIMnOSq { width:12.5rem;height:1.3rem;top:0.98388671875rem;left:3.75rem;font-size:1rem;display:block; }
#rrBqeQEzlyWfTFkCoPsyDto2Tz4h247o { width:18.75rem;height:0.3125rem;top:2.8828129768372rem;left:0.62500005960463rem;display:block; }
#CNpoxhHwmF9FlEUfghoZ6XsVT9sA3kT0 { width:19.5rem;height:11.3125rem;top:5.7578105926514rem;left:0rem;overflow:hidden;display:block; }
#tqUXH1zIxaOJWsAALas5W5D18DIhX57d { width:19.875rem;height:11.5625rem;top:24.6875rem;left:0rem;overflow:hidden;display:block; }
#kwXFlLnhX26HiHfyuBA6x2lwqh8KsEqs { width:11.25rem;height:2.5rem;top:17.154958248138rem;left:4.3750002980232rem;color:#6a957b;border-top:0.3125rem solid #6a957b;border-left:0.3125rem solid #6a957b;border-right:0.3125rem solid #6a957b;border-bottom:0.3125rem solid #6a957b;display:block; }
#xSZLNuTpuiAWn6P3QkUTDw2UuUuZZLgQ { display:block; }
#HT3woTc381Gbcb8T4xfkuxnmEPbSTyED { width:11.25rem;height:2.5rem;top:36.3125rem;left:4.375rem;color:#6a957b;border-top:0.3125rem solid #6a957b;border-left:0.3125rem solid #6a957b;border-right:0.3125rem solid #6a957b;border-bottom:0.3125rem solid #6a957b;display:block; }
#uiq2MgTwrUX8TprWVMyPky6bN1VUoC4a { display:block; }
#zPbk5vuCQJndf9kfoq7dy0AS9yxyM6TQ { top:3.1953129768372rem;left:6.1458333134651rem;width:2.9375rem;height:2.5rem;z-index:15023;overflow:hidden;display:block; }
#CU6a111EJpnW7QSlocETdfbT7XuQUrKB { width:5.8125rem;height:2.5rem;top:22.75rem;left:6.8125rem;display:block; }
#ftOnenRlHcsqCiMJpmTkBs7bJx2WlIFJ { width:12.5rem;height:1.9482375rem;top:23.625rem;left:3.75rem;font-size:0.75rem;display:block; }
#A41o9u0F0QOuevEblgHkTlvUryCdQmWI { top:21.3125rem;left:5.875rem;width:3.62426875rem;height:3.0725125rem;z-index:15023;overflow:hidden;display:block; }
#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD { display:block; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; }#iseGqmOUzRWMqrOGykJJoSpC2O3kJLqN { top:20.125rem;left:1.4375rem;width:16.9375rem;height:11.3125rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ad7c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ad7c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-size:auto !important;display:block; }
#MHA9rnK9Wpk1l7FnyIXapX7ptlXq0oL2 { width:19.933625rem;height:9.10155rem;top:21.234375953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;font-family:"ahj 2024 font";font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;line-height:1.3;display:block; }
#OBJiBm9M6p8GaXHWGzRu30eZrxDVydGP { width:19.9375rem;height:4.14184375rem;top:16.067708015442rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"ahj 2024 font";display:block; }
#ysBi1FAwDbac0QmV9gb3Sc6wcOdi8Ril { width:9.125rem;height:9.25rem;top:6.25rem;left:4.8125rem;z-index:15024;display:block; }
#TN0P7zFD7PU7XAT6l2xy9QapWN9PPum2 { width:8.375rem;height:12.6875rem;top:2rem;left:6.8125rem;z-index:15036;overflow:hidden;display:block; }
#TdLq1KJHw7L1WIxZmywm7cKonEFK2z3J { top:3.8125rem;left:0.5625rem;width:18.75rem;height:0.3125rem;z-index:15020;background-color:#68452f;background-image:none;display:block; }
#qlOQMBN60v7mIkChClucDZEZ01DPXR4G { width:18.9375rem;height:1.4625rem;top:2rem;left:0.25rem;font-size:1.125rem;z-index:15019;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#cAdmgU9G5TQxi4e25kLE1mf6lbDTUfhL { width:10.30729125rem;height:2.5598975rem;top:32.593751907349rem;left:4.8046877980232rem;z-index:15018;color:#68452f;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#bs1IeN87b6I4aJQXT4isApGx2LknEFlq { display:block; }
#US4at5DuiZErh6ILzPpLUBMN1UHquWvh { 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; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row .container { background-color: transparent; background-image: none; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row .container > .video-iframe-container { display: none; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row > .video-iframe-container { display: none; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .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); }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row .container { border-width: 0; border-radius: 0; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#US4at5DuiZErh6ILzPpLUBMN1UHquWvh > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#Vt10kRobGLeKUeQ960oIHlGA7wBHlSwp { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#UDn21Q2p7APmnUcq8NFsNvRLklP0Khlr { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#wqegO6FgQT5ZTTfngerWTzQ4Sl6Z2nW9 { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#y6L2Pu8CO3XtrsFO4kn5i8g3lg6TtGQX { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#U39ly1EKaroKxwnrTEpIke5MhN6bmK2G { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#LZyKdymuOpFtkmBh3KPpJSr7fakfDmXm { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#ttMiUHMltKK9b6gN9Xnu7rvwLhv6HMuV { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#kBItPfBbs54O8IzUDUXUVFmpDhsqi5lt { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#aH5dJVwduOZ7VUbEVeQMCQA64fhwgCw5 { 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; }
#GOLKQdEtL5WE0TpaMmGcrcBsa9lEaeVN { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;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; } #CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row .container { background-color: transparent; background-image: none; }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row .container > .video-iframe-container { display: none; }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row > .video-iframe-container { display: none; }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .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); }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row .container { border-width: 0; border-radius: 0; }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CbzHPSdJkX3yygxFpsCr4fRxuUBaUtW0 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM { background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:center left !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.adaptive-delivery-prevent-bg, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyload, #Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM.lazyloading { background-image: none; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { border-width: 0; border-radius: 0; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ex2ZDED0d6rUhVhqToP8sCdnhnEnNyvM > .row .container { width:20rem;height:31.875rem;position:relative;display:none; }#q1cDM6sudKfiNfiGWRNI9dalbLwE7QAB { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#zDdKusBbADKZMwz42B7VatndR8O9mOHU { width:16.4375rem;height:1.40014375rem;top:16.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#sluoduNOgvMdD9z62AmHZqXo2OrXmZ8n { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#OmpvOLTu4dzWTtuAWMGLlB9kneNUdAaJ { width:19.4375rem;height:1.3rem;top:30rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#f87Hed7WILB5KPaBPy1JXPXtaW6WMIhE { width:3.125rem;height:3.125rem;top:15.25rem;left:16.875rem;font-size:2.1875rem;display:block; }
#wTwZ6PC79B75KgvdCms1weH7HQ0K9N8A { width:17.6875rem;height:1.70010625rem;top:21.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#uc7VT2BluiHJq8boGWKpdrzB0tAqyP2D { width:17.9375rem;height:2.9375rem;top:20.625rem;left:0.8125rem;display:block; }
#gNVqFW0sPAh2LlREspTRWcS4537JGwgz { width:3.125rem;height:3.125rem;top:25.1875rem;left:14.1875rem;font-size:2.1875rem;display:block; }
#seg3LftO3h4ZFAmxIPohHvuMoaqrx1Ss { width:3.125rem;height:3.125rem;top:25.1875rem;left:8rem;font-size:2.1875rem;display:block; }
#k5Vgyugl3BJkzDBREkyEuhqefFtFw2Rl { width:3.125rem;height:3.125rem;top:25.125rem;left:2.125rem;font-size:2.1875rem;display:block; }
#uWo7eVaF2nfpQDibIebfVzk6w54GI5XT { width:17.8125rem;height:7.7220135945956rem;top:5.731201171875rem;left:1.09375rem;display:block; }
#ZMgJqwFmRJ0LET1UfD4MOOyKzGTE1rxf { width:20rem;height:2.6rem;top:1.484375rem;left:0rem;font-size:2rem;display:block; }
#WziiHSnBDpCcZJQ8Me5CRJ3KzcOaTETE { width:6.25rem;height:3.125rem;top:13.020816802979rem;left:3.0312500596046rem;display:block; }
