.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;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; } #T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container { border-width: 0; border-radius: 0; }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w { 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; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w.adaptive-delivery-prevent-bg, #f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w.lazyload, #f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w.lazyloading { background-image: none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container { border-width: 0; border-radius: 0; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#eTvHrNguxnAWQFTJhm9UKBVQ64Ziaqvi { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.625rem;height:0;text-align:center;text-align-last:center;display:none; }
#IXKzN8IBKcdZGTJ42zXAWk04852T8SHT { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dfb022;border-left:0.0625rem solid #dfb022;border-right:0.0625rem solid #dfb022;border-bottom:0.0625rem solid #dfb022;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:34.5rem;top:14.5625rem;left:25.375rem;display:none; }
#IrpvZGtqQBIBCaSIZFLQh8muPETMgOtP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:block; }
#EHRhOvy9C4Pc34Xn0gTWXkWhQAeJNniA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.125rem;overflow:hidden;display:block; }
#FuUL4I1OcXDyrDQkDKErcDbkDnaxZeCd { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q4NT5CuTCNeWyt2ATZU1V9BE8DEyG5OK { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ygqgAswnuZX0rEauGgFxTZbTVtdNQzGz { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #b2VXO51UWVTtfwRv7lgmgMCqlbnuZIHQ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rrRKyBLL3I5UtiVuOgpdIPHiaU6oUIEh { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #esKBflATTnTxPTIRnl5GZBvqeWxlD4D8 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vZJz7QDDgC7tsR3kT99LVGyoeFEiaKEq { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fyUKrRVTrae7A50TWEO2ZAbZtarCsGQF { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TW5gUklHy5fLuIsLB8sm60loxuaz5RBC { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CT1UDnEwaxcqVACZl1E1hP1e5TiGtQsi { position:relative; }
#poNpTQgLstJTM0fuQxUJsrVF6LGVmIhi { position:relative;display:block; }
#nhSNrUokaA47OF1vMSrwfVKgdCbsuzSL { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NuSZIUv1UKBmfT8DIQi2CFGqHueFfoet { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ihoZbKIFgruBH7TWewBUI28LbM7iBF1A { position:relative; }
#THSqmE6AC23AQTXV7fmzoT2Zpg0TdmTt { 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; }
#THSqmE6AC23AQTXV7fmzoT2Zpg0TdmTt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#HU0RyNr0aPVngbTNoc1nvm5v2xRpbS11 { 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; }
#WmTSbtqaAc9mR4teIqTlRgKFhbFqm6oJ { 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; }
#RoEkOpocDFmIT5tWMZvuTaxwwAbRfmO2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:22.875rem;left:3.6875rem;display:none; }
#tkKkyWPfr80hc0fsEk8inIJxDoMIrrFh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:5.1875rem;top:1.689453125rem;left:25.125rem;overflow:hidden;display:none; }
#pyCJ3zH3qqg6ViTD0biT0T5CINXGIaw6 { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.875rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#s1HRFrANoJNW96ZgRIRiK7iVMXqyZ31l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#s1HRFrANoJNW96ZgRIRiK7iVMXqyZ31l > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#iOAc1XUEML1SOttHIZzBRSnySCiOIpiy { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#iOAc1XUEML1SOttHIZzBRSnySCiOIpiy > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#r3lH0QzcEC342fJHbIuONpTVZItJUxzV { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DgmA4Gr1ZfPNxestskXswxD72t1Q6nXq { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uSR0nTKEc3SPafCsRo1peX4BaBzK7gNh { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ABcKZ7XwWxVk3VtK14D37EZdCms0C31R { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3UnH89cDsTaHe8LhVWow4GKEtPFGmAv { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Zaib2txisyn7XOItkqfdMGifdKShpldE { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rTuvZW4lcGBcOdhHnoFIo8o4Ocl6gnZh { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nWBym9CUFIRRo4L2l8KNDPy7nxsCgUwL { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SFTBNSDrmtXzTMeiOxITPzdckc85egMU { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BX8qRTdHXoL2u2N7V8MAr9HZPb0M63N0 { position:relative; }
#q7WcXykbrkoV9nWD4H0oyN4Q8Fq3gg0h { position:relative;display:block; }
#x1tezES952XcM23QxvkiGe95S1lPAo4T { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TrL1EUL2PHgQpPxTbCGV5OaJNKRWwBTL { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bdFnQob3EyW7AvebJ5a1CoBncpwzdkTX { 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;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;line-height:1.5;overflow:hidden; }
#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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:3.1875rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ac6565;font-size:0.875rem;overflow:hidden;font-family:lato;text-align:right;text-align-last:right; }
#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; }
#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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#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:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;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; }
#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; }
#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;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.36328125rem;left:2.1328125rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#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;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:absolute;top:22.36328125rem;left:2.1328125rem; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #KJoLOe8t9guqOgoL8I5UitWJiPnnJVDf { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #HHNgkpqypVRPpFANvV7Oo0sCd8D8wf3u { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #w2ioKeTUpr1tzlEmqT2xoOIsoK9NuKAL { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #k3wsHBWPUVhp5TMTu3pTkE8KptPpznMb { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #CS1QIBmlGzN3TDAzSksT8gTgT9lh6Ltb { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ITigch1GTQxR96rtki7a2M2svFCRSSFN { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #RsDbn4AXBMAOSnSv8n3yRsExnPzThy4K { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dbdhLHJNgoQt54ErX0mZJggCefzeztSD { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #PpVdrBJu2aHTWcLuGxdTwv0DyZ5muOxx { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gyh0rkaER0TfSVU5VixdIwp0dbqKlUpM { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #UT2xvv9HPhBXEV0zQw2fw7dQ6FsCquKL { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TITTw900daiipLZ2DV2I5uxLefcB6qfr { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #ECsRMcEMKZMmvh6dvFPvcbqAH0CtDZ7i { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #zdymT1nRgmcVbJTFZeV9KeXtoEFSaPTV { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #Gxrd7bCftBiAkBtdkTlyT8DTDBiKfoGl { position:relative; }
#O730K6TDSyQlIvJq5n1R2tkNeXGwU7ci { position:relative;display:block; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #y5Ho5L5AEz56OwowmrU9xS3OpVSq8NpT { position:relative;display:block;z-index:15000; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #hk3lGKeyCtamNE5zgILhkiNiFet8hImf { position:relative;display:block;z-index:15000; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm { position:relative; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi { position:relative; }
#FTSoSXW2whIc2shig26C5wTT33Tueozl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:11.6875rem;left:1.6875rem;display:block; }
#aOk47HcT4EHXCCKudAilTPMb12yPvVB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#elFt1XMCXG3tyFeyJOsJwHDWvovWe5RL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.4375rem;text-decoration:none;z-index:15062;text-align:center;text-align-last:center;top:11.6875rem;left:1.6875rem;display:none; }
#GgT6sz9HG9tmzV8EZ0W3lFzTnEchRr0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS { position:relative;display:none; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS { border-width: 0; border-radius: 0; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .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; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v4w79FOovc8pczAPu1EBNkrsosm7ID1v { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.9375rem;left:0.4375rem;display:none; }
#obr90o7WIVvINBsCg3MUN5cphm67otOg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#AhkdVEL2eNQr0n2CHCgsUppWZLomPBkz { 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; }
#Rwly5EDyQsCVDMhMXOLGVe4TTS3M54Pp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bz2QC44JGgA6g5nwoFXtZ5ugvGWOmK29 { 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; }
#cbylrCHQJlTDANnZ42HqAFu2UiR6yHH9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXw907zBnQ9v3pwtXhsJraAvrMCX7wGQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#c5PnWTqTvD5JB2gwOCqGoVsTORIWTQQK { 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; }
#SmiFT0182WDqbvcFKeMdmHzQW2Czowoz { 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; }
#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD { position:relative;display:none; }#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD { border-width: 0; border-radius: 0; }#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD > .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; }#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pwP3lfc5Md1fACVRgm9ryC2xCppmgREV { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.1875rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xmdDVHpqx33k0xr8D6d6KwyhRx6BkTcm { position:absolute;display:block;z-index:15114;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.9375rem;top:10.065104484558rem;left:11.5rem;overflow:hidden;display:none; }
#zolNgxKlieD5nv5JiIneEUac5b525gGp { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.0625rem;overflow:hidden;display:none; }
#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH { position:relative;display:none; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH { border-width: 0; border-radius: 0; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .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; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gNqQbKb6pAcIhxbNC7OIMatv7qJ4eQSp { 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; }
#QFeKkcHk4noyGZubxbUdD9LXDRFUmqDt { 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; }
#nusrATFdgf9i9wTovnu323ArMbD79CFx { 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; }
#Pfx54Aqc9GJQELTz0kKy9fZT8t2uokV9 { 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; }
#emGnqoDtBlnu2ZNC4TzrsNvaxVhRpDKM { 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; }
#BCRAvXFh59NIr7dgeehnVE3ezhcvRanM { 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; }
#XG8snggxqad8iLqzsblAzM6PswsqqmTt { 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; }
#GhHBMyIBcT87ooitNfGaxaEn1dcflD9B { 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; }
#tpVW2lpGqUd74mTxwoXEL5ElDgVHfxEW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.375rem;left:7rem;display:none; }
#vSmQKm82ts4uphPHUkcqEMhBGOCEmScN { 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; }
#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk { position:relative;display:none; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk { border-width: 0; border-radius: 0; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .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; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OaKTyJTeSym9K0rsAJJvRmIgOJzZJb3T { 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; }
#Uvw6bE7dVuGcExoPUwtQ2sD32LaPFui0 { 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:3.5rem;display:none; }
#mrB9nnozaovpT9t7UEGocQQtrLDpw09A { 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; }
#yH3mv1fEIObpnnH2xkSzDdL4fpJ60GSl { 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:7.0625rem;display:none; }
#WooMt5QbIiMNwKwhq7lhQoBnkxC5B3cT { 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; }
#xs14DLdPJEzFXo1kac2pUGTiG5eD65aw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gbywxz9gwtUkUoEEiJgq90ExbMJOd2xC { 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; }
#Je3VikvL3Iqssi6L3ucX5UcBXM3qL5Ai { 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:5.875rem;display:none; }
#xm2NnlD2F8A7otehQ0xaNnnIvHUEunoy { 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:17.0625rem;display:none; }
#m3gGx067syse0S0FEFkJJTzFfcCgmE35 { 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:7.125rem;display:none; }
#TAguRMzxNDfynbaHQHnywgeBMb3fVDBb { 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; }
#ilUa4wMip6NxGkWG8AKpnqqXvPl6PxZE { 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; }
#tgXTZAbXKPPLLiZ9HwcHdTZLxZ22Tx6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUpOmqSwb7OfFc5Mf6rhJe9BO25sne31 { 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; }
#cuGiRGAFtoZbFH1faRsTnQezLSXN1Uvc { 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:5.875rem;display:none; }
#hehFrh1kOHD69vncL2pLDaHkSbGqWIlG { 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:7.125rem;display:none; }
#HGmHkHfOnyC4uD6QcJx5awN5mttqyNUs { 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; }
#XSPXpeCtKPcuhBvemE0LAyR9liVgtSoc { 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; }
#oR5rNn1R4pIJdvsiTv3qyV2vbqz0UGIx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Us3JfxNdmF0a5SSrGB7LMfkCm86ACPtp { 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; }
#kHk6l9N3Uw9WA4g85pspL8ppRbE9vWnh { 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:5.875rem;display:none; }
#Zu8QEUip4izSQDEpEkrdD2tuTf4i5fdq { 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:7.125rem;display:none; }
#RU96spr8W74bagpQTLtlTn0erM7RFnwV { 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; }
#HAbrXTfeSfi57b8Tp1gVt8ePeZlDJdD8 { 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; }
#LPKpLT3EBUfRPTto3VTUUuxww1w1T9Xu { 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:5.875rem;display:none; }
#fD0lmJxngGKWno1OF6JrtSCOJrm7f3aD { 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; }
#U4JsRnM8wlUwZhchRkWcOeGCSyasy6pQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7yKox6g6pdV8kqFScRi3aZxZw03uqPf { 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:7.125rem;display:none; }
#P7OLC99NCeCgn3Af1xUHsTvBmruGVL9T { 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; }
#eHaSMy0J2QAa8JP3RHEV5vVENZTZztoQ { 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; }
#a1cscQHKL63Jv89uQ7ZxRZlC3TuvaKVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uma7ruHbQF5RRmglbppNuPrrWwwuACBM { 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; }
#nwx5PEuH792we4yyVtFxAygfSP75L57k { 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:5.875rem;display:none; }
#Tuvz8lChuEyqBCrFQBE9sTkq4a3IH1RK { 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:7.125rem;display:none; }
#FP1DosisMWeq592QEPLm6PTB7dvtTfpp { 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; }
#rP1g2IsegOm9avVGDVsbn3VCT4HQFAVR { 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; }
#ivmXt46qJ6T69xOopq5NZKyQPG6PVGOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FpFNLIb5BSvTBoxAIdkB0gsP9Kf0a3Fn { 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; }
#Tuqn96s5ec6i8356gwOTCELzizAio9nK { 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:5.875rem;display:none; }
#X0TKfP3WBTwSW1v3mkiZozaxGtxaP9qc { 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:7.125rem;display:none; }
#Twu4sWyocTbiTWgSWU1LE0v4mhRfspkV { 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; }
#uBvvdzFp7xV50wWbU31MZOHQlbAD2D6T { 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; }
#pKZXUXu3mMukFkvk89S7zunzqWVtpn1C { 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; }
#svEozXNGzJCwmGmvDSDxLur2GvXQk6lm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#An7hhW8ItsrIqEPuiMznk1T1TE7ycNXb { 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:5.875rem;display:none; }
#Z4K6BCOTbe1QyIRpqkKU5Qd33nM8si3b { 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:7.125rem;display:none; }
#ZUs0MRkauJoE1X2aZfE0Ee7ehgrilugi { 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; }
#tlrUarJJL1eaCp1yT5OLOXLOLZx0iD4T { 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; }
#osu0JiOboATbB8GEM6xNZKxTGF5xq3EM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qpJynuyX2v5PKexN2fe1yntcPPvq28tt { 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; }
#PATiByFzvmxhqedmtIyI4RVywDHUHXot { 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:5.875rem;display:none; }
#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz { position:relative;display:none; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz { border-width: 0; border-radius: 0; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .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; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ikkln6fHud6sx1WZAsm17IJ7y4uGDHUN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#Nwovbh45l9scngNT5XddwlPZkHsLAy2M { 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; }
#I5ST2anh5sGmzQvubMSmpkNbVZiEaCv9 { 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; }
#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 { position:relative;display:none; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 { border-width: 0; border-radius: 0; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .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; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uHudvOBmLfEfJP3sHtgF9n1go9FaynI3 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:0.75rem;left:3.0625rem;display:none; }
#stL1ydpChUwivkUHEFvrO3KCfECFhcNm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:20.3125rem;display:none; }
#fz5uzugcVnQoRuKKPNmmRUX94iMWlvNC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.375rem;left:4.3125rem;display:none; }
#zdQ0Garz05ESdCdiRRrsi7KcGu1C5v9b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:16.125rem;left:6.0625rem;display:none; }
#vpWIZ4E1Qm8Bnh4K4Dgk2xT4dh9f0Vhb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:18.125rem;left:6.75rem;display:none; }
#yzbIkfxQuZu9EW8oLlL6HNAFhgUrm27A { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:16.8125rem;left:11.1875rem;display:none; }
#vJacULeese6f3iSoDLlMevuRDPmlyofL { 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; }
#TcxV8mrSHBEn35wpMAu9pkvDtUQ7FllF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:22.0625rem;top:18.375rem;left:7.5rem;display:none; }
#XGEcpHz5TKKT2TB0SzuSRkFv0l4hex4n { 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; }
#k3kPagNLE2pwmT6TX2gT73omZHNBaLdr { color:#000000;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.125rem;top:32.75rem;left:0rem;display:none; }
#dLbgUZFKwMl5UvkAg9ahhtGoMKQv3kSM { 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; }
#VPnvbPZC47TbTiJatVt373waHs6mQyxv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:16.8125rem;left:11.1875rem;display:none; }
#sg2qCaTvna6avTSiVKb9VDEyVK3zvtmW { 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; }
#qneAmPDCSHDhqVfsKpWtWE66MJx9Duc9 { 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:9.375rem;width:9.375rem;display:none; }
#kuadTE8QFxR413isQ1euPAvQH6J9KGrg { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:25.4375rem;left:0.625rem;display:none; }
#gVyQeSvoRVcUk84rprd5pTXeV0KQBTph { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:16.125rem;left:6.0625rem;display:none; }
#oWADzoAZn7fiNEvNfSTtTq6fT44X9OSC { color:#000000;display:block;width:9.625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:22.75rem;left:1.1875rem;display:none; }
#TqFmLp4PcyeJhngtstbLIgZEtv6uyBwo { color:#000000;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.125rem;top:51.5rem;left:0rem;display:none; }
#oeeqKHI24GtteKhko6LqyENkf8pJVF2V { 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; }
#RTnzRHo4PtvNGqSBaAZccW9kwnEOZG33 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:16.8125rem;left:11.1875rem;display:none; }
#zoL0lixZIZO1c2AbU0uDdtNZJol3DRmu { 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; }
#FINfBDZLBWD6LkiUmkylhkaJkXhWh0Hx { 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:9.375rem;width:9.375rem;display:none; }
#WIg91v0rHx7bEFUh7UPJ9VNzG4O4T7sS { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:44.9375rem;left:0rem;display:none; }
#alIbFKLbVg1BQOZ4l71ucmCQMDaHTbcK { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:cairo;font-size:0.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:43rem;left:0.125rem;display:none; }
#MNSDcbASPbJ0nP7N0Z3L6gUtdWw2y2MS { color:#000000;display:block;width:8.375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:41.5rem;left:1.9375rem;display:none; }
#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 { position:relative;display:none; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 { border-width: 0; border-radius: 0; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .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; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#g908nFUcLt9oZDfITSiwb0Vbo0OGd0HW { 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; } #ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR { border-width: 0; border-radius: 0; }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .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; }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg { 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; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg.adaptive-delivery-prevent-bg, #WoHZXHiObxox0hKxtGGOta41Ay0vdebg.lazyload, #WoHZXHiObxox0hKxtGGOta41Ay0vdebg.lazyloading { background-image: none; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg > .row .container { border-width: 0; border-radius: 0; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#in3XfQAhArdKB05uunI7fqqrWBDa1Lcc { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#ToBsGZFTQmPC8nnifHh5PQSiDfgAPUhJ { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SfghX8RTiRxzqJy7a9naFJCFiISLqIma { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#ZUtX9RGxJxEn9ewKgQ6xvv1g5ERW6IN0 { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FmFSsgyMUuyhcGHFhhHrbXC0a8xTVTUp { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.3125rem;left:30.75rem;display:block; }
#TT9ooBDkq6JOQbidVwCnEzeB8R3iiSzO { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:16.3125rem;left:26.75rem;display:block; }
#Up9WqUtgvpJuUC5yaiywThxPfJIh0AIi { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:16.3125rem;left:22.625rem;display:block; }
#IbT9Bd4RseuJNT5Sw2tXGDJnrwSMlJWW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:12.37425rem;top:6.136474609375rem;left:21.125rem;overflow:hidden;display:block; }
#dJwoCOaMAaltOLfSXZSTDKkKRNSxqT7f { color:#ffffff;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.625rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmMUAe1l08nidou6zOwyyiK1hwAN1aao { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#U0JhU3ivhkOJuGIwaHXlTeecixAWrfbt { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:12.1875rem;left:22.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W5xqd2q4cFJSacWpCsKNZqrb53o5gDeG { 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; }
#SVg58cH28Lq3m3ASUznabw2SiNNOPiTq { 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; } #T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container { width:47.75rem;position:relative;display:none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w { display:none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container { width:47.75rem;position:relative;display:none; }#eTvHrNguxnAWQFTJhm9UKBVQ64Ziaqvi { top:0.125rem;left:10.5rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#IXKzN8IBKcdZGTJ42zXAWk04852T8SHT { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#IrpvZGtqQBIBCaSIZFLQh8muPETMgOtP { top:1.6875rem;left:19rem;width:8.3125rem;height:6.3566176470587rem;display:block; }
#EHRhOvy9C4Pc34Xn0gTWXkWhQAeJNniA { top:9.9375rem;left:18rem;width:10.375rem;height:4.0701923076923rem;display:block; }
#FuUL4I1OcXDyrDQkDKErcDbkDnaxZeCd { top:2.625rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #q4NT5CuTCNeWyt2ATZU1V9BE8DEyG5OK {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ygqgAswnuZX0rEauGgFxTZbTVtdNQzGz { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #b2VXO51UWVTtfwRv7lgmgMCqlbnuZIHQ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rrRKyBLL3I5UtiVuOgpdIPHiaU6oUIEh {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #esKBflATTnTxPTIRnl5GZBvqeWxlD4D8 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vZJz7QDDgC7tsR3kT99LVGyoeFEiaKEq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fyUKrRVTrae7A50TWEO2ZAbZtarCsGQF {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TW5gUklHy5fLuIsLB8sm60loxuaz5RBC { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CT1UDnEwaxcqVACZl1E1hP1e5TiGtQsi {  }
#poNpTQgLstJTM0fuQxUJsrVF6LGVmIhi { display:block; }
#nhSNrUokaA47OF1vMSrwfVKgdCbsuzSL { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NuSZIUv1UKBmfT8DIQi2CFGqHueFfoet {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ihoZbKIFgruBH7TWewBUI28LbM7iBF1A {  }
#THSqmE6AC23AQTXV7fmzoT2Zpg0TdmTt { top:0rem;width:;height:;display:none; }
#THSqmE6AC23AQTXV7fmzoT2Zpg0TdmTt > img { max-width: 100%;max-height:100%; width:; height:; }#HU0RyNr0aPVngbTNoc1nvm5v2xRpbS11 { top:0rem;width:;height:;display:none; }
#WmTSbtqaAc9mR4teIqTlRgKFhbFqm6oJ { top:0rem;width:;height:;display:none; }
#RoEkOpocDFmIT5tWMZvuTaxwwAbRfmO2 { top:22.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#tkKkyWPfr80hc0fsEk8inIJxDoMIrrFh { top:1.6875rem;left:19rem;width:5.125rem;height:6.25rem;display:none; }
#pyCJ3zH3qqg6ViTD0biT0T5CINXGIaw6 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#s1HRFrANoJNW96ZgRIRiK7iVMXqyZ31l { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#s1HRFrANoJNW96ZgRIRiK7iVMXqyZ31l > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#iOAc1XUEML1SOttHIZzBRSnySCiOIpiy { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#iOAc1XUEML1SOttHIZzBRSnySCiOIpiy > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#r3lH0QzcEC342fJHbIuONpTVZItJUxzV { top:2.625rem;left:0rem;width:19.375rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DgmA4Gr1ZfPNxestskXswxD72t1Q6nXq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uSR0nTKEc3SPafCsRo1peX4BaBzK7gNh { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ABcKZ7XwWxVk3VtK14D37EZdCms0C31R {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3UnH89cDsTaHe8LhVWow4GKEtPFGmAv {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Zaib2txisyn7XOItkqfdMGifdKShpldE { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rTuvZW4lcGBcOdhHnoFIo8o4Ocl6gnZh {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nWBym9CUFIRRo4L2l8KNDPy7nxsCgUwL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SFTBNSDrmtXzTMeiOxITPzdckc85egMU { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BX8qRTdHXoL2u2N7V8MAr9HZPb0M63N0 {  }
#q7WcXykbrkoV9nWD4H0oyN4Q8Fq3gg0h { display:block; }
#x1tezES952XcM23QxvkiGe95S1lPAo4T { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TrL1EUL2PHgQpPxTbCGV5OaJNKRWwBTL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bdFnQob3EyW7AvebJ5a1CoBncpwzdkTX {  }
#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 #y5Ho5L5AEz56OwowmrU9xS3OpVSq8NpT {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #hk3lGKeyCtamNE5zgILhkiNiFet8hImf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#FTSoSXW2whIc2shig26C5wTT33Tueozl { width:21rem;height:3.4375rem;top:11.6875rem;left:0rem;display:block; }
#aOk47HcT4EHXCCKudAilTPMb12yPvVB2 { display:block; }
#elFt1XMCXG3tyFeyJOsJwHDWvovWe5RL { width:21rem;height:3.4375rem;top:11.6875rem;left:0rem;display:none; }
#GgT6sz9HG9tmzV8EZ0W3lFzTnEchRr0U { display:block; }
#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS { display:none; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row .container { width:47.75rem;position:relative;display:none; }#v4w79FOovc8pczAPu1EBNkrsosm7ID1v { top:0.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#obr90o7WIVvINBsCg3MUN5cphm67otOg { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:none; }
#AhkdVEL2eNQr0n2CHCgsUppWZLomPBkz { width:0;height:0;display:none; }
#Rwly5EDyQsCVDMhMXOLGVe4TTS3M54Pp { display:block; }
#bz2QC44JGgA6g5nwoFXtZ5ugvGWOmK29 { width:0;height:0;display:none; }
#cbylrCHQJlTDANnZ42HqAFu2UiR6yHH9 { display:block; }
#LXw907zBnQ9v3pwtXhsJraAvrMCX7wGQ { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#c5PnWTqTvD5JB2gwOCqGoVsTORIWTQQK { display:none; }
#SmiFT0182WDqbvcFKeMdmHzQW2Czowoz { display:none; }
#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD { display:none; }#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD > .row .container { width:47.75rem;position:relative;display:none; }#pwP3lfc5Md1fACVRgm9ryC2xCppmgREV { top:2.625rem;left:0rem;width:20rem;height:;font-size:0.8125rem;display:none; }
#xmdDVHpqx33k0xr8D6d6KwyhRx6BkTcm { top:10.0625rem;left:5.375rem;width:9.9375rem;height:2.9127155172414rem;display:none; }
#zolNgxKlieD5nv5JiIneEUac5b525gGp { top:10.375rem;left:0rem;width:9.375rem;height:2.5358606557377rem;display:none; }
#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH { display:none; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row .container { width:47.75rem;position:relative;display:none; }#gNqQbKb6pAcIhxbNC7OIMatv7qJ4eQSp { width:;height:;top:0rem;display:none; }
#QFeKkcHk4noyGZubxbUdD9LXDRFUmqDt { width:;height:;top:0rem;display:none; }
#nusrATFdgf9i9wTovnu323ArMbD79CFx { width:;height:;top:0rem;display:none; }
#Pfx54Aqc9GJQELTz0kKy9fZT8t2uokV9 { width:;height:;top:0rem;display:none; }
#emGnqoDtBlnu2ZNC4TzrsNvaxVhRpDKM { width:;height:;top:0rem;display:none; }
#BCRAvXFh59NIr7dgeehnVE3ezhcvRanM { width:;height:;top:0rem;display:none; }
#XG8snggxqad8iLqzsblAzM6PswsqqmTt { width:;height:;top:0rem;display:none; }
#GhHBMyIBcT87ooitNfGaxaEn1dcflD9B { width:;height:;top:0rem;display:none; }
#tpVW2lpGqUd74mTxwoXEL5ElDgVHfxEW { top:1.375rem;left:0.875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#vSmQKm82ts4uphPHUkcqEMhBGOCEmScN { top:0rem;width:;height:;display:none; }
#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk { display:none; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row .container { width:47.75rem;position:relative;display:none; }#OaKTyJTeSym9K0rsAJJvRmIgOJzZJb3T { top:0rem;width:;height:;display:none; }
#Uvw6bE7dVuGcExoPUwtQ2sD32LaPFui0 { top:43.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#mrB9nnozaovpT9t7UEGocQQtrLDpw09A { width:;height:;top:0rem;display:none; }
#yH3mv1fEIObpnnH2xkSzDdL4fpJ60GSl { top:16.25rem;left:0.9375rem;width:12.875rem;height:1.625rem;font-size:0.625rem;display:none; }
#WooMt5QbIiMNwKwhq7lhQoBnkxC5B3cT { width:;height:;top:0rem;display:none; }
#xs14DLdPJEzFXo1kac2pUGTiG5eD65aw { display:block; }
#Gbywxz9gwtUkUoEEiJgq90ExbMJOd2xC { top:0rem;width:;height:;display:none; }
#Je3VikvL3Iqssi6L3ucX5UcBXM3qL5Ai { top:72.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
#xm2NnlD2F8A7otehQ0xaNnnIvHUEunoy { top:3.625rem;left:10.9375rem;width:2.5625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#m3gGx067syse0S0FEFkJJTzFfcCgmE35 { top:32.9375rem;left:1rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#TAguRMzxNDfynbaHQHnywgeBMb3fVDBb { width:;height:;top:0rem;display:none; }
#ilUa4wMip6NxGkWG8AKpnqqXvPl6PxZE { width:;height:;top:0rem;display:none; }
#tgXTZAbXKPPLLiZ9HwcHdTZLxZ22Tx6h { display:block; }
#XUpOmqSwb7OfFc5Mf6rhJe9BO25sne31 { top:0rem;width:;height:;display:none; }
#cuGiRGAFtoZbFH1faRsTnQezLSXN1Uvc { top:72.8125rem;left:0rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#hehFrh1kOHD69vncL2pLDaHkSbGqWIlG { top:32.9375rem;left:1rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#HGmHkHfOnyC4uD6QcJx5awN5mttqyNUs { width:;height:;top:0rem;display:none; }
#XSPXpeCtKPcuhBvemE0LAyR9liVgtSoc { width:;height:;top:0rem;display:none; }
#oR5rNn1R4pIJdvsiTv3qyV2vbqz0UGIx { display:block; }
#Us3JfxNdmF0a5SSrGB7LMfkCm86ACPtp { top:0rem;width:;height:;display:none; }
#kHk6l9N3Uw9WA4g85pspL8ppRbE9vWnh { top:72.8125rem;left:0rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Zu8QEUip4izSQDEpEkrdD2tuTf4i5fdq { top:32.9375rem;left:1rem;width:12.5rem;height:1.625rem;font-size:0.625rem;display:none; }
#RU96spr8W74bagpQTLtlTn0erM7RFnwV { width:;height:;top:0rem;display:none; }
#HAbrXTfeSfi57b8Tp1gVt8ePeZlDJdD8 { top:0rem;width:;height:;display:none; }
#LPKpLT3EBUfRPTto3VTUUuxww1w1T9Xu { top:72.8125rem;left:0rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#fD0lmJxngGKWno1OF6JrtSCOJrm7f3aD { width:;height:;top:0rem;display:none; }
#U4JsRnM8wlUwZhchRkWcOeGCSyasy6pQ { display:block; }
#g7yKox6g6pdV8kqFScRi3aZxZw03uqPf { top:32.9375rem;left:1rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#P7OLC99NCeCgn3Af1xUHsTvBmruGVL9T { width:;height:;top:0rem;display:none; }
#eHaSMy0J2QAa8JP3RHEV5vVENZTZztoQ { width:;height:;top:0rem;display:none; }
#a1cscQHKL63Jv89uQ7ZxRZlC3TuvaKVG { display:block; }
#uma7ruHbQF5RRmglbppNuPrrWwwuACBM { top:0rem;width:;height:;display:none; }
#nwx5PEuH792we4yyVtFxAygfSP75L57k { top:72.8125rem;left:0rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Tuvz8lChuEyqBCrFQBE9sTkq4a3IH1RK { top:32.9375rem;left:1rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#FP1DosisMWeq592QEPLm6PTB7dvtTfpp { width:;height:;top:0rem;display:none; }
#rP1g2IsegOm9avVGDVsbn3VCT4HQFAVR { width:;height:;top:0rem;display:none; }
#ivmXt46qJ6T69xOopq5NZKyQPG6PVGOn { display:block; }
#FpFNLIb5BSvTBoxAIdkB0gsP9Kf0a3Fn { top:0rem;width:;height:;display:none; }
#Tuqn96s5ec6i8356gwOTCELzizAio9nK { top:72.8125rem;left:0rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#X0TKfP3WBTwSW1v3mkiZozaxGtxaP9qc { top:32.9375rem;left:1rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#Twu4sWyocTbiTWgSWU1LE0v4mhRfspkV { width:;height:;top:0rem;display:none; }
#uBvvdzFp7xV50wWbU31MZOHQlbAD2D6T { top:0rem;width:;height:;display:none; }
#pKZXUXu3mMukFkvk89S7zunzqWVtpn1C { width:;height:;top:0rem;display:none; }
#svEozXNGzJCwmGmvDSDxLur2GvXQk6lm { display:block; }
#An7hhW8ItsrIqEPuiMznk1T1TE7ycNXb { top:72.8125rem;left:0rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#Z4K6BCOTbe1QyIRpqkKU5Qd33nM8si3b { top:32.9375rem;left:1rem;width:11.75rem;height:1.625rem;font-size:0.625rem;display:none; }
#ZUs0MRkauJoE1X2aZfE0Ee7ehgrilugi { width:;height:;top:0rem;display:none; }
#tlrUarJJL1eaCp1yT5OLOXLOLZx0iD4T { width:;height:;top:0rem;display:none; }
#osu0JiOboATbB8GEM6xNZKxTGF5xq3EM { display:block; }
#qpJynuyX2v5PKexN2fe1yntcPPvq28tt { top:0rem;width:;height:;display:none; }
#PATiByFzvmxhqedmtIyI4RVywDHUHXot { top:72.8125rem;left:0rem;width:2.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz { display:none; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row .container { width:47.75rem;position:relative;display:none; }#ikkln6fHud6sx1WZAsm17IJ7y4uGDHUN { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Nwovbh45l9scngNT5XddwlPZkHsLAy2M { width:;height:;top:0rem;display:none; }
#I5ST2anh5sGmzQvubMSmpkNbVZiEaCv9 { width:;height:;top:0rem;display:none; }
#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 { display:none; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row .container { width:47.75rem;position:relative;display:none; }#uHudvOBmLfEfJP3sHtgF9n1go9FaynI3 { top:0.75rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1rem;display:none; }
#stL1ydpChUwivkUHEFvrO3KCfECFhcNm { width:20.3125rem;height:20.3125rem;display:none; }
#fz5uzugcVnQoRuKKPNmmRUX94iMWlvNC { top:10.375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#zdQ0Garz05ESdCdiRRrsi7KcGu1C5v9b { top:16.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.4375rem;display:none; }
#vpWIZ4E1Qm8Bnh4K4Dgk2xT4dh9f0Vhb { top:18.125rem;left:0.64999997615812rem;width:12.5rem;height:11.6875rem;font-size:0.5625rem;display:none; }
#yzbIkfxQuZu9EW8oLlL6HNAFhgUrm27A { top:16.8125rem;left:5.0874999761581rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#vJacULeese6f3iSoDLlMevuRDPmlyofL { display:none; }
#TcxV8mrSHBEn35wpMAu9pkvDtUQ7FllF { top:18.375rem;left:1.3999999761581rem;width:12.5rem;height:22.0625rem;font-size:0.625rem;display:none; }
#XGEcpHz5TKKT2TB0SzuSRkFv0l4hex4n { display:none; }
#k3kPagNLE2pwmT6TX2gT73omZHNBaLdr { top:32.75rem;left:0rem;width:20rem;height:7.125rem;font-size:0.625rem;display:none; }
#dLbgUZFKwMl5UvkAg9ahhtGoMKQv3kSM { display:none; }
#VPnvbPZC47TbTiJatVt373waHs6mQyxv { top:16.8125rem;left:5.0874999761581rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#sg2qCaTvna6avTSiVKb9VDEyVK3zvtmW { display:none; }
#qneAmPDCSHDhqVfsKpWtWE66MJx9Duc9 { width:9.375rem;height:9.375rem;display:none; }
#kuadTE8QFxR413isQ1euPAvQH6J9KGrg { top:25.4375rem;left:0rem;width:10.9375rem;height:1.4375rem;font-size:0.5625rem;display:none; }
#gVyQeSvoRVcUk84rprd5pTXeV0KQBTph { top:16.125rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:0.5rem;display:none; }
#oWADzoAZn7fiNEvNfSTtTq6fT44X9OSC { top:22.75rem;left:0rem;width:9.625rem;height:1.25rem;font-size:0.8125rem;display:none; }
#TqFmLp4PcyeJhngtstbLIgZEtv6uyBwo { top:51.5rem;left:0rem;width:20rem;height:7.125rem;font-size:0.625rem;display:none; }
#oeeqKHI24GtteKhko6LqyENkf8pJVF2V { display:none; }
#RTnzRHo4PtvNGqSBaAZccW9kwnEOZG33 { top:16.8125rem;left:5.0874999761581rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#zoL0lixZIZO1c2AbU0uDdtNZJol3DRmu { display:none; }
#FINfBDZLBWD6LkiUmkylhkaJkXhWh0Hx { width:9.375rem;height:9.375rem;display:none; }
#WIg91v0rHx7bEFUh7UPJ9VNzG4O4T7sS { top:44.9375rem;left:0rem;width:10.9375rem;height:4.375rem;font-size:0.5625rem;display:none; }
#alIbFKLbVg1BQOZ4l71ucmCQMDaHTbcK { top:43rem;left:0rem;width:11.8125rem;height:1.625rem;font-size:0.4375rem;display:none; }
#MNSDcbASPbJ0nP7N0Z3L6gUtdWw2y2MS { top:41.5rem;left:0rem;width:8.375rem;height:2.5625rem;font-size:0.8125rem;display:none; }
#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 { display:none; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row .container { width:47.75rem;position:relative;display:none; }#g908nFUcLt9oZDfITSiwb0Vbo0OGd0HW { 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; } #ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row .container { width:47.75rem;position:relative;display:none; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg { display:none; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg > .row .container { width:47.75rem;position:relative;display:none; }#in3XfQAhArdKB05uunI7fqqrWBDa1Lcc { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#ToBsGZFTQmPC8nnifHh5PQSiDfgAPUhJ { width:32.0625rem;height:1.9375rem;top:12.1875rem;left:15.6875rem;font-size:0.5625rem;display:block; }
#SfghX8RTiRxzqJy7a9naFJCFiISLqIma { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#ZUtX9RGxJxEn9ewKgQ6xvv1g5ERW6IN0 { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#FmFSsgyMUuyhcGHFhhHrbXC0a8xTVTUp { top:16.3125rem;left:24.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#TT9ooBDkq6JOQbidVwCnEzeB8R3iiSzO { top:16.3125rem;left:20.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#Up9WqUtgvpJuUC5yaiywThxPfJIh0AIi { top:16.3125rem;left:16.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#IbT9Bd4RseuJNT5Sw2tXGDJnrwSMlJWW { top:6.125rem;left:15rem;width:12.3125rem;height:5.2234848484849rem;display:block; }
#dJwoCOaMAaltOLfSXZSTDKkKRNSxqT7f { top:0.8125rem;left:4.5rem;width:33.4375rem;height:3.9375rem;font-size:1.4375rem;display:block; }
#CmMUAe1l08nidou6zOwyyiK1hwAN1aao { top:0rem;width:;height:;display:none; }
#U0JhU3ivhkOJuGIwaHXlTeecixAWrfbt { width:16.4375rem;height:0.875rem;top:12.1875rem;left:16.5625rem;font-size:0.5625rem;display:none; }
#W5xqd2q4cFJSacWpCsKNZqrb53o5gDeG { top:0rem;width:;height:;display:none; }
#SVg58cH28Lq3m3ASUznabw2SiNNOPiTq { 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; } #T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container { background-color: transparent; background-image: none; }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container > .video-iframe-container { display: none; }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row > .video-iframe-container { display: none; }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .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); }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container { border-width: 0; border-radius: 0; }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8PV6g75sUR7DxcIzZRENdG9Lc5amVyb > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w { 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; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w.adaptive-delivery-prevent-bg, #f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w.lazyload, #f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w.lazyloading { background-image: none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container { background-color: transparent; background-image: none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,188,137,0.26); }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container > .video-iframe-container { display: none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .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); }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row > .video-iframe-container { display: none; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .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); }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container { border-width: 0; border-radius: 0; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w::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; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .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; }#f0bcxGmasx4rQWkuoJ5DlKGgf4uxLG9w > .row .container { width:20rem;height:65.875rem;position:relative;display:block; }#eTvHrNguxnAWQFTJhm9UKBVQ64Ziaqvi { 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; }
#IXKzN8IBKcdZGTJ42zXAWk04852T8SHT { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#IrpvZGtqQBIBCaSIZFLQh8muPETMgOtP { width:3.1875rem;height:2.4375rem;top:0.99687498807906rem;left:15.950001120567rem;display:block; }
#EHRhOvy9C4Pc34Xn0gTWXkWhQAeJNniA { width:8.125rem;height:3.1875rem;top:6.6234374046325rem;left:5.9374998807907rem;display:block; }
#FuUL4I1OcXDyrDQkDKErcDbkDnaxZeCd { 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 #q4NT5CuTCNeWyt2ATZU1V9BE8DEyG5OK {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ygqgAswnuZX0rEauGgFxTZbTVtdNQzGz { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #b2VXO51UWVTtfwRv7lgmgMCqlbnuZIHQ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rrRKyBLL3I5UtiVuOgpdIPHiaU6oUIEh {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #esKBflATTnTxPTIRnl5GZBvqeWxlD4D8 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vZJz7QDDgC7tsR3kT99LVGyoeFEiaKEq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #fyUKrRVTrae7A50TWEO2ZAbZtarCsGQF {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TW5gUklHy5fLuIsLB8sm60loxuaz5RBC { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #CT1UDnEwaxcqVACZl1E1hP1e5TiGtQsi {  }
#poNpTQgLstJTM0fuQxUJsrVF6LGVmIhi { display:block; }
#nhSNrUokaA47OF1vMSrwfVKgdCbsuzSL { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #NuSZIUv1UKBmfT8DIQi2CFGqHueFfoet {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ihoZbKIFgruBH7TWewBUI28LbM7iBF1A {  }
#THSqmE6AC23AQTXV7fmzoT2Zpg0TdmTt { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#THSqmE6AC23AQTXV7fmzoT2Zpg0TdmTt > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#HU0RyNr0aPVngbTNoc1nvm5v2xRpbS11 { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#WmTSbtqaAc9mR4teIqTlRgKFhbFqm6oJ { 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; }
#RoEkOpocDFmIT5tWMZvuTaxwwAbRfmO2 { 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; }
#tkKkyWPfr80hc0fsEk8inIJxDoMIrrFh { width:3.4375rem;height:4.3125rem;top:23.208333969116rem;left:8.28125rem;z-index:15016;overflow:hidden;display:block; }
#pyCJ3zH3qqg6ViTD0biT0T5CINXGIaw6 { width:12.434375rem;height:0.8125rem;top:64.25rem;left:3.7828124761581rem;font-size:0.625rem;z-index:15019;font-family:"ahj 2024 font";display:block; }
#s1HRFrANoJNW96ZgRIRiK7iVMXqyZ31l { display:flex;width:3.125rem;height:3.125rem;top:54.8125rem;left:15.937500357628rem;z-index:14995; }
#s1HRFrANoJNW96ZgRIRiK7iVMXqyZ31l > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#iOAc1XUEML1SOttHIZzBRSnySCiOIpiy { display:flex;width:2.625rem;height:2.625rem;top:55.0625rem;left:1.4375001192093rem;z-index:14996; }
#iOAc1XUEML1SOttHIZzBRSnySCiOIpiy > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#r3lH0QzcEC342fJHbIuONpTVZItJUxzV { 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 #DgmA4Gr1ZfPNxestskXswxD72t1Q6nXq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #uSR0nTKEc3SPafCsRo1peX4BaBzK7gNh { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ABcKZ7XwWxVk3VtK14D37EZdCms0C31R {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #M3UnH89cDsTaHe8LhVWow4GKEtPFGmAv {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Zaib2txisyn7XOItkqfdMGifdKShpldE { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rTuvZW4lcGBcOdhHnoFIo8o4Ocl6gnZh {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #nWBym9CUFIRRo4L2l8KNDPy7nxsCgUwL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SFTBNSDrmtXzTMeiOxITPzdckc85egMU { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #BX8qRTdHXoL2u2N7V8MAr9HZPb0M63N0 {  }
#q7WcXykbrkoV9nWD4H0oyN4Q8Fq3gg0h { display:block; }
#x1tezES952XcM23QxvkiGe95S1lPAo4T { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TrL1EUL2PHgQpPxTbCGV5OaJNKRWwBTL {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bdFnQob3EyW7AvebJ5a1CoBncpwzdkTX {  }
#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;height:2.4375rem;background-color:rgba(226,206,176,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#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:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#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;font-family:"ahj 2024 font";font-size:0.75rem;overflow:hidden;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; }
#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; }
#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; }
#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; }
#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; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ .widget-radio-label { float:none; }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ  { width:17.5rem;height:auto;top:28.98046875rem;left:0rem;background-color:#ffffff;background-image:none;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#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-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem; }
#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 #y5Ho5L5AEz56OwowmrU9xS3OpVSq8NpT {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #hk3lGKeyCtamNE5zgILhkiNiFet8hImf {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #TEcqI7uRm2ZEvekUx3TOpkNfzXiZcRSm {  }
#rJBLxGqndwW4SAFSs0Wu03mskzoUHAkQ #dFBx5IEv1rHNDTlfsBbqATlGd4plcWLi {  }
#FTSoSXW2whIc2shig26C5wTT33Tueozl { width:18.1875rem;height:2.875rem;top:54.936717987061rem;left:0.90625rem;font-size:1.0625rem;line-height:2;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;z-index:14990;display:block; }
#aOk47HcT4EHXCCKudAilTPMb12yPvVB2 { display:block; }
#elFt1XMCXG3tyFeyJOsJwHDWvovWe5RL { width:18.1125rem;height:2.8rem;top:59.811717987061rem;left:0.90625rem;font-size:1.0625rem;line-height:2;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;z-index:14991;display:block; }
#GgT6sz9HG9tmzV8EZ0W3lFzTnEchRr0U { display:block; }
#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS { 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; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row .container { background-color: transparent; background-image: none; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row .container > .video-iframe-container { display: none; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row > .video-iframe-container { display: none; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .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); }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row .container { border-width: 0; border-radius: 0; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTkdkLXORvoT2ZeaQmofufFGbqTigKAS > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; }#v4w79FOovc8pczAPu1EBNkrsosm7ID1v { 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; }
#obr90o7WIVvINBsCg3MUN5cphm67otOg { width:6.5625rem;height:4.9375rem;top:3rem;left:6.71875rem;z-index:15016;display:block; }
#AhkdVEL2eNQr0n2CHCgsUppWZLomPBkz { 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; }
#Rwly5EDyQsCVDMhMXOLGVe4TTS3M54Pp { display:block; }
#bz2QC44JGgA6g5nwoFXtZ5ugvGWOmK29 { 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; }
#cbylrCHQJlTDANnZ42HqAFu2UiR6yHH9 { display:block; }
#LXw907zBnQ9v3pwtXhsJraAvrMCX7wGQ { 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; }
#c5PnWTqTvD5JB2gwOCqGoVsTORIWTQQK { display:flex;top:9.25rem;left:1.17578125rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#SmiFT0182WDqbvcFKeMdmHzQW2Czowoz { display:flex;top:16.062501907349rem;left:1.01953125rem;width:3.125rem;height:3.125rem;z-index:15022; }
#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD { display:block; }#Q51hZQye2tTTtGoA9BJBSCDbz4za5DnD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; }#pwP3lfc5Md1fACVRgm9ryC2xCppmgREV { 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; }
#xmdDVHpqx33k0xr8D6d6KwyhRx6BkTcm { width:7.25rem;height:2.125rem;top:3.0625002384186rem;left:10.399999976158rem;z-index:15115;display:block; }
#zolNgxKlieD5nv5JiIneEUac5b525gGp { width:7.625rem;height:2.0625rem;top:3.1250002384186rem;left:2.5867187976837rem;z-index:15018;display:block; }
#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH { 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; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row .container { background-color: transparent; background-image: none; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row .container > .video-iframe-container { display: none; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row > .video-iframe-container { display: none; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .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); }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row .container { border-width: 0; border-radius: 0; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xN8mXhk1KDg1vBAMUaO5T1frCnulUfmH > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#gNqQbKb6pAcIhxbNC7OIMatv7qJ4eQSp { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;display:block; }
#QFeKkcHk4noyGZubxbUdD9LXDRFUmqDt { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;display:block; }
#nusrATFdgf9i9wTovnu323ArMbD79CFx { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;display:block; }
#Pfx54Aqc9GJQELTz0kKy9fZT8t2uokV9 { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;display:block; }
#emGnqoDtBlnu2ZNC4TzrsNvaxVhRpDKM { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;display:block; }
#BCRAvXFh59NIr7dgeehnVE3ezhcvRanM { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;display:block; }
#XG8snggxqad8iLqzsblAzM6PswsqqmTt { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;display:block; }
#GhHBMyIBcT87ooitNfGaxaEn1dcflD9B { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;display:block; }
#tpVW2lpGqUd74mTxwoXEL5ElDgVHfxEW { 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; }
#vSmQKm82ts4uphPHUkcqEMhBGOCEmScN { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:#5b5b5b;background-image:none;display:block; }
#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk { 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; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row .container { background-color: transparent; background-image: none; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row .container > .video-iframe-container { display: none; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row > .video-iframe-container { display: none; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .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); }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row .container { border-width: 0; border-radius: 0; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJymTiVbcbrJGpUEGQfBwf88x04qOtzk > .row .container { width:20rem;height:139.25rem;position:relative;display:block; }#OaKTyJTeSym9K0rsAJJvRmIgOJzZJb3T { top:0rem;left:0.625rem;width:18.75rem;height:0.3125rem;z-index:15018;display:block; }
#Uvw6bE7dVuGcExoPUwtQ2sD32LaPFui0 { 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; }
#mrB9nnozaovpT9t7UEGocQQtrLDpw09A { top:3.75rem;left:0rem;width:20rem;height:11.625rem;z-index:15016;overflow:hidden;display:block; }
#yH3mv1fEIObpnnH2xkSzDdL4fpJ60GSl { 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; }
#WooMt5QbIiMNwKwhq7lhQoBnkxC5B3cT { 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; }
#xs14DLdPJEzFXo1kac2pUGTiG5eD65aw { display:block; }
#Gbywxz9gwtUkUoEEiJgq90ExbMJOd2xC { 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; }
#Je3VikvL3Iqssi6L3ucX5UcBXM3qL5Ai { 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; }
#xm2NnlD2F8A7otehQ0xaNnnIvHUEunoy { 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; }
#m3gGx067syse0S0FEFkJJTzFfcCgmE35 { 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; }
#TAguRMzxNDfynbaHQHnywgeBMb3fVDBb { top:20.875rem;left:0rem;width:20rem;height:11.625rem;z-index:14985;overflow:hidden;display:block; }
#ilUa4wMip6NxGkWG8AKpnqqXvPl6PxZE { 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; }
#tgXTZAbXKPPLLiZ9HwcHdTZLxZ22Tx6h { display:block; }
#XUpOmqSwb7OfFc5Mf6rhJe9BO25sne31 { 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; }
#cuGiRGAFtoZbFH1faRsTnQezLSXN1Uvc { 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; }
#hehFrh1kOHD69vncL2pLDaHkSbGqWIlG { 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; }
#HGmHkHfOnyC4uD6QcJx5awN5mttqyNUs { top:37.8125rem;left:0rem;width:20rem;height:11.625rem;z-index:14990;overflow:hidden;display:block; }
#XSPXpeCtKPcuhBvemE0LAyR9liVgtSoc { 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; }
#oR5rNn1R4pIJdvsiTv3qyV2vbqz0UGIx { display:block; }
#Us3JfxNdmF0a5SSrGB7LMfkCm86ACPtp { 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; }
#kHk6l9N3Uw9WA4g85pspL8ppRbE9vWnh { 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; }
#Zu8QEUip4izSQDEpEkrdD2tuTf4i5fdq { 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; }
#RU96spr8W74bagpQTLtlTn0erM7RFnwV { top:54.75rem;left:0rem;width:20rem;height:11.625rem;z-index:14995;overflow:hidden;display:block; }
#HAbrXTfeSfi57b8Tp1gVt8ePeZlDJdD8 { 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; }
#LPKpLT3EBUfRPTto3VTUUuxww1w1T9Xu { 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; }
#fD0lmJxngGKWno1OF6JrtSCOJrm7f3aD { 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; }
#U4JsRnM8wlUwZhchRkWcOeGCSyasy6pQ { display:block; }
#g7yKox6g6pdV8kqFScRi3aZxZw03uqPf { 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; }
#P7OLC99NCeCgn3Af1xUHsTvBmruGVL9T { top:71.5rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;display:block; }
#eHaSMy0J2QAa8JP3RHEV5vVENZTZztoQ { 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; }
#a1cscQHKL63Jv89uQ7ZxRZlC3TuvaKVG { display:block; }
#uma7ruHbQF5RRmglbppNuPrrWwwuACBM { 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; }
#nwx5PEuH792we4yyVtFxAygfSP75L57k { 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; }
#Tuvz8lChuEyqBCrFQBE9sTkq4a3IH1RK { 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; }
#FP1DosisMWeq592QEPLm6PTB7dvtTfpp { top:88.4375rem;left:0rem;width:20rem;height:11.625rem;z-index:15005;overflow:hidden;display:block; }
#rP1g2IsegOm9avVGDVsbn3VCT4HQFAVR { 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; }
#ivmXt46qJ6T69xOopq5NZKyQPG6PVGOn { display:block; }
#FpFNLIb5BSvTBoxAIdkB0gsP9Kf0a3Fn { 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; }
#Tuqn96s5ec6i8356gwOTCELzizAio9nK { 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; }
#X0TKfP3WBTwSW1v3mkiZozaxGtxaP9qc { 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; }
#Twu4sWyocTbiTWgSWU1LE0v4mhRfspkV { top:105.6875rem;left:0rem;width:20rem;height:11.625rem;z-index:15010;overflow:hidden;display:block; }
#uBvvdzFp7xV50wWbU31MZOHQlbAD2D6T { 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; }
#pKZXUXu3mMukFkvk89S7zunzqWVtpn1C { 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; }
#svEozXNGzJCwmGmvDSDxLur2GvXQk6lm { display:block; }
#An7hhW8ItsrIqEPuiMznk1T1TE7ycNXb { 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; }
#Z4K6BCOTbe1QyIRpqkKU5Qd33nM8si3b { 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; }
#ZUs0MRkauJoE1X2aZfE0Ee7ehgrilugi { top:122.75rem;left:0rem;width:20rem;height:11.625rem;z-index:15015;overflow:hidden;display:block; }
#tlrUarJJL1eaCp1yT5OLOXLOLZx0iD4T { 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; }
#osu0JiOboATbB8GEM6xNZKxTGF5xq3EM { display:block; }
#qpJynuyX2v5PKexN2fe1yntcPPvq28tt { 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; }
#PATiByFzvmxhqedmtIyI4RVywDHUHXot { 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; }
#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz { 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; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row .container { background-color: transparent; background-image: none; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row .container > .video-iframe-container { display: none; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row > .video-iframe-container { display: none; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .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); }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row .container { border-width: 0; border-radius: 0; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQlbntKETTJRQyUGcxRlWDws92J0Pnoz > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; }#ikkln6fHud6sx1WZAsm17IJ7y4uGDHUN { 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; }
#Nwovbh45l9scngNT5XddwlPZkHsLAy2M { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#I5ST2anh5sGmzQvubMSmpkNbVZiEaCv9 { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 { 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; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row .container { background-color: transparent; background-image: none; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row .container > .video-iframe-container { display: none; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row > .video-iframe-container { display: none; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .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); }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row .container { border-width: 0; border-radius: 0; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V3q5ppWOe9OQ2qdzlZ1SbzdXM4ulvTA4 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; }#uHudvOBmLfEfJP3sHtgF9n1go9FaynI3 { top:1.25rem;left:2.9687501192093rem;width:13.8125rem;height:1.3rem;z-index:15000;text-align:center;text-align-last:center;font-size:1rem;font-weight:700;font-style:normal;font-family:"ahj 2024 font";display:block; }
#stL1ydpChUwivkUHEFvrO3KCfECFhcNm { top:3.875rem;left:12.437500357628rem;width:6.5rem;height:7.375rem;z-index:15001;overflow:hidden;border-top:0.1875rem solid #f9f5f0;border-left:0.1875rem solid #f9f5f0;border-right:0.1875rem solid #f9f5f0;border-bottom:0.1875rem solid #f9f5f0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#fz5uzugcVnQoRuKKPNmmRUX94iMWlvNC { top:4.3125rem;left:1.8750001192093rem;width:9.625rem;height:1.05625rem;z-index:15002;font-weight:400;font-style:normal;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.8125rem;display:block; }
#zdQ0Garz05ESdCdiRRrsi7KcGu1C5v9b { top:5.4375rem;left:1.3750001192093rem;width:10rem;height:0.56875rem;z-index:15003;font-size:0.4375rem;text-align:right;text-align-last:right;font-family:"ahj 2024 font";display:block; }
#vpWIZ4E1Qm8Bnh4K4Dgk2xT4dh9f0Vhb { top:6.4375rem;left:0.625rem;width:10.9375rem;height:4.3828125rem;z-index:15004;font-size:0.5625rem;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;display:block; }
#yzbIkfxQuZu9EW8oLlL6HNAFhgUrm27A { top:12.461719512939rem;left:10.250000357628rem;width:9.5rem;height:1.05625rem;z-index:15005;font-weight:400;font-style:normal;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.8125rem;display:block; }
#vJacULeese6f3iSoDLlMevuRDPmlyofL { display:flex;top:12.517967224121rem;left:11.031250357628rem;width:0.9375rem;height:0.9375rem;z-index:15006; }
#TcxV8mrSHBEn35wpMAu9pkvDtUQ7FllF { top:14.14296913147rem;left:0.1875rem;width:19.5rem;height:5.6875rem;z-index:15007;text-align:right;text-align-last:right;font-size:0.625rem;font-family:"ahj 2024 font";font-weight:300;font-style:normal;display:block; }
#XGEcpHz5TKKT2TB0SzuSRkFv0l4hex4n { top:20.611717224121rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15008;background-color:#9e9e9e;background-image:none;display:block; }
#k3kPagNLE2pwmT6TX2gT73omZHNBaLdr { top:32.437500953674rem;left:0.40625rem;width:19.3125rem;height:5.6875rem;z-index:15015;text-align:right;text-align-last:right;font-size:0.625rem;font-family:"ahj 2024 font";font-weight:300;font-style:normal;display:block; }
#dLbgUZFKwMl5UvkAg9ahhtGoMKQv3kSM { top:38.937501907349rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15016;background-color:#9e9e9e;background-image:none;display:block; }
#VPnvbPZC47TbTiJatVt373waHs6mQyxv { top:30.812501907349rem;left:11.250000357628rem;width:8.375rem;height:1.05625rem;z-index:15013;font-weight:400;font-style:normal;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.8125rem;display:block; }
#sg2qCaTvna6avTSiVKb9VDEyVK3zvtmW { display:flex;top:30.937501907349rem;left:11.062500357628rem;width:0.9375rem;height:0.9375rem;z-index:15014; }
#qneAmPDCSHDhqVfsKpWtWE66MJx9Duc9 { top:22.5rem;left:11.875rem;width:7.3125rem;height:7.3125rem;z-index:15009;overflow:hidden;border-top:0.1875rem solid #f9f5f0;border-left:0.1875rem solid #f9f5f0;border-right:0.1875rem solid #f9f5f0;border-bottom:0.1875rem solid #f9f5f0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#kuadTE8QFxR413isQ1euPAvQH6J9KGrg { top:25.450000762939rem;left:0.54999995231628rem;width:10.9375rem;height:1.4609375rem;z-index:15012;font-size:0.5625rem;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-weight:300;font-style:normal;display:block; }
#gVyQeSvoRVcUk84rprd5pTXeV0KQBTph { top:24.437501907349rem;left:0.75rem;width:10.625rem;height:0.65rem;z-index:15011;font-size:0.5rem;text-align:right;text-align-last:right;font-family:"ahj 2024 font";display:block; }
#oWADzoAZn7fiNEvNfSTtTq6fT44X9OSC { top:23.250001907349rem;left:3.0000001192093rem;width:8.375rem;height:1.05625rem;z-index:15010;font-weight:400;font-style:normal;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.8125rem;display:block; }
#TqFmLp4PcyeJhngtstbLIgZEtv6uyBwo { top:51.3125rem;left:0.3125rem;width:19.3125rem;height:6.5rem;z-index:15023;text-align:right;text-align-last:right;font-size:0.625rem;font-family:"ahj 2024 font";font-weight:300;font-style:normal;display:block; }
#oeeqKHI24GtteKhko6LqyENkf8pJVF2V { top:58.624998092651rem;left:0.625rem;width:18.75rem;height:0.0625rem;z-index:15024;background-color:#9e9e9e;background-image:none;display:block; }
#RTnzRHo4PtvNGqSBaAZccW9kwnEOZG33 { top:49.687498092651rem;left:11.312500357628rem;width:8.1875rem;height:1.05625rem;z-index:15021;font-weight:400;font-style:normal;text-align:right;text-align-last:right;font-size:0.8125rem;font-family:"ahj 2024 font";display:block; }
#zoL0lixZIZO1c2AbU0uDdtNZJol3DRmu { display:flex;top:49.687498092651rem;left:10.875000357628rem;width:0.9375rem;height:0.9375rem;z-index:15022; }
#FINfBDZLBWD6LkiUmkylhkaJkXhWh0Hx { top:41.25rem;left:11.875rem;width:7.3125rem;height:7.3125rem;z-index:15017;overflow:hidden;border-top:0.1875rem solid #f9f5f0;border-left:0.1875rem solid #f9f5f0;border-right:0.1875rem solid #f9f5f0;border-bottom:0.1875rem solid #f9f5f0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#WIg91v0rHx7bEFUh7UPJ9VNzG4O4T7sS { top:44.149217605591rem;left:0.5rem;width:10.9375rem;height:4.3828125rem;z-index:15020;font-size:0.5625rem;text-align:right;text-align-last:right;font-weight:300;font-style:normal;font-family:"ahj 2024 font";display:block; }
#alIbFKLbVg1BQOZ4l71ucmCQMDaHTbcK { top:43.125001907349rem;left:0.5rem;width:10.8125rem;height:0.56875rem;z-index:15019;font-size:0.4375rem;text-align:right;text-align-last:right;font-family:"ahj 2024 font";display:block; }
#MNSDcbASPbJ0nP7N0Z3L6gUtdWw2y2MS { top:41.874219894409rem;left:1.3125rem;width:10rem;height:1.05625rem;z-index:15018;font-weight:400;font-style:normal;text-align:right;text-align-last:right;font-family:"ahj 2024 font";font-size:0.8125rem;display:block; }
#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 { 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; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row .container { background-color: transparent; background-image: none; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row .container > .video-iframe-container { display: none; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row > .video-iframe-container { display: none; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .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); }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row .container { border-width: 0; border-radius: 0; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KyrXyqcKCuKIIVa5hvrO8UP9qJm00tQ3 > .row .container { width:20rem;height:30.25rem;position:relative;display:block; }#g908nFUcLt9oZDfITSiwb0Vbo0OGd0HW { 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; } #ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row .container { background-color: transparent; background-image: none; }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row .container > .video-iframe-container { display: none; }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row > .video-iframe-container { display: none; }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .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); }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row .container { border-width: 0; border-radius: 0; }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOvu5X7fwsy7bIWSPhzudtyy2KgF49sR > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg { 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; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg > .row .container { border-width: 0; border-radius: 0; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WoHZXHiObxox0hKxtGGOta41Ay0vdebg > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; }#in3XfQAhArdKB05uunI7fqqrWBDa1Lcc { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#ToBsGZFTQmPC8nnifHh5PQSiDfgAPUhJ { 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; }
#SfghX8RTiRxzqJy7a9naFJCFiISLqIma { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#ZUtX9RGxJxEn9ewKgQ6xvv1g5ERW6IN0 { width:20rem;height:0.8125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#FmFSsgyMUuyhcGHFhhHrbXC0a8xTVTUp { width:1.75rem;height:1.75rem;top:8.375rem;left:11rem;font-size:1.1875rem;display:block; }
#TT9ooBDkq6JOQbidVwCnEzeB8R3iiSzO { width:1.6875rem;height:1.6875rem;top:8.375rem;left:9.3125rem;font-size:1.125rem;display:block; }
#Up9WqUtgvpJuUC5yaiywThxPfJIh0AIi { width:2.0625rem;height:2.0625rem;top:8.1875rem;left:7.25rem;font-size:1.4375rem;display:block; }
#IbT9Bd4RseuJNT5Sw2tXGDJnrwSMlJWW { width:6.1875rem;height:2.625rem;top:4.1874942779541rem;left:6.9062498807906rem;display:block; }
#dJwoCOaMAaltOLfSXZSTDKkKRNSxqT7f { 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; }
#CmMUAe1l08nidou6zOwyyiK1hwAN1aao { top:15.33749961853rem;left:0rem;width:5.125rem;height:2.1875rem;z-index:15017;display:block; }
#U0JhU3ivhkOJuGIwaHXlTeecixAWrfbt { 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; }
#W5xqd2q4cFJSacWpCsKNZqrb53o5gDeG { display:flex;top:12.567970275879rem;left:6.8000000715256rem;width:1rem;height:1rem;z-index:15152; }
#SVg58cH28Lq3m3ASUznabw2SiNNOPiTq { top:11.424999237061rem;left:0rem;width:5.4375rem;height:3.0625rem;z-index:15155;display:block; }
