.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f54bbd8c-99e2-4ed7-b2be-b31438943a03/Downpiccc2658545241.crop_932x260_0,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.adaptive-delivery-prevent-bg, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyload, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection.lazyloading { background-image: none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container { border-width: 0; border-radius: 0; }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y { 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; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y.adaptive-delivery-prevent-bg, #NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y.lazyload, #NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y.lazyloading { background-image: none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container { border-width: 0; border-radius: 0; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container { width:75rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#V58K7ElSabfca7QHVaHG5TeR9vdoDS1a { 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:24.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#KdxOHKDFU8xqNpx85DbgLcMvnKiEGaWt { 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:32.875rem;display:none; }
#y10TqDbtFl6hBeGrcfyUVTqIdwpOb0dQ { 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:32.625rem;overflow:hidden;display:block; }
#FdMXtdcmDkymXSD30dIFVxKPTqJ88xiU { 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:31.625rem;overflow:hidden;display:block; }
#TIQHWe6txTUT4GFRnbgBBeeGmUZ4F8Dk { 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:11.6875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kgG27lh4v9xN2ZwwOR9ld4c7JbyaGF7s { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nL6qIkq1qcUoy6p28y29METs4U8OAhrS { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MImgGrmX2yrcsySW9GchLB3JqrKy2qW7 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #trRZwK5iSO4EQMLZr0bQIcrAzctxZaHV { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qKNEaCkkKRkOSdrnuxpvvqIde8iP7lTS { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BeZD1zSNFlZDwUbVZq88TKrKgBCCLWEg { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #smveSQGz4zdVbpUXNCHqcTrQUKTprW9N { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HG1oI8uEpsr3XNbzR1XEvo7mkgSXQK2J { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PPi6cq0DwvaXMseXOEmUy7VqUnBk5IXA { position:relative; }
#D3vOKPK1ZIZJz7vRb1GlbmXskSdKr7Ll { position:relative;display:block; }
#iosTxO5SGc32I6WFXTKBSI3eh6lgXAhI { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qLtfNWRorTuk3cqnGRny7UCBLVoHDbel { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TpENwH1qENF0d50fmJ7nZmN3thrRKbkh { position:relative; }
#bnkJq92t1KvFFiT7hxnqqudafEGzfqJl { 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; }
#bnkJq92t1KvFFiT7hxnqqudafEGzfqJl > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#AnEqG3Nhslb51TF9SlEAvrKJARNwqZew { 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; }
#DcqMkTlQPGMVaGRna6pRsEuOitFATl9m { 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; }
#waSA91F7aFK6zIDU7P8XVIv2SXzS8Wke { 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:11.1875rem;display:none; }
#Gh3XIA6L3rvSTQZqbWFAslW5EX5OPRA6 { 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:32.625rem;overflow:hidden;display:none; }
#wTRi3JbHE5fFLxJKDpe5aHiBOJyeDBVa { 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:13.375rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#wXkKtt0i1OrnWZ6tqaUEyNJIE5TtgpT6 { 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:27.8125rem;display:none; }
#wXkKtt0i1OrnWZ6tqaUEyNJIE5TtgpT6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#E0P6PEIPfAypNfSMIfFAl6Qh2VQGp3ZM { 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:11.0625rem;display:none; }
#E0P6PEIPfAypNfSMIfFAl6Qh2VQGp3ZM > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#amTHkbNfulJFwqNJx5xleXplP67Fo17I { 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:11.6875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yPoS5LtNeWEpWDs7DONIsTbzTag3qSST { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iwmQenGGekArSKW7Xa2QwC4rtOL1m2Q6 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vNA8MswwTBq8nJb1BloQSJSTBltFpgAt { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lrkJ24vA3oRukyl6w22VqWp6l7SQFl0h { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mkkLIdlA5vf2qRJvOzB4Z7iwh63czCDQ { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PTPpAa53gowTZNiPcEtPTMbKSE4i4nLJ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XBsHs3kPazbD5Tyr6F35gahUstOvxSeO { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XF5OStLRAEqkfAA0XMqHQQW9vkFlxqXM { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #f0ISTDtrQviivrP55c8NJDpfnL2817t2 { position:relative; }
#LKsHFmh8eDl8nO7NfMy74fW9d4ContTW { position:relative;display:block; }
#XhVOO7RE9WJDco1ltt19bmfWlUK6aiUF { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CR3qVvGrgwUs0RyBF2EiBkpJUldnkXyF { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yui3cvUxpOs249HZvQR5hwDKT2TxsfSk { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-form-header {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;line-height:1.5;overflow:hidden;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(60,51,51,0.21);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;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(60,51,51,0.21);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;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.81);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.81);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.81);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.81);font-family:cairo;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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;float:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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;float:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container:first-of-type{padding-top:0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-container:last-of-type{padding-bottom:0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { 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.0625rem solid #e2bc89;border-left:0.0625rem solid #e2bc89;border-right:0.0625rem solid #e2bc89;border-bottom:0.0625rem solid #e2bc89;z-index:15170;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:19.575000762939rem;left:51.31875038147rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem;display:block;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-info-text { font-size:0.75rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { 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.0625rem solid #e2bc89;border-left:0.0625rem solid #e2bc89;border-right:0.0625rem solid #e2bc89;border-bottom:0.0625rem solid #e2bc89;z-index:15170;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:19.575000762939rem;left:51.31875038147rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { position:relative;display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { position:relative;display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #RsDbn4AXBMAOSnSv8n3yRsExnPzThy4K { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dbdhLHJNgoQt54ErX0mZJggCefzeztSD { position:relative;display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #PpVdrBJu2aHTWcLuGxdTwv0DyZ5muOxx { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gyh0rkaER0TfSVU5VixdIwp0dbqKlUpM { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #UT2xvv9HPhBXEV0zQw2fw7dQ6FsCquKL { position:relative;display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TITTw900daiipLZ2DV2I5uxLefcB6qfr { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { position:relative;display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl { position:relative; }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #p3zqr8WT0XJx7gK09XIyzwUHKbrrEvDb { position:relative;display:block;z-index:15000; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #svREkfqZhmEb9P7ML6mvHDKryFTQMkWu { position:relative;display:block;z-index:15000; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi { position:relative; }
#tgxd9aN3ItWTswB85CxSfw5PZTeahDb2 { 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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9rem;height:3.3375rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:11.746874809265rem;left:50.949998855591rem;display:block; }
#fblfRtHsO9WdThQkDsz3Sf10adAzkioN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XqhmWHIbTELAJAke3ViqobwGM7b4RzQJ { 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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9rem;height:3.3375rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:11.746874809265rem;left:50.949998855591rem;display:none; }
#RHt0aeMgffpTx8xzfr3wMbb617URNyJl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OwieAcmwcZTiW4KIya97wwGPeit9GJmv { position:relative;display:none; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv { border-width: 0; border-radius: 0; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .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; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T1nDWbDgfwSmtZettTIAwMHHGJLvu4q5 { 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:7.9375rem;display:none; }
#s9feJm2ee4gDBxZBvusE5eLw826ncFev { 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:32.625rem;overflow:hidden;display:none; }
#oMq3VLLa8zTfL0J9beDtdQANmrBBZ2fk { 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; }
#tPUvP8wAqWfv2UOl3DFsOlkThGhrmGAs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ecbhDIiS1Zd8BtM5wvxby31L14hgkvbd { 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; }
#mXuofI6QAGl024mVSvZ2ST78FbKZ1oya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKsVIelTTbFUR4aTFF98PZTiuIQHvx5B { 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:17.3125rem;display:none; }
#qTQNbtPZZR2n9Sz78IIvlT8fHZGIUKFe { 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; }
#OnDN4wu5CTSuwn7ql7Rfp9c5NJMG6TzF { 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; }
#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA { position:relative;display:none; }#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA { border-width: 0; border-radius: 0; }#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA > .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; }#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v6QLS5g2nMZSrH2Q0uHbPhTWuMU4P4y2 { 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:11.6875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MBekQGVL4JnezrotWPUMOzgTa9eeb9zU { 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:19rem;overflow:hidden;display:none; }
#iPiNC0At9m10nddraw1NidAq2UOpqXFg { 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:9.5625rem;overflow:hidden;display:none; }
#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf { position:relative;display:none; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf { border-width: 0; border-radius: 0; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .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; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WMS7yDrZ0WdBrEW7DBrnLyK3K2NVTMun { 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; }
#i7Z32KnAiDJTcC95y5RZyMa56EMkw4H7 { 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; }
#UNRHzrHHFJ6qp27oQxZcT1SXSKJFdLSr { 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; }
#fe5vK56suFzazRlUWOFllsiWe9MfL5QZ { 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; }
#VELzDDtTMWoTAy5UTeepMx9AfHdPCEI9 { 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; }
#SxalTnocF2UURi95Hyv10gOBuuwkAR1X { 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; }
#OEBqHsCHAaOSds3H4ItT9MOouSbFlBww { 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; }
#ERhO1S8J0nbSIzQc2X13opHfxzLvuVky { 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; }
#EADg50tiu18tSq73rnX5pNfiMISA4w9U { 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:14.5rem;display:none; }
#H4DLxyQN5ov4vatQm4mFwD1bgQUKM8TT { 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; }
#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD { position:relative;display:none; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD { border-width: 0; border-radius: 0; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .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; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wgbcVTdDSCc0ifFVDikEHBDdFN5ZCED0 { 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; }
#DPCbtU64vXU3dm2Dihl3DtEhvv6DGlqG { 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:43.375rem;left:11rem;display:none; }
#ranofO06bakOdViHlrK5DRoR5CXT0x7Z { 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; }
#TsGF0BpKFMrcXW7G9T6JAJLABVgOqeGQ { 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.9375rem;top:16.25rem;left:14.5625rem;display:none; }
#shClxT8kol5DeJG7N4fqzNctLE2BfVGk { 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; }
#ob4dPsUQ4mwfvuoLpce9hFQOgfXTA4NP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkF0qn7ZzXfE1g2C30dJvIKIWxoLuZl9 { 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; }
#Po7FI1rJf3mKvN0eVMTUJw7ato8s3aXw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#XFcZh1Xpl0hpoRxeNS7NEbEulGuR01d2 { color:#000000;display:block;width:2.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:3.625rem;left:24.5625rem;display:none; }
#TBFwka9g1W80TfeT540B4uLxnMectMVa { 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.9375rem;top:32.9375rem;left:14.625rem;display:none; }
#EHIBowGxADC3qNr2pzk9mnEsNT2yePTJ { 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; }
#Jo3LQzxN2nmbApkEPnBmQKB8ThZXyATE { 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; }
#z7UC8QAqBLdd0xXKF5p8oeonXWInn5Gv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e10mT5eKSXPpeKwLkBE2bpsQh3l7NhDz { 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; }
#zzELn4K9NT0MmKTERgqhDMUfnL0r78tx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#qduygoTKTi6QzAmMKJfc7n6Z4NX5tCoZ { 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.9375rem;top:32.9375rem;left:14.625rem;display:none; }
#L4Tn1OtQfbkvHg9cPaHAlANqL90DPbkL { 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; }
#HEC6tEVLx6WCv6gmP1Dx00kvrbgNmTZJ { 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; }
#LDcZWPOEGBfixTGU62hLwTBTu1qlo57l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrw4DXEeXcMT64fXBGXpEfezmB1rwBH4 { 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; }
#vyAl4T9UqmThBSKbKPTychJBywwukVTC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#TWTMAg29czkzfiM89TJuKpbLZNDUZbGD { 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.9375rem;top:32.9375rem;left:14.625rem;display:none; }
#QwFCTPSRgJFnKJBoB1ZqxL1h3OTk4DcU { 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; }
#zMX8AOiKIsh6WEiQirXeOLQ3Opkxm3hC { 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; }
#H73EcpQLeUeAUtw12iTDWNtT9VG22iEZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#wR7UGd0ckZKRmame6hDRMJXvvJmu0L3l { 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; }
#GuahqaETTd1N2RB1kuGNTwJxPwxsQifI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyDbvF26JpUloOva6vaTHgF12kwSoJBu { 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.9375rem;top:32.9375rem;left:14.625rem;display:none; }
#NO4hNgoTiaEoqfINSsfqaHnVi9x9zmMe { 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; }
#AaoAGUdFv9ueMaV470MTdxUUSIqbGt9B { 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; }
#ImAx3fWwkcfZVWf060wNOuEfl9izaVqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFQuJ5qO3VT2wUxpx0KEEHRhZSXPyAvl { 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; }
#uAgeRmGxfdxdAK7PTaOh0WJIiesCGQqp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#VVvJxWTSJOnDMsd4GnM9LC96n1Rf48Tg { 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.9375rem;top:32.9375rem;left:14.625rem;display:none; }
#y8h6ucGBdSN6F6b7R2GANovRXh3Poect { 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; }
#fg7ZLGxyQo7OHLFLTPqiLWrJfgUMs5pk { 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; }
#bewEtlamGtyHK5LdmSzGophKovVKTee3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTq9ZlDgUUpDtTKrSRSb6oyDUhSUKcK5 { 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; }
#RX0zwDfpRXz6dcZUtMEe9oGqauHiKt7E { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#atO3J224URTponMHgeBa8vKwIinoooEZ { 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.9375rem;top:32.9375rem;left:14.625rem;display:none; }
#aLZzKmJQruuPvGbMFIHQr0evTIW5xzRy { 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; }
#MEemavJu2mKivvdHpBkkfSoEs4GkMqZv { 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; }
#rxzKbLndohXHNGuQUPoRuASR8fsLJ3b2 { 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; }
#l0Co5JnTogszP1ZrBeGt5wSJzUvGtglu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MBLPyVwo0Ow5nI7bMCiKSui9ggIEhZBO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#U4pGsxpo37QM4BB1ecTlMLOqmWA5MiV0 { 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.9375rem;top:32.9375rem;left:14.625rem;display:none; }
#nAF00zNasoUHcdefrsSyVu48yNzdXvWa { 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; }
#lrKzUJNtMnnEmhTgH3f307xrFNWARAci { 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; }
#pr2cq52Ifl0AtWMLNztfQyyrOw0T8LrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHgOnyKGgaDViN0TQxGupBfDbPPa8dgW { 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; }
#E2w8TrmNDnWI9gvLJlcHnyC7x82TosNT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:72.8125rem;left:13.375rem;display:none; }
#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 { position:relative;display:none; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 { border-width: 0; border-radius: 0; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .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; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#An00QuCzdQ6nvfFsbSeIGhaETqVkKin8 { 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:11.1875rem;display:none; }
#J0p3RiKbXl1kbpaMnWmz4T2KicTPUHpk { 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; }
#usMphw9TLVAFaE6z72GKmUcRwuq5UXHQ { 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; }
#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 { position:relative;display:none; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 { border-width: 0; border-radius: 0; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .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; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#So9rOaczCvPpdviuvMposfEMc49woSWX { 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; } #mkSUcRn6twAhIG748PHZBpDlSf1hqX29 { border-width: 0; border-radius: 0; }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .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; }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM { 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; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM.adaptive-delivery-prevent-bg, #mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM.lazyload, #mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM.lazyloading { background-image: none; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM > .row .container { border-width: 0; border-radius: 0; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:none; }#krg9eqtC7Q3tt3h6VLC83sS4dTdP8vdQ { 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:17.375rem;height:2rem;font-style:normal;display:none; }
#RlyQfcrA92Ue2gcGpFCTy2yqnU8DPiaT { 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:30.1875rem;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; }
#S6TD9BAlo7Tmgba298Qo5VXdqGCRGDNk { 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:13.5rem;display:none; }
#t3oDs5H0dPvuoLDWRhUH2E2XK7iwO4tV { 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:26.0625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q5ZwptroNtFWR1sdw76IVO05JXaZW6O9 { 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:38.25rem;display:block; }
#M5Ntzo0mt1hf5yVxEZsb4qN4dgZzzR3g { 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:34.25rem;display:block; }
#wxIxhBDv8CVaTTfsbXiT584zTXtBU1gn { 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:30.125rem;display:block; }
#tuWKLPVRHI7pKULH01g0WBqkSGWTIMQP { 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:28.625rem;overflow:hidden;display:block; }
#TDvXRmEMeLiA4636y90sdQg0l6bTn2ic { 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:18.125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ghwXeAOHuPcBTh83cTaTqC4cEOUso6Vl { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#KGiAqOSWK4awRl9ySCxPas7FWWT8OuQB { 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:30.1875rem;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; }
#rkcmJAe6s6d72I6h6Fd4dPZSZlRmufmb { 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; }
#A7500CsCW5xenl4dhtiOVefBMMTl1C9y { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { display:none; } #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection *:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="text"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="email"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection input[type="tel"]:focus-visible, #S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection textarea:focus-visible { outline: none; } #C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container { width:47.75rem;position:relative;display:none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y { display:none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container { width:47.75rem;position:relative;display:none; }#V58K7ElSabfca7QHVaHG5TeR9vdoDS1a { top:0.125rem;left:10.5rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#KdxOHKDFU8xqNpx85DbgLcMvnKiEGaWt { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#y10TqDbtFl6hBeGrcfyUVTqIdwpOb0dQ { top:1.6875rem;left:19rem;width:8.3125rem;height:6.3566176470587rem;display:block; }
#FdMXtdcmDkymXSD30dIFVxKPTqJ88xiU { top:9.9375rem;left:18rem;width:10.375rem;height:4.0701923076923rem;display:block; }
#TIQHWe6txTUT4GFRnbgBBeeGmUZ4F8Dk { top:2.625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #kgG27lh4v9xN2ZwwOR9ld4c7JbyaGF7s {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nL6qIkq1qcUoy6p28y29METs4U8OAhrS { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MImgGrmX2yrcsySW9GchLB3JqrKy2qW7 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #trRZwK5iSO4EQMLZr0bQIcrAzctxZaHV {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qKNEaCkkKRkOSdrnuxpvvqIde8iP7lTS { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BeZD1zSNFlZDwUbVZq88TKrKgBCCLWEg {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #smveSQGz4zdVbpUXNCHqcTrQUKTprW9N {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HG1oI8uEpsr3XNbzR1XEvo7mkgSXQK2J { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PPi6cq0DwvaXMseXOEmUy7VqUnBk5IXA {  }
#D3vOKPK1ZIZJz7vRb1GlbmXskSdKr7Ll { display:block; }
#iosTxO5SGc32I6WFXTKBSI3eh6lgXAhI { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qLtfNWRorTuk3cqnGRny7UCBLVoHDbel {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TpENwH1qENF0d50fmJ7nZmN3thrRKbkh {  }
#bnkJq92t1KvFFiT7hxnqqudafEGzfqJl { top:0rem;width:;height:;display:none; }
#bnkJq92t1KvFFiT7hxnqqudafEGzfqJl > img { max-width: 100%;max-height:100%; width:; height:; }#AnEqG3Nhslb51TF9SlEAvrKJARNwqZew { top:0rem;width:;height:;display:none; }
#DcqMkTlQPGMVaGRna6pRsEuOitFATl9m { top:0rem;width:;height:;display:none; }
#waSA91F7aFK6zIDU7P8XVIv2SXzS8Wke { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#Gh3XIA6L3rvSTQZqbWFAslW5EX5OPRA6 { top:1.6875rem;left:19rem;width:5.1875rem;height:6.375rem;display:none; }
#wTRi3JbHE5fFLxJKDpe5aHiBOJyeDBVa { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#wXkKtt0i1OrnWZ6tqaUEyNJIE5TtgpT6 { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#wXkKtt0i1OrnWZ6tqaUEyNJIE5TtgpT6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#E0P6PEIPfAypNfSMIfFAl6Qh2VQGp3ZM { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#E0P6PEIPfAypNfSMIfFAl6Qh2VQGp3ZM > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#amTHkbNfulJFwqNJx5xleXplP67Fo17I { top:19.25rem;left:0rem;width:19.375rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yPoS5LtNeWEpWDs7DONIsTbzTag3qSST {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iwmQenGGekArSKW7Xa2QwC4rtOL1m2Q6 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vNA8MswwTBq8nJb1BloQSJSTBltFpgAt {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lrkJ24vA3oRukyl6w22VqWp6l7SQFl0h {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mkkLIdlA5vf2qRJvOzB4Z7iwh63czCDQ { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PTPpAa53gowTZNiPcEtPTMbKSE4i4nLJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XBsHs3kPazbD5Tyr6F35gahUstOvxSeO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XF5OStLRAEqkfAA0XMqHQQW9vkFlxqXM { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #f0ISTDtrQviivrP55c8NJDpfnL2817t2 {  }
#LKsHFmh8eDl8nO7NfMy74fW9d4ContTW { display:block; }
#XhVOO7RE9WJDco1ltt19bmfWlUK6aiUF { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CR3qVvGrgwUs0RyBF2EiBkpJUldnkXyF {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yui3cvUxpOs249HZvQR5hwDKT2TxsfSk {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #RsDbn4AXBMAOSnSv8n3yRsExnPzThy4K {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dbdhLHJNgoQt54ErX0mZJggCefzeztSD { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #PpVdrBJu2aHTWcLuGxdTwv0DyZ5muOxx {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gyh0rkaER0TfSVU5VixdIwp0dbqKlUpM {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #UT2xvv9HPhBXEV0zQw2fw7dQ6FsCquKL { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TITTw900daiipLZ2DV2I5uxLefcB6qfr {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl {  }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #p3zqr8WT0XJx7gK09XIyzwUHKbrrEvDb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #svREkfqZhmEb9P7ML6mvHDKryFTQMkWu {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#tgxd9aN3ItWTswB85CxSfw5PZTeahDb2 { width:20.875rem;height:3.3125rem;top:11.6875rem;left:26.875rem;display:block; }
#fblfRtHsO9WdThQkDsz3Sf10adAzkioN { display:block; }
#XqhmWHIbTELAJAke3ViqobwGM7b4RzQJ { width:20.875rem;height:3.3125rem;top:11.6875rem;left:26.875rem;display:none; }
#RHt0aeMgffpTx8xzfr3wMbb617URNyJl { display:block; }
#OwieAcmwcZTiW4KIya97wwGPeit9GJmv { display:none; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row .container { width:47.75rem;position:relative;display:none; }#T1nDWbDgfwSmtZettTIAwMHHGJLvu4q5 { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#s9feJm2ee4gDBxZBvusE5eLw826ncFev { top:1.6875rem;left:19rem;width:8.3125rem;height:6.2541666666667rem;display:none; }
#oMq3VLLa8zTfL0J9beDtdQANmrBBZ2fk { width:;height:;top:0rem;display:none; }
#tPUvP8wAqWfv2UOl3DFsOlkThGhrmGAs { display:block; }
#ecbhDIiS1Zd8BtM5wvxby31L14hgkvbd { width:;height:;top:0rem;display:none; }
#mXuofI6QAGl024mVSvZ2ST78FbKZ1oya { display:block; }
#ZKsVIelTTbFUR4aTFF98PZTiuIQHvx5B { top:15.3125rem;left:3.6875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#qTQNbtPZZR2n9Sz78IIvlT8fHZGIUKFe { top:0rem;width:;height:;display:none; }
#OnDN4wu5CTSuwn7ql7Rfp9c5NJMG6TzF { top:0rem;width:;height:;display:none; }
#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA { display:none; }#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA > .row .container { width:47.75rem;position:relative;display:none; }#v6QLS5g2nMZSrH2Q0uHbPhTWuMU4P4y2 { top:2.625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#MBekQGVL4JnezrotWPUMOzgTa9eeb9zU { top:10.0625rem;left:5.375rem;width:9.9375rem;height:2.9127155172414rem;display:none; }
#iPiNC0At9m10nddraw1NidAq2UOpqXFg { top:10.375rem;left:0rem;width:9.375rem;height:2.5358606557377rem;display:none; }
#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf { display:none; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row .container { width:47.75rem;position:relative;display:none; }#WMS7yDrZ0WdBrEW7DBrnLyK3K2NVTMun { width:;height:;top:0rem;display:none; }
#i7Z32KnAiDJTcC95y5RZyMa56EMkw4H7 { width:;height:;top:0rem;display:none; }
#UNRHzrHHFJ6qp27oQxZcT1SXSKJFdLSr { width:;height:;top:0rem;display:none; }
#fe5vK56suFzazRlUWOFllsiWe9MfL5QZ { width:;height:;top:0rem;display:none; }
#VELzDDtTMWoTAy5UTeepMx9AfHdPCEI9 { width:;height:;top:0rem;display:none; }
#SxalTnocF2UURi95Hyv10gOBuuwkAR1X { width:;height:;top:0rem;display:none; }
#OEBqHsCHAaOSds3H4ItT9MOouSbFlBww { width:;height:;top:0rem;display:none; }
#ERhO1S8J0nbSIzQc2X13opHfxzLvuVky { width:;height:;top:0rem;display:none; }
#EADg50tiu18tSq73rnX5pNfiMISA4w9U { top:1.375rem;left:0.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#H4DLxyQN5ov4vatQm4mFwD1bgQUKM8TT { top:0rem;width:;height:;display:none; }
#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD { display:none; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row .container { width:47.75rem;position:relative;display:none; }#wgbcVTdDSCc0ifFVDikEHBDdFN5ZCED0 { top:0rem;width:;height:;display:none; }
#DPCbtU64vXU3dm2Dihl3DtEhvv6DGlqG { top:43.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#ranofO06bakOdViHlrK5DRoR5CXT0x7Z { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#TsGF0BpKFMrcXW7G9T6JAJLABVgOqeGQ { top:16.5625rem;left:0rem;width:12.875rem;height:1.625rem;font-size:0.625rem;display:none; }
#shClxT8kol5DeJG7N4fqzNctLE2BfVGk { width:;height:;top:0rem;display:none; }
#ob4dPsUQ4mwfvuoLpce9hFQOgfXTA4NP { display:block; }
#tkF0qn7ZzXfE1g2C30dJvIKIWxoLuZl9 { top:0rem;width:;height:;display:none; }
#Po7FI1rJf3mKvN0eVMTUJw7ato8s3aXw { top:72.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
#XFcZh1Xpl0hpoRxeNS7NEbEulGuR01d2 { top:3.625rem;left:10.9375rem;width:2.5625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#TBFwka9g1W80TfeT540B4uLxnMectMVa { top:33.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#EHIBowGxADC3qNr2pzk9mnEsNT2yePTJ { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#Jo3LQzxN2nmbApkEPnBmQKB8ThZXyATE { width:;height:;top:0rem;display:none; }
#z7UC8QAqBLdd0xXKF5p8oeonXWInn5Gv { display:block; }
#e10mT5eKSXPpeKwLkBE2bpsQh3l7NhDz { top:0rem;width:;height:;display:none; }
#zzELn4K9NT0MmKTERgqhDMUfnL0r78tx { top:20rem;left:3.3749995827675rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#qduygoTKTi6QzAmMKJfc7n6Z4NX5tCoZ { top:50.4375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#L4Tn1OtQfbkvHg9cPaHAlANqL90DPbkL { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#HEC6tEVLx6WCv6gmP1Dx00kvrbgNmTZJ { width:;height:;top:0rem;display:none; }
#LDcZWPOEGBfixTGU62hLwTBTu1qlo57l { display:block; }
#yrw4DXEeXcMT64fXBGXpEfezmB1rwBH4 { top:0rem;width:;height:;display:none; }
#vyAl4T9UqmThBSKbKPTychJBywwukVTC { top:20rem;left:3.3749995827675rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#TWTMAg29czkzfiM89TJuKpbLZNDUZbGD { top:67.375rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#QwFCTPSRgJFnKJBoB1ZqxL1h3OTk4DcU { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#zMX8AOiKIsh6WEiQirXeOLQ3Opkxm3hC { top:0rem;width:;height:;display:none; }
#H73EcpQLeUeAUtw12iTDWNtT9VG22iEZ { top:20rem;left:3.3749995827675rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#wR7UGd0ckZKRmame6hDRMJXvvJmu0L3l { width:;height:;top:0rem;display:none; }
#GuahqaETTd1N2RB1kuGNTwJxPwxsQifI { display:block; }
#DyDbvF26JpUloOva6vaTHgF12kwSoJBu { top:84.125rem;left:0rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#NO4hNgoTiaEoqfINSsfqaHnVi9x9zmMe { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#AaoAGUdFv9ueMaV470MTdxUUSIqbGt9B { width:;height:;top:0rem;display:none; }
#ImAx3fWwkcfZVWf060wNOuEfl9izaVqI { display:block; }
#FFQuJ5qO3VT2wUxpx0KEEHRhZSXPyAvl { top:0rem;width:;height:;display:none; }
#uAgeRmGxfdxdAK7PTaOh0WJIiesCGQqp { top:20rem;left:3.3749995827675rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#VVvJxWTSJOnDMsd4GnM9LC96n1Rf48Tg { top:101.0625rem;left:0rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#y8h6ucGBdSN6F6b7R2GANovRXh3Poect { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#fg7ZLGxyQo7OHLFLTPqiLWrJfgUMs5pk { width:;height:;top:0rem;display:none; }
#bewEtlamGtyHK5LdmSzGophKovVKTee3 { display:block; }
#PTq9ZlDgUUpDtTKrSRSb6oyDUhSUKcK5 { top:0rem;width:;height:;display:none; }
#RX0zwDfpRXz6dcZUtMEe9oGqauHiKt7E { top:20rem;left:3.3749995827675rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#atO3J224URTponMHgeBa8vKwIinoooEZ { top:118.3125rem;left:0rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#aLZzKmJQruuPvGbMFIHQr0evTIW5xzRy { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#MEemavJu2mKivvdHpBkkfSoEs4GkMqZv { top:0rem;width:;height:;display:none; }
#rxzKbLndohXHNGuQUPoRuASR8fsLJ3b2 { width:;height:;top:0rem;display:none; }
#l0Co5JnTogszP1ZrBeGt5wSJzUvGtglu { display:block; }
#MBLPyVwo0Ow5nI7bMCiKSui9ggIEhZBO { top:20rem;left:3.3749995827675rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#U4pGsxpo37QM4BB1ecTlMLOqmWA5MiV0 { top:135.375rem;left:0rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#nAF00zNasoUHcdefrsSyVu48yNzdXvWa { width:12.5rem;height:7.25rem;top:0rem;display:none; }
#lrKzUJNtMnnEmhTgH3f307xrFNWARAci { width:;height:;top:0rem;display:none; }
#pr2cq52Ifl0AtWMLNztfQyyrOw0T8LrJ { display:block; }
#wHgOnyKGgaDViN0TQxGupBfDbPPa8dgW { top:0rem;width:;height:;display:none; }
#E2w8TrmNDnWI9gvLJlcHnyC7x82TosNT { top:20rem;left:3.3749995827675rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 { display:none; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row .container { width:47.75rem;position:relative;display:none; }#An00QuCzdQ6nvfFsbSeIGhaETqVkKin8 { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#J0p3RiKbXl1kbpaMnWmz4T2KicTPUHpk { width:;height:;top:0rem;display:none; }
#usMphw9TLVAFaE6z72GKmUcRwuq5UXHQ { width:;height:;top:0rem;display:none; }
#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 { display:none; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row .container { width:47.75rem;position:relative;display:none; }#So9rOaczCvPpdviuvMposfEMc49woSWX { 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; } #mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row .container { width:47.75rem;position:relative;display:none; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM { display:none; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM > .row .container { width:47.75rem;position:relative;display:none; }#krg9eqtC7Q3tt3h6VLC83sS4dTdP8vdQ { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#RlyQfcrA92Ue2gcGpFCTy2yqnU8DPiaT { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.5625rem;display:block; }
#S6TD9BAlo7Tmgba298Qo5VXdqGCRGDNk { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#t3oDs5H0dPvuoLDWRhUH2E2XK7iwO4tV { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#q5ZwptroNtFWR1sdw76IVO05JXaZW6O9 { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#M5Ntzo0mt1hf5yVxEZsb4qN4dgZzzR3g { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#wxIxhBDv8CVaTTfsbXiT584zTXtBU1gn { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#tuWKLPVRHI7pKULH01g0WBqkSGWTIMQP { top:6.125rem;left:15rem;width:12.3125rem;height:5.2234848484849rem;display:block; }
#TDvXRmEMeLiA4636y90sdQg0l6bTn2ic { top:0.8125rem;left:4.5rem;width:33.4375rem;height:3.9375rem;font-size:1.4375rem;display:block; }
#ghwXeAOHuPcBTh83cTaTqC4cEOUso6Vl { top:0rem;width:;height:;display:none; }
#KGiAqOSWK4awRl9ySCxPas7FWWT8OuQB { width:16.4375rem;height:0.875rem;top:12.1875rem;left:16.5625rem;font-size:0.5625rem;display:none; }
#rkcmJAe6s6d72I6h6Fd4dPZSZlRmufmb { top:0rem;width:;height:;display:none; }
#A7500CsCW5xenl4dhtiOVefBMMTl1C9y { display:none; }
body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1ef4b28e9dd3997f4d309cd52e4ad4c.widget-smartsection { 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; } #C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container { background-color: transparent; background-image: none; }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container > .video-iframe-container { display: none; }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row > .video-iframe-container { display: none; }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .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); }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container { border-width: 0; border-radius: 0; }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8TETGm62RM8rPUUvyB7tRoZdcyMuomd > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y { 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; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y.adaptive-delivery-prevent-bg, #NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y.lazyload, #NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y.lazyloading { background-image: none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container { background-color: transparent; background-image: none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container > .video-iframe-container { display: none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .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); }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row > .video-iframe-container { display: none; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .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); }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container { border-width: 0; border-radius: 0; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y::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; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .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; }#NU7Sk39dOzQg6fCvaaCiJP2ecmddLB9y > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; }#V58K7ElSabfca7QHVaHG5TeR9vdoDS1a { 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; }
#KdxOHKDFU8xqNpx85DbgLcMvnKiEGaWt { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#y10TqDbtFl6hBeGrcfyUVTqIdwpOb0dQ { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;display:block; }
#FdMXtdcmDkymXSD30dIFVxKPTqJ88xiU { width:8.125rem;height:3.1875rem;top:6.6234374046325rem;left:5.9374998807907rem;display:block; }
#TIQHWe6txTUT4GFRnbgBBeeGmUZ4F8Dk { width:20rem;height:6.171875rem;top:11.342185974121rem;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 #kgG27lh4v9xN2ZwwOR9ld4c7JbyaGF7s {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nL6qIkq1qcUoy6p28y29METs4U8OAhrS { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MImgGrmX2yrcsySW9GchLB3JqrKy2qW7 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #trRZwK5iSO4EQMLZr0bQIcrAzctxZaHV {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qKNEaCkkKRkOSdrnuxpvvqIde8iP7lTS { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BeZD1zSNFlZDwUbVZq88TKrKgBCCLWEg {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #smveSQGz4zdVbpUXNCHqcTrQUKTprW9N {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HG1oI8uEpsr3XNbzR1XEvo7mkgSXQK2J { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PPi6cq0DwvaXMseXOEmUy7VqUnBk5IXA {  }
#D3vOKPK1ZIZJz7vRb1GlbmXskSdKr7Ll { display:block; }
#iosTxO5SGc32I6WFXTKBSI3eh6lgXAhI { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #qLtfNWRorTuk3cqnGRny7UCBLVoHDbel {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TpENwH1qENF0d50fmJ7nZmN3thrRKbkh {  }
#bnkJq92t1KvFFiT7hxnqqudafEGzfqJl { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#bnkJq92t1KvFFiT7hxnqqudafEGzfqJl > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#AnEqG3Nhslb51TF9SlEAvrKJARNwqZew { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#DcqMkTlQPGMVaGRna6pRsEuOitFATl9m { top:22.4375rem;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; }
#waSA91F7aFK6zIDU7P8XVIv2SXzS8Wke { top:27.4375rem;left:3.75rem;width:12.5rem;height:1.54375rem;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; }
#Gh3XIA6L3rvSTQZqbWFAslW5EX5OPRA6 { width:3.4375rem;height:4.3125rem;top:23.208333969116rem;left:8.28125rem;z-index:15016;overflow:hidden;display:block; }
#wTRi3JbHE5fFLxJKDpe5aHiBOJyeDBVa { width:12.434375rem;height:0.8125rem;top:64.87500190735rem;left:3.7828124761581rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";display:block; }
#wXkKtt0i1OrnWZ6tqaUEyNJIE5TtgpT6 { display:flex;width:3.125rem;height:3.125rem;top:54.875rem;left:15.937500357628rem;z-index:14995; }
#wXkKtt0i1OrnWZ6tqaUEyNJIE5TtgpT6 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#E0P6PEIPfAypNfSMIfFAl6Qh2VQGp3ZM { display:flex;width:2.625rem;height:2.625rem;top:55.125rem;left:1.4375001192093rem;z-index:14996; }
#E0P6PEIPfAypNfSMIfFAl6Qh2VQGp3ZM > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#amTHkbNfulJFwqNJx5xleXplP67Fo17I { width:19.375rem;height:1.54375rem;top:19.278907775879rem;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 #yPoS5LtNeWEpWDs7DONIsTbzTag3qSST {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iwmQenGGekArSKW7Xa2QwC4rtOL1m2Q6 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vNA8MswwTBq8nJb1BloQSJSTBltFpgAt {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lrkJ24vA3oRukyl6w22VqWp6l7SQFl0h {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mkkLIdlA5vf2qRJvOzB4Z7iwh63czCDQ { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PTPpAa53gowTZNiPcEtPTMbKSE4i4nLJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XBsHs3kPazbD5Tyr6F35gahUstOvxSeO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XF5OStLRAEqkfAA0XMqHQQW9vkFlxqXM { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #f0ISTDtrQviivrP55c8NJDpfnL2817t2 {  }
#LKsHFmh8eDl8nO7NfMy74fW9d4ContTW { display:block; }
#XhVOO7RE9WJDco1ltt19bmfWlUK6aiUF { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CR3qVvGrgwUs0RyBF2EiBkpJUldnkXyF {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yui3cvUxpOs249HZvQR5hwDKT2TxsfSk {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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;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;height:2.4375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .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-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;border-top: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;font-family:"ahj 2024 font";font-size:0.75rem;overflow:hidden; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-family:"ahj 2024 font";font-weight:400;font-style:normal;box-shadow: none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [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;color:rgba(0,0,0,0.81); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [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;color:rgba(0,0,0,0.81); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [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;color:rgba(0,0,0,0.81); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [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;color:rgba(0,0,0,0.81); }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { width:17.5rem;height:auto;top:28.98046875rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:15154; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-info-text { font-family:"ahj 2024 font";font-size:0.6875rem;overflow:hidden;height:auto;line-height:1.6;color:#b80023;text-align:center;text-align-last:center; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ {display:block;}#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ { width:17.5rem;height:auto;top:28.98046875rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;z-index:15154; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #RsDbn4AXBMAOSnSv8n3yRsExnPzThy4K {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dbdhLHJNgoQt54ErX0mZJggCefzeztSD { display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #PpVdrBJu2aHTWcLuGxdTwv0DyZ5muOxx {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gyh0rkaER0TfSVU5VixdIwp0dbqKlUpM {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #UT2xvv9HPhBXEV0zQw2fw7dQ6FsCquKL { display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TITTw900daiipLZ2DV2I5uxLefcB6qfr {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { display:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl {  }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #p3zqr8WT0XJx7gK09XIyzwUHKbrrEvDb {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #svREkfqZhmEb9P7ML6mvHDKryFTQMkWu {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#tgxd9aN3ItWTswB85CxSfw5PZTeahDb2 { width:18.275rem;height:2.9375rem;top:54.96875rem;left:0.86171877384188rem;font-size:1.0625rem;line-height:2;z-index:14990;font-family:"ahj 2024 font";font-weight:400;font-style:normal;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fblfRtHsO9WdThQkDsz3Sf10adAzkioN { display:block; }
#XqhmWHIbTELAJAke3ViqobwGM7b4RzQJ { width:18.2rem;height:2.8625rem;top:60.031251907349rem;left:0.86171877384188rem;font-size:1.0625rem;line-height:2;z-index:14991;font-family:"ahj 2024 font";font-weight:400;font-style:normal;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RHt0aeMgffpTx8xzfr3wMbb617URNyJl { display:block; }
#OwieAcmwcZTiW4KIya97wwGPeit9GJmv { 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; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row .container { background-color: transparent; background-image: none; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row .container > .video-iframe-container { display: none; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row > .video-iframe-container { display: none; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .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); }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row .container { border-width: 0; border-radius: 0; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwieAcmwcZTiW4KIya97wwGPeit9GJmv > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; }#T1nDWbDgfwSmtZettTIAwMHHGJLvu4q5 { 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; }
#s9feJm2ee4gDBxZBvusE5eLw826ncFev { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#oMq3VLLa8zTfL0J9beDtdQANmrBBZ2fk { 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; }
#tPUvP8wAqWfv2UOl3DFsOlkThGhrmGAs { display:block; }
#ecbhDIiS1Zd8BtM5wvxby31L14hgkvbd { 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; }
#mXuofI6QAGl024mVSvZ2ST78FbKZ1oya { display:block; }
#ZKsVIelTTbFUR4aTFF98PZTiuIQHvx5B { 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; }
#qTQNbtPZZR2n9Sz78IIvlT8fHZGIUKFe { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#OnDN4wu5CTSuwn7ql7Rfp9c5NJMG6TzF { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA { display:block; }#aOU6zNzOOgKE2HrrqPDOJksbqaxpAzoA > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#v6QLS5g2nMZSrH2Q0uHbPhTWuMU4P4y2 { 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; }
#MBekQGVL4JnezrotWPUMOzgTa9eeb9zU { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;display:block; }
#iPiNC0At9m10nddraw1NidAq2UOpqXFg { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15018;display:block; }
#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf { 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; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row .container { background-color: transparent; background-image: none; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row .container > .video-iframe-container { display: none; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row > .video-iframe-container { display: none; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .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); }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row .container { border-width: 0; border-radius: 0; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRIVAKfLFIKwy5IfmoE5ZP7085qcGdGf > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#WMS7yDrZ0WdBrEW7DBrnLyK3K2NVTMun { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#i7Z32KnAiDJTcC95y5RZyMa56EMkw4H7 { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#UNRHzrHHFJ6qp27oQxZcT1SXSKJFdLSr { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#fe5vK56suFzazRlUWOFllsiWe9MfL5QZ { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#VELzDDtTMWoTAy5UTeepMx9AfHdPCEI9 { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#SxalTnocF2UURi95Hyv10gOBuuwkAR1X { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#OEBqHsCHAaOSds3H4ItT9MOouSbFlBww { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#ERhO1S8J0nbSIzQc2X13opHfxzLvuVky { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#EADg50tiu18tSq73rnX5pNfiMISA4w9U { 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; }
#H4DLxyQN5ov4vatQm4mFwD1bgQUKM8TT { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD { 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; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row .container { background-color: transparent; background-image: none; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row .container > .video-iframe-container { display: none; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row > .video-iframe-container { display: none; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .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); }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row .container { border-width: 0; border-radius: 0; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXnBAEwGeTNr0u2Jy9aqkJDv2n6CmxOD > .row .container { width:20rem;height:139.25rem;position:relative;display:block; }#wgbcVTdDSCc0ifFVDikEHBDdFN5ZCED0 { top:0rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15018;display:block; }
#DPCbtU64vXU3dm2Dihl3DtEhvv6DGlqG { top:1.1875rem;left:2.875rem;width:12.5rem;height:1.3rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#ranofO06bakOdViHlrK5DRoR5CXT0x7Z { top:3.75rem;left:0rem;width:20rem;height:11.625rem;z-index:15016;overflow:hidden;display:block; }
#TsGF0BpKFMrcXW7G9T6JAJLABVgOqeGQ { top:16.562501907349rem;left:6.6249998807906rem;width:12.875rem;height:1.625rem;z-index:15014;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#shClxT8kol5DeJG7N4fqzNctLE2BfVGk { top:16.21875rem;left:0.62499994039536rem;width:5.5rem;height:2rem;z-index:14986;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; }
#ob4dPsUQ4mwfvuoLpce9hFQOgfXTA4NP { display:block; }
#tkF0qn7ZzXfE1g2C30dJvIKIWxoLuZl9 { top:2.375rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15019;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#Po7FI1rJf3mKvN0eVMTUJw7ato8s3aXw { top:2.875rem;left:17rem;width:2.5625rem;height:0.975rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#XFcZh1Xpl0hpoRxeNS7NEbEulGuR01d2 { top:3.625rem;left:17.0625rem;width:2.5625rem;height:1.38125rem;z-index:15021;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
#TBFwka9g1W80TfeT540B4uLxnMectMVa { top:33.500001907349rem;left:7.1249998807906rem;width:12.5rem;height:1.625rem;z-index:15020;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#EHIBowGxADC3qNr2pzk9mnEsNT2yePTJ { top:20.875rem;left:0rem;width:20rem;height:11.625rem;z-index:14985;overflow:hidden;display:block; }
#Jo3LQzxN2nmbApkEPnBmQKB8ThZXyATE { top:33.25rem;left:0.62499994039536rem;width:5.5rem;height:2rem;z-index:14992;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; }
#z7UC8QAqBLdd0xXKF5p8oeonXWInn5Gv { display:block; }
#e10mT5eKSXPpeKwLkBE2bpsQh3l7NhDz { top:19.5rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15025;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#zzELn4K9NT0MmKTERgqhDMUfnL0r78tx { top:20.625rem;left:16.999999582768rem;width:2.5625rem;height:0.975rem;z-index:15026;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#qduygoTKTi6QzAmMKJfc7n6Z4NX5tCoZ { top:50.4375rem;left:7.125rem;width:12.5rem;height:1.625rem;z-index:15025;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#L4Tn1OtQfbkvHg9cPaHAlANqL90DPbkL { top:37.8125rem;left:0rem;width:20rem;height:11.625rem;z-index:14990;overflow:hidden;display:block; }
#HEC6tEVLx6WCv6gmP1Dx00kvrbgNmTZJ { top:50.1875rem;left:0.625rem;width:5.5rem;height:2rem;z-index:14997;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; }
#LDcZWPOEGBfixTGU62hLwTBTu1qlo57l { display:block; }
#yrw4DXEeXcMT64fXBGXpEfezmB1rwBH4 { top:36.4375rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;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; }
#vyAl4T9UqmThBSKbKPTychJBywwukVTC { top:37.5625rem;left:17rem;width:2.5625rem;height:0.975rem;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; }
#TWTMAg29czkzfiM89TJuKpbLZNDUZbGD { top:67.375rem;left:7.25rem;width:12.25rem;height:1.625rem;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; }
#QwFCTPSRgJFnKJBoB1ZqxL1h3OTk4DcU { top:54.75rem;left:0rem;width:20rem;height:11.625rem;z-index:14995;overflow:hidden;display:block; }
#zMX8AOiKIsh6WEiQirXeOLQ3Opkxm3hC { top:53.375rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15035;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#H73EcpQLeUeAUtw12iTDWNtT9VG22iEZ { top:54.5rem;left:17rem;width:2.5625rem;height:0.975rem;z-index:15036;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#wR7UGd0ckZKRmame6hDRMJXvvJmu0L3l { top:67.125rem;left:0.625rem;width:5.5rem;height:2rem;z-index:15002;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; }
#GuahqaETTd1N2RB1kuGNTwJxPwxsQifI { display:block; }
#DyDbvF26JpUloOva6vaTHgF12kwSoJBu { top:84.125rem;left:7.625rem;width:11.75rem;height:1.625rem;z-index:15035;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#NO4hNgoTiaEoqfINSsfqaHnVi9x9zmMe { top:71.5rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;display:block; }
#AaoAGUdFv9ueMaV470MTdxUUSIqbGt9B { top:83.875rem;left:0.625rem;width:5.5rem;height:2rem;z-index:15007;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; }
#ImAx3fWwkcfZVWf060wNOuEfl9izaVqI { display:block; }
#FFQuJ5qO3VT2wUxpx0KEEHRhZSXPyAvl { top:70.125rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15040;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#uAgeRmGxfdxdAK7PTaOh0WJIiesCGQqp { top:71.25rem;left:17rem;width:2.5625rem;height:0.975rem;z-index:15041;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#VVvJxWTSJOnDMsd4GnM9LC96n1Rf48Tg { top:101.0625rem;left:7.625rem;width:11.75rem;height:1.625rem;z-index:15040;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#y8h6ucGBdSN6F6b7R2GANovRXh3Poect { top:88.4375rem;left:0rem;width:20rem;height:11.625rem;z-index:15005;overflow:hidden;display:block; }
#fg7ZLGxyQo7OHLFLTPqiLWrJfgUMs5pk { top:100.8125rem;left:0.625rem;width:5.5rem;height:2rem;z-index:15012;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; }
#bewEtlamGtyHK5LdmSzGophKovVKTee3 { display:block; }
#PTq9ZlDgUUpDtTKrSRSb6oyDUhSUKcK5 { top:87.0625rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15045;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#RX0zwDfpRXz6dcZUtMEe9oGqauHiKt7E { top:88.1875rem;left:17rem;width:2.5625rem;height:0.975rem;z-index:15046;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#atO3J224URTponMHgeBa8vKwIinoooEZ { top:118.3125rem;left:7.625rem;width:11.75rem;height:1.625rem;z-index:15045;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#aLZzKmJQruuPvGbMFIHQr0evTIW5xzRy { top:105.6875rem;left:0rem;width:20rem;height:11.625rem;z-index:15010;overflow:hidden;display:block; }
#MEemavJu2mKivvdHpBkkfSoEs4GkMqZv { top:104.3125rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15050;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#rxzKbLndohXHNGuQUPoRuASR8fsLJ3b2 { top:118.0625rem;left:0.625rem;width:5.5rem;height:2rem;z-index:15017;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; }
#l0Co5JnTogszP1ZrBeGt5wSJzUvGtglu { display:block; }
#MBLPyVwo0Ow5nI7bMCiKSui9ggIEhZBO { top:105.4375rem;left:17rem;width:2.5625rem;height:0.975rem;z-index:15051;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#U4pGsxpo37QM4BB1ecTlMLOqmWA5MiV0 { top:135.375rem;left:7.625rem;width:11.75rem;height:1.625rem;z-index:15050;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
#nAF00zNasoUHcdefrsSyVu48yNzdXvWa { top:122.75rem;left:0rem;width:20rem;height:11.625rem;z-index:15015;overflow:hidden;display:block; }
#lrKzUJNtMnnEmhTgH3f307xrFNWARAci { top:135.125rem;left:0.625rem;width:5.5rem;height:2rem;z-index:15022;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; }
#pr2cq52Ifl0AtWMLNztfQyyrOw0T8LrJ { display:block; }
#wHgOnyKGgaDViN0TQxGupBfDbPPa8dgW { top:121.375rem;left:16.6875rem;width:3.3125rem;height:3.3125rem;z-index:15055;background-color:#997960;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#E2w8TrmNDnWI9gvLJlcHnyC7x82TosNT { top:122.5rem;left:17rem;width:2.5625rem;height:0.975rem;z-index:15056;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 { 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; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row .container { background-color: transparent; background-image: none; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row .container > .video-iframe-container { display: none; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row > .video-iframe-container { display: none; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .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); }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row .container { border-width: 0; border-radius: 0; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7xiNKJfTwG8XkIIyID0zCKec0FcI392 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; }#An00QuCzdQ6nvfFsbSeIGhaETqVkKin8 { 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; }
#J0p3RiKbXl1kbpaMnWmz4T2KicTPUHpk { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#usMphw9TLVAFaE6z72GKmUcRwuq5UXHQ { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 { 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; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row .container { background-color: transparent; background-image: none; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row .container > .video-iframe-container { display: none; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row > .video-iframe-container { display: none; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .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); }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row .container { border-width: 0; border-radius: 0; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oa3G0tJgi83hzS7ybFuuG4CWa6RsaTr6 > .row .container { width:20rem;height:30.25rem;position:relative;display:block; }#So9rOaczCvPpdviuvMposfEMc49woSWX { 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; } #mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row .container { background-color: transparent; background-image: none; }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row .container > .video-iframe-container { display: none; }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row > .video-iframe-container { display: none; }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .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); }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row .container { border-width: 0; border-radius: 0; }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkSUcRn6twAhIG748PHZBpDlSf1hqX29 > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM { 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; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM > .row .container { border-width: 0; border-radius: 0; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mzsvFSUQIAQtLcAdxDZJHh2gXyxBaHdM > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; }#krg9eqtC7Q3tt3h6VLC83sS4dTdP8vdQ { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#RlyQfcrA92Ue2gcGpFCTy2yqnU8DPiaT { 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; }
#S6TD9BAlo7Tmgba298Qo5VXdqGCRGDNk { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#t3oDs5H0dPvuoLDWRhUH2E2XK7iwO4tV { width:20rem;height:0.8125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#q5ZwptroNtFWR1sdw76IVO05JXaZW6O9 { width:1.75rem;height:1.75rem;top:8.375rem;left:11rem;font-size:1.1875rem;display:block; }
#M5Ntzo0mt1hf5yVxEZsb4qN4dgZzzR3g { width:1.6875rem;height:1.6875rem;top:8.375rem;left:9.3125rem;font-size:1.125rem;display:block; }
#wxIxhBDv8CVaTTfsbXiT584zTXtBU1gn { width:2.0625rem;height:2.0625rem;top:8.1875rem;left:7.25rem;font-size:1.4375rem;display:block; }
#tuWKLPVRHI7pKULH01g0WBqkSGWTIMQP { width:6.1875rem;height:2.625rem;top:4.1874942779541rem;left:6.9062498807906rem;display:block; }
#TDvXRmEMeLiA4636y90sdQg0l6bTn2ic { 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; }
#ghwXeAOHuPcBTh83cTaTqC4cEOUso6Vl { top:15.33749961853rem;left:0rem;width:5.125rem;height:2.1875rem;z-index:15017;display:block; }
#KGiAqOSWK4awRl9ySCxPas7FWWT8OuQB { 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; }
#rkcmJAe6s6d72I6h6Fd4dPZSZlRmufmb { display:flex;top:12.567970275879rem;left:6.8000000715256rem;width:1rem;height:1rem;z-index:15152; }
#A7500CsCW5xenl4dhtiOVefBMMTl1C9y { top:10.125rem;left:0rem;width:5.4375rem;height:3.0625rem;z-index:15155;display:block; }
