.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container { background-color: transparent; background-image: none; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container > .video-iframe-container { display: none; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row > .video-iframe-container { display: none; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .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); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container { border-width: 0; border-radius: 0; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e { background-color:#fffbf4;background-image:url("https://images.assets-landingi.com/uc/21a9a3d3-61fe-4589-a8a3-f14dd435af4f/NewProject1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.adaptive-delivery-prevent-bg, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyload, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyloading { background-image: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { border-width: 0; border-radius: 0; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#Z1cKeUEW28VxfFWktvGRo523wa1KWx4F { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#siUFGxrcVkXRmQGLOaoXTHRxfkSiWlcG { 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; }
#nHMG2SOwvQFy2ZpM3T5hhJ6VHOvvlNwK { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:block; }
#x7igb6TUp7iumILBnI2mZyClZoqwR6Z0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.125rem;overflow:hidden;display:block; }
#RJbSkdnMky3p6t7cPEPm1quQxDZE7Qtt { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M8mxcaR0828i05EB9q4qrumwg3nHTRFl { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lBZaIVi3L7xoVrxPhF9GzRE3nNrB6fQD { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JAVkEbD3OeQo1z84wHK0aT79eP5A56kq { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KWoy4N5uNxneCXQRZIs4au4SF9p2WJnm { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lpuVnSrZXApxSXghnd8P50V2egdBdQAQ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EEzG5lhRCJSJ8uVOQTb0ucHiIAQ1UGLw { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OwvbRC2XOn4du3ZOsqOHuv5IAnGyiQ7g { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3G5JsF9kXLo7NPxN5hxEdVWd4S1Iba7 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T16TTd80soMHbqtO9AuTMRwBKlzrnqgX { position:relative; }
#GUmO1PxqL0894Sdz5cEGsyCtJ0vkTX84 { position:relative;display:block; }
#glEnwTsTa2AMrnbr4kbcmgnh08c0xs8p { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ERmfxPEZ4StBXT3FHh0d6XGDsJDyOoiu { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BdvaOm1fChk6pmaJ5rfalX6keuUtbzF4 { position:relative; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy { 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; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ObrL4VauggUVnWo9bnz6ibXLEV68ABXu { 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; }
#dzK9L3JPFDq4s1mqzkLQ843gTO9ki0M2 { 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; }
#ePP23R8chVBD5T1p6lHUlkEQJ0JZzFkA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:22.875rem;left:3.6875rem;display:none; }
#FssL743gg5isgJ2LGRoxiQPkWlyT3T0e { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:5.1875rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:none; }
#sxUBBZoHwua4gSWEg7uc9ugTx3DZDTu1 { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.875rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#f7ek0usLNnouPqOea6Z1TBDyLyC5zLoJ { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Dx6QclGO2A8seoMTXPXlvVQ1IXOh948H { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q56hugbN4Rq19lGlaXRZX45ShskF98oR { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FvfPRP0DDrBZ0yfZWhJ24ONoPyQ615ns { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R8ROmI1HtNaUDXaEUIXPavg71XODKEha { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ko8L8Bm4ILNHUCs6iteb4XVFJstyNhR8 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #pW5OvkZtb0sduBokoyHiT3kdsKf2v7qs { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bIdU3XSnd0u9XoJ99FrETnoBB5HdHq1u { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UH4rZIr56W7vU2DMEocbxCh31ovemRPg { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nzKokT3GmNmqiDn06IUfWwf9wc2pJZiV { position:relative; }
#IXasCcxvGKdTWIlo8Is4iaBagrQQgiKe { position:relative;display:block; }
#MDZRIOQSIzWC76Tx5IIJq5HJ5ZsJtmka { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O5T3pwKcsH57LUTOzr4B4vAz03LJd24Z { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R0sO7XJe3RcFtDSTMQfhzxPDWBEBKRSO { position:relative; }
#aPBxMGqM7XMDUGd04959q2pp2PCxcmiX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:11rem;left:1.6875rem;display:block; }
#gCWI8g6ViA5lWyMMDz3XVm9aT3gULFzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fLEOfn7BRw1IgfgcbWUG3JKbc539KKfo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15207;text-align:center;text-align-last:center;top:11rem;left:1.6875rem;display:none; }
#LXXuC4BGoTBhlTf9ZxONeKdGpchBRIxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-form-header {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5625rem;height:3.4375rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.375rem;overflow:hidden;font-style:normal; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:first-of-type{padding-top:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-container:last-of-type{padding-bottom:0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.748699188233rem;left:2.1328125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.748699188233rem;left:2.1328125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu { position:relative; }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { position:relative;display:block; }
#rJNoiCJkeI5QiJrmz6ICrtR9Uc3qpTbo { position:relative;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iTCaPlem65wf9WWWDmP3zCCk6vuUxW0c { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #D28RRMnssxhcvvccFI4FbLZMnJ6QvLIe { position:relative;display:block;z-index:15000; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm { position:relative; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD { position:relative; }
#O19IulE48Z16D0nyz59B0KSB21CWWWyy { position:relative;display:none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy { border-width: 0; border-radius: 0; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .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; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .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; }#IKkCTvAbybAJU4tN5HPItO9TofgABNaU { 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; }
#nkD25g10iCvmL1pIFHMZ6Ool0iXzDTmt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:none; }
#pubZa9Fgh9IU1FVqs2crDB2fQLQmixtp { 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; }
#yAKhs1tJQkwwScZZBATiqEwd6IAGxm1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HriRSQP9RTmuiyDVtuHgZiwqNQL7TTtn { 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; }
#yop1sEHXrIO4tryp2VuI20BffTASQhrB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lKK5XtLa5AIvDc7C0IFAW6gPvTrsgX6E { 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; }
#sledZlp4K9n8O1AnzhxSQPTXyl6WB3i6 { 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; }
#ADhXTXgzHp0tz11oXhZnax3Qe0RyDX6a { 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; }
#Lp763Vy8hfJODpCSrJNvA8024I04UiFw { position:relative;display:none; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw { border-width: 0; border-radius: 0; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .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; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .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; }#gpWSmMZuzX0QaBNTZneKabsm5pFdFhDE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:18.0625rem;left:7.125rem;display:none; }
#VEdgvv3nrQvv36snfdrdZIHPfSkmApM8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:53.9375rem;display:none; }
#suNqnRVBLmLVcriQv4urk7vak2Bvi4pU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#awAxGKANIrLR4NMnEHgOp2G4gsiKKCHk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SMqoxVLnE9q3anvPiCdfH5clJi8vdBRG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#bbd8e95WqA7WbIJ5tDdugTad2wJQfweX { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:3.125rem;left:16.5625rem;display:none; }
#nMQCNhzxc05mVl9SGUWyDQwlLLThDlve { color:#000000;display:block;width:15.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1rem;left:2.375rem;display:none; }
#HsDzsoZ5tM6azSPJzWmESZQoTpri3vMH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:53.9375rem;display:none; }
#TVzLxTNExVTTqpvndxK0dX9xfklCd5qE { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gFE5SwJwqFKJHAWEFxFGPng379z4fICK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJRb35H0PRbUrDTvTaUdLMTgno0W1G9e { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:34.3125rem;left:7.5rem;display:none; }
#ZTnUaA3cFs9ddUBoPt2KhHaZAh8VvBfF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:53.9375rem;display:none; }
#td4KrZkawM3pQt99n2g3lLnFzfXglDeQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:53.9375rem;display:none; }
#nbFVPvBhPsfTdFxO6cxdTPiNAMeEwtgd { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#VzmFMySb15sI0CsKmihGH03huJt1TT3q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fwbLTspUQJeoqO3itGHUCWJDihSHS3x7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:51.5625rem;left:7.5rem;display:none; }
#dJ4QwlwfMwdbnrWOI5Rargyy1mOHGQ7B { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mr5Zyz9cWPSGaAsJfFkAepNn2o1VwFkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQlLDNO8fPbICRsRfuUVrU2XyhJ2CTRE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:69.1875rem;left:7.5rem;display:none; }
#efXnfTwTFGtkcnVTSITiQ3OD9IevQMrg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.3125rem;width:53.9375rem;display:none; }
#WRoo4PqokuOnvZihnx6yFQJfceV9UPIo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:85.8125rem;left:7.5rem;display:none; }
#ByuSMTIXDPknBPABbBwlgmVlLigNgDcF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QsSiLBuOpFBxAdJtmEWeIqvo9AiA1WS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { position:relative;display:none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { border-width: 0; border-radius: 0; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .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; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .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; }#Kd9OJHVqEptXKHu2rO4BEywTD265RQal { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N7PIFO1T2bMyCm9TSeQ0VCrmOqQFcFiU { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.9375rem;top:10.065104484558rem;left:11.5rem;overflow:hidden;display:none; }
#F73GBhMsb7PirZt7vxARCHQDXkC4BpbL { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.0625rem;overflow:hidden;display:none; }
#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { position:relative;display:none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { border-width: 0; border-radius: 0; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .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; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .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; }#NdWSBcl9IZPvbFbfiZpWJZAIx2J1f2VO { 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; }
#r9pSER4FVTl1vnssptQ3wmgUvqUJcGb1 { 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; }
#SNRoEATPzhaJhNVXAFWs7eT9nW1ED1tg { 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; }
#HypMMasaEnJ47ZZh3eAZ68riyhUTkgyo { 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; }
#tAcVWPf6pAgTSxC4Xhw3IrdfpTr48O7G { 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; }
#VkdMURQ812CJ4IAE7bBmg1f52MGc88nz { 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; }
#UTDkJpNvdJaENOXdAapq9P0n9JWnakl3 { 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; }
#E6Ee4Uqpd7HlCvvNFzWRnyZivQtNaDcL { 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; }
#DDxMBEKRLnPkQi44KCgff8oEKqdL1cPl { 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; }
#y3c8wkrcou0n5nINNMR53uTgKtv9HC02 { 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; }
#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { position:relative;display:none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { border-width: 0; border-radius: 0; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .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; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .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; }#ooeb4A3DrvXxnKZoheztcZqfRFGmW09J { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#FSf6qPPOdfVX16vpV5PJHsoM5eqAVb6U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#oBsvhuatfDphSL2lxngLpWC83lwdSQIx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD { 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:none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.adaptive-delivery-prevent-bg, #az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.lazyload, #az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD.lazyloading { background-image: none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { border-width: 0; border-radius: 0; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:none; }#wkCSMGeZTRpix2W6lnDaMCUTpMtquFJf { 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; }
#sKs4ZdWwn9Xv6tSTE8W04TnaDaPKuXQL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.441408157349rem;left:3.4153652191162rem;display:none; }
#ohMunBnzxxGc2N2vKskovvc8cJhuKsdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2znvaEHwk3BizkaNawHQoE8TR1wwM3p { color:#000000;display:block;width:18.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:13rem;top:83.125rem;left:0.5rem;display:none; }
#OSv6n5heZyxgcCA3WbDlzZEvsGXUnC2Z { background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#g9MFxi9WiseuIyFIOOdgmOeLN7oUe7zy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIpfppAckE2VOaZThKsQJAuu1bukPtLZ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.9375rem;top:97.4375rem;left:2.1875rem;display:none; }
#mKAzr5N8ShuPCKH7QLM4KCSbl7BTbynI { background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#KDdhLw56Z08K47QcfMBW9W4TKLWpATon { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnxIvBk2n17saKb9biwNKEiLFFmDHEhP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.441408157349rem;left:3.4153652191162rem;display:none; }
#if7Sq4nqzEU5U3ibv1Aa6Udtp9XLCy2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtUvOK6z1SoboD8tR48bcQTOc5ydVSb4 { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.8125rem;top:114.5rem;left:1.9375rem;display:none; }
#LClHcenS4kTI40nmzorkWUlHghf2A7FW { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:16.441408157349rem;left:3.4153652191162rem;display:none; }
#yvTHuVoIq4cpAamlvaefAcLpW4eeOSlg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbfIRz8Z0F2ozrX7WGHZCI4OnT8qtLQT { background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:10.34375rem;left:41.125rem;display:none; }
#oHTuWDM8ObqwuPJwAxINw1WJbDMkHKx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A { 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; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.adaptive-delivery-prevent-bg, #OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.lazyload, #OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A.lazyloading { background-image: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { background-color: transparent; background-image: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container > .video-iframe-container { display: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container { display: none; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .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); }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { border-width: 0; border-radius: 0; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#ZNrhheaWgnDklCNo7QcLXDb9i5o91LSq { 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.65625rem;left:49.060546875rem;overflow:hidden;display:block; }
#WtKRXfWTwLuSgdCqXqq3dbs9fee67lTC { color:#000000;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.8076171875rem;left:45.37646484375rem;height:14.4rem;text-align:center;text-align-last:center;display:block; }
#RyaBFo5TKOCKEglCnX9itp9KOP83emPl { 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.65478515625rem;left:19.060546875rem;overflow:hidden;display:block; }
#IDIIzDhOTZp1UCoUVlc9TTcsGEnfIkNI { color:#000000;display:block;width:14.5605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:8.806640625rem;left:15.0625rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { position:relative;display:none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { border-width: 0; border-radius: 0; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .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; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .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; }#ch3C1zXeEwAT0vgbzxP5oUk6kB3a71Bv { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { position:relative;display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #y94W2LDE0y5dmNb4EEvmGA0amp9QFseB { border-width: 0; border-radius: 0; }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .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; }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .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; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF.adaptive-delivery-prevent-bg, #xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF.lazyload, #xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF.lazyloading { background-image: none; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF > .row .container { border-width: 0; border-radius: 0; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#L4qaFBR7u1f5QAonfi5Lq68RZLTcV171 { 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; }
#ZVQHirvEO5CXuoUhTabyKlEzGG4X09iE { 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; }
#zqZ1xwSAp9NGOLgk9aBUsXuXH7BwQKws { 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; }
#ibTbmr1QaGWXKp3QbewFXGOW2oOwnSez { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Krk3Tc39nkoUzxTfKvAWLrpIt6SLNoqG { 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; }
#wuriMuChGpdIvOZwG6wc5OPw0Zwla5K7 { 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; }
#TTFzkLWpE5GnfygitwvPa8A3ZkOUXzbE { 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; }
#FEq8kc0Ey35OFXmzBpACKTd4LeA4PSqg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:12.37425rem;top:6.136474609375rem;left:21.125rem;overflow:hidden;display:block; }
#WkALAkvHhBOBpWunFAFZwW6J0MLMuCg7 { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.625rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TRhiVkte0t1TmCyc6y3JXevdXXQ4IMde { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#eTGDXcMr1oVr24LT2g9UAwaVoJeyz3Cb { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#s3JpQmBgmRAf7CGlUXs4InDL0I83MtSp { 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; }
#Rg9EX0Q5OH4qPixGZpB0Vnt8qoCWz2zV { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { display:block; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container { width:47.75rem;position:relative;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e { display:none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { width:47.75rem;position:relative;display:none; }#Z1cKeUEW28VxfFWktvGRo523wa1KWx4F { top:0.125rem;left:10.5rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#siUFGxrcVkXRmQGLOaoXTHRxfkSiWlcG { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#nHMG2SOwvQFy2ZpM3T5hhJ6VHOvvlNwK { top:1.6875rem;left:19rem;width:8.3125rem;height:6.3566176470587rem;display:block; }
#x7igb6TUp7iumILBnI2mZyClZoqwR6Z0 { top:9.9375rem;left:18rem;width:10.375rem;height:4.0701923076923rem;display:block; }
#RJbSkdnMky3p6t7cPEPm1quQxDZE7Qtt { top:2.625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M8mxcaR0828i05EB9q4qrumwg3nHTRFl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lBZaIVi3L7xoVrxPhF9GzRE3nNrB6fQD { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JAVkEbD3OeQo1z84wHK0aT79eP5A56kq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KWoy4N5uNxneCXQRZIs4au4SF9p2WJnm {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lpuVnSrZXApxSXghnd8P50V2egdBdQAQ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EEzG5lhRCJSJ8uVOQTb0ucHiIAQ1UGLw {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OwvbRC2XOn4du3ZOsqOHuv5IAnGyiQ7g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3G5JsF9kXLo7NPxN5hxEdVWd4S1Iba7 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T16TTd80soMHbqtO9AuTMRwBKlzrnqgX {  }
#GUmO1PxqL0894Sdz5cEGsyCtJ0vkTX84 { display:block; }
#glEnwTsTa2AMrnbr4kbcmgnh08c0xs8p { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ERmfxPEZ4StBXT3FHh0d6XGDsJDyOoiu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BdvaOm1fChk6pmaJ5rfalX6keuUtbzF4 {  }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy { top:0rem;width:;height:;display:none; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy > img { max-width: 100%;max-height:100%; width:; height:; }#ObrL4VauggUVnWo9bnz6ibXLEV68ABXu { top:0rem;width:;height:;display:none; }
#dzK9L3JPFDq4s1mqzkLQ843gTO9ki0M2 { top:0rem;width:;height:;display:none; }
#ePP23R8chVBD5T1p6lHUlkEQJ0JZzFkA { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#FssL743gg5isgJ2LGRoxiQPkWlyT3T0e { top:1.6875rem;left:19rem;width:5.125rem;height:6.25rem;display:none; }
#sxUBBZoHwua4gSWEg7uc9ugTx3DZDTu1 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#f7ek0usLNnouPqOea6Z1TBDyLyC5zLoJ { top:19.25rem;left:0rem;width:19.375rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Dx6QclGO2A8seoMTXPXlvVQ1IXOh948H {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q56hugbN4Rq19lGlaXRZX45ShskF98oR { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FvfPRP0DDrBZ0yfZWhJ24ONoPyQ615ns {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R8ROmI1HtNaUDXaEUIXPavg71XODKEha {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ko8L8Bm4ILNHUCs6iteb4XVFJstyNhR8 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #pW5OvkZtb0sduBokoyHiT3kdsKf2v7qs {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bIdU3XSnd0u9XoJ99FrETnoBB5HdHq1u {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UH4rZIr56W7vU2DMEocbxCh31ovemRPg { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nzKokT3GmNmqiDn06IUfWwf9wc2pJZiV {  }
#IXasCcxvGKdTWIlo8Is4iaBagrQQgiKe { display:block; }
#MDZRIOQSIzWC76Tx5IIJq5HJ5ZsJtmka { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O5T3pwKcsH57LUTOzr4B4vAz03LJd24Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R0sO7XJe3RcFtDSTMQfhzxPDWBEBKRSO {  }
#aPBxMGqM7XMDUGd04959q2pp2PCxcmiX { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:block; }
#gCWI8g6ViA5lWyMMDz3XVm9aT3gULFzq { display:block; }
#fLEOfn7BRw1IgfgcbWUG3JKbc539KKfo { width:21rem;height:3.4375rem;top:11rem;left:0rem;display:none; }
#LXXuC4BGoTBhlTf9ZxONeKdGpchBRIxI { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#rJNoiCJkeI5QiJrmz6ICrtR9Uc3qpTbo { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iTCaPlem65wf9WWWDmP3zCCk6vuUxW0c {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #D28RRMnssxhcvvccFI4FbLZMnJ6QvLIe {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#O19IulE48Z16D0nyz59B0KSB21CWWWyy { display:none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { width:47.75rem;position:relative;display:none; }#IKkCTvAbybAJU4tN5HPItO9TofgABNaU { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#nkD25g10iCvmL1pIFHMZ6Ool0iXzDTmt { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#pubZa9Fgh9IU1FVqs2crDB2fQLQmixtp { width:;height:;top:0rem;display:none; }
#yAKhs1tJQkwwScZZBATiqEwd6IAGxm1T { display:block; }
#HriRSQP9RTmuiyDVtuHgZiwqNQL7TTtn { width:;height:;top:0rem;display:none; }
#yop1sEHXrIO4tryp2VuI20BffTASQhrB { display:block; }
#lKK5XtLa5AIvDc7C0IFAW6gPvTrsgX6E { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#sledZlp4K9n8O1AnzhxSQPTXyl6WB3i6 { top:0rem;width:;height:;display:none; }
#ADhXTXgzHp0tz11oXhZnax3Qe0RyDX6a { top:0rem;width:;height:;display:none; }
#Lp763Vy8hfJODpCSrJNvA8024I04UiFw { display:none; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row .container { width:47.75rem;position:relative;display:none; }#gpWSmMZuzX0QaBNTZneKabsm5pFdFhDE { top:18.0625rem;left:1rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#VEdgvv3nrQvv36snfdrdZIHPfSkmApM8 { width:42.875rem;height:24.875rem;display:none; }
#suNqnRVBLmLVcriQv4urk7vak2Bvi4pU { width:;height:;display:none; }
#awAxGKANIrLR4NMnEHgOp2G4gsiKKCHk { display:block; }
#SMqoxVLnE9q3anvPiCdfH5clJi8vdBRG { display:none; }
#bbd8e95WqA7WbIJ5tDdugTad2wJQfweX { top:3.125rem;left:10.499755859375rem;width:2.5rem;height:2.875rem;font-size:0.75rem;display:none; }
#nMQCNhzxc05mVl9SGUWyDQwlLLThDlve { top:1rem;left:0rem;width:15.125rem;height:;font-size:0.9375rem;display:none; }
#HsDzsoZ5tM6azSPJzWmESZQoTpri3vMH { width:42.875rem;height:24.875rem;display:none; }
#TVzLxTNExVTTqpvndxK0dX9xfklCd5qE { width:;height:;display:none; }
#gFE5SwJwqFKJHAWEFxFGPng379z4fICK { display:block; }
#fJRb35H0PRbUrDTvTaUdLMTgno0W1G9e { top:34.3125rem;left:1.375rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:none; }
#ZTnUaA3cFs9ddUBoPt2KhHaZAh8VvBfF { width:42.875rem;height:24.875rem;display:none; }
#td4KrZkawM3pQt99n2g3lLnFzfXglDeQ { width:42.875rem;height:24.875rem;display:none; }
#nbFVPvBhPsfTdFxO6cxdTPiNAMeEwtgd { width:;height:;display:none; }
#VzmFMySb15sI0CsKmihGH03huJt1TT3q { display:block; }
#fwbLTspUQJeoqO3itGHUCWJDihSHS3x7 { top:51.5625rem;left:1.375rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:none; }
#dJ4QwlwfMwdbnrWOI5Rargyy1mOHGQ7B { width:;height:;display:none; }
#mr5Zyz9cWPSGaAsJfFkAepNn2o1VwFkh { display:block; }
#dQlLDNO8fPbICRsRfuUVrU2XyhJ2CTRE { top:69.1875rem;left:1.375rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:none; }
#efXnfTwTFGtkcnVTSITiQ3OD9IevQMrg { width:42.875rem;height:24.875rem;display:none; }
#WRoo4PqokuOnvZihnx6yFQJfceV9UPIo { top:85.8125rem;left:1.375rem;width:12.5rem;height:1.5625rem;font-size:0.625rem;display:none; }
#ByuSMTIXDPknBPABbBwlgmVlLigNgDcF { width:;height:;display:none; }
#QsSiLBuOpFBxAdJtmEWeIqvo9AiA1WS8 { display:block; }
#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { display:none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { width:47.75rem;position:relative;display:none; }#Kd9OJHVqEptXKHu2rO4BEywTD265RQal { top:2.625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#N7PIFO1T2bMyCm9TSeQ0VCrmOqQFcFiU { top:10.0625rem;left:5.375rem;width:9.9375rem;height:2.9127155172414rem;display:none; }
#F73GBhMsb7PirZt7vxARCHQDXkC4BpbL { top:10.375rem;left:0rem;width:9.375rem;height:2.5358606557377rem;display:none; }
#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { display:none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { width:47.75rem;position:relative;display:none; }#NdWSBcl9IZPvbFbfiZpWJZAIx2J1f2VO { width:;height:;top:0rem;display:none; }
#r9pSER4FVTl1vnssptQ3wmgUvqUJcGb1 { width:;height:;top:0rem;display:none; }
#SNRoEATPzhaJhNVXAFWs7eT9nW1ED1tg { width:;height:;top:0rem;display:none; }
#HypMMasaEnJ47ZZh3eAZ68riyhUTkgyo { width:;height:;top:0rem;display:none; }
#tAcVWPf6pAgTSxC4Xhw3IrdfpTr48O7G { width:;height:;top:0rem;display:none; }
#VkdMURQ812CJ4IAE7bBmg1f52MGc88nz { width:;height:;top:0rem;display:none; }
#UTDkJpNvdJaENOXdAapq9P0n9JWnakl3 { width:;height:;top:0rem;display:none; }
#E6Ee4Uqpd7HlCvvNFzWRnyZivQtNaDcL { width:;height:;top:0rem;display:none; }
#DDxMBEKRLnPkQi44KCgff8oEKqdL1cPl { top:1.375rem;left:0.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#y3c8wkrcou0n5nINNMR53uTgKtv9HC02 { top:0rem;width:;height:;display:none; }
#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { display:none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { width:47.75rem;position:relative;display:none; }#ooeb4A3DrvXxnKZoheztcZqfRFGmW09J { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#FSf6qPPOdfVX16vpV5PJHsoM5eqAVb6U { width:;height:;top:0rem;display:none; }
#oBsvhuatfDphSL2lxngLpWC83lwdSQIx { width:;height:;top:0rem;display:none; }
#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD { display:none; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { width:47.75rem;position:relative;display:none; }#wkCSMGeZTRpix2W6lnDaMCUTpMtquFJf { display:none; }
#sKs4ZdWwn9Xv6tSTE8W04TnaDaPKuXQL { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#ohMunBnzxxGc2N2vKskovvc8cJhuKsdk { display:block; }
#f2znvaEHwk3BizkaNawHQoE8TR1wwM3p { top:83.125rem;left:0rem;width:18.375rem;height:13rem;font-size:0.875rem;display:none; }
#OSv6n5heZyxgcCA3WbDlzZEvsGXUnC2Z { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#g9MFxi9WiseuIyFIOOdgmOeLN7oUe7zy { display:block; }
#xIpfppAckE2VOaZThKsQJAuu1bukPtLZ { top:97.4375rem;left:0rem;width:15.9375rem;height:7.9375rem;font-size:0.875rem;display:none; }
#mKAzr5N8ShuPCKH7QLM4KCSbl7BTbynI { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#KDdhLw56Z08K47QcfMBW9W4TKLWpATon { display:block; }
#HnxIvBk2n17saKb9biwNKEiLFFmDHEhP { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#if7Sq4nqzEU5U3ibv1Aa6Udtp9XLCy2I { display:block; }
#HtUvOK6z1SoboD8tR48bcQTOc5ydVSb4 { top:114.5rem;left:0rem;width:15.9375rem;height:6.8125rem;font-size:0.8125rem;display:none; }
#LClHcenS4kTI40nmzorkWUlHghf2A7FW { width:17.5rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
#yvTHuVoIq4cpAamlvaefAcLpW4eeOSlg { display:block; }
#bbfIRz8Z0F2ozrX7WGHZCI4OnT8qtLQT { width:6.25rem;height:2.5rem;top:10.3125rem;left:35rem;display:none; }
#oHTuWDM8ObqwuPJwAxINw1WJbDMkHKx9 { display:block; }
#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A { display:block; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { width:47.75rem;position:relative;display:block; }#ZNrhheaWgnDklCNo7QcLXDb9i5o91LSq { top:0.625rem;left:38.341796875rem;width:6.875rem;height:6.875rem;display:block; }
#WtKRXfWTwLuSgdCqXqq3dbs9fee67lTC { top:8.75rem;left:33.25rem;width:14.5rem;height:14.375rem;font-size:1rem;display:block; }
#RyaBFo5TKOCKEglCnX9itp9KOP83emPl { top:0.625rem;left:14.466796875rem;width:6.875rem;height:6.875rem;display:block; }
#IDIIzDhOTZp1UCoUVlc9TTcsGEnfIkNI { top:8.75rem;left:9.375rem;width:14.5rem;height:7.9375rem;font-size:1rem;display:block; }
#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { display:none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { width:47.75rem;position:relative;display:none; }#ch3C1zXeEwAT0vgbzxP5oUk6kB3a71Bv { top:0rem;width:;height:;display:none; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { display:none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row .container { width:47.75rem;position:relative;display:none; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF { display:none; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF > .row .container { width:47.75rem;position:relative;display:none; }#L4qaFBR7u1f5QAonfi5Lq68RZLTcV171 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#ZVQHirvEO5CXuoUhTabyKlEzGG4X09iE { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.5625rem;display:block; }
#zqZ1xwSAp9NGOLgk9aBUsXuXH7BwQKws { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#ibTbmr1QaGWXKp3QbewFXGOW2oOwnSez { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#Krk3Tc39nkoUzxTfKvAWLrpIt6SLNoqG { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#wuriMuChGpdIvOZwG6wc5OPw0Zwla5K7 { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#TTFzkLWpE5GnfygitwvPa8A3ZkOUXzbE { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#FEq8kc0Ey35OFXmzBpACKTd4LeA4PSqg { top:6.125rem;left:15rem;width:12.3125rem;height:5.2234848484849rem;display:block; }
#WkALAkvHhBOBpWunFAFZwW6J0MLMuCg7 { top:0.8125rem;left:4.5rem;width:33.4375rem;height:3.9375rem;font-size:1.4375rem;display:block; }
#TRhiVkte0t1TmCyc6y3JXevdXXQ4IMde { top:0rem;width:;height:;display:none; }
#eTGDXcMr1oVr24LT2g9UAwaVoJeyz3Cb { width:16.4375rem;height:0.875rem;top:12.1875rem;left:16.5625rem;font-size:0.5625rem;display:none; }
#s3JpQmBgmRAf7CGlUXs4InDL0I83MtSp { top:0rem;width:;height:;display:none; }
#Rg9EX0Q5OH4qPixGZpB0Vnt8qoCWz2zV { display:none; }
body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container { background-color: transparent; background-image: none; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container > .video-iframe-container { display: none; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row > .video-iframe-container { display: none; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .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); }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container { border-width: 0; border-radius: 0; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VsqOZ2VUmQBEMTPOfcwx2UhRDFvkKZ6l > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.adaptive-delivery-prevent-bg, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyload, #tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e.lazyloading { background-image: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { background-color: transparent; background-image: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container > .video-iframe-container { display: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container { display: none; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .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); }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { border-width: 0; border-radius: 0; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#tE5K3hiCTZmFcmvXuvRReBVbpluTqU0e > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; }#Z1cKeUEW28VxfFWktvGRo523wa1KWx4F { 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; }
#siUFGxrcVkXRmQGLOaoXTHRxfkSiWlcG { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#nHMG2SOwvQFy2ZpM3T5hhJ6VHOvvlNwK { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;display:block; }
#x7igb6TUp7iumILBnI2mZyClZoqwR6Z0 { width:8.125rem;height:3.1875rem;top:4.7473959922791rem;left:5.9375rem;display:block; }
#RJbSkdnMky3p6t7cPEPm1quQxDZE7Qtt { width:20rem;height:4.62890625rem;top:8.5625rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M8mxcaR0828i05EB9q4qrumwg3nHTRFl {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lBZaIVi3L7xoVrxPhF9GzRE3nNrB6fQD { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #JAVkEbD3OeQo1z84wHK0aT79eP5A56kq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KWoy4N5uNxneCXQRZIs4au4SF9p2WJnm {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lpuVnSrZXApxSXghnd8P50V2egdBdQAQ { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EEzG5lhRCJSJ8uVOQTb0ucHiIAQ1UGLw {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OwvbRC2XOn4du3ZOsqOHuv5IAnGyiQ7g {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3G5JsF9kXLo7NPxN5hxEdVWd4S1Iba7 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T16TTd80soMHbqtO9AuTMRwBKlzrnqgX {  }
#GUmO1PxqL0894Sdz5cEGsyCtJ0vkTX84 { display:block; }
#glEnwTsTa2AMrnbr4kbcmgnh08c0xs8p { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ERmfxPEZ4StBXT3FHh0d6XGDsJDyOoiu {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BdvaOm1fChk6pmaJ5rfalX6keuUtbzF4 {  }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#ry5hDRK7xN55yZM6um61uQcC9oNzVyTy > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#ObrL4VauggUVnWo9bnz6ibXLEV68ABXu { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#dzK9L3JPFDq4s1mqzkLQ843gTO9ki0M2 { top:19.3125rem;left:0rem;width:20rem;height:13.5rem;z-index:14991;background-color:#ffffff;background-image:none;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#ePP23R8chVBD5T1p6lHUlkEQJ0JZzFkA { top:24.3125rem;left:3.75rem;width:12.5rem;height:1.54296875rem;z-index:15153;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#FssL743gg5isgJ2LGRoxiQPkWlyT3T0e { width:3.5rem;height:4.4375rem;top:19.958333969116rem;left:8.25rem;z-index:15016;overflow:hidden;display:block; }
#sxUBBZoHwua4gSWEg7uc9ugTx3DZDTu1 { width:12.433625rem;height:0.8125rem;top:59.812503814698rem;left:3.7825522422791rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";display:block; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O { display:flex;width:3.125rem;height:3.125rem;top:50.375rem;left:15.9375rem;z-index:14995; }
#RWEmIoeK7I2QTabwdDfVzVpBtDW21B2O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF { display:flex;width:2.625rem;height:2.625rem;top:50.625rem;left:1.4375rem;z-index:14996; }
#RWMWQfFiUHJFhersWydQtOWfDLQlxGpF > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#f7ek0usLNnouPqOea6Z1TBDyLyC5zLoJ { width:19.375rem;height:1.54296875rem;top:16.5rem;left:0.3125rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Dx6QclGO2A8seoMTXPXlvVQ1IXOh948H {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q56hugbN4Rq19lGlaXRZX45ShskF98oR { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #FvfPRP0DDrBZ0yfZWhJ24ONoPyQ615ns {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R8ROmI1HtNaUDXaEUIXPavg71XODKEha {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Ko8L8Bm4ILNHUCs6iteb4XVFJstyNhR8 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #pW5OvkZtb0sduBokoyHiT3kdsKf2v7qs {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bIdU3XSnd0u9XoJ99FrETnoBB5HdHq1u {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UH4rZIr56W7vU2DMEocbxCh31ovemRPg { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nzKokT3GmNmqiDn06IUfWwf9wc2pJZiV {  }
#IXasCcxvGKdTWIlo8Is4iaBagrQQgiKe { display:block; }
#MDZRIOQSIzWC76Tx5IIJq5HJ5ZsJtmka { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #O5T3pwKcsH57LUTOzr4B4vAz03LJd24Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #R0sO7XJe3RcFtDSTMQfhzxPDWBEBKRSO {  }
#aPBxMGqM7XMDUGd04959q2pp2PCxcmiX { width:18.275rem;height:3.0625rem;top:50.4375rem;left:0.875rem;font-size:1rem;line-height:2;z-index:14990;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;display:block; }
#gCWI8g6ViA5lWyMMDz3XVm9aT3gULFzq { display:block; }
#fLEOfn7BRw1IgfgcbWUG3JKbc539KKfo { width:18.2rem;height:2.9875rem;top:55rem;left:0.875rem;font-size:1rem;line-height:2;z-index:14991;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #ff0000;border-left:0.125rem dashed #ff0000;border-right:0.125rem dashed #ff0000;border-bottom:0.125rem dashed #ff0000;display:block; }
#LXXuC4BGoTBhlTf9ZxONeKdGpchBRIxI { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:left;text-align-last:left;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;height:2.4375rem;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:right;text-align-last:right;display:block;vertical-align:top;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem;overflow:hidden;height:2.4375rem;border-top:0.0625rem solid #e2ceb0;border-left:0.0625rem solid #e2ceb0;border-right:0.0625rem solid #e2ceb0;border-bottom:0.0625rem solid #e2ceb0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;font-family:"ahj 2024 font";font-size:0.875rem;overflow:hidden;font-weight:400;font-style:normal; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;font-size:0.75rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-radio-label { float:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn  { width:17.5rem;height:auto;top:25.8740234375rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn .widget-info-text { color:#b80023;line-height:1.6;overflow:hidden;height:auto;font-size:0.6875rem;font-family:"ahj 2024 font";text-align:center;text-align-last:center; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn {display:block;}#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn { width:17.5rem;height:auto;top:25.8740234375rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iPRAnvMZg5JZRaT2nDzvFr17MfuFbI5R {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #SbQS5nBi0eXU3lqNLPlqtmCTxtBVaOCU { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #syKwCzMSzoZONVr0nZTgM7i7TeiUmRF5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #Mk1J8Jk31R0RZT2dDFTMgz4g9ivs5DNH {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #aGrhvTnWpt9kfRP6esIsTDXew1lrb4z0 { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #A0yQSZt9xwJZXET8giyvWWuuapcltQD7 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #J42XRrv2LAWLLi6v7y6J2TohqPUsTEm5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #kRpAXCJa0QRqZQTyxPBTBTsbb8aaTN2v { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #zdxTcAIMH20b05iVPllKsB9kcKqt6g43 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #VRhLV7yQcgphPIZppGAFBky1R1pF5Tn9 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #MBemoORbrdKhOPR4RCT5znoM1MqC97OT { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #lTu2cCckJdkqGym8zZyEcu7hTJlQp0xo {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #PTmLsNi4KCdHEe89u49BhFfKEgG9I3D5 {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #gt8ETvFupUJ4csPcz5qMTOT7t2Wyrpri { display:none; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #P1zTO5z05EFlwB8ayaA2DiJnofTGWdHu {  }
#Popyb1lfEZVdQVcDQESiS4y6IyTT0RmP { display:block; }
#rJNoiCJkeI5QiJrmz6ICrtR9Uc3qpTbo { display:block; }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #iTCaPlem65wf9WWWDmP3zCCk6vuUxW0c {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #D28RRMnssxhcvvccFI4FbLZMnJ6QvLIe {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #rUpqHOGvUgo8Vlyqw5zk0TLgcHCwa0tm {  }
#PNwx3qgdOc8Shp8nk2llZtoZES6kJvIn #wiMh5VeK1GMfOHNWo2dISiQiORr4eLuD {  }
#O19IulE48Z16D0nyz59B0KSB21CWWWyy { 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; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { background-color: transparent; background-image: none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container > .video-iframe-container { display: none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row > .video-iframe-container { display: none; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .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); }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { border-width: 0; border-radius: 0; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O19IulE48Z16D0nyz59B0KSB21CWWWyy > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#IKkCTvAbybAJU4tN5HPItO9TofgABNaU { 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; }
#nkD25g10iCvmL1pIFHMZ6Ool0iXzDTmt { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#pubZa9Fgh9IU1FVqs2crDB2fQLQmixtp { 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; }
#yAKhs1tJQkwwScZZBATiqEwd6IAGxm1T { display:block; }
#HriRSQP9RTmuiyDVtuHgZiwqNQL7TTtn { 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; }
#yop1sEHXrIO4tryp2VuI20BffTASQhrB { display:block; }
#lKK5XtLa5AIvDc7C0IFAW6gPvTrsgX6E { 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; }
#sledZlp4K9n8O1AnzhxSQPTXyl6WB3i6 { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#ADhXTXgzHp0tz11oXhZnax3Qe0RyDX6a { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#Lp763Vy8hfJODpCSrJNvA8024I04UiFw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row .container { background-color: transparent; background-image: none; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row .container > .video-iframe-container { display: none; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row > .video-iframe-container { display: none; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .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); }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row .container { border-width: 0; border-radius: 0; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lp763Vy8hfJODpCSrJNvA8024I04UiFw > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; }#gpWSmMZuzX0QaBNTZneKabsm5pFdFhDE { top:18.0625rem;left:7.125rem;width:12.5rem;height:1.6235375rem;z-index:15026;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#VEdgvv3nrQvv36snfdrdZIHPfSkmApM8 { top:5.375rem;left:0rem;width:20rem;height:11.625rem;z-index:14983;overflow:hidden;display:block; }
#suNqnRVBLmLVcriQv4urk7vak2Bvi4pU { top:17.75rem;left:0.75rem;width:5.5rem;height:2rem;z-index:14975;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#awAxGKANIrLR4NMnEHgOp2G4gsiKKCHk { display:block; }
#SMqoxVLnE9q3anvPiCdfH5clJi8vdBRG { top:4.4778633117676rem;left:6.21875rem;width:7.559875rem;height:1.4362rem;z-index:15030;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#bbd8e95WqA7WbIJ5tDdugTad2wJQfweX { top:4.609375rem;left:6.625rem;width:6.747375rem;height:0.97411875rem;z-index:15031;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#nMQCNhzxc05mVl9SGUWyDQwlLLThDlve { top:1.20703125rem;left:2.4036459922791rem;width:15.1861875rem;height:1.21875rem;z-index:14998;font-family:"ahj 2024 font";text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HsDzsoZ5tM6azSPJzWmESZQoTpri3vMH { top:21.37451171875rem;left:0rem;width:19.875rem;height:11.5625rem;z-index:14984;overflow:hidden;display:block; }
#TVzLxTNExVTTqpvndxK0dX9xfklCd5qE { top:33.935791015625rem;left:0.74951171875rem;width:5.49926875rem;height:1.9995125rem;z-index:14976;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#gFE5SwJwqFKJHAWEFxFGPng379z4fICK { display:block; }
#fJRb35H0PRbUrDTvTaUdLMTgno0W1G9e { top:34.061279296875rem;left:7.3125rem;width:12.5rem;height:1.6235375rem;z-index:15027;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#ZTnUaA3cFs9ddUBoPt2KhHaZAh8VvBfF { top:38.125rem;left:0rem;width:19.875rem;height:11.5625rem;z-index:14985;overflow:hidden;display:block; }
#td4KrZkawM3pQt99n2g3lLnFzfXglDeQ { top:55.5615234375rem;left:0rem;width:19.875rem;height:11.5625rem;z-index:14986;overflow:hidden;display:block; }
#nbFVPvBhPsfTdFxO6cxdTPiNAMeEwtgd { top:51.123046875rem;left:0.74951171875rem;width:5.49926875rem;height:1.9995125rem;z-index:14977;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#VzmFMySb15sI0CsKmihGH03huJt1TT3q { display:block; }
#fwbLTspUQJeoqO3itGHUCWJDihSHS3x7 { top:51.2646484375rem;left:7.125rem;width:12.5rem;height:1.6235375rem;z-index:15028;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#dJ4QwlwfMwdbnrWOI5Rargyy1mOHGQ7B { top:67.87255859375rem;left:0.74951171875rem;width:5.49926875rem;height:1.9995125rem;z-index:14978;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#mr5Zyz9cWPSGaAsJfFkAepNn2o1VwFkh { display:block; }
#dQlLDNO8fPbICRsRfuUVrU2XyhJ2CTRE { top:68.373046875rem;left:7.1875rem;width:12.5rem;height:1.6235375rem;z-index:15029;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#efXnfTwTFGtkcnVTSITiQ3OD9IevQMrg { top:72.498779296875rem;left:0rem;width:19.875rem;height:11.5625rem;z-index:14987;overflow:hidden;display:block; }
#WRoo4PqokuOnvZihnx6yFQJfceV9UPIo { top:84.747802734375rem;left:7.0625rem;width:12.5rem;height:1.6235375rem;z-index:15030;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#ByuSMTIXDPknBPABbBwlgmVlLigNgDcF { top:84.497314453125rem;left:0.74951171875rem;width:5.49926875rem;height:1.9995125rem;z-index:14979;font-family:"ahj 2024 font";font-size:0.6875rem;line-height:.8;background-color:#997960;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-weight:400;font-style:normal;display:block; }
#QsSiLBuOpFBxAdJtmEWeIqvo9AiA1WS8 { display:block; }
#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { background-color: transparent; background-image: none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container > .video-iframe-container { display: none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row > .video-iframe-container { display: none; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .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); }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { border-width: 0; border-radius: 0; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHcvoX1TcX3Tt3az81Q74yXTnNvttU5Q > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#Kd9OJHVqEptXKHu2rO4BEywTD265RQal { width:20rem;height:1.05625rem;top:1.0750007629394rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;font-family:"ahj 2024 font";margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15019;display:block; }
#N7PIFO1T2bMyCm9TSeQ0VCrmOqQFcFiU { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;display:block; }
#F73GBhMsb7PirZt7vxARCHQDXkC4BpbL { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15018;display:block; }
#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 { 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; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { background-color: transparent; background-image: none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container > .video-iframe-container { display: none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row > .video-iframe-container { display: none; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .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); }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { border-width: 0; border-radius: 0; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5pzBtbU8wy1oDpWNtHnsMsaVvqsVvI9 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#NdWSBcl9IZPvbFbfiZpWJZAIx2J1f2VO { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#r9pSER4FVTl1vnssptQ3wmgUvqUJcGb1 { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#SNRoEATPzhaJhNVXAFWs7eT9nW1ED1tg { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#HypMMasaEnJ47ZZh3eAZ68riyhUTkgyo { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#tAcVWPf6pAgTSxC4Xhw3IrdfpTr48O7G { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#VkdMURQ812CJ4IAE7bBmg1f52MGc88nz { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#UTDkJpNvdJaENOXdAapq9P0n9JWnakl3 { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#E6Ee4Uqpd7HlCvvNFzWRnyZivQtNaDcL { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#DDxMBEKRLnPkQi44KCgff8oEKqdL1cPl { 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; }
#y3c8wkrcou0n5nINNMR53uTgKtv9HC02 { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL { 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; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { background-color: transparent; background-image: none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container > .video-iframe-container { display: none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row > .video-iframe-container { display: none; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .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); }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { border-width: 0; border-radius: 0; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X5dAeTherDfV8hWcKhkmoaPE30wt0vWL > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#ooeb4A3DrvXxnKZoheztcZqfRFGmW09J { top:1.5rem;left:12.187500357628rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#FSf6qPPOdfVX16vpV5PJHsoM5eqAVb6U { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#oBsvhuatfDphSL2lxngLpWC83lwdSQIx { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD { display:block; }#az0W9DfJOWnEnxKdv5Z9NqueG8cZV0LD > .row .container { width:20rem;height:50rem;position:relative;display:block; }#wkCSMGeZTRpix2W6lnDaMCUTpMtquFJf { top:0rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:14991;background-color:#eaeaea;background-image:none;display:block; }
#sKs4ZdWwn9Xv6tSTE8W04TnaDaPKuXQL { width:17.2875rem;height:1.7875rem;top:1.5624971389771rem;left:1.3187500238419rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15001;font-family:"ahj 2024 font";display:block; }
#ohMunBnzxxGc2N2vKskovvc8cJhuKsdk { display:block; }
#f2znvaEHwk3BizkaNawHQoE8TR1wwM3p { top:3.9375rem;left:2.0937501192093rem;width:15.9375rem;height:11.3769375rem;z-index:15003;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.875rem;display:block; }
#OSv6n5heZyxgcCA3WbDlzZEvsGXUnC2Z { width:6.25rem;height:2.5rem;top:13.8125rem;left:0.9375rem;z-index:15013;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
#g9MFxi9WiseuIyFIOOdgmOeLN7oUe7zy { display:block; }
#xIpfppAckE2VOaZThKsQJAuu1bukPtLZ { top:21.250000953674rem;left:2.0312501192093rem;width:15.9375rem;height:6.8261875rem;z-index:15005;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.875rem;display:block; }
#mKAzr5N8ShuPCKH7QLM4KCSbl7BTbynI { width:6.25rem;height:2.5rem;top:30.625rem;left:1rem;z-index:15011;font-size:0.875rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#KDdhLw56Z08K47QcfMBW9W4TKLWpATon { display:block; }
#HnxIvBk2n17saKb9biwNKEiLFFmDHEhP { width:17.2875rem;height:1.7875rem;top:18.625000953674rem;left:1.3187500238419rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15004;font-family:"ahj 2024 font";display:block; }
#if7Sq4nqzEU5U3ibv1Aa6Udtp9XLCy2I { display:block; }
#HtUvOK6z1SoboD8tR48bcQTOc5ydVSb4 { top:38.5625rem;left:1.9375rem;width:15.9375rem;height:6.33544375rem;z-index:15009;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.8125rem;display:block; }
#LClHcenS4kTI40nmzorkWUlHghf2A7FW { width:17.3625rem;height:1.8625rem;top:35.875rem;left:1.375rem;font-size:0.8125rem;color:#b20129;border-top:0.125rem solid #b20129;border-left:0.125rem solid #b20129;border-right:0.125rem solid #b20129;border-bottom:0.125rem solid #b20129;z-index:15007;font-family:"ahj 2024 font";display:block; }
#yvTHuVoIq4cpAamlvaefAcLpW4eeOSlg { display:block; }
#bbfIRz8Z0F2ozrX7WGHZCI4OnT8qtLQT { width:6.25rem;height:2.5rem;top:45.812491416931rem;left:1.3187500238419rem;z-index:15012;font-family:"ahj 2024 font";font-weight:400;font-style:normal;font-size:0.875rem;display:block; }
#oHTuWDM8ObqwuPJwAxINw1WJbDMkHKx9 { display:block; }
#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A { display:block; }#OPWeeTeo6v2mZpJhcxbePiFvcCDr7L7A > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#ZNrhheaWgnDklCNo7QcLXDb9i5o91LSq { width:6.875rem;height:6.875rem;top:21rem;left:6.4375rem;display:block; }
#WtKRXfWTwLuSgdCqXqq3dbs9fee67lTC { width:14.4980625rem;height:12.7929875rem;top:29.125rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#RyaBFo5TKOCKEglCnX9itp9KOP83emPl { width:6.875rem;height:6.875rem;top:1.875rem;left:6.5625rem;display:block; }
#IDIIzDhOTZp1UCoUVlc9TTcsGEnfIkNI { width:14.4980625rem;height:6.39648125rem;top:10rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#MRqdmPZncTE093z1IU7lmhmGtn1EVWek { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { background-color: transparent; background-image: none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container > .video-iframe-container { display: none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row > .video-iframe-container { display: none; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .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); }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { border-width: 0; border-radius: 0; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRqdmPZncTE093z1IU7lmhmGtn1EVWek > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; }#ch3C1zXeEwAT0vgbzxP5oUk6kB3a71Bv { top:2.4374876022339rem;left:0rem;width:20rem;height:21.75rem;z-index:15000;display:block; }
#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d06fde96-fc9f-4147-bc54-adcc7ad99651/Downpiccc2662601967.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.adaptive-delivery-prevent-bg, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyload, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection.lazyloading { background-image: none; } #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection *:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="text"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="email"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection input[type="tel"]:focus-visible, #dcc25d8c4c134ed8ba2d7f2944df12dc.widget-smartsection textarea:focus-visible { outline: none; } #y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row .container { background-color: transparent; background-image: none; }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row .container > .video-iframe-container { display: none; }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row > .video-iframe-container { display: none; }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .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); }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row .container { border-width: 0; border-radius: 0; }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y94W2LDE0y5dmNb4EEvmGA0amp9QFseB > .row .container { width:20rem;height:16.25rem;position:relative;display:block; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF { background-color:#af8752;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF > .row .container { border-width: 0; border-radius: 0; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwcaUNTZV9zBu0KwsQTapi38KvfV5RUF > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; }#L4qaFBR7u1f5QAonfi5Lq68RZLTcV171 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#ZVQHirvEO5CXuoUhTabyKlEzGG4X09iE { width:16.4375rem;height:0.9rem;top:14.4375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#zqZ1xwSAp9NGOLgk9aBUsXuXH7BwQKws { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#ibTbmr1QaGWXKp3QbewFXGOW2oOwnSez { width:20rem;height:0.8125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#Krk3Tc39nkoUzxTfKvAWLrpIt6SLNoqG { width:1.75rem;height:1.75rem;top:8.375rem;left:11rem;font-size:1.1875rem;display:block; }
#wuriMuChGpdIvOZwG6wc5OPw0Zwla5K7 { width:1.6875rem;height:1.6875rem;top:8.375rem;left:9.3125rem;font-size:1.125rem;display:block; }
#TTFzkLWpE5GnfygitwvPa8A3ZkOUXzbE { width:2.0625rem;height:2.0625rem;top:8.1875rem;left:7.25rem;font-size:1.4375rem;display:block; }
#FEq8kc0Ey35OFXmzBpACKTd4LeA4PSqg { width:6.1875rem;height:2.625rem;top:4.1874942779541rem;left:6.9062498807906rem;display:block; }
#WkALAkvHhBOBpWunFAFZwW6J0MLMuCg7 { width:20rem;height:1.86875rem;top:1.5625rem;left:0rem;font-size:1.4375rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;display:block; }
#TRhiVkte0t1TmCyc6y3JXevdXXQ4IMde { top:15.33749961853rem;left:0rem;width:5.125rem;height:2.1875rem;z-index:15017;display:block; }
#eTGDXcMr1oVr24LT2g9UAwaVoJeyz3Cb { width:16.4375rem;height:0.9rem;top:12.77499961853rem;left:1.7812501192093rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:"ahj 2024 font";font-weight:400;font-style:normal;z-index:15004;display:block; }
#s3JpQmBgmRAf7CGlUXs4InDL0I83MtSp { display:flex;top:12.567970275879rem;left:6.8000000715256rem;width:1rem;height:1rem;z-index:15152; }
#Rg9EX0Q5OH4qPixGZpB0Vnt8qoCWz2zV { top:10.25rem;left:0rem;width:5.4375rem;height:3.0625rem;z-index:15155;display:block; }
