.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,239,229;--color-primary-1:240,206,176;--color-primary-2:230,173,124;--color-primary-3:135,113,79;--color-primary-4:104,69,47;--color-secondary-0:255,255,255;--color-secondary-1:236,236,236;--color-secondary-2:204,204,204;--color-secondary-3:91,91,91;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"AHJ 2024 Font";--paragraphs-font-family:"AHJ 2024 Font"; }@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); }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p { position:relative;display:none; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p { border-width: 0; border-radius: 0; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .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; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:40rem;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; }#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(var(--color-secondary-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; }
#CQCpszkPUiTZS78cSx3028btMw3ZLM1i { 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; }
#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; }
#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF { position:relative;display:none; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF { border-width: 0; border-radius: 0; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .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; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .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; }#EJQh4Rsax7RMT475ITpEKJ4txQUI6MN1 { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hVlqaoJP8h4I5f6plgz9CRdsKXDWrQTo { 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:34.875rem;width:60rem;display:none; }
#RkkWr08lgrTStcGeHxssNsg6X8g964to { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#nzOwtllqAE9TSWtm2JEyR82lsDzU7Wb1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SHMI5aSakawksXfOknZe93Ocrt8Q5ol2 { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tyWKOB3ny6NK3aGRuVuMqhz4OKfPStTP { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lVF7lZ744cWQZtTFTzlxcFnhMrASsx27 { 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:34.875rem;width:60rem;display:none; }
#ohv8xL05xQNTXfKEouUJoTFSroIJZNVz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#e2rQIx98Al1hP9lHiuLvvywsLvQfsfNc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAt63gAIx5HqX047PADyL6usEoauPu83 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #87714f;border-left:0.3125rem solid #87714f;border-right:0.3125rem solid #87714f;border-bottom:0.3125rem solid #87714f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:15.071615219116rem;left:3.7278652191162rem;display:none; }
#OLKvrpf226tnCoZhvdkcp358oq4DZbLs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogT0iMpcNkTZJz5dqRnbc8PXQ9WqnnZ1 { color:#68452f;display:block;width:19.9375rem;position:absolute;font-family:"ahj 2024 font";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.372396469116rem;left:36.64453125rem;height:4.22395625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tEQGhiqL0PDhgPee3miXn3heBKwXSVLR { 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:34.875rem;width:60rem;display:none; }
#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:rgba(var(--color-tertiary-0),1);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; }
#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D.adaptive-delivery-prevent-bg, #bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D.lazyload, #bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container { border-width: 0; border-radius: 0; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p { display:none; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row .container { width:47.75rem;position:relative;display:none; }#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; }
#CQCpszkPUiTZS78cSx3028btMw3ZLM1i { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;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; }
#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF { display:none; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row .container { width:47.75rem;position:relative;display:none; }#EJQh4Rsax7RMT475ITpEKJ4txQUI6MN1 { top:0.75rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#hVlqaoJP8h4I5f6plgz9CRdsKXDWrQTo { width:47.75rem;height:27.75rem;display:none; }
#RkkWr08lgrTStcGeHxssNsg6X8g964to { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#nzOwtllqAE9TSWtm2JEyR82lsDzU7Wb1 { display:block; }
#SHMI5aSakawksXfOknZe93Ocrt8Q5ol2 { top:15.6875rem;left:2.042724609375rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#tyWKOB3ny6NK3aGRuVuMqhz4OKfPStTP { top:33.6875rem;left:1.74853515625rem;width:11.25rem;height:2.875rem;font-size:0.75rem;display:none; }
#lVF7lZ744cWQZtTFTzlxcFnhMrASsx27 { width:47.75rem;height:27.75rem;display:none; }
#ohv8xL05xQNTXfKEouUJoTFSroIJZNVz { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#e2rQIx98Al1hP9lHiuLvvywsLvQfsfNc { display:block; }
#TAt63gAIx5HqX047PADyL6usEoauPu83 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#OLKvrpf226tnCoZhvdkcp358oq4DZbLs { display:block; }
#ogT0iMpcNkTZJz5dqRnbc8PXQ9WqnnZ1 { top:51.5625rem;left:2rem;width:11.25rem;height:2.875rem;font-size:0.75rem;display:none; }
#tEQGhiqL0PDhgPee3miXn3heBKwXSVLR { width:47.75rem;height:27.75rem;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; }
#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D { display:block; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/63058d09-b69d-47cb-883c-584e83fdcc95/Untitleddesign2.crop_653x315_98,0.png");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; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p.adaptive-delivery-prevent-bg, #bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p.lazyload, #bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p.lazyloading { background-image: none; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row .container { background-color: transparent; background-image: none; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row .container > .video-iframe-container { display: none; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row > .video-iframe-container { display: none; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .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); }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row .container { border-width: 0; border-radius: 0; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvnvOxxHpP75wK9ag7V9NqMXglsuTS5p > .row .container { width:20rem;height:11.5625rem;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;color:rgba(var(--color-tertiary-0),1);display:none; }
#HTSZlbxhOnTC3iuBicEQ5OUyMI4zLNDk { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;background-color:rgba(var(--color-secondary-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;display:none; }
#kKz02W3krEfmxypqgpf6y1r9fiU7NhRp { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dTci7OXTlJ7nD0gI3pwTCKCqV6D2sz39 { width:8.125rem;height:3.1875rem;top:4.6848964691162rem;left:5.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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:var(--headlines-font-family);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:rgba(var(--color-primary-4),1);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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#Fl3SGNuC9IJ15SckOZJW55mhdWwFRsNq { width:12.433625rem;height:0.8125rem;top:57rem;left:3.7825522422791rem;font-size:0.625rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);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:var(--headlines-font-family);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;color:rgba(var(--color-primary-4),1);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;color:rgba(var(--color-tertiary-4),1); }
#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:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;overflow:hidden;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; }
#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:var(--paragraphs-font-family);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;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(var(--color-secondary-0),1);border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1); }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none;color:rgba(var(--color-tertiary-4),1); }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48 .widget-radio-label { float:none; }
#HikHZoTZlrzZN51P5kJc1ywUnhLxxE48  { width:17.5rem;height:auto;top:24.249267578125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);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:var(--paragraphs-font-family);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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#to2z3UF4DQOpEKAvNSTOh9ENbI37k1py { display:block; }
#CQCpszkPUiTZS78cSx3028btMw3ZLM1i { width:3.999025rem;height:2.9370125rem;top:19.639892578125rem;left:7.999267578125rem;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;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.2999125rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#EyQOx8eBVBzFTDAVLv7st7TXGB8m67RZ { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x9XzOLA93Tqd3NsnpXJkE9A42maeHvHf { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:rgba(var(--color-primary-3),1);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;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I1qhNycoGrGBIEFETFBLTTboeq7GTt5L { display:block; }
#wT9w3lgAHXBuo6ErBhTHp7X08lB9STDF { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:rgba(var(--color-primary-3),1);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;color:rgba(var(--color-secondary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T2fBpIeGpKP1KQfz4NR7RwRHaTwsR9Jg { display:block; }
#xTsAsmbCgzJCb7ruIPLeg8T0CT9oolWz { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);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; }
#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF { display:block; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF { background-color: transparent; background-image: none; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row .container > .video-iframe-container { display: none; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row > .video-iframe-container { display: none; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .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); }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF { border-width: 0; border-radius: 0; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row .container { width:20rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:55.9375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row .container.adaptive-delivery-prevent-bg, #bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row .container.lazyload, #bKyMBRUKWFxeUX5G0Lfoi9Dr8zcv6JWF > .row .container.lazyloading { background-image: none; }#EJQh4Rsax7RMT475ITpEKJ4txQUI6MN1 { width:19.9365rem;height:1.21853125rem;top:0.7958984375rem;left:0rem;font-size:0.9375rem;line-height:1.3;font-weight:700;font-style:normal;z-index:15020;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);display:block; }
#hVlqaoJP8h4I5f6plgz9CRdsKXDWrQTo { top:3.544921875rem;left:0.279541015625rem;width:19.375rem;height:11.25rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#RkkWr08lgrTStcGeHxssNsg6X8g964to { width:7.2495rem;height:2.061525rem;top:15.85693359375rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15018;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#nzOwtllqAE9TSWtm2JEyR82lsDzU7Wb1 { display:block; }
#SHMI5aSakawksXfOknZe93Ocrt8Q5ol2 { width:11.25rem;height:1.94824375rem;top:15.982421875rem;left:8.105224609375rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15021;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);display:block; }
#tyWKOB3ny6NK3aGRuVuMqhz4OKfPStTP { width:11.25rem;height:2.9223625rem;top:33.74267578125rem;left:7.87353515625rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15024;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);display:block; }
#lVF7lZ744cWQZtTFTzlxcFnhMrASsx27 { top:21.0625rem;left:0.375rem;width:19.375rem;height:11.25rem;z-index:15024;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ohv8xL05xQNTXfKEouUJoTFSroIJZNVz { width:7.1860625rem;height:1.99805rem;top:33.99853515625rem;left:0.5625rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15020;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#e2rQIx98Al1hP9lHiuLvvywsLvQfsfNc { display:block; }
#TAt63gAIx5HqX047PADyL6usEoauPu83 { width:7.1860625rem;height:1.99805rem;top:51.8125rem;left:0.8125rem;border-top:0.1875rem solid rgba(var(--color-primary-3),1);border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.1875rem solid rgba(var(--color-primary-3),1);border-bottom:0.1875rem solid rgba(var(--color-primary-3),1);z-index:15023;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);font-size:1.125rem;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
#OLKvrpf226tnCoZhvdkcp358oq4DZbLs { display:block; }
#ogT0iMpcNkTZJz5dqRnbc8PXQ9WqnnZ1 { width:11.25rem;height:2.9223625rem;top:51.5625rem;left:8.125rem;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15027;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);display:block; }
#tEQGhiqL0PDhgPee3miXn3heBKwXSVLR { top:38.875rem;left:0.3125rem;width:19.375rem;height:11.25rem;z-index:15027;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD { display:block; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD { background-color: transparent; background-image: none; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .row .container > .video-iframe-container { display: none; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .row > .video-iframe-container { display: none; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .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); }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD { border-width: 0; border-radius: 0; }#ZgQeMmJeFuFwWIcW4e8ZpJMUVcxUbUzD > .row .container { width:20rem;height:35.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;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, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-4),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:var(--paragraphs-font-family);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:rgba(var(--color-tertiary-4),1);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:var(--paragraphs-font-family);display:block; }
#ysBi1FAwDbac0QmV9gb3Sc6wcOdi8Ril { width:9.125rem;height:9.25rem;top:6.25rem;left:4.8125rem;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TN0P7zFD7PU7XAT6l2xy9QapWN9PPum2 { width:8.375rem;height:12.6875rem;top:2rem;left:6.8125rem;z-index:15036;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TdLq1KJHw7L1WIxZmywm7cKonEFK2z3J { top:3.8125rem;left:0.5625rem;width:18.75rem;height:0.3125rem;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
#qlOQMBN60v7mIkChClucDZEZ01DPXR4G { width:18.9375rem;height:1.462675rem;top:2rem;left:0.25rem;font-size:1.125rem;z-index:15019;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#cAdmgU9G5TQxi4e25kLE1mf6lbDTUfhL { width:10.30729125rem;height:2.5598975rem;top:32.593751907349rem;left:4.8046877980232rem;z-index:15018;color:rgba(var(--color-primary-4),1);background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UDn21Q2p7APmnUcq8NFsNvRLklP0Khlr { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wqegO6FgQT5ZTTfngerWTzQ4Sl6Z2nW9 { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y6L2Pu8CO3XtrsFO4kn5i8g3lg6TtGQX { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#U39ly1EKaroKxwnrTEpIke5MhN6bmK2G { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LZyKdymuOpFtkmBh3KPpJSr7fakfDmXm { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ttMiUHMltKK9b6gN9Xnu7rvwLhv6HMuV { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kBItPfBbs54O8IzUDUXUVFmpDhsqi5lt { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aH5dJVwduOZ7VUbEVeQMCQA64fhwgCw5 { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#GOLKQdEtL5WE0TpaMmGcrcBsa9lEaeVN { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D { background-color:transparent;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:block; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D.adaptive-delivery-prevent-bg, #bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D.lazyload, #bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container { background-color: transparent; background-image: none; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container > .video-iframe-container { display: none; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row > .video-iframe-container { display: none; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .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); }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container { border-width: 0; border-radius: 0; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvhyMTvCqKZE2xHFBeeFIhTB4XC2VI1D > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }