.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:237,234,229;--color-primary-1:195,184,167;--color-primary-2:135,113,79;--color-primary-3:68,57,40;--color-primary-4:20,17,12;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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:"Cairo";--paragraphs-font-family:"Cairo"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT { position:relative;display:block; } #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; } #EFxggPObMfokCPw84uClFAcRJWT7QfeT { background-color: transparent; background-image: none; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container > .video-iframe-container { display: none; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row > .video-iframe-container { display: none; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .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); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT { border-width: 0; border-radius: 0; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .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; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .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:block; }#cB7FA9xG9zEEOD805wp684v843vETy1f { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#cB7FA9xG9zEEOD805wp684v843vETy1f.adaptive-delivery-prevent-bg, #cB7FA9xG9zEEOD805wp684v843vETy1f.lazyload, #cB7FA9xG9zEEOD805wp684v843vETy1f.lazyloading { background-image: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container { background-color: transparent; background-image: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container > .video-iframe-container { display: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row > .video-iframe-container { display: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .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); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container { border-width: 0; border-radius: 0; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container { width:60rem;height:60.9375rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-form-header {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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(var(--color-tertiary-4),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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-text {padding-top: 0; padding-bottom: 0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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(var(--color-tertiary-4),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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-select {padding-top: 0; padding-bottom: 0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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: 0.0625rem 0.0625rem 0.9375rem #997960 ; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-container:first-of-type{padding-top:0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-container:last-of-type{padding-bottom:0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg  { background-color:rgba(var(--color-tertiary-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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:28.752605438233rem;left:2.1328125rem; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-info-text { font-size:0.75rem; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg {display:block;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg { background-color:rgba(var(--color-tertiary-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.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:28.752605438233rem;left:2.1328125rem; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #HLSONzkqpWiQQon4FvH5IBBlOpPVuK2T { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #TT72CHvPvcxygNBvZN8ZshMWOc0hs6Vz { position:relative;display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #qsVm3uqQD0PSPduTpRBSddc91XmTa1Q3 { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #CDZMkNzMImiMdPHMoMTWWZUtlPiTgHW3 { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #EdXzpi4JKqmkUtuJrI4hdwkDaI5QLRZG { position:relative;display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #OJFMAR8vIJ3LcTkHa6tZcZD2EDCMWI09 { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #q0yIkN66dtsnRvdFATbR47ur2TTG12E7 { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #mZQ1NWwfrgq8kvXNFQL2Dz4W2gZOzLBB { position:relative;display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #gPASVTTmzWWz3paTf2hDJzp1onEq2VCa { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #rw1MIMlSI56nGaHTxl3aTnKZQNH325RN { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #TqpKHqhloRbobQ8pTnzdabAyvQpoN5TJ { position:relative;display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #nxItZ1blDOeLpOmSAKSG3xOt2iBDMNyi { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #Okl5hWM7kPbLrGKaPiU6WQxmLCiQh3fD { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #lvLaUTJTyfIaNyUCSxTm7rVyMEF8AWuJ { position:relative;display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #fbmGiJPM5aKQJ57anP0wFMz633TCPI12 { position:relative; }
#gTigFXXRp1MCuRuxT8BU7JAZTlZ3LvHO { position:relative;display:block; }
#RJ8b6VPbGikLHKkEaTWINZx3ZGigohTc { position:relative;display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #zCNziUbq71a0GHnyheEIz9D4qwg5RB8d { position:relative; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #oefo5UhZnCdlo8DrMHF4UOllqlE55uqg { position:relative; }
#Q2Eeb1mf19zZv60loGcqkIgEnFvwRKr3 { 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; }
#OTl31rlaSrmTr12xTCMRuRFmXn9s71q9 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-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; }
#x7163cKS3AEFD7tkXqKZ2kgKHktTRDaM { 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:20.625rem;width:14.75rem;display:none; }
#CsOLJaCxtqLv5fCon8mQPJ5e63KqtT5a { 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; }
#zDdLRlo9xTbnDdTUfMGQfhBbb14UwFJ5 { 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; }
#IM4MyClGOLzhb9AHCf13XSOg2973b2nF { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.399741172791rem;left:3.4153652191162rem;display:block; }
#dHeAGBwcUwST3oVTbPkDOmMDMoBHIZqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sftQ6VMBZ5kE7a06VJV1svJ93AUxUZ2R { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.916015625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oSUTLSWopMTSbwUE6k7MynRThMZ3hipF { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15187;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#tyyDJlHrZPVWLIPh2Typ2Btc6vudIma8 { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.9375rem;top:6.8125rem;left:12.4375rem;overflow:hidden;display:block; }
#IdAJas4rRUlQBcJWBUKq6uvSCNsdPg5N { position:absolute;display:block;z-index:15185;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:7.25rem;left:3.0625rem;overflow:hidden;display:block; }
#inVkhJuigei5MVTnl03047c0AmWQ7nbl { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.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:15018;text-align:center;text-align-last:center;top:12.977865219116rem;left:3.4153652191162rem;display:block; }
#ukCD7gLSkTtdRqDKNiroZBVC16UigbP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9ieST9upl5yiNVuiaICBugsTZfeu1nr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-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:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.75rem;height:3.4375rem;text-decoration:none;z-index:15190;text-align:center;text-align-last:center;top:19.832032203674rem;left:2.9153652191162rem;display:block; }
#FSxc8WKReUIkRSBwXAT5rzdu5WP1cEyV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EOedrxEGaFQtlPPV0093EwMBvkhs1VOH { 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:15162;opacity:1;top:20.049480438233rem;left:19.458333969116rem; }
#Lsbh7GErfm3ZBzDk4HTUkfcGWc1WbmAb { 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:15161;opacity:1;top:20.143230438233rem;left:3.4153652191162rem; }
#WT2nDl4uAmgBobatMKBoZmDNm2JAJ2qD { 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; }
#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv { position:relative;display:none; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv { border-width: 0; border-radius: 0; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .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; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .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; }#uW3ytK88xe1urU9mUyg2dWWheHz4fAzJ { 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; }
#BrpmwWSFh4KM5UWKuqPBaqZViwEzvePo { 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; }
#MmfH99geE47ubsf76IELhlCTPLg6eTft { 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; }
#gGCOBLWJU0aCgLbMKJTNiklgDOcpewPm { 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; }
#x9D4iUm32r46krsWU1fS2vfroSHLSxh4 { 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; }
#e1VX9iJbTnGTLaJXuLgdobIBAT0xyyT6 { 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; }
#mFaOX7WM1c9mO4w6LfFB8D0yyDUpJ2Xd { 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; }
#IcBAAlxhJcfM0TZMZbA55AAJ2EP55U4U { 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; }
#yVtdeKwUchgXaLVkMZBWSJALBr3dGTwe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3FcgfRQvfeOl6963CSoDqIwU50HsUZp { 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; }
#LG2a3WOZuF6mGKa4kiV88rnwHbhSbbS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTvaoMEUGi20cT4ETsk8BFS7JgIx2hZ6 { 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; }
#Nz5Fco6sQnGnM4iE6otkVEuapoZGwIJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w { position:relative;display:none; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w { border-width: 0; border-radius: 0; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .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; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .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; }#y8NlSQbie2D1Rd2DV7X7NV3WwK5ziCGJ { 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; }
#EgTc1AJmyO745LMnSvgteRsBPcq7tGJU { 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; }
#spKIp5TR9gbGU1P4lJrS35xTNTaIf0Qb { 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; }
#SI0pyaSm8N9oDC36oPAeRbszamyCyLEN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o62G6KRAGegfvy5lVDkc4uuri8tnodOs { 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; }
#pePTJO4I4F9L540wLJ9uccAz5TWcSlWR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aPV3nHzh2yz2nSVLc5la4wU7LOGkvSo3 { 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; }
#R1ognsvvsStEetlmMMPHXFSZnJt5JDeW { 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; }
#khzqTrW57wrhsIL7LW7s0lZNUQL1ZvwX { 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; }
#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1fc9fb1f-f757-47a4-838e-85ebc937da4e/AHJweb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8.adaptive-delivery-prevent-bg, #Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8.lazyload, #Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8.lazyloading { background-image: none; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container { background-color: transparent; background-image: none; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container > .video-iframe-container { display: none; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row > .video-iframe-container { display: none; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .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); }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container { border-width: 0; border-radius: 0; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:60rem;position:relative;display:block; }#thi9z7DhJ7Q7KNtySwGluKaHNImddezE { 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:13.75rem;width:28.875rem;top:1.51953125rem;left:19.102865219116rem;overflow:hidden;display:block; }
#lnTdwPMBhOEHQhiT2dZeQHGKZuvLtozz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:28.875rem;top:20.436193466186rem;left:19.102865219116rem;overflow:hidden;display:block; }
#tEGLQnCdhlzRo0yVxxSUgEUsrtq5G7Ab { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:28.875rem;top:41.665368080139rem;left:19.102865219116rem;overflow:hidden;display:block; }
#vzWxSi2JWx83ysGfv5D6gTFXJpNHRfFE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#dba761;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.269532442093rem;left:22.415365219116rem;display:block; }
#PBCpGr2TaZktz9QwLcuXdeXhTLv33orU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVZszmhrgDQWVCCuIrqTHA10X7nESFFn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#dba761;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.184895753861rem;left:22.415365219116rem;display:block; }
#LLeUb6F43HymQeBCTXfNXTTC9rpNblpa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6rgVoosiHsn9LTQfdz0wHXp2LCUnxeE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#dba761;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.414063453674rem;left:22.415365219116rem;display:block; }
#MqPKrz1HXXF3OtMCtfzHKiPTtb40O6lS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I { position:relative;display:none; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I { border-width: 0; border-radius: 0; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .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; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .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; }#S7bLz52rcHvBud5hsv0cKBkqAvLKVlzp { 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; }
#Eqk8FChDVTZwidLw5fl0v0ZEOD8ou5cy { 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; }
#g6JBKnZhLoMDuyqPwvUSd5qwbzZFT5VV { 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; }
#W3JWB8qmgG45fnCPdy8IKWBXUQJP0xQb { 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; }
#zHZIN4KyLAND7AToDsoXrU7b1nvWCDlt { 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; }
#dNP5qm13uLsFxaBDXk8M6rbwR10dZvqc { 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; }
#sWmUpfh6ElyiyzRBp6MfTzGDNTFM5Xsf { 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; }
#T2nRfpa2VyZBkJ769VtmgGPmn3Z6CJdF { 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; }
#RbszlDwztllJuG0MOUFmIMxQDbheNL7a { 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; }
#Lt0Cr98DSkSnBVMd7swTsIfvnSW8UETS { 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; }
#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS { 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; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS.adaptive-delivery-prevent-bg, #l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS.lazyload, #l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS.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; } #l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container { border-width: 0; border-radius: 0; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#EFxggPObMfokCPw84uClFAcRJWT7QfeT { display:block; } #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; } #EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container { width:47.75rem;position:relative;display:block; }#cB7FA9xG9zEEOD805wp684v843vETy1f { display:block; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container { width:47.75rem;position:relative;display:block; }#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-text {padding-top: 0; padding-bottom: 0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-select {padding-top: 0; padding-bottom: 0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg {display:block;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #HLSONzkqpWiQQon4FvH5IBBlOpPVuK2T {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #TT72CHvPvcxygNBvZN8ZshMWOc0hs6Vz { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #qsVm3uqQD0PSPduTpRBSddc91XmTa1Q3 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #CDZMkNzMImiMdPHMoMTWWZUtlPiTgHW3 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #EdXzpi4JKqmkUtuJrI4hdwkDaI5QLRZG { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #OJFMAR8vIJ3LcTkHa6tZcZD2EDCMWI09 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #q0yIkN66dtsnRvdFATbR47ur2TTG12E7 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #mZQ1NWwfrgq8kvXNFQL2Dz4W2gZOzLBB { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #gPASVTTmzWWz3paTf2hDJzp1onEq2VCa {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #rw1MIMlSI56nGaHTxl3aTnKZQNH325RN {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #TqpKHqhloRbobQ8pTnzdabAyvQpoN5TJ { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #nxItZ1blDOeLpOmSAKSG3xOt2iBDMNyi {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #Okl5hWM7kPbLrGKaPiU6WQxmLCiQh3fD {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #lvLaUTJTyfIaNyUCSxTm7rVyMEF8AWuJ { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #fbmGiJPM5aKQJ57anP0wFMz633TCPI12 {  }
#gTigFXXRp1MCuRuxT8BU7JAZTlZ3LvHO { display:block; }
#RJ8b6VPbGikLHKkEaTWINZx3ZGigohTc { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #zCNziUbq71a0GHnyheEIz9D4qwg5RB8d {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #oefo5UhZnCdlo8DrMHF4UOllqlE55uqg {  }
#Q2Eeb1mf19zZv60loGcqkIgEnFvwRKr3 { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#OTl31rlaSrmTr12xTCMRuRFmXn9s71q9 { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#x7163cKS3AEFD7tkXqKZ2kgKHktTRDaM { width:11.75rem;height:16.4375rem;display:none; }
#CsOLJaCxtqLv5fCon8mQPJ5e63KqtT5a { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#zDdLRlo9xTbnDdTUfMGQfhBbb14UwFJ5 { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#IM4MyClGOLzhb9AHCf13XSOg2973b2nF { width:17.5rem;height:3.4375rem;top:25.375rem;left:0rem;display:block; }
#dHeAGBwcUwST3oVTbPkDOmMDMoBHIZqo { display:block; }
#sftQ6VMBZ5kE7a06VJV1svJ93AUxUZ2R { top:2.375rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
#oSUTLSWopMTSbwUE6k7MynRThMZ3hipF { top:5.5rem;left:0rem;width:22.125rem;height:1.375rem;font-size:1rem;display:block; }
#tyyDJlHrZPVWLIPh2Typ2Btc6vudIma8 { top:6.8125rem;left:6.3125rem;width:9.9375rem;height:3.1875rem;display:block; }
#IdAJas4rRUlQBcJWBUKq6uvSCNsdPg5N { top:7.25rem;left:0rem;width:9.375rem;height:2.8125rem;display:block; }
#inVkhJuigei5MVTnl03047c0AmWQ7nbl { width:17.5rem;height:4rem;top:12.9375rem;left:0rem;display:block; }
#ukCD7gLSkTtdRqDKNiroZBVC16UigbP9 { display:block; }
#F9ieST9upl5yiNVuiaICBugsTZfeu1nr { width:19.75rem;height:3.4375rem;top:19.8125rem;left:0rem;display:block; }
#FSxc8WKReUIkRSBwXAT5rzdu5WP1cEyV { display:block; }
#EOedrxEGaFQtlPPV0093EwMBvkhs1VOH { top:20rem;left:13.333333969116rem;width:3.125rem;height:3.125rem;display:block; }
#Lsbh7GErfm3ZBzDk4HTUkfcGWc1WbmAb { top:20.125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#WT2nDl4uAmgBobatMKBoZmDNm2JAJ2qD { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv { display:none; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row .container { width:47.75rem;position:relative;display:none; }#uW3ytK88xe1urU9mUyg2dWWheHz4fAzJ { top:0.75rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
#BrpmwWSFh4KM5UWKuqPBaqZViwEzvePo { width:47.75rem;height:27.75rem;display:none; }
#MmfH99geE47ubsf76IELhlCTPLg6eTft { top:15.6875rem;left:2.04296875rem;width:11.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
#gGCOBLWJU0aCgLbMKJTNiklgDOcpewPm { top:33.6875rem;left:1.748046875rem;width:11.25rem;height:2.875rem;font-size:0.75rem;display:none; }
#x9D4iUm32r46krsWU1fS2vfroSHLSxh4 { width:47.75rem;height:27.75rem;display:none; }
#e1VX9iJbTnGTLaJXuLgdobIBAT0xyyT6 { top:50.8125rem;left:2.0625rem;width:11.25rem;height:2.875rem;font-size:0.75rem;display:none; }
#mFaOX7WM1c9mO4w6LfFB8D0yyDUpJ2Xd { width:47.75rem;height:27.75rem;display:none; }
#IcBAAlxhJcfM0TZMZbA55AAJ2EP55U4U { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#yVtdeKwUchgXaLVkMZBWSJALBr3dGTwe { display:block; }
#F3FcgfRQvfeOl6963CSoDqIwU50HsUZp { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#LG2a3WOZuF6mGKa4kiV88rnwHbhSbbS6 { display:block; }
#sTvaoMEUGi20cT4ETsk8BFS7JgIx2hZ6 { width:17.5rem;height:4rem;top:15.0625rem;left:0rem;display:none; }
#Nz5Fco6sQnGnM4iE6otkVEuapoZGwIJQ { display:block; }
#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w { display:none; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row .container { width:47.75rem;position:relative;display:none; }#y8NlSQbie2D1Rd2DV7X7NV3WwK5ziCGJ { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#EgTc1AJmyO745LMnSvgteRsBPcq7tGJU { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#spKIp5TR9gbGU1P4lJrS35xTNTaIf0Qb { width:0;height:0;display:none; }
#SI0pyaSm8N9oDC36oPAeRbszamyCyLEN { display:block; }
#o62G6KRAGegfvy5lVDkc4uuri8tnodOs { width:0;height:0;display:none; }
#pePTJO4I4F9L540wLJ9uccAz5TWcSlWR { display:block; }
#aPV3nHzh2yz2nSVLc5la4wU7LOGkvSo3 { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#R1ognsvvsStEetlmMMPHXFSZnJt5JDeW { display:none; }
#khzqTrW57wrhsIL7LW7s0lZNUQL1ZvwX { display:none; }
#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 { display:block; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container { width:47.75rem;position:relative;display:block; }#thi9z7DhJ7Q7KNtySwGluKaHNImddezE { top:1.5rem;left:12.625rem;width:28.875rem;height:13.75rem;display:block; }
#lnTdwPMBhOEHQhiT2dZeQHGKZuvLtozz { top:20.375rem;left:12.977865219116rem;width:28.875rem;height:16.75rem;display:block; }
#tEGLQnCdhlzRo0yVxxSUgEUsrtq5G7Ab { top:41.625rem;left:12.977865219116rem;width:28.875rem;height:16.75rem;display:block; }
#vzWxSi2JWx83ysGfv5D6gTFXJpNHRfFE { width:22.25rem;height:2.5rem;top:15.25rem;left:16.290365219116rem;display:block; }
#PBCpGr2TaZktz9QwLcuXdeXhTLv33orU { display:block; }
#kVZszmhrgDQWVCCuIrqTHA10X7nESFFn { width:22.25rem;height:2.5rem;top:37.125rem;left:16.290365219116rem;display:block; }
#LLeUb6F43HymQeBCTXfNXTTC9rpNblpa { display:block; }
#L6rgVoosiHsn9LTQfdz0wHXp2LCUnxeE { width:22.25rem;height:2.5rem;top:58.375rem;left:16.290365219116rem;display:block; }
#MqPKrz1HXXF3OtMCtfzHKiPTtb40O6lS { display:block; }
#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I { display:none; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row .container { width:47.75rem;position:relative;display:none; }#S7bLz52rcHvBud5hsv0cKBkqAvLKVlzp { width:6.25rem;height:2.0625rem;display:none; }
#Eqk8FChDVTZwidLw5fl0v0ZEOD8ou5cy { width:2.0625rem;height:2.0625rem;display:none; }
#g6JBKnZhLoMDuyqPwvUSd5qwbzZFT5VV { width:2.0625rem;height:1.9375rem;display:none; }
#W3JWB8qmgG45fnCPdy8IKWBXUQJP0xQb { width:2.0625rem;height:1.4375rem;display:none; }
#zHZIN4KyLAND7AToDsoXrU7b1nvWCDlt { width:3.75rem;height:1.25rem;display:none; }
#dNP5qm13uLsFxaBDXk8M6rbwR10dZvqc { width:1.75rem;height:1.25rem;display:none; }
#sWmUpfh6ElyiyzRBp6MfTzGDNTFM5Xsf { width:1.25rem;height:1.375rem;display:none; }
#T2nRfpa2VyZBkJ769VtmgGPmn3Z6CJdF { width:3.125rem;height:1.25rem;display:none; }
#RbszlDwztllJuG0MOUFmIMxQDbheNL7a { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#Lt0Cr98DSkSnBVMd7swTsIfvnSW8UETS { display:none; }
#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS { 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; } #l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container { width:47.75rem;position:relative;display:block; }body { position:relative;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT { 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; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT.adaptive-delivery-prevent-bg, #EFxggPObMfokCPw84uClFAcRJWT7QfeT.lazyload, #EFxggPObMfokCPw84uClFAcRJWT7QfeT.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; } #EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container { background-color: transparent; background-image: none; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container > .video-iframe-container { display: none; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row > .video-iframe-container { display: none; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .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); }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container { border-width: 0; border-radius: 0; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFxggPObMfokCPw84uClFAcRJWT7QfeT > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#cB7FA9xG9zEEOD805wp684v843vETy1f { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cB7FA9xG9zEEOD805wp684v843vETy1f.adaptive-delivery-prevent-bg, #cB7FA9xG9zEEOD805wp684v843vETy1f.lazyload, #cB7FA9xG9zEEOD805wp684v843vETy1f.lazyloading { background-image: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container { background-color: transparent; background-image: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container > .video-iframe-container { display: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row > .video-iframe-container { display: none; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .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); }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container { border-width: 0; border-radius: 0; }#cB7FA9xG9zEEOD805wp684v843vETy1f::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; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cB7FA9xG9zEEOD805wp684v843vETy1f > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; }#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:center;text-align-last:center;display:block;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;background-color:rgba(var(--color-tertiary-4),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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-text {padding-top: 0; padding-bottom: 0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;background-color:rgba(var(--color-tertiary-4),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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);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; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-select {padding-top: 0; padding-bottom: 0;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);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-tertiary-0),1);border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1); }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg  { width:15.625rem;height:auto;top:32.4365234375rem;left:0.6865234375rem;border-top:0.1875rem solid #e2bc89;border-left:0.1875rem solid #e2bc89;border-right:0.1875rem solid #e2bc89;border-bottom:0.1875rem solid #e2bc89;background-color:rgba(var(--color-tertiary-0),0);background-image:none; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg {display:block;}#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg { width:15.625rem;height:auto;top:32.4365234375rem;left:0.6865234375rem;border-top:0.1875rem solid #e2bc89;border-left:0.1875rem solid #e2bc89;border-right:0.1875rem solid #e2bc89;border-bottom:0.1875rem solid #e2bc89;background-color:rgba(var(--color-tertiary-0),0);background-image:none; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #HLSONzkqpWiQQon4FvH5IBBlOpPVuK2T {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #TT72CHvPvcxygNBvZN8ZshMWOc0hs6Vz { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #qsVm3uqQD0PSPduTpRBSddc91XmTa1Q3 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #CDZMkNzMImiMdPHMoMTWWZUtlPiTgHW3 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #EdXzpi4JKqmkUtuJrI4hdwkDaI5QLRZG { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #OJFMAR8vIJ3LcTkHa6tZcZD2EDCMWI09 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #q0yIkN66dtsnRvdFATbR47ur2TTG12E7 {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #mZQ1NWwfrgq8kvXNFQL2Dz4W2gZOzLBB { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #gPASVTTmzWWz3paTf2hDJzp1onEq2VCa {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #rw1MIMlSI56nGaHTxl3aTnKZQNH325RN {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #TqpKHqhloRbobQ8pTnzdabAyvQpoN5TJ { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #nxItZ1blDOeLpOmSAKSG3xOt2iBDMNyi {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #Okl5hWM7kPbLrGKaPiU6WQxmLCiQh3fD {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #lvLaUTJTyfIaNyUCSxTm7rVyMEF8AWuJ { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #fbmGiJPM5aKQJ57anP0wFMz633TCPI12 {  }
#gTigFXXRp1MCuRuxT8BU7JAZTlZ3LvHO { display:block; }
#RJ8b6VPbGikLHKkEaTWINZx3ZGigohTc { display:block; }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #zCNziUbq71a0GHnyheEIz9D4qwg5RB8d {  }
#T34gMCJxTOSc7huqyBPAtQlFBR5xMiJg #oefo5UhZnCdlo8DrMHF4UOllqlE55uqg {  }
#Q2Eeb1mf19zZv60loGcqkIgEnFvwRKr3 { 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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:none; }
#OTl31rlaSrmTr12xTCMRuRFmXn9s71q9 { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;background-color:rgba(var(--color-tertiary-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; }
#x7163cKS3AEFD7tkXqKZ2kgKHktTRDaM { top:63rem;left:0rem;width:20rem;height:27.933625rem;z-index:15015;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CsOLJaCxtqLv5fCon8mQPJ5e63KqtT5a { width:6.375rem;height:4.875rem;top:0.9375rem;left:6.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zDdLRlo9xTbnDdTUfMGQfhBbb14UwFJ5 { width:11.375rem;height:4.8125rem;top:5.8125rem;left:4.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IM4MyClGOLzhb9AHCf13XSOg2973b2nF { width:17.5rem;height:3.4375rem;top:28.6875rem;left:1.25rem;border-top:0.25rem solid #e2bc89;border-left:0.25rem solid #e2bc89;border-right:0.25rem solid #e2bc89;border-bottom:0.25rem solid #e2bc89;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#dHeAGBwcUwST3oVTbPkDOmMDMoBHIZqo { display:block; }
#sftQ6VMBZ5kE7a06VJV1svJ93AUxUZ2R { width:12.5rem;height:2.11263125rem;top:11.5625rem;left:3.75rem;font-size:1.625rem;font-family:var(--paragraphs-font-family);display:block; }
#oSUTLSWopMTSbwUE6k7MynRThMZ3hipF { width:19.9986875rem;height:1.2999125rem;top:14.3125rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#tyyDJlHrZPVWLIPh2Typ2Btc6vudIma8 { width:8.3115rem;height:2.4375rem;top:15.625rem;left:10.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IdAJas4rRUlQBcJWBUKq6uvSCNsdPg5N { width:8.562rem;height:2.4375rem;top:15.625rem;left:1.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#inVkhJuigei5MVTnl03047c0AmWQ7nbl { width:15.54166625rem;height:3.91666625rem;top:19.875rem;left:2.1875rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;border-top:0.1875rem dashed #ff8700;border-left:0.1875rem dashed #ff8700;border-right:0.1875rem dashed #ff8700;border-bottom:0.1875rem dashed #ff8700;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ukCD7gLSkTtdRqDKNiroZBVC16UigbP9 { display:block; }
#F9ieST9upl5yiNVuiaICBugsTZfeu1nr { width:19.75rem;height:3.4375rem;top:24.75rem;left:0rem;font-size:1.125rem;border-top:0.1875rem dashed #2f9e45;border-left:0.1875rem dashed #2f9e45;border-right:0.1875rem dashed #2f9e45;border-bottom:0.1875rem dashed #2f9e45;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-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#FSxc8WKReUIkRSBwXAT5rzdu5WP1cEyV { display:block; }
#EOedrxEGaFQtlPPV0093EwMBvkhs1VOH { display:flex;width:3.125rem;height:3.125rem;top:24.875rem;left:16.375rem; }
#Lsbh7GErfm3ZBzDk4HTUkfcGWc1WbmAb { display:flex;width:2.8125rem;height:2.8125rem;top:25.0625rem;left:0.375rem; }
#WT2nDl4uAmgBobatMKBoZmDNm2JAJ2qD { width:6.5625rem;height:4.936525rem;top:0.625rem;left:6.71875rem;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv { display:block; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv { background-color: transparent; background-image: none; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row .container > .video-iframe-container { display: none; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row > .video-iframe-container { display: none; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .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); }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv { border-width: 0; border-radius: 0; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .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:54.375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row .container.adaptive-delivery-prevent-bg, #DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row .container.lazyload, #DNpB5o7VW6z0SyTTgeN3WHB7MmzL1Wlv > .row .container.lazyloading { background-image: none; }#uW3ytK88xe1urU9mUyg2dWWheHz4fAzJ { width:19.9365rem;height:1.21875rem;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;display:block; }
#BrpmwWSFh4KM5UWKuqPBaqZViwEzvePo { 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; }
#MmfH99geE47ubsf76IELhlCTPLg6eTft { width:11.25rem;height:1.94921875rem;top:15.732421875rem;left:8.168701171875rem;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;display:block; }
#gGCOBLWJU0aCgLbMKJTNiklgDOcpewPm { width:11.25rem;height:1.9487875rem;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;display:block; }
#x9D4iUm32r46krsWU1fS2vfroSHLSxh4 { 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; }
#e1VX9iJbTnGTLaJXuLgdobIBAT0xyyT6 { width:11.25rem;height:1.9487875rem;top:50.8125rem;left:8.1875rem;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;display:block; }
#mFaOX7WM1c9mO4w6LfFB8D0yyDUpJ2Xd { top:38.125rem;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; }
#IcBAAlxhJcfM0TZMZbA55AAJ2EP55U4U { width:7.249rem;height:2.061525rem;top:15.67578125rem;left:0.841796875rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15019;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#yVtdeKwUchgXaLVkMZBWSJALBr3dGTwe { display:block; }
#F3FcgfRQvfeOl6963CSoDqIwU50HsUZp { width:7.2480625rem;height:2.061525rem;top:34.1728515625rem;left:0.9814453125rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15020;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#LG2a3WOZuF6mGKa4kiV88rnwHbhSbbS6 { display:block; }
#sTvaoMEUGi20cT4ETsk8BFS7JgIx2hZ6 { width:7.2480625rem;height:2.061525rem;top:51.2431640625rem;left:0.4375rem;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);z-index:15021;font-weight:700;font-style:normal;font-family:"ahj 2024 font";font-size:1.125rem;background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#68452f;display:block; }
#Nz5Fco6sQnGnM4iE6otkVEuapoZGwIJQ { display:block; }
#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w { 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; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row .container { background-color: transparent; background-image: none; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row .container > .video-iframe-container { display: none; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row > .video-iframe-container { display: none; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .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); }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row .container { border-width: 0; border-radius: 0; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DG2T144tclsEI59OwTE1xzWqPBBLkQ6w > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#y8NlSQbie2D1Rd2DV7X7NV3WwK5ziCGJ { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#EgTc1AJmyO745LMnSvgteRsBPcq7tGJU { 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; }
#spKIp5TR9gbGU1P4lJrS35xTNTaIf0Qb { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:rgba(var(--color-primary-2),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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SI0pyaSm8N9oDC36oPAeRbszamyCyLEN { display:block; }
#o62G6KRAGegfvy5lVDkc4uuri8tnodOs { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pePTJO4I4F9L540wLJ9uccAz5TWcSlWR { display:block; }
#aPV3nHzh2yz2nSVLc5la4wU7LOGkvSo3 { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#R1ognsvvsStEetlmMMPHXFSZnJt5JDeW { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#khzqTrW57wrhsIL7LW7s0lZNUQL1ZvwX { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1fc9fb1f-f757-47a4-838e-85ebc937da4e/AHJweb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8.adaptive-delivery-prevent-bg, #Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8.lazyload, #Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8.lazyloading { background-image: none; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container { border-width: 0; border-radius: 0; }#Ilx86tgCKSLT4JmJSHcNRyFoHtuFO1K8 > .row .container { width:20rem;height:45rem;position:relative;display:none; }#thi9z7DhJ7Q7KNtySwGluKaHNImddezE { width:20rem;height:9.5rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lnTdwPMBhOEHQhiT2dZeQHGKZuvLtozz { width:20rem;height:11.601731601732rem;top:14.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tEGLQnCdhlzRo0yVxxSUgEUsrtq5G7Ab { width:19.875rem;height:11.5625rem;top:30.061199188233rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vzWxSi2JWx83ysGfv5D6gTFXJpNHRfFE { width:18.375rem;height:2.5rem;top:10.7734375rem;left:0.81250005960463rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;display:block; }
#PBCpGr2TaZktz9QwLcuXdeXhTLv33orU { display:block; }
#kVZszmhrgDQWVCCuIrqTHA10X7nESFFn { width:18.375rem;height:2.5rem;top:26.0390625rem;left:0.81250005960463rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;display:block; }
#LLeUb6F43HymQeBCTXfNXTTC9rpNblpa { display:block; }
#L6rgVoosiHsn9LTQfdz0wHXp2LCUnxeE { width:18.375rem;height:2.5rem;top:41.662757873535rem;left:0.81250005960463rem;font-size:0.9375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;display:block; }
#MqPKrz1HXXF3OtMCtfzHKiPTtb40O6lS { display:block; }
#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I { 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; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row .container { background-color: transparent; background-image: none; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row .container > .video-iframe-container { display: none; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row > .video-iframe-container { display: none; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .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); }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row .container { border-width: 0; border-radius: 0; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJs8RHmmiUsywsDlMTCUoi16DkqSxg9I > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#S7bLz52rcHvBud5hsv0cKBkqAvLKVlzp { 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; }
#Eqk8FChDVTZwidLw5fl0v0ZEOD8ou5cy { 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; }
#g6JBKnZhLoMDuyqPwvUSd5qwbzZFT5VV { 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; }
#W3JWB8qmgG45fnCPdy8IKWBXUQJP0xQb { 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; }
#zHZIN4KyLAND7AToDsoXrU7b1nvWCDlt { 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; }
#dNP5qm13uLsFxaBDXk8M6rbwR10dZvqc { 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; }
#sWmUpfh6ElyiyzRBp6MfTzGDNTFM5Xsf { 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; }
#T2nRfpa2VyZBkJ769VtmgGPmn3Z6CJdF { 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; }
#RbszlDwztllJuG0MOUFmIMxQDbheNL7a { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#Lt0Cr98DSkSnBVMd7swTsIfvnSW8UETS { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS { 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; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS.adaptive-delivery-prevent-bg, #l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS.lazyload, #l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS.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; } #l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container { background-color: transparent; background-image: none; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container > .video-iframe-container { display: none; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row > .video-iframe-container { display: none; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .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); }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container { border-width: 0; border-radius: 0; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS::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; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l7FE0EJ1O2tMT8FGHexMvtOnTf0OSXfS > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }