.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NQJbllrZ/vesi.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container { border-width: 0; border-radius: 0; }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO.adaptive-delivery-prevent-bg, #GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO.lazyload, #GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO.lazyloading { background-image: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container { background-color: transparent; background-image: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container > .video-iframe-container { display: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row > .video-iframe-container { display: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .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); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container { border-width: 0; border-radius: 0; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container { width:60rem;height:52.6875rem;font-size:0.875rem;font-family:lato;position:relative;display:block; }#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-form-header {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.25rem;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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-text {padding-top: 0; padding-bottom: 0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.25rem;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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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.25rem;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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-select {padding-top: 0; padding-bottom: 0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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.25rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.9375rem #997960 ; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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.0625rem;overflow:hidden;font-style:normal; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-container:first-of-type{padding-top:0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-container:last-of-type{padding-bottom:0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:21.98828125rem;left:2.2890625rem; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.25rem; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-info-text { font-size:0.75rem; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH {display:block;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:21.98828125rem;left:2.2890625rem; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Tk27TGihuds7l1idrrvyFqlOxcUZx0vH { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #vZiZ794XeRmSK7n9I0vnGilZwgTuq8Mt { position:relative;display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #iTD3w1bHgpKLTePTGtvTScpPdVpRL1mu { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Q3UX3a0MOZKuGpbpdxMMs9LyOwc3F8Xw { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #g0u7eikrUSO509nVRDEMMPcaMbB8kUfk { position:relative;display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #e8z6nhwOfMnwPcqksoVBHcqiUsioBBw2 { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Uu6zBBkHyuN3GwDgrknxe6KbG7LdSbWP { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Dddq1W84IAmdyrMkQsevkzLRT6XcCtCI { position:relative;display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #ccEvgWtoOdnNDiqkWw6F8hT44ny9wNSA { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #b1QHA2AEAt4ckon0N5fVJpoCWNltkKts { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #TkII5MHpHEmaSkqPo8zfLXwzZnVEK2uz { position:relative;display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #OMAhkWBDVrl73FKs69t1UUc0W4BkwZTg { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #yzyHX2LNmN2K6qMZ3OooiDAgrhN0DAod { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #nNokZr6VJNQzp0i6UEPeRFZWJnWunHpA { position:relative;display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #zy1kr9Cc7wGWzER4cvBnSbcIuKucNUyB { position:relative; }
#PSyRNzQnUEcC2zvkSPrTEzICiLeuTtEp { position:relative;display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #xrRI58KgpA0ws9OTLTOdoCzg4kEO1rSp { position:relative; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #n79DPQUrixq6H5RHSm9kQLct52x7WTJ8 { position:relative; }
#BALAzSNvRcImZ09TrTRmISE4TTH8Ona2 { 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; }
#BCx52T7wo5QrIZIJBvZg4Cni32fOqkWS { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#V3Ae1oJp3MtaAWCqh4mzQOckwi8s4imu { 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; }
#id1qSJfPVagNv5ahu94nCm9xlI8xMqDb { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:5.1875rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#a1iuhV6Ddk9Eo6L9QGNpbFPVW6lShb2I { 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; }
#mq2u8Ru0kV00RCRFd4uftm9HgMoZ6T7r { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:17.17578125rem;left:3.4140625rem;display:block; }
#uaATG8Z4oxaHbq6ZxsaTeNBuIpq6Wa0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2faF2J6wVrrArJHywftdhZFLbkZMMtv { color:#68452f;display:block;width:17rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.01171875rem;left:3.6650390625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yE8iFzihHigg9dEHZFouSorF4Ashmw36 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:6.5625rem;left:1.75rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#QAOTm91NNRA63nCok9IoDoLbggcvF1Za { position:absolute;display:block;z-index:15122;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:8.3125rem;left:3.75rem;overflow:hidden;display:block; }
#gcq1ytm1HcBJhFng78rXRN6FDgMvC0nk { position:absolute;display:block;z-index:15126;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:7.875rem;left:13.125rem;overflow:hidden;display:block; }
#llTXG2UnPbinxWuUtiCscxcTkpm9X1iZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:12.375rem;left:2.375rem;display:block; }
#GPGdW2HI1ixKdxTCvg9tGF3ILaPkhkas { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DbCIPcMi6zT3T0HkqZlBTSCfy12tQ69U { 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:15124;opacity:1;top:12.6875rem;left:3.1875rem; }
#avZOaESrtDEAZBIaUwOi9FAxhBtaHUwS { 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:15125;opacity:1;top:12.625rem;left:19.9375rem; }
#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn { position:relative;display:none; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn { border-width: 0; border-radius: 0; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .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; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .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; }#KdPS23vtG4RK5bOqPdqsw6MAN5on0KNK { 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; }
#kDAhh6aMuQdMBsy4TMN1aNXn2gRVcLEZ { 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; }
#zWCE58WZ6B1WW9FUSFOPZzfLs5AleDSe { 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; }
#IiKw6L2MP24H8GzRlZOTX4vEyfy7fhls { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GL7wlib8ySSwtn04EgsXNKZEvF8DCsJg { 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; }
#C0Dsl5ap05xhsIp7o4aCoSleyTfPSCWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFnfsJ2Pyh26GL2XgLRUA3XN09e3JHDV { 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; }
#VsmCgcMJRyN9Js2XU1pQb1ORTgw2pZhc { 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; }
#o5cGCuTpzTs25cn2g5Bh0QJUVyCUSxdk { 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; }
#Zk7RT2TDFvem7067W75JB2vKS3wggEBT { position:relative;display:block; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT { background-color: transparent; background-image: none; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .row .container > .video-iframe-container { display: none; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .row > .video-iframe-container { display: none; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .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); }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT { border-width: 0; border-radius: 0; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .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; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .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:22.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:block; }#QLT7TVLsXszrPOTF6ynXa2wAQ2bQ4U6M { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid #68452f;border-left:0.3125rem solid #68452f;border-right:0.3125rem solid #68452f;border-bottom:0.3125rem solid #68452f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:17.8125rem;width:30.6875rem;top:1.2265625rem;left:14.40625rem;overflow:hidden;display:block; }
#eJsGdnWz0z55kO5A6CnmSuv4w7v1O2DU { background-color:#68452f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #68452f;border-left:0.3125rem solid #68452f;border-right:0.3125rem solid #68452f;border-bottom:0.3125rem solid #68452f;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 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:"ahj 2024 font";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.539063453674rem;left:24.03125rem;display:block; }
#t8Li76JJHeMONq56DTghOEGTTd9QhmI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IPELbx4ycUmP0SzHnHpIr68B8V79EenH { position:relative;display:none; }#IPELbx4ycUmP0SzHnHpIr68B8V79EenH { border-width: 0; border-radius: 0; }#IPELbx4ycUmP0SzHnHpIr68B8V79EenH > .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; }#IPELbx4ycUmP0SzHnHpIr68B8V79EenH > .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; }#OwG6vbGmFNnzi9uAnxITrywmChJcho5M { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fbS50Utki26JGCTXmEH8Iki7U34yJhTt { color:#19232e;display:block;width:21.125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:41.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HNHh6RZeh5ECF6B6GpHJkxAe6wd70mnF { color:#3c3c3c;display:block;width:16.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.0625rem;left:43.625rem;height:2.924475rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kk9Mz9gcINhsx2ThC7pntRafRO6k8D8v { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.125rem;top:7.8125rem;left:47.25rem;overflow:hidden;display:none; }
#JqqFzyOCZVDBc64PslcG7vpzTRg3lEH9 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:5.3125rem;top:6.125rem;left:48.3125rem;overflow:hidden;display:none; }
#tZH64HQspUx5oWcc664DXGA6SvUAJDk7 { 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; }
#FMa0hMAben4hJ42mGiTVkwOmm6ltB768 { color:#68452f;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3841857910156E-7rem;left:31.250001907349rem;height:2.11198125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zNx78CzBPROu8AussnrUwxTTi2siPGH6 { background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.625000953674rem;left:47.593751907349rem;display:none; }
#VVO51IEygfhp8VQ3sq5MGEeqlLCxpLNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs { position:relative;display:none; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs { border-width: 0; border-radius: 0; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .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; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .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; }#Lb0v3VVSN2dZsxPsZnn80rSg5e1CAL8c { 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; }
#W5A6dJMVWiIKB4b8MMCavEzcAJmP4gJW { 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; }
#FmfSBBOC1GUzwOBE7wORo005Cyiiolc2 { 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; }
#PZMBKurL0GQHteGTrOPAMJbZdrzPBfIz { 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; }
#Hh1Ibn8fAxaCCBPZIPyRTuKwM734wQ9T { 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; }
#dEtkFWTyk6SrDTWQIHMFC5xoJ1MD8CF3 { 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; }
#a5UJVSsshMZELnTc1l5L6qV24HQO4ZwV { 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; }
#hF3oAteuVi7TTpUhLEPTci7WGARasfoK { 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; }
#D3WpTyhTU2TiPV25XkW1bzU56pi7AQoM { 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; }
#Ugf24GbLwB9scLLCP14QP79KIqzuV3lQ { 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; }
#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9415446c-919b-4eb3-9cdb-5f347b71d543/NewProject10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU.adaptive-delivery-prevent-bg, #B7IT1HbIhOdxGG1M2U2nbMAovRc892NU.lazyload, #B7IT1HbIhOdxGG1M2U2nbMAovRc892NU.lazyloading { background-image: none; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row .container { background-color: transparent; background-image: none; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row .container > .video-iframe-container { display: none; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row > .video-iframe-container { display: none; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .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); }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row .container { border-width: 0; border-radius: 0; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#HnKdMxRTKtitopt8POpWem9p3mwPxmT6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.87451171875rem;left:49.01513671875rem;overflow:hidden;display:block; }
#Nwd65fn1Zw10I04STP5J18d4wMAnPvmf { color:#000000;display:block;width:14.562rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:45.125rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#IVM6f9qDFsHWATqh1ntLI7To8o3qCeIm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.90380859375rem;left:34.060546875rem;overflow:hidden;display:block; }
#Gft1b3yLmOXBT6CvMs2t5sezB5LUbz1O { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:30rem;height:12.7916625rem;text-align:center;text-align-last:center;display:block; }
#lqSWT6m4KJQHJnerIpvpx4PWb9w3i58s { color:#326c8b;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:15rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#EftIKsLx3r0zu04fUZ5An44EKcszSCBD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.90380859375rem;left:19.02978515625rem;overflow:hidden;display:block; }
#ElMCnVUwVZPPHPiC3SrEe3Vot7p1yZIH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:0.873046875rem;left:4.060546875rem;overflow:hidden;display:block; }
#kmExbXTDBORBKK1y8JcEe5V0XJ7a1GTT { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:8.748046875rem;left:0.1875rem;height:14.3906rem;text-align:center;text-align-last:center;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { position:relative;display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq { border-width: 0; border-radius: 0; }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .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; }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .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; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG.adaptive-delivery-prevent-bg, #JX1DIUmTaeV7zwpBZBt59QFatmXsAohG.lazyload, #JX1DIUmTaeV7zwpBZBt59QFatmXsAohG.lazyloading { background-image: none; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container { background-color: transparent; background-image: none; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container > .video-iframe-container { display: none; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row > .video-iframe-container { display: none; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .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); }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container { border-width: 0; border-radius: 0; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#TFGduwGaOamZVt6BFJblwoLgxMSmcKAU { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#Cc6Lb66TlI21fMcs3iKlZnhD6U7yBvPt { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IkInR40A8hICEEvAB1TmP2nGSIZvoCfa { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#J9CeRUgVVyAuJgBgrmVgoDkwePghn8XL { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L322iDrc0bo41BTqz7mn0RV4K3dOGwPc { box-sizing:content-box;color:rgba(178,1,41,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:11.3125rem;left:55.5rem;display:block; }
#UzSqMpIqEPgX3wBUI0CPN2SMMTn8xZpr { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:17rem;left:35.4375rem;height:1.8005375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#t3Olmi96Vg8xsPxD7NSk9R4igor9GB6J { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #fdbd61 ;height:2.9375rem;width:20.1875rem;top:16.4375rem;left:35.3125rem;display:block; }
#u3CEmaphzdCg7QN5wQEf79smUmS3leZx { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.3125rem;left:30.75rem;display:block; }
#a7rxsaFklmCDhXGgZ0GiBAxxPoMFePDv { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:16.3125rem;left:26.75rem;display:block; }
#m1MHzecKolTTSVIBwMboCH37Czx4BkR0 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:16.3125rem;left:22.625rem;display:block; }
#cd6qk1kynah28ERVommbpD1wKsBLw0yM { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:12.37425rem;top:6.136474609375rem;left:21.185302734375rem;overflow:hidden;display:block; }
#TQNu5iS0LS5O5STpkiCupEt5OqdzvuPe { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.9807125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { display:none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container { width:47.75rem;position:relative;display:none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO { display:block; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container { width:47.75rem;position:relative;display:block; }#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-text {padding-top: 0; padding-bottom: 0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-select {padding-top: 0; padding-bottom: 0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH {display:block;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Tk27TGihuds7l1idrrvyFqlOxcUZx0vH {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #vZiZ794XeRmSK7n9I0vnGilZwgTuq8Mt { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #iTD3w1bHgpKLTePTGtvTScpPdVpRL1mu {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Q3UX3a0MOZKuGpbpdxMMs9LyOwc3F8Xw {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #g0u7eikrUSO509nVRDEMMPcaMbB8kUfk { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #e8z6nhwOfMnwPcqksoVBHcqiUsioBBw2 {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Uu6zBBkHyuN3GwDgrknxe6KbG7LdSbWP {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Dddq1W84IAmdyrMkQsevkzLRT6XcCtCI { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #ccEvgWtoOdnNDiqkWw6F8hT44ny9wNSA {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #b1QHA2AEAt4ckon0N5fVJpoCWNltkKts {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #TkII5MHpHEmaSkqPo8zfLXwzZnVEK2uz { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #OMAhkWBDVrl73FKs69t1UUc0W4BkwZTg {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #yzyHX2LNmN2K6qMZ3OooiDAgrhN0DAod {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #nNokZr6VJNQzp0i6UEPeRFZWJnWunHpA { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #zy1kr9Cc7wGWzER4cvBnSbcIuKucNUyB {  }
#PSyRNzQnUEcC2zvkSPrTEzICiLeuTtEp { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #xrRI58KgpA0ws9OTLTOdoCzg4kEO1rSp {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #n79DPQUrixq6H5RHSm9kQLct52x7WTJ8 {  }
#BALAzSNvRcImZ09TrTRmISE4TTH8Ona2 { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#BCx52T7wo5QrIZIJBvZg4Cni32fOqkWS { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#V3Ae1oJp3MtaAWCqh4mzQOckwi8s4imu { width:11.75rem;height:16.4375rem;display:none; }
#id1qSJfPVagNv5ahu94nCm9xlI8xMqDb { top:1.6875rem;left:19.061767578125rem;width:5.1875rem;height:6.375rem;display:block; }
#a1iuhV6Ddk9Eo6L9QGNpbFPVW6lShb2I { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#mq2u8Ru0kV00RCRFd4uftm9HgMoZ6T7r { width:17.5rem;height:3.75rem;top:17.125rem;left:0rem;display:block; }
#uaATG8Z4oxaHbq6ZxsaTeNBuIpq6Wa0b { display:block; }
#J2faF2J6wVrrArJHywftdhZFLbkZMMtv { top:3rem;left:0rem;width:17rem;height:2.0625rem;font-size:1.625rem;display:block; }
#yE8iFzihHigg9dEHZFouSorF4Ashmw36 { top:6.5625rem;left:0rem;width:22.1875rem;height:1.375rem;font-size:1rem;display:block; }
#QAOTm91NNRA63nCok9IoDoLbggcvF1Za { top:8.3125rem;left:0rem;width:9.375rem;height:2.8125rem;display:block; }
#gcq1ytm1HcBJhFng78rXRN6FDgMvC0nk { top:7.875rem;left:7rem;width:9.9375rem;height:3.1875rem;display:block; }
#llTXG2UnPbinxWuUtiCscxcTkpm9X1iZ { width:21rem;height:3.4375rem;top:12.375rem;left:0rem;display:block; }
#GPGdW2HI1ixKdxTCvg9tGF3ILaPkhkas { display:block; }
#DbCIPcMi6zT3T0HkqZlBTSCfy12tQ69U { top:12.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
#avZOaESrtDEAZBIaUwOi9FAxhBtaHUwS { top:12.625rem;left:13.8125rem;width:3.125rem;height:3.125rem;display:block; }
#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn { display:none; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row .container { width:47.75rem;position:relative;display:none; }#KdPS23vtG4RK5bOqPdqsw6MAN5on0KNK { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#kDAhh6aMuQdMBsy4TMN1aNXn2gRVcLEZ { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#zWCE58WZ6B1WW9FUSFOPZzfLs5AleDSe { width:0;height:0;display:none; }
#IiKw6L2MP24H8GzRlZOTX4vEyfy7fhls { display:block; }
#GL7wlib8ySSwtn04EgsXNKZEvF8DCsJg { width:0;height:0;display:none; }
#C0Dsl5ap05xhsIp7o4aCoSleyTfPSCWl { display:block; }
#eFnfsJ2Pyh26GL2XgLRUA3XN09e3JHDV { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#VsmCgcMJRyN9Js2XU1pQb1ORTgw2pZhc { display:none; }
#o5cGCuTpzTs25cn2g5Bh0QJUVyCUSxdk { display:none; }
#Zk7RT2TDFvem7067W75JB2vKS3wggEBT { display:block; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .row .container { width:47.75rem;position:relative;display:block; }#QLT7TVLsXszrPOTF6ynXa2wAQ2bQ4U6M { top:1.1875rem;left:8.28125rem;width:30.6875rem;height:17.8125rem;display:block; }
#eJsGdnWz0z55kO5A6CnmSuv4w7v1O2DU { width:11.9375rem;height:2.25rem;top:19.5rem;left:17.90625rem;display:block; }
#t8Li76JJHeMONq56DTghOEGTTd9QhmI4 { display:block; }
#IPELbx4ycUmP0SzHnHpIr68B8V79EenH { display:none; }#IPELbx4ycUmP0SzHnHpIr68B8V79EenH > .row .container { width:47.75rem;position:relative;display:none; }#OwG6vbGmFNnzi9uAnxITrywmChJcho5M { display:none; }
#fbS50Utki26JGCTXmEH8Iki7U34yJhTt { width:19.875rem;height:10.1875rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:none; }
#HNHh6RZeh5ECF6B6GpHJkxAe6wd70mnF { width:19.875rem;height:2.75rem;top:16.0625rem;left:0rem;font-size:1.0625rem;display:none; }
#kk9Mz9gcINhsx2ThC7pntRafRO6k8D8v { top:7.8125rem;left:33.625rem;width:9.125rem;height:9.25rem;display:none; }
#JqqFzyOCZVDBc64PslcG7vpzTRg3lEH9 { top:6.125rem;left:34.6875rem;width:5.3125rem;height:6.125rem;display:none; }
#tZH64HQspUx5oWcc664DXGA6SvUAJDk7 { display:none; }
#FMa0hMAben4hJ42mGiTVkwOmm6ltB768 { top:1.9375rem;left:0rem;width:20rem;height:1.375rem;font-size:1.0625rem;display:none; }
#zNx78CzBPROu8AussnrUwxTTi2siPGH6 { width:9.4375rem;height:3rem;top:25.625rem;left:33.968751907349rem;display:none; }
#VVO51IEygfhp8VQ3sq5MGEeqlLCxpLNz { display:block; }
#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs { display:none; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row .container { width:47.75rem;position:relative;display:none; }#Lb0v3VVSN2dZsxPsZnn80rSg5e1CAL8c { width:6.25rem;height:2.0625rem;display:none; }
#W5A6dJMVWiIKB4b8MMCavEzcAJmP4gJW { width:2.0625rem;height:2.0625rem;display:none; }
#FmfSBBOC1GUzwOBE7wORo005Cyiiolc2 { width:2.0625rem;height:1.9375rem;display:none; }
#PZMBKurL0GQHteGTrOPAMJbZdrzPBfIz { width:2.0625rem;height:1.4375rem;display:none; }
#Hh1Ibn8fAxaCCBPZIPyRTuKwM734wQ9T { width:3.75rem;height:1.25rem;display:none; }
#dEtkFWTyk6SrDTWQIHMFC5xoJ1MD8CF3 { width:1.75rem;height:1.25rem;display:none; }
#a5UJVSsshMZELnTc1l5L6qV24HQO4ZwV { width:1.25rem;height:1.375rem;display:none; }
#hF3oAteuVi7TTpUhLEPTci7WGARasfoK { width:3.125rem;height:1.25rem;display:none; }
#D3WpTyhTU2TiPV25XkW1bzU56pi7AQoM { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#Ugf24GbLwB9scLLCP14QP79KIqzuV3lQ { display:none; }
#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU { display:block; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row .container { width:47.75rem;position:relative;display:block; }#HnKdMxRTKtitopt8POpWem9p3mwPxmT6 { top:0.8125rem;left:38.29638671875rem;width:6.875rem;height:6.875rem;display:block; }
#Nwd65fn1Zw10I04STP5J18d4wMAnPvmf { top:8.6875rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#IVM6f9qDFsHWATqh1ntLI7To8o3qCeIm { top:0.875rem;left:26.404296875rem;width:6.875rem;height:6.875rem;display:block; }
#Gft1b3yLmOXBT6CvMs2t5sezB5LUbz1O { top:8.6875rem;left:21.3125rem;width:14.5rem;height:12.75rem;font-size:1rem;display:block; }
#lqSWT6m4KJQHJnerIpvpx4PWb9w3i58s { top:8.6875rem;left:9.375rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#EftIKsLx3r0zu04fUZ5An44EKcszSCBD { top:0.875rem;left:14.43603515625rem;width:6.875rem;height:6.875rem;display:block; }
#ElMCnVUwVZPPHPiC3SrEe3Vot7p1yZIH { top:0.8125rem;left:2.529296875rem;width:6.875rem;height:6.875rem;display:block; }
#kmExbXTDBORBKK1y8JcEe5V0XJ7a1GTT { top:8.6875rem;left:0rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row .container { width:47.75rem;position:relative;display:none; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG { display:block; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container { width:47.75rem;position:relative;display:block; }#TFGduwGaOamZVt6BFJblwoLgxMSmcKAU { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#Cc6Lb66TlI21fMcs3iKlZnhD6U7yBvPt { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.875rem;display:block; }
#IkInR40A8hICEEvAB1TmP2nGSIZvoCfa { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#J9CeRUgVVyAuJgBgrmVgoDkwePghn8XL { top:20.75rem;left:12.467529296875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
#L322iDrc0bo41BTqz7mn0RV4K3dOGwPc { width:3.625rem;height:3.625rem;top:11.3125rem;left:44.125rem;font-size:2.5rem;display:block; }
#UzSqMpIqEPgX3wBUI0CPN2SMMTn8xZpr { width:19.25rem;height:1.75rem;top:17rem;left:28.5rem;font-size:1.0625rem;display:block; }
#t3Olmi96Vg8xsPxD7NSk9R4igor9GB6J { top:16.4375rem;left:27.625rem;width:20.125rem;height:2.875rem;display:block; }
#u3CEmaphzdCg7QN5wQEf79smUmS3leZx { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#a7rxsaFklmCDhXGgZ0GiBAxxPoMFePDv { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#m1MHzecKolTTSVIBwMboCH37Czx4BkR0 { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#cd6qk1kynah28ERVommbpD1wKsBLw0yM { top:6.125rem;left:15.060302734375rem;width:12.3125rem;height:5.2859895549225rem;display:block; }
#TQNu5iS0LS5O5STpkiCupEt5OqdzvuPe { top:0.8125rem;left:4.530517578125rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container { background-color: transparent; background-image: none; }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container > .video-iframe-container { display: none; }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row > .video-iframe-container { display: none; }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .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); }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container { border-width: 0; border-radius: 0; }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioHby0l3mPWi87WuDC27zsVcqOUHSiPu > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO { 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; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO.adaptive-delivery-prevent-bg, #GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO.lazyload, #GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO.lazyloading { background-image: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container { background-color: transparent; background-image: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(135,127,126,0.09); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container > .video-iframe-container { display: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .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); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row > .video-iframe-container { display: none; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .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); }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container { border-width: 0; border-radius: 0; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO::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; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiMoUssUNi9fJKUbpkfXLLWEtEksT8EO > .row .container { width:20rem;height:87.25rem;position:relative;display:block; }#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-text {padding-top: 0; padding-bottom: 0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .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; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-select {padding-top: 0; padding-bottom: 0;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH  { width:15.625rem;height:auto;top:27.885417938233rem;left:0.8541667461395rem;border-top:0.1875rem dashed #e2bc89;border-left:0.1875rem dashed #e2bc89;border-right:0.1875rem dashed #e2bc89;border-bottom:0.1875rem dashed #e2bc89; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH {display:block;}#GwW9ecJzDaXlheKALcfchppoVU1OqPXH { width:15.625rem;height:auto;top:27.885417938233rem;left:0.8541667461395rem;border-top:0.1875rem dashed #e2bc89;border-left:0.1875rem dashed #e2bc89;border-right:0.1875rem dashed #e2bc89;border-bottom:0.1875rem dashed #e2bc89; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Tk27TGihuds7l1idrrvyFqlOxcUZx0vH {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #vZiZ794XeRmSK7n9I0vnGilZwgTuq8Mt { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #iTD3w1bHgpKLTePTGtvTScpPdVpRL1mu {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Q3UX3a0MOZKuGpbpdxMMs9LyOwc3F8Xw {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #g0u7eikrUSO509nVRDEMMPcaMbB8kUfk { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #e8z6nhwOfMnwPcqksoVBHcqiUsioBBw2 {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Uu6zBBkHyuN3GwDgrknxe6KbG7LdSbWP {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #Dddq1W84IAmdyrMkQsevkzLRT6XcCtCI { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #ccEvgWtoOdnNDiqkWw6F8hT44ny9wNSA {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #b1QHA2AEAt4ckon0N5fVJpoCWNltkKts {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #TkII5MHpHEmaSkqPo8zfLXwzZnVEK2uz { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #OMAhkWBDVrl73FKs69t1UUc0W4BkwZTg {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #yzyHX2LNmN2K6qMZ3OooiDAgrhN0DAod {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #nNokZr6VJNQzp0i6UEPeRFZWJnWunHpA { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #zy1kr9Cc7wGWzER4cvBnSbcIuKucNUyB {  }
#PSyRNzQnUEcC2zvkSPrTEzICiLeuTtEp { display:block; }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #xrRI58KgpA0ws9OTLTOdoCzg4kEO1rSp {  }
#GwW9ecJzDaXlheKALcfchppoVU1OqPXH #n79DPQUrixq6H5RHSm9kQLct52x7WTJ8 {  }
#BALAzSNvRcImZ09TrTRmISE4TTH8Ona2 { width:20rem;height:0;top:3.5242185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:700;font-style:normal;display:none; }
#BCx52T7wo5QrIZIJBvZg4Cni32fOqkWS { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#V3Ae1oJp3MtaAWCqh4mzQOckwi8s4imu { top:59.315104484558rem;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; }
#id1qSJfPVagNv5ahu94nCm9xlI8xMqDb { width:4.25rem;height:5.1875rem;top:1.25rem;left:7.875rem;overflow:hidden;display:block; }
#a1iuhV6Ddk9Eo6L9QGNpbFPVW6lShb2I { width:12.8125rem;height:5.53125rem;top:5.625rem;left:3.625rem;display:block; }
#mq2u8Ru0kV00RCRFd4uftm9HgMoZ6T7r { width:17.5rem;height:3.4375rem;top:23.375rem;left:1.25rem;border-top:0.1875rem dashed #e2bc89;border-left:0.1875rem dashed #e2bc89;border-right:0.1875rem dashed #e2bc89;border-bottom:0.1875rem dashed #e2bc89;display:block; }
#uaATG8Z4oxaHbq6ZxsaTeNBuIpq6Wa0b { display:block; }
#J2faF2J6wVrrArJHywftdhZFLbkZMMtv { width:18.9375rem;height:2.11198125rem;top:11.1875rem;left:0.5625rem;font-size:1.625rem;display:block; }
#yE8iFzihHigg9dEHZFouSorF4Ashmw36 { width:20rem;height:1.29948125rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
#QAOTm91NNRA63nCok9IoDoLbggcvF1Za { width:7.9375rem;height:2.3125rem;top:16.1875rem;left:1.875rem;display:block; }
#gcq1ytm1HcBJhFng78rXRN6FDgMvC0nk { width:8.3125rem;height:2.5rem;top:16.125rem;left:9.75rem;display:block; }
#llTXG2UnPbinxWuUtiCscxcTkpm9X1iZ { width:18.375rem;height:3.4375rem;top:18.625rem;left:0.8125rem;font-size:1.0625rem;line-height:2;border-top:0.25rem dashed #2f9e45;border-left:0.25rem dashed #2f9e45;border-right:0.25rem dashed #2f9e45;border-bottom:0.25rem 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;display:block; }
#GPGdW2HI1ixKdxTCvg9tGF3ILaPkhkas { display:block; }
#DbCIPcMi6zT3T0HkqZlBTSCfy12tQ69U { display:flex;width:2.8125rem;height:2.8125rem;top:18.9375rem;left:1.1875rem; }
#avZOaESrtDEAZBIaUwOi9FAxhBtaHUwS { display:flex;width:3.125rem;height:3.125rem;top:19.0625rem;left:15.6875rem; }
#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn { 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; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row .container { background-color: transparent; background-image: none; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row .container > .video-iframe-container { display: none; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row > .video-iframe-container { display: none; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .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); }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row .container { border-width: 0; border-radius: 0; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcp03Ea9pSNwGii07zX6nQbNowTg2VGn > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; }#KdPS23vtG4RK5bOqPdqsw6MAN5on0KNK { top:0.9375rem;left:0.46875rem;width:19.0625rem;height:1.29948125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#kDAhh6aMuQdMBsy4TMN1aNXn2gRVcLEZ { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#zWCE58WZ6B1WW9FUSFOPZzfLs5AleDSe { top:8.875rem;left:0.8125rem;width:18.375rem;height:3.75rem;z-index:15017;background-color:#87714f;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#IiKw6L2MP24H8GzRlZOTX4vEyfy7fhls { display:block; }
#GL7wlib8ySSwtn04EgsXNKZEvF8DCsJg { top:15.937501907349rem;left:0.625rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#87714f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#C0Dsl5ap05xhsIp7o4aCoSleyTfPSCWl { display:block; }
#eFnfsJ2Pyh26GL2XgLRUA3XN09e3JHDV { top:13.6875rem;left:8.9375rem;width:2.125rem;height:1.625rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#VsmCgcMJRyN9Js2XU1pQb1ORTgw2pZhc { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#o5cGCuTpzTs25cn2g5Bh0QJUVyCUSxdk { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#Zk7RT2TDFvem7067W75JB2vKS3wggEBT { display:block; }#Zk7RT2TDFvem7067W75JB2vKS3wggEBT > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; }#QLT7TVLsXszrPOTF6ynXa2wAQ2bQ4U6M { width:19.375rem;height:11.246181262729rem;top:1.25rem;left:0.0625rem;display:block; }
#eJsGdnWz0z55kO5A6CnmSuv4w7v1O2DU { width:11.9375rem;height:2.25rem;top:12.99609375rem;left:4.03125rem;display:block; }
#t8Li76JJHeMONq56DTghOEGTTd9QhmI4 { display:block; }
#IPELbx4ycUmP0SzHnHpIr68B8V79EenH { display:block; }#IPELbx4ycUmP0SzHnHpIr68B8V79EenH > .row .container { width:20rem;height:36.25rem;position:relative;display:block; }#OwG6vbGmFNnzi9uAnxITrywmChJcho5M { top:20.12451171875rem;left:1.436767578125rem;width:16.9375rem;height:12.625rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ad7c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ad7c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #e6ad7c, rgba(0,0,0,0));background-size:auto !important;display:block; }
#fbS50Utki26JGCTXmEH8Iki7U34yJhTt { width:19.933625rem;height:10.23046875rem;top:21.234375953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15016;font-family:"ahj 2024 font";font-weight:400;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#000000;line-height:1.3;display:block; }
#HNHh6RZeh5ECF6B6GpHJkxAe6wd70mnF { width:19.9375rem;height:2.7604125rem;top:16.067708015442rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15015;font-family:"ahj 2024 font";display:block; }
#kk9Mz9gcINhsx2ThC7pntRafRO6k8D8v { width:9.125rem;height:9.25rem;top:6.25rem;left:4.8125rem;z-index:15024;display:block; }
#JqqFzyOCZVDBc64PslcG7vpzTRg3lEH9 { width:8.81225rem;height:10.18675rem;top:4.374755859375rem;left:5.592041015625rem;z-index:15036;overflow:hidden;display:block; }
#tZH64HQspUx5oWcc664DXGA6SvUAJDk7 { top:3.8125rem;left:0.5625rem;width:18.75rem;height:0.3125rem;z-index:15020;background-color:#68452f;background-image:none;display:block; }
#FMa0hMAben4hJ42mGiTVkwOmm6ltB768 { width:20rem;height:1.3806125rem;top:2rem;left:0rem;font-size:1.0625rem;z-index:15019;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#zNx78CzBPROu8AussnrUwxTTi2siPGH6 { width:10.1596875rem;height:2.4130875rem;top:33.1494140625rem;left:4.9501953125rem;z-index:15018;color:#68452f;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #68452f;border-left:0.1875rem solid #68452f;border-right:0.1875rem solid #68452f;border-bottom:0.1875rem solid #68452f;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#VVO51IEygfhp8VQ3sq5MGEeqlLCxpLNz { display:block; }
#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs { 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; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row .container { background-color: transparent; background-image: none; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row .container > .video-iframe-container { display: none; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row > .video-iframe-container { display: none; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .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); }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row .container { border-width: 0; border-radius: 0; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qIxizx9CA4ukP79aNrBisCzIlw5cM1xs > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#Lb0v3VVSN2dZsxPsZnn80rSg5e1CAL8c { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#W5A6dJMVWiIKB4b8MMCavEzcAJmP4gJW { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#FmfSBBOC1GUzwOBE7wORo005Cyiiolc2 { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#PZMBKurL0GQHteGTrOPAMJbZdrzPBfIz { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#Hh1Ibn8fAxaCCBPZIPyRTuKwM734wQ9T { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#dEtkFWTyk6SrDTWQIHMFC5xoJ1MD8CF3 { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#a5UJVSsshMZELnTc1l5L6qV24HQO4ZwV { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#hF3oAteuVi7TTpUhLEPTci7WGARasfoK { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#D3WpTyhTU2TiPV25XkW1bzU56pi7AQoM { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.3rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#Ugf24GbLwB9scLLCP14QP79KIqzuV3lQ { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU { display:block; }#B7IT1HbIhOdxGG1M2U2nbMAovRc892NU > .row .container { width:20rem;height:93.125rem;position:relative;display:block; }#HnKdMxRTKtitopt8POpWem9p3mwPxmT6 { width:6.875rem;height:6.875rem;top:70rem;left:6.5625rem;display:block; }
#Nwd65fn1Zw10I04STP5J18d4wMAnPvmf { width:14.4980625rem;height:14.3906rem;top:78.125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#IVM6f9qDFsHWATqh1ntLI7To8o3qCeIm { width:6.875rem;height:6.875rem;top:48.125rem;left:6.5625rem;display:block; }
#Gft1b3yLmOXBT6CvMs2t5sezB5LUbz1O { width:14.4980625rem;height:12.7916625rem;top:56.25rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#lqSWT6m4KJQHJnerIpvpx4PWb9w3i58s { width:14.4980625rem;height:14.3906rem;top:32.8125rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#EftIKsLx3r0zu04fUZ5An44EKcszSCBD { width:6.875rem;height:6.875rem;top:24.6875rem;left:6.5625rem;display:block; }
#ElMCnVUwVZPPHPiC3SrEe3Vot7p1yZIH { width:6.875rem;height:6.875rem;top:1.25rem;left:6.5625rem;display:block; }
#kmExbXTDBORBKK1y8JcEe5V0XJ7a1GTT { width:14.4980625rem;height:14.3906rem;top:9.375rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d06fde96-fc9f-4147-bc54-adcc7ad99651/Downpiccc2662601967.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.adaptive-delivery-prevent-bg, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyload, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyloading { background-image: none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row .container { background-color: transparent; background-image: none; }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row .container > .video-iframe-container { display: none; }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row > .video-iframe-container { display: none; }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .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); }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row .container { border-width: 0; border-radius: 0; }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nmBBzv8mmZo7T8GzzXgSGVkmyMZqLtJq > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG { background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG.adaptive-delivery-prevent-bg, #JX1DIUmTaeV7zwpBZBt59QFatmXsAohG.lazyload, #JX1DIUmTaeV7zwpBZBt59QFatmXsAohG.lazyloading { background-image: none; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container { border-width: 0; border-radius: 0; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JX1DIUmTaeV7zwpBZBt59QFatmXsAohG > .row .container { width:20rem;height:31.875rem;position:relative;display:none; }#TFGduwGaOamZVt6BFJblwoLgxMSmcKAU { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#Cc6Lb66TlI21fMcs3iKlZnhD6U7yBvPt { width:16.4375rem;height:1.40014375rem;top:16.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#IkInR40A8hICEEvAB1TmP2nGSIZvoCfa { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#J9CeRUgVVyAuJgBgrmVgoDkwePghn8XL { width:19.4375rem;height:1.29980625rem;top:30rem;left:0rem;text-align:center;text-align-last:center;display:block; }
#L322iDrc0bo41BTqz7mn0RV4K3dOGwPc { width:3.125rem;height:3.125rem;top:15.25rem;left:16.875rem;font-size:2.1875rem;display:block; }
#UzSqMpIqEPgX3wBUI0CPN2SMMTn8xZpr { width:17.6875rem;height:1.69921875rem;top:21.125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
#t3Olmi96Vg8xsPxD7NSk9R4igor9GB6J { width:17.9375rem;height:2.9375rem;top:20.625rem;left:0.8125rem;display:block; }
#u3CEmaphzdCg7QN5wQEf79smUmS3leZx { width:3.125rem;height:3.125rem;top:25.1875rem;left:14.1875rem;font-size:2.1875rem;display:block; }
#a7rxsaFklmCDhXGgZ0GiBAxxPoMFePDv { width:3.125rem;height:3.125rem;top:25.1875rem;left:8rem;font-size:2.1875rem;display:block; }
#m1MHzecKolTTSVIBwMboCH37Czx4BkR0 { width:3.125rem;height:3.125rem;top:25.125rem;left:2.125rem;font-size:2.1875rem;display:block; }
#cd6qk1kynah28ERVommbpD1wKsBLw0yM { width:17.8125rem;height:7.7220135945956rem;top:5.731201171875rem;left:1.09375rem;display:block; }
#TQNu5iS0LS5O5STpkiCupEt5OqdzvuPe { width:20rem;height:2.5996125rem;top:1.484375rem;left:0rem;font-size:2rem;display:block; }
