.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(0,0,0,0);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); }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R { 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; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R.adaptive-delivery-prevent-bg, #n22SBokCQWqFfMKS81kUfsJbKLWXmS5R.lazyload, #n22SBokCQWqFfMKS81kUfsJbKLWXmS5R.lazyloading { background-image: none; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container { border-width: 0; border-radius: 0; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container { width:60rem;height:50rem;font-size:0.875rem;font-family:lato;position:relative;display:none; }#eE8naGokVm2cV1xJOfs8VZEkRK0m4Jwn { color:#ffffff;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.1845703125rem;left:16.6552734375rem;height:0;text-align:center;text-align-last:center;display:none; }
#U2JgnO6tHUTzbEJBcgKaxhA8ieALaOiR { 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; }
#wPsTs9fp1xdaE23TiCzKz92fSKboNBOv { 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:2.5rem;width:1.3125rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#eMp6xUmkDKuhTtHJ7Mw6wGnBJQCRqVIO { 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.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ONesn81ICbtuBgIun6EqbkFhmZbx6Bw6 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SPdD1lCfGe1II55T6V4LD8mxMZUenEmG { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XiFtzB7Io52ODdTTCRpanvZGvHD2XZAB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RueDIIkIDnnSsOLwmtEBIaBet5U3Vi99 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hSU766Lki1lUxCsoZtFWmqoMPAahnbWl { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xb0hNsATfZQGVbRiNS8pLWSXCIKISPgT { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aD2NPgHDQHFbTMA1DIqwGioSlaBL1syf { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DEMgK4wCNopUXy1GethlxLuuhVKFl299 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AhIPhnAUbBFwSUtK6SNZ9rbFnIpDgf1V { position:relative; }
#SuLxT5XTxNGGRF4pNEr8UiN5PNDUzXAD { position:relative;display:block; }
#c5HoxXAkG47RKZXzLLzwcRNAzR1Bge2k { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eUBHBucOhMM0NAGRb2xI1J9Q7MLmNp0Z { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mikuJCoGL1yEeWSJSQNvIrRh02hhVykC { position:relative; }
#fRdmnyVK1zc13H1wEA0WKMTbGgg8QAf7 { 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; }
#fRdmnyVK1zc13H1wEA0WKMTbGgg8QAf7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XtELFzduPCQDcC2ubKZu0inmLRwQRZhu { 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; }
#rG8BmVBkS3ohOSKy8vzNN1QMBBCCqLO4 { 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; }
#WLAyekV9PstuivZ4dx7Mrog7IgNWRpl4 { 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:29.625rem;left:3.75rem;display:none; }
#hodVzVDEGZ0Ptgy81ONJtsTIIPI4R62M { 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:3.8125rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#iw8TzU4BxrAqqQBR5fhdfKi2y3cCnTS9 { 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.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#wklqzb1Wozd8XqxMglnFegNthneWUTZ8 { 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; }
#wklqzb1Wozd8XqxMglnFegNthneWUTZ8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eMD2QJafOykfWimvnmBQfcTkgW0UH3tO { 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; }
#eMD2QJafOykfWimvnmBQfcTkgW0UH3tO > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#lT6ZQfNScLV4vcqTVdGR7rgzwNd0STel { 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.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WHXzqONqkGRGyratL2cElnlJQlfOaymy { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #evC2cEgKUo0FE5EKeAJJT27SzW3Oc2a8 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #K9t0w47uPBysPmamZtTtG8bEJReHGhGB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dgiE2T1373GngZaeec0mnDVyt92CPHxJ { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yNT2JmmdGGNX2xtTMpFwVklSKctQHQPT { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ClHzcm35XTrWPKbedWToraEwMUbx25Sc { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EHdtg0TEx70rLGVGxcUlqi4KmAuz3uiT { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hxNs58WgCE3VBDxyK0VFrh9CzQ7cVAbr { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iZpsXV2ANM0nquOcX5l1QftZeLdt5dG2 { position:relative; }
#TJuAfGdSUFAtBMG83d9vIEFehW94TSgq { position:relative;display:block; }
#ie1OWHqszUepBKcXHnSuXQqNqvWbLhm0 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GQVbzFNkPbwWTCQtEELNqD6mmXhtwETO { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eU2IGSOnL7UxqfHpERxGFAOvEb67XUB2 { position:relative; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-form-header {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:lato;font-size:0.875rem;text-align:right;text-align-last:right; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-container:first-of-type{padding-top:0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-container:last-of-type{padding-bottom:0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2  { 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:24.361980438233rem;left:2.1341152191162rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-info-text { font-size:0.75rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 {display:block;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 { 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:24.361980438233rem;left:2.1341152191162rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #fzMzQySPdixS4N4aep0LiUASpg46lCCu { position:relative; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #SVXp3k4IyEJGZ4xOyXuSvvlyqkaaAP5o { position:relative;display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #ex92XAn6T76GHWGQ8xhUcMmXT5vHgRs1 { position:relative; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #qM85gyGVh402I7oQ4M17Mp5uexCSu3Qm { position:relative; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #CD4kbAtgtonrVtOntQ97kW0Rc1qosbE6 { position:relative;display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #Z9nspfpnKKb7mWO7FRUObzTo5uCPP2bd { position:relative; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #hNJxTJ7TrwIznkeuJKBZfimamHdywvNc { position:relative; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #e0lIt9l1fsTTXf2uq7Kgr8nP23W6dDC8 { position:relative;display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #sVPT9NadQUyvTWyiUBk8dDdsgJli5rrF { position:relative; }
#BhlWHdIoirWJw6hJOc9kBAIVwF5sP0E0 { position:relative;display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #BgXywk9oifz6TN8hCO7b7sFIDZokQSMe { position:relative; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #T05qqvD5hpZUbIJQOUa7PVLwFaSQy5uL { position:relative; }
#pHTfPWzq0UGCoaIynyleyqkveJcyVk1P { 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; }
#prV1be7Zr19bnSoztTxr28wCTEkxtMp7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#REKPu7PvsdMMPpgTlQaFu4nrSEqCmJsq { 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:4.4375rem;width:18.75rem;display:none; }
#O1Ws4RbvusqN7h9vdL02mD37RAbpTkXs { 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:"open sans";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; }
#BuEGNTxxryQCp2TbUDrBUWlbNRMl06Em { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKrfx8eenanFtwyny1aeBOb9rEt9NU25 { 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:"open sans";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; }
#geCU7tArnZUg3oZvuyn8uonaUTZvUVih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 { position:relative;display:none; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 { border-width: 0; border-radius: 0; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .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; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .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; }#uElXl2AVftz0cgnm54Pk3zOfnkLfRUam { 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; }
#nnDtuQzURIDZe59fTo37Fh7DnyhZS2kG { 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; }
#IXcwOXnnRTT3C1k6W1f9Eu4lvkGu5h4c { 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; }
#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 { position:relative;display:none; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 { border-width: 0; border-radius: 0; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .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; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .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; }#hfVXlrqaSMU8gguhQ0mlhHufocaegqqP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.875rem;left:3.75rem;display:none; }
#UCtrrMBzmhonDQnZCInqBS2Rw2TlloZ6 { 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:40rem;width:60rem;display:none; }
#SyLwrpM2Hsz7IqCl25SZEiBPF6Te4MML { color:#000000;display:block;width:14.25rem;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:5.875rem;left:2.875rem;display:none; }
#hGAly66v18zLuv0VGbm0QfFMNFx9TqF9 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.4375rem;top:23.5rem;left:1rem;display:none; }
#cXBQqGyyJy10LFW4OsPrBh7BG1aJLL0t { 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:"open sans";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; }
#LQiJGVOXJ69KVOV7oiC7VihCWNOPgnkm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKLRQkM1fypl3iJG1rkKDJeRXczPgMDo { 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:"open sans";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; }
#Ofthmb8d0mpqkCDFmTdeSSCgVm6HKrSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXTBrovMTGlwmJEDxX2mkIFVfTuymTdT { 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:"open sans";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; }
#tV6eD46DIfA2QQCR41EhXFehaxR0Pi4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bt8cCWuenfnsbu15Oxo0WlfEtbpyuBJg { 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:39.9375rem;width:60rem;display:none; }
#CQRM44sDe0TK7AMumrRkHDVIIrrKEBXI { color:#000000;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:48.25rem;left:0rem;display:none; }
#T0miHSnmv54Mhr4EKrCUzzd2RseXX8Al { 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:"open sans";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; }
#nX2Rrmivft8lDxiR9tCpxM45wFL2WQQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evMHtVNMCsuAGPG1BwEGyzJlsrvA4buu { color:#000000;display:block;width:14.25rem;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:32.5rem;left:5.5rem;display:none; }
#g7Uwu5lnGCWoCLCB4lnaC0bU7LGLAkuD { 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:"open sans";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; }
#u0pvkRklAI0Q6OCSFwPC3sW2Tb3y5Gkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LNcui4xhSQseBG82cCiVuvMItXaa3CXw { color:#000000;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:74.8125rem;left:0rem;display:none; }
#S2BzyvBKOpBCNKBh9gtNSGr2FDpnaBwh { 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:39.9375rem;width:59.875rem;display:none; }
#VCO5O9FF0KGXaFPqK5Qr4XpK9M0Z63Q1 { 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:"open sans";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; }
#kECVRPtH3S5sEomAQrqLd2EGKgzmMmbx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#enHafGfyJAslNM2nBRUXbpXct8dQzDRT { color:#000000;display:block;width:14.25rem;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:59.0625rem;left:5.5rem;display:none; }
#cWxGLVGvFiuKCZeV9OlVrTt3N3DAsNir { 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:"open sans";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; }
#dG4T8kz7QUWvig6lre7k2AsADaWBxsNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRpqzxTh0nGA0lzNFlZfrUtx8lo0HTgH { color:#000000;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:100.3125rem;left:0rem;display:none; }
#rFZFtJzI53nyFUrqqCNW7FeiBxxMBafU { 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:39.875rem;width:59.875rem;display:none; }
#Tvu2oUGPV3IJgW6on1LnlEOSDCThDH15 { 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:"open sans";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; }
#Rfyx5tHlViG2tuZ17PNyI5DJS0JX2nk0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKTfmeAJGT5BiNx0oofL2IA5TJcUJAzu { color:#000000;display:block;width:14.25rem;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:84.5625rem;left:5.5rem;display:none; }
#TTLL6iUftJ1PRrtKzg6GnFiiGW5fOH6V { color:#000000;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:126.1875rem;left:0rem;display:none; }
#UMcEJXqkBLlwN4bc6IxOJNdHBUA1CRtX { 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:39.875rem;width:59.875rem;display:none; }
#QZcE2kFht7JE1IOLGnkJcTNxCEuDMICK { color:#000000;display:block;width:14.25rem;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:110.4375rem;left:5.5rem;display:none; }
#oyoFmlk7h594rq1keEayA7wCUBsQy64v { 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:"open sans";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; }
#OfxmVMVPUVW0X4V3VpshXMZ3uqInwLO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIiO0lTHf7QJ6tDdTg5HDLIU5lcruRsN { 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:"open sans";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; }
#nonTKNWnd5BN66iemcTTBfbtwzxu1yd0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JK0zkXAA9vDcz3Mk0J7CElmPSbWwedaG { 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:"open sans";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; }
#WkvNIKq2ppeg870aPTCvCkz3WOHMzMDn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXghE79FMfvgwEd8XcgCaWI3hb3JrrBX { 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:"open sans";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; }
#NRABbK1aaAhXdfOGQIEwhxxPgJ9TzFSa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1V1TO7ZuKzFzTwBHk2x1hbgER58zah4 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:152.1875rem;left:0rem;display:none; }
#GZhPTUgU0Ti4MxeAc2Lvd474TCEOrLmQ { 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:39.875rem;width:59.875rem;display:none; }
#meqelkI6qtaEFDiWsRQPgRrD6SCOtpTi { color:#000000;display:block;width:14.25rem;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:136.4375rem;left:5.5rem;display:none; }
#znFxQTmlp8t83TPWmuPaednciS7Vl1aH { 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:"open sans";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; }
#ON3IETfI9KgKLuwwMXfTsaKvelM5QIzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUOE4GaU9cUHzTiTiBSv61dLV5pRroXW { color:#000000;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.0625rem;top:177.75rem;left:0rem;display:none; }
#wyszaHyTuMWTXoW3VoN3VRrwZqqizG8X { 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:39.875rem;width:59.875rem;display:none; }
#VMfSLT2MZ36kppyuyQ3MqoTA9UgHl04Z { 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:"open sans";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; }
#ZiMgph6ypIqv35KE9gXinE0qwSG7ow1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G7lQaIIPSw93RSFelTnM8MnagiuLPSvw { color:#000000;display:block;width:14.25rem;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:162rem;left:5.5rem;display:none; }
#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw { position:relative;display:block; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw { background-color: transparent; background-image: none; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .row .container > .video-iframe-container { display: none; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .row > .video-iframe-container { display: none; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .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); }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw { border-width: 0; border-radius: 0; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .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; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .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:33.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ToCG6mTV5aIT0aAAb0dShVnOHg5e0Atw { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.7495rem;top:2.4052734375rem;left:11.2646484375rem;display:block; }
#kWWIOAExXSN93X3N13JX3619pTerTCeT { position:relative;display:none; }#kWWIOAExXSN93X3N13JX3619pTerTCeT { border-width: 0; border-radius: 0; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .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; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .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; }#gxmGnOIcfGlxFCOlHKIrdyQDAsXigzKD { 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; }
#WKscUhiqElFwdrgVEQBy7GMViwL9xLJU { 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; }
#LTJvSTDxwBqVRlRvwtHJk1HErgPzXvDC { 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; }
#rbDy673fR6ubqveT9pHF50VdxXs9COer { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container { border-width: 0; border-radius: 0; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-trigger.adaptive-delivery-prevent-bg, #KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-trigger.lazyload, #KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-trigger.lazyloading { background-image: none; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.77685546875rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr { display:block;position:relative; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd { display:block;position:relative; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #OwglBkuzIGzrulZlZwmshWiTHW07SquW { display:none; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #vKtKqBckmCHJSSadGXT2hGzK16XTVtON { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #luaCvQptT7BCLdbwKMzSE0EGpMw1TMsp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #TXU6y5MwTCsiriTMvpEulsKFWTL7TV2h { display:block;position:relative; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #GGF8dq3WZwqcaqEt4swbSZL2LLh0EfX7 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #x7xEo5ST677X1SIWKV1wTCgexus5UcKI { display:none; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId { display:block;position:relative; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv { display:none; }
#WS8ZmfraIWdeyXXTLQ1NslmHmub0scRu { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 { 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; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9.adaptive-delivery-prevent-bg, #TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9.lazyload, #TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9.lazyloading { background-image: none; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container { border-width: 0; border-radius: 0; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#hcZSJQAXCiidovHlwB8nxqxwdiTESKpa { 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; }
#UU05G4WASmDPHulobp8XsOhic5NkuJmg { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;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; }
#D4s7PEL5tC0GSAylnS7NvdGUQS9Hmu0w { 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; }
#Uk6HGZg66lkn3vkabVw204AHaZbOy7oT { color:#ffffff;display:block;width:19.4360625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.7626953125rem;left:18.592529296875rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k9h0UWeG24Rqtn6Twbw0igOE20BXV8OF { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;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; }
#fRHOMGiUhzRpDFiBA03JPPXToFJxfvlC { 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; }
#Zo7aOoJVllz1cPeVrdJgRCaCTsLJlzBo { 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; }
#N6hFr68StezBPXvitpq5aCbhCgGNbNoH { 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; }
#H1tBXAcPMkDkbUMkzrZmKMToybheJmIo { 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; }
#VitHMKpwxoCkKWOybLa7Nth4Z1BLyUET { 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; }
#JrQxB0Zgxfbkf2JfkJ727O0sbUkNBfcO { 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; }
#UxI5BRzwNRDpuuFlwBESy9EwiD1zIw50 { 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; }
#v6Zn41H4FTSmT5q2DxTUyFrnkmUGR0LF { 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; }
#sdS3KJJT7XNrIJc5KmmQCoT2xKSWNUQh { color:#ffffff;display:block;width:32.1228125rem;position:absolute;font-family:lato;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; }
#SzePv7bSzIBgiX32f1CRamiC39BqGz3y { position:absolute;display:block;z-index:15207;height:3.811525rem;width:6.8745rem;top:1.40625rem;left:38.9033203125rem;display:none; }
#bqo2ET3PnB3EC3cfJOV873yCWTUehEmp { position:absolute;display:block;z-index:15206;height:4.0620125rem;width:7.2480625rem;top:1.93798828125rem;left:50.74658203125rem;display:none; }
#wXJXmxcQBFyTTnRy876PpTRkZ6PutNno { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { position:relative;display:block; }
#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R { display:none; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container { width:47.75rem;position:relative;display:none; }#eE8naGokVm2cV1xJOfs8VZEkRK0m4Jwn { top:0.125rem;left:10.5302734375rem;width:29.0625rem;height:2.8125rem;font-size:1rem;display:block; }
#U2JgnO6tHUTzbEJBcgKaxhA8ieALaOiR { top:14.5625rem;left:13.125rem;width:34.5rem;height:4.25rem;display:block; }
#wPsTs9fp1xdaE23TiCzKz92fSKboNBOv { top:1.6875rem;left:19.061767578125rem;width:1.3125rem;height:2.5rem;display:block; }
#eMp6xUmkDKuhTtHJ7Mw6wGnBJQCRqVIO { top:15.75rem;left:0rem;width:17.625rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ONesn81ICbtuBgIun6EqbkFhmZbx6Bw6 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SPdD1lCfGe1II55T6V4LD8mxMZUenEmG { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XiFtzB7Io52ODdTTCRpanvZGvHD2XZAB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RueDIIkIDnnSsOLwmtEBIaBet5U3Vi99 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hSU766Lki1lUxCsoZtFWmqoMPAahnbWl { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xb0hNsATfZQGVbRiNS8pLWSXCIKISPgT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aD2NPgHDQHFbTMA1DIqwGioSlaBL1syf {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DEMgK4wCNopUXy1GethlxLuuhVKFl299 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AhIPhnAUbBFwSUtK6SNZ9rbFnIpDgf1V {  }
#SuLxT5XTxNGGRF4pNEr8UiN5PNDUzXAD { display:block; }
#c5HoxXAkG47RKZXzLLzwcRNAzR1Bge2k { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eUBHBucOhMM0NAGRb2xI1J9Q7MLmNp0Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mikuJCoGL1yEeWSJSQNvIrRh02hhVykC {  }
#fRdmnyVK1zc13H1wEA0WKMTbGgg8QAf7 { display:none; }
#fRdmnyVK1zc13H1wEA0WKMTbGgg8QAf7 > img { max-width: 100%;max-height:100%; width:; height:; }#XtELFzduPCQDcC2ubKZu0inmLRwQRZhu { display:none; }
#rG8BmVBkS3ohOSKy8vzNN1QMBBCCqLO4 { display:none; }
#WLAyekV9PstuivZ4dx7Mrog7IgNWRpl4 { top:29.625rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:none; }
#hodVzVDEGZ0Ptgy81ONJtsTIIPI4R62M { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:3.8125rem;display:none; }
#iw8TzU4BxrAqqQBR5fhdfKi2y3cCnTS9 { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#wklqzb1Wozd8XqxMglnFegNthneWUTZ8 { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#wklqzb1Wozd8XqxMglnFegNthneWUTZ8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eMD2QJafOykfWimvnmBQfcTkgW0UH3tO { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#eMD2QJafOykfWimvnmBQfcTkgW0UH3tO > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#lT6ZQfNScLV4vcqTVdGR7rgzwNd0STel { top:22.4375rem;left:0rem;width:19.3125rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WHXzqONqkGRGyratL2cElnlJQlfOaymy {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #evC2cEgKUo0FE5EKeAJJT27SzW3Oc2a8 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #K9t0w47uPBysPmamZtTtG8bEJReHGhGB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dgiE2T1373GngZaeec0mnDVyt92CPHxJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yNT2JmmdGGNX2xtTMpFwVklSKctQHQPT { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ClHzcm35XTrWPKbedWToraEwMUbx25Sc {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EHdtg0TEx70rLGVGxcUlqi4KmAuz3uiT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hxNs58WgCE3VBDxyK0VFrh9CzQ7cVAbr { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iZpsXV2ANM0nquOcX5l1QftZeLdt5dG2 {  }
#TJuAfGdSUFAtBMG83d9vIEFehW94TSgq { display:block; }
#ie1OWHqszUepBKcXHnSuXQqNqvWbLhm0 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GQVbzFNkPbwWTCQtEELNqD6mmXhtwETO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eU2IGSOnL7UxqfHpERxGFAOvEb67XUB2 {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-checkbox-label { width:17.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2  { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 {display:block;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 { width:18.75rem;height:auto;top:10.0625rem;left:0rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #fzMzQySPdixS4N4aep0LiUASpg46lCCu {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #SVXp3k4IyEJGZ4xOyXuSvvlyqkaaAP5o { display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #ex92XAn6T76GHWGQ8xhUcMmXT5vHgRs1 {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #qM85gyGVh402I7oQ4M17Mp5uexCSu3Qm {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #CD4kbAtgtonrVtOntQ97kW0Rc1qosbE6 { display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #Z9nspfpnKKb7mWO7FRUObzTo5uCPP2bd {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #hNJxTJ7TrwIznkeuJKBZfimamHdywvNc {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #e0lIt9l1fsTTXf2uq7Kgr8nP23W6dDC8 { display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #sVPT9NadQUyvTWyiUBk8dDdsgJli5rrF {  }
#BhlWHdIoirWJw6hJOc9kBAIVwF5sP0E0 { display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #BgXywk9oifz6TN8hCO7b7sFIDZokQSMe {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #T05qqvD5hpZUbIJQOUa7PVLwFaSQy5uL {  }
#pHTfPWzq0UGCoaIynyleyqkveJcyVk1P { width:;height:;display:none; }
#prV1be7Zr19bnSoztTxr28wCTEkxtMp7 { display:block; }
#REKPu7PvsdMMPpgTlQaFu4nrSEqCmJsq { width:18.75rem;height:4.4375rem;display:none; }
#O1Ws4RbvusqN7h9vdL02mD37RAbpTkXs { width:;height:;display:none; }
#BuEGNTxxryQCp2TbUDrBUWlbNRMl06Em { display:block; }
#EKrfx8eenanFtwyny1aeBOb9rEt9NU25 { width:;height:;display:none; }
#geCU7tArnZUg3oZvuyn8uonaUTZvUVih { display:block; }
#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 { display:none; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row .container { width:47.75rem;position:relative;display:none; }#uElXl2AVftz0cgnm54Pk3zOfnkLfRUam { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#nnDtuQzURIDZe59fTo37Fh7DnyhZS2kG { width:47.75rem;height:19rem;display:none; }
#IXcwOXnnRTT3C1k6W1f9Eu4lvkGu5h4c { width:14.0625rem;height:5.125rem;display:none; }
#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 { display:none; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row .container { width:47.75rem;position:relative;display:none; }#hfVXlrqaSMU8gguhQ0mlhHufocaegqqP { top:0.875rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.0625rem;display:none; }
#UCtrrMBzmhonDQnZCInqBS2Rw2TlloZ6 { width:47.75rem;height:31.8125rem;display:none; }
#SyLwrpM2Hsz7IqCl25SZEiBPF6Te4MML { top:5.875rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#hGAly66v18zLuv0VGbm0QfFMNFx9TqF9 { top:23.5rem;left:0rem;width:18.9375rem;height:4.4375rem;font-size:0.625rem;display:none; }
#cXBQqGyyJy10LFW4OsPrBh7BG1aJLL0t { width:;height:;display:none; }
#LQiJGVOXJ69KVOV7oiC7VihCWNOPgnkm { display:block; }
#VKLRQkM1fypl3iJG1rkKDJeRXczPgMDo { width:;height:;display:none; }
#Ofthmb8d0mpqkCDFmTdeSSCgVm6HKrSK { display:block; }
#PXTBrovMTGlwmJEDxX2mkIFVfTuymTdT { width:;height:;display:none; }
#tV6eD46DIfA2QQCR41EhXFehaxR0Pi4T { display:block; }
#bt8cCWuenfnsbu15Oxo0WlfEtbpyuBJg { width:47.75rem;height:31.75rem;display:none; }
#CQRM44sDe0TK7AMumrRkHDVIIrrKEBXI { top:48.25rem;left:0rem;width:19.75rem;height:4.0625rem;font-size:0.625rem;display:none; }
#T0miHSnmv54Mhr4EKrCUzzd2RseXX8Al { width:;height:;display:none; }
#nX2Rrmivft8lDxiR9tCpxM45wFL2WQQM { display:block; }
#evMHtVNMCsuAGPG1BwEGyzJlsrvA4buu { top:32.5rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#g7Uwu5lnGCWoCLCB4lnaC0bU7LGLAkuD { width:;height:;display:none; }
#u0pvkRklAI0Q6OCSFwPC3sW2Tb3y5Gkg { display:block; }
#LNcui4xhSQseBG82cCiVuvMItXaa3CXw { top:74.8125rem;left:0rem;width:19.75rem;height:4.0625rem;font-size:0.625rem;display:none; }
#S2BzyvBKOpBCNKBh9gtNSGr2FDpnaBwh { width:47.625rem;height:31.75rem;display:none; }
#VCO5O9FF0KGXaFPqK5Qr4XpK9M0Z63Q1 { width:;height:;display:none; }
#kECVRPtH3S5sEomAQrqLd2EGKgzmMmbx { display:block; }
#enHafGfyJAslNM2nBRUXbpXct8dQzDRT { top:59.0625rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#cWxGLVGvFiuKCZeV9OlVrTt3N3DAsNir { width:;height:;display:none; }
#dG4T8kz7QUWvig6lre7k2AsADaWBxsNV { display:block; }
#tRpqzxTh0nGA0lzNFlZfrUtx8lo0HTgH { top:100.3125rem;left:0rem;width:19.75rem;height:4.0625rem;font-size:0.625rem;display:none; }
#rFZFtJzI53nyFUrqqCNW7FeiBxxMBafU { width:47.625rem;height:31.75rem;display:none; }
#Tvu2oUGPV3IJgW6on1LnlEOSDCThDH15 { width:;height:;display:none; }
#Rfyx5tHlViG2tuZ17PNyI5DJS0JX2nk0 { display:block; }
#oKTfmeAJGT5BiNx0oofL2IA5TJcUJAzu { top:84.5625rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#TTLL6iUftJ1PRrtKzg6GnFiiGW5fOH6V { top:126.1875rem;left:0rem;width:19.75rem;height:4.0625rem;font-size:0.625rem;display:none; }
#UMcEJXqkBLlwN4bc6IxOJNdHBUA1CRtX { width:47.625rem;height:31.75rem;display:none; }
#QZcE2kFht7JE1IOLGnkJcTNxCEuDMICK { top:110.4375rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#oyoFmlk7h594rq1keEayA7wCUBsQy64v { width:;height:;display:none; }
#OfxmVMVPUVW0X4V3VpshXMZ3uqInwLO5 { display:block; }
#AIiO0lTHf7QJ6tDdTg5HDLIU5lcruRsN { width:;height:;display:none; }
#nonTKNWnd5BN66iemcTTBfbtwzxu1yd0 { display:block; }
#JK0zkXAA9vDcz3Mk0J7CElmPSbWwedaG { width:;height:;display:none; }
#WkvNIKq2ppeg870aPTCvCkz3WOHMzMDn { display:block; }
#lXghE79FMfvgwEd8XcgCaWI3hb3JrrBX { width:;height:;display:none; }
#NRABbK1aaAhXdfOGQIEwhxxPgJ9TzFSa { display:block; }
#H1V1TO7ZuKzFzTwBHk2x1hbgER58zah4 { top:152.1875rem;left:0rem;width:19.75rem;height:4.0625rem;font-size:0.625rem;display:none; }
#GZhPTUgU0Ti4MxeAc2Lvd474TCEOrLmQ { width:47.625rem;height:31.75rem;display:none; }
#meqelkI6qtaEFDiWsRQPgRrD6SCOtpTi { top:136.4375rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#znFxQTmlp8t83TPWmuPaednciS7Vl1aH { width:;height:;display:none; }
#ON3IETfI9KgKLuwwMXfTsaKvelM5QIzu { display:block; }
#sUOE4GaU9cUHzTiTiBSv61dLV5pRroXW { top:177.75rem;left:0rem;width:19.75rem;height:4.0625rem;font-size:0.625rem;display:none; }
#wyszaHyTuMWTXoW3VoN3VRrwZqqizG8X { width:47.625rem;height:31.75rem;display:none; }
#VMfSLT2MZ36kppyuyQ3MqoTA9UgHl04Z { width:;height:;display:none; }
#ZiMgph6ypIqv35KE9gXinE0qwSG7ow1V { display:block; }
#G7lQaIIPSw93RSFelTnM8MnagiuLPSvw { top:162rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw { display:block; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .row .container { width:47.75rem;position:relative;display:block; }#ToCG6mTV5aIT0aAAb0dShVnOHg5e0Atw { top:2.375rem;left:5.1396484375rem;width:38.6875rem;height:21.75rem;display:block; }
#kWWIOAExXSN93X3N13JX3619pTerTCeT { display:none; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row .container { width:47.75rem;position:relative;display:none; }#gxmGnOIcfGlxFCOlHKIrdyQDAsXigzKD { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#WKscUhiqElFwdrgVEQBy7GMViwL9xLJU { width:47.75rem;height:19rem;display:none; }
#LTJvSTDxwBqVRlRvwtHJk1HErgPzXvDC { width:14.0625rem;height:5.125rem;display:none; }
#rbDy673fR6ubqveT9pHF50VdxXs9COer { display:none; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container { width:47.75rem;position:relative;display:none; }#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #vKtKqBckmCHJSSadGXT2hGzK16XTVtON {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #luaCvQptT7BCLdbwKMzSE0EGpMw1TMsp {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #TXU6y5MwTCsiriTMvpEulsKFWTL7TV2h {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #GGF8dq3WZwqcaqEt4swbSZL2LLh0EfX7 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #x7xEo5ST677X1SIWKV1wTCgexus5UcKI {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#WS8ZmfraIWdeyXXTLQ1NslmHmub0scRu { top:1.5625rem;left:0rem;width:15.4375rem;height:1.75rem;font-size:1.5rem;display:none; }
#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 { display:none; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container { width:47.75rem;position:relative;display:none; }#hcZSJQAXCiidovHlwB8nxqxwdiTESKpa { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#UU05G4WASmDPHulobp8XsOhic5NkuJmg { width:16.4375rem;height:0.875rem;top:14.4375rem;left:0rem;font-size:0.5625rem;display:block; }
#D4s7PEL5tC0GSAylnS7NvdGUQS9Hmu0w { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#Uk6HGZg66lkn3vkabVw204AHaZbOy7oT { top:16.625rem;left:0rem;width:20rem;height:0.8125rem;font-size:0.625rem;display:block; }
#k9h0UWeG24Rqtn6Twbw0igOE20BXV8OF { width:16.4375rem;height:0.875rem;top:12.75rem;left:0rem;font-size:0.8125rem;display:none; }
#fRHOMGiUhzRpDFiBA03JPPXToFJxfvlC { display:none; }
#Zo7aOoJVllz1cPeVrdJgRCaCTsLJlzBo { display:none; }
#N6hFr68StezBPXvitpq5aCbhCgGNbNoH { display:none; }
#H1tBXAcPMkDkbUMkzrZmKMToybheJmIo { display:none; }
#VitHMKpwxoCkKWOybLa7Nth4Z1BLyUET { display:none; }
#JrQxB0Zgxfbkf2JfkJ727O0sbUkNBfcO { display:none; }
#UxI5BRzwNRDpuuFlwBESy9EwiD1zIw50 { display:none; }
#v6Zn41H4FTSmT5q2DxTUyFrnkmUGR0LF { display:none; }
#sdS3KJJT7XNrIJc5KmmQCoT2xKSWNUQh { width:16.375rem;height:1.5rem;top:2.125rem;left:0rem;font-size:0.5rem;display:none; }
#SzePv7bSzIBgiX32f1CRamiC39BqGz3y { top:1.375rem;left:32.7783203125rem;width:6.8125rem;height:3.75rem;display:none; }
#bqo2ET3PnB3EC3cfJOV873yCWTUehEmp { top:1.9375rem;left:40.5625rem;width:7.1875rem;height:4rem;display:none; }
#wXJXmxcQBFyTTnRy876PpTRkZ6PutNno { 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); }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R { background-color:rgba(240,218,225,0.34);background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.jpg");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; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R.adaptive-delivery-prevent-bg, #n22SBokCQWqFfMKS81kUfsJbKLWXmS5R.lazyload, #n22SBokCQWqFfMKS81kUfsJbKLWXmS5R.lazyloading { background-image: none; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container { background-color: transparent; background-image: none; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container > .video-iframe-container { display: none; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row > .video-iframe-container { display: none; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .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); }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container { border-width: 0; border-radius: 0; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .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; }#n22SBokCQWqFfMKS81kUfsJbKLWXmS5R > .row .container { width:20rem;height:61.5rem;position:relative;display:block; }#eE8naGokVm2cV1xJOfs8VZEkRK0m4Jwn { 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; }
#U2JgnO6tHUTzbEJBcgKaxhA8ieALaOiR { width:19.125rem;height:3.375rem;top:14.8125rem;left:0.4375rem;display:none; }
#wPsTs9fp1xdaE23TiCzKz92fSKboNBOv { width:4.375rem;height:8.5rem;top:-0.3125rem;left:7.8125005364419rem;overflow:hidden;display:block; }
#eMp6xUmkDKuhTtHJ7Mw6wGnBJQCRqVIO { width:17.625rem;height:4.6318375rem;top:15.778906822204rem;left:1.1867187619209rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:cairo;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 #ONesn81ICbtuBgIun6EqbkFhmZbx6Bw6 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #SPdD1lCfGe1II55T6V4LD8mxMZUenEmG { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XiFtzB7Io52ODdTTCRpanvZGvHD2XZAB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RueDIIkIDnnSsOLwmtEBIaBet5U3Vi99 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hSU766Lki1lUxCsoZtFWmqoMPAahnbWl { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Xb0hNsATfZQGVbRiNS8pLWSXCIKISPgT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #aD2NPgHDQHFbTMA1DIqwGioSlaBL1syf {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #DEMgK4wCNopUXy1GethlxLuuhVKFl299 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #AhIPhnAUbBFwSUtK6SNZ9rbFnIpDgf1V {  }
#SuLxT5XTxNGGRF4pNEr8UiN5PNDUzXAD { display:block; }
#c5HoxXAkG47RKZXzLLzwcRNAzR1Bge2k { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eUBHBucOhMM0NAGRb2xI1J9Q7MLmNp0Z {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #mikuJCoGL1yEeWSJSQNvIrRh02hhVykC {  }
#fRdmnyVK1zc13H1wEA0WKMTbGgg8QAf7 { display:flex;top:1.5rem;left:1.9054688215256rem;width:1.3125rem;height:1.3125rem;z-index:15151; }
#fRdmnyVK1zc13H1wEA0WKMTbGgg8QAf7 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#XtELFzduPCQDcC2ubKZu0inmLRwQRZhu { display:flex;top:1.4656250476837rem;left:0.375rem;width:1.25rem;height:1.25rem;z-index:15152; }
#rG8BmVBkS3ohOSKy8vzNN1QMBBCCqLO4 { top:24.9375rem;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; }
#WLAyekV9PstuivZ4dx7Mrog7IgNWRpl4 { top:29.625rem;left:3.75rem;width:12.5rem;height:1.54394375rem;z-index:15153;font-family:cairo;font-weight:400;font-style:normal;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
#hodVzVDEGZ0Ptgy81ONJtsTIIPI4R62M { width:3.4375rem;height:2.8125rem;top:25.6875rem;left:8.25rem;z-index:15016;overflow:hidden;display:block; }
#iw8TzU4BxrAqqQBR5fhdfKi2y3cCnTS9 { width:12.433625rem;height:0.8129875rem;top:59.625001907349rem;left:3.7828126549721rem;font-size:0.625rem;z-index:15019;font-family:cairo;display:block; }
#wklqzb1Wozd8XqxMglnFegNthneWUTZ8 { display:flex;width:3.125rem;height:3.125rem;top:47.375rem;left:15.9375rem;z-index:14995; }
#wklqzb1Wozd8XqxMglnFegNthneWUTZ8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#eMD2QJafOykfWimvnmBQfcTkgW0UH3tO { display:flex;width:2.625rem;height:2.625rem;top:47.6875rem;left:1.3125rem;z-index:14996; }
#eMD2QJafOykfWimvnmBQfcTkgW0UH3tO > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#lT6ZQfNScLV4vcqTVdGR7rgzwNd0STel { width:19.3734375rem;height:;top:22.4375rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;font-family:cairo;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;color:#9b7d8c;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #WHXzqONqkGRGyratL2cElnlJQlfOaymy {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #evC2cEgKUo0FE5EKeAJJT27SzW3Oc2a8 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #K9t0w47uPBysPmamZtTtG8bEJReHGhGB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #dgiE2T1373GngZaeec0mnDVyt92CPHxJ {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yNT2JmmdGGNX2xtTMpFwVklSKctQHQPT { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ClHzcm35XTrWPKbedWToraEwMUbx25Sc {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EHdtg0TEx70rLGVGxcUlqi4KmAuz3uiT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #hxNs58WgCE3VBDxyK0VFrh9CzQ7cVAbr { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iZpsXV2ANM0nquOcX5l1QftZeLdt5dG2 {  }
#TJuAfGdSUFAtBMG83d9vIEFehW94TSgq { display:block; }
#ie1OWHqszUepBKcXHnSuXQqNqvWbLhm0 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #GQVbzFNkPbwWTCQtEELNqD6mmXhtwETO {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #eU2IGSOnL7UxqfHpERxGFAOvEb67XUB2 {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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(240,218,225,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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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(240,218,225,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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .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:cairo;font-size:0.75rem;overflow:hidden;border-top:0.0625rem solid #f0dae1;border-left:0.0625rem solid #f0dae1;border-right:0.0625rem solid #f0dae1;border-bottom:0.0625rem solid #f0dae1;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;font-family:cairo;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;background-color:#9b7d8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]:-moz-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]::-moz-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]:-ms-input-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 [class*="-text"]::-webkit-input-placeholder { text-align:right;text-align-last:right;font-family:cairo;font-weight:300;font-style:normal;font-size:0.75rem; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-radio-label { float:none; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2  { width:17.5rem;height:auto;top:30.87451171875rem;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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto;line-height:1.6;font-family:cairo;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#b80023; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 {display:block;}#pxnhpySJw2uirQ0uSmac235CH98W60e2 { width:17.5rem;height:auto;top:30.87451171875rem;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; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #fzMzQySPdixS4N4aep0LiUASpg46lCCu {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #SVXp3k4IyEJGZ4xOyXuSvvlyqkaaAP5o { display:none; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #ex92XAn6T76GHWGQ8xhUcMmXT5vHgRs1 {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #qM85gyGVh402I7oQ4M17Mp5uexCSu3Qm {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #CD4kbAtgtonrVtOntQ97kW0Rc1qosbE6 { display:none; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #Z9nspfpnKKb7mWO7FRUObzTo5uCPP2bd {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #hNJxTJ7TrwIznkeuJKBZfimamHdywvNc {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #e0lIt9l1fsTTXf2uq7Kgr8nP23W6dDC8 { display:none; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #sVPT9NadQUyvTWyiUBk8dDdsgJli5rrF {  }
#BhlWHdIoirWJw6hJOc9kBAIVwF5sP0E0 { display:block; }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #BgXywk9oifz6TN8hCO7b7sFIDZokQSMe {  }
#pxnhpySJw2uirQ0uSmac235CH98W60e2 #T05qqvD5hpZUbIJQOUa7PVLwFaSQy5uL {  }
#pHTfPWzq0UGCoaIynyleyqkveJcyVk1P { top:51.562501907349rem;left:1.1125000119209rem;width:17.7rem;height:2.7625rem;z-index:14992;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #ffffff;border-left:0.125rem dashed #ffffff;border-right:0.125rem dashed #ffffff;border-bottom:0.125rem dashed #ffffff;display:block; }
#prV1be7Zr19bnSoztTxr28wCTEkxtMp7 { display:block; }
#REKPu7PvsdMMPpgTlQaFu4nrSEqCmJsq { top:11.3125rem;left:1.7500000596046rem;width:16.5rem;height:3.5rem;z-index:15154;overflow:hidden;display:block; }
#O1Ws4RbvusqN7h9vdL02mD37RAbpTkXs { top:47.437500953674rem;left:1.0304687619209rem;width:17.9375rem;height:3rem;z-index:14990;font-family:cairo;font-weight:400;font-style:normal;font-size:1.0625rem;border-top:0.125rem dashed #41c973;border-left:0.125rem dashed #41c973;border-right:0.125rem dashed #41c973;border-bottom:0.125rem dashed #41c973;color:#646464;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#BuEGNTxxryQCp2TbUDrBUWlbNRMl06Em { display:block; }
#EKrfx8eenanFtwyny1aeBOb9rEt9NU25 { top:55.462501525879rem;left:1.2500000596046rem;width:17.5rem;height:2.8125rem;z-index:15155;font-family:cairo;font-size:1.0625rem;font-weight:400;font-style:normal;color:#9b7d8c;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 #9b7d8c;border-left:0.125rem dashed #9b7d8c;border-right:0.125rem dashed #9b7d8c;border-bottom:0.125rem dashed #9b7d8c;display:block; }
#geCU7tArnZUg3oZvuyn8uonaUTZvUVih { display:block; }
#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 { background-color:rgba(240,218,225,0.34);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; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row .container { background-color: transparent; background-image: none; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row .container > .video-iframe-container { display: none; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row > .video-iframe-container { display: none; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .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); }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row .container { border-width: 0; border-radius: 0; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uGWNXXCGaeI6RCLdDPTIcdrJZGgKHVw5 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; }#uElXl2AVftz0cgnm54Pk3zOfnkLfRUam { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#nnDtuQzURIDZe59fTo37Fh7DnyhZS2kG { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#IXcwOXnnRTT3C1k6W1f9Eu4lvkGu5h4c { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5a5990f-be8b-480b-a870-01482ef15757/AndalusiaLadiesWellness40.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; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3.adaptive-delivery-prevent-bg, #neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3.lazyload, #neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3.lazyloading { background-image: none; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row .container { background-color: transparent; background-image: none; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row .container > .video-iframe-container { display: none; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row > .video-iframe-container { display: none; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .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); }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row .container { border-width: 0; border-radius: 0; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#neLJVrQJIkS5WfnETv3SCFXrQLfvBHT3 > .row .container { width:20rem;height:187.5rem;position:relative;display:block; }#hfVXlrqaSMU8gguhQ0mlhHufocaegqqP { top:2.3914046287537rem;left:2.8750000596046rem;width:14.25rem;height:2.76041875rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#UCtrrMBzmhonDQnZCInqBS2Rw2TlloZ6 { top:9.6492187976837rem;left:0rem;width:20rem;height:13.25rem;z-index:15101;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#SyLwrpM2Hsz7IqCl25SZEiBPF6Te4MML { top:7.7664062976837rem;left:5.4242187142372rem;width:14.25rem;height:1.38125rem;z-index:14998;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#hGAly66v18zLuv0VGbm0QfFMNFx9TqF9 { top:23.524219751358rem;left:-0.062500059604644rem;width:19.75rem;height:4.06494375rem;z-index:14999;font-family:cairo;text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.625rem;color:#5f2a45;display:block; }
#cXBQqGyyJy10LFW4OsPrBh7BG1aJLL0t { top:28.087500095367rem;left:8.3750005364419rem;width:11.625rem;height:2.875rem;z-index:15102;font-family:cairo;font-size:0.75rem;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#LQiJGVOXJ69KVOV7oiC7VihCWNOPgnkm { display:block; }
#VKLRQkM1fypl3iJG1rkKDJeRXczPgMDo { top:28.087500095367rem;left:0rem;width:8rem;height:2.875rem;z-index:15103;font-family:cairo;font-size:0.6875rem;background-color:#41c973;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Ofthmb8d0mpqkCDFmTdeSSCgVm6HKrSK { display:block; }
#PXTBrovMTGlwmJEDxX2mkIFVfTuymTdT { top:54rem;left:8.4375rem;width:11.625rem;height:2.875rem;z-index:15107;font-family:cairo;font-size:0.625rem;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#tV6eD46DIfA2QQCR41EhXFehaxR0Pi4T { display:block; }
#bt8cCWuenfnsbu15Oxo0WlfEtbpyuBJg { top:35.5625rem;left:0.0625rem;width:19.875rem;height:13.25rem;z-index:15106;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#CQRM44sDe0TK7AMumrRkHDVIIrrKEBXI { top:49.4375rem;left:0rem;width:19.75rem;height:4.06494375rem;z-index:15004;font-family:cairo;text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.625rem;color:#5f2a45;display:block; }
#T0miHSnmv54Mhr4EKrCUzzd2RseXX8Al { top:54rem;left:0.0625rem;width:8rem;height:2.875rem;z-index:15108;font-family:cairo;font-size:0.6875rem;background-color:#41c973;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#nX2Rrmivft8lDxiR9tCpxM45wFL2WQQM { display:block; }
#evMHtVNMCsuAGPG1BwEGyzJlsrvA4buu { top:33.6875rem;left:5.5rem;width:14.25rem;height:1.38125rem;z-index:15003;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#g7Uwu5lnGCWoCLCB4lnaC0bU7LGLAkuD { top:79.375rem;left:8.4375rem;width:11.625rem;height:2.875rem;z-index:15112;font-family:cairo;font-size:0.625rem;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#u0pvkRklAI0Q6OCSFwPC3sW2Tb3y5Gkg { display:block; }
#LNcui4xhSQseBG82cCiVuvMItXaa3CXw { top:74.8125rem;left:0rem;width:19.75rem;height:4.06494375rem;z-index:15009;font-family:cairo;text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.625rem;color:#5f2a45;display:block; }
#S2BzyvBKOpBCNKBh9gtNSGr2FDpnaBwh { top:60.9375rem;left:0.0625rem;width:19.875rem;height:13.25rem;z-index:15111;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#VCO5O9FF0KGXaFPqK5Qr4XpK9M0Z63Q1 { top:79.375rem;left:0.0625rem;width:8rem;height:2.875rem;z-index:15113;font-family:cairo;font-size:0.6875rem;background-color:#41c973;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#kECVRPtH3S5sEomAQrqLd2EGKgzmMmbx { display:block; }
#enHafGfyJAslNM2nBRUXbpXct8dQzDRT { top:59.0625rem;left:5.5rem;width:14.25rem;height:1.38125rem;z-index:15008;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#cWxGLVGvFiuKCZeV9OlVrTt3N3DAsNir { top:104.875rem;left:8.4375rem;width:11.625rem;height:2.875rem;z-index:15117;font-family:cairo;font-size:0.625rem;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#dG4T8kz7QUWvig6lre7k2AsADaWBxsNV { display:block; }
#tRpqzxTh0nGA0lzNFlZfrUtx8lo0HTgH { top:100.3125rem;left:0rem;width:19.75rem;height:4.06494375rem;z-index:15014;font-family:cairo;text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.625rem;color:#5f2a45;display:block; }
#rFZFtJzI53nyFUrqqCNW7FeiBxxMBafU { top:86.4375rem;left:0.0625rem;width:19.875rem;height:13.25rem;z-index:15116;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#Tvu2oUGPV3IJgW6on1LnlEOSDCThDH15 { top:104.875rem;left:0.0625rem;width:8rem;height:2.875rem;z-index:15118;font-family:cairo;font-size:0.6875rem;background-color:#41c973;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Rfyx5tHlViG2tuZ17PNyI5DJS0JX2nk0 { display:block; }
#oKTfmeAJGT5BiNx0oofL2IA5TJcUJAzu { top:84.5625rem;left:5.5rem;width:14.25rem;height:1.38125rem;z-index:15013;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#TTLL6iUftJ1PRrtKzg6GnFiiGW5fOH6V { top:126.1875rem;left:0rem;width:19.75rem;height:4.06494375rem;z-index:15019;font-family:cairo;text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.625rem;color:#5f2a45;display:block; }
#UMcEJXqkBLlwN4bc6IxOJNdHBUA1CRtX { top:112.3125rem;left:0.0625rem;width:19.875rem;height:13.25rem;z-index:15121;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#QZcE2kFht7JE1IOLGnkJcTNxCEuDMICK { top:110.4375rem;left:5.5rem;width:14.25rem;height:1.38125rem;z-index:15018;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#oyoFmlk7h594rq1keEayA7wCUBsQy64v { top:130.6875rem;left:8.375rem;width:11.625rem;height:2.875rem;z-index:15122;font-family:cairo;font-size:0.625rem;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#OfxmVMVPUVW0X4V3VpshXMZ3uqInwLO5 { display:block; }
#AIiO0lTHf7QJ6tDdTg5HDLIU5lcruRsN { top:130.68671989441rem;left:0rem;width:8rem;height:2.875rem;z-index:15123;font-family:cairo;font-size:0.6875rem;background-color:#41c973;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#nonTKNWnd5BN66iemcTTBfbtwzxu1yd0 { display:block; }
#JK0zkXAA9vDcz3Mk0J7CElmPSbWwedaG { top:156.6875rem;left:8.375rem;width:11.625rem;height:2.875rem;z-index:15127;font-family:cairo;font-size:0.625rem;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#WkvNIKq2ppeg870aPTCvCkz3WOHMzMDn { display:block; }
#lXghE79FMfvgwEd8XcgCaWI3hb3JrrBX { top:156.6875rem;left:0rem;width:8rem;height:2.875rem;z-index:15128;font-family:cairo;font-size:0.6875rem;background-color:#41c973;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#NRABbK1aaAhXdfOGQIEwhxxPgJ9TzFSa { display:block; }
#H1V1TO7ZuKzFzTwBHk2x1hbgER58zah4 { top:152.1875rem;left:0rem;width:19.75rem;height:4.06494375rem;z-index:15024;font-family:cairo;text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.625rem;color:#5f2a45;display:block; }
#GZhPTUgU0Ti4MxeAc2Lvd474TCEOrLmQ { top:138.3125rem;left:0.0625rem;width:19.875rem;height:13.25rem;z-index:15126;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#meqelkI6qtaEFDiWsRQPgRrD6SCOtpTi { top:136.4375rem;left:5.5rem;width:14.25rem;height:1.38125rem;z-index:15023;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#znFxQTmlp8t83TPWmuPaednciS7Vl1aH { top:182.25rem;left:8.375rem;width:11.625rem;height:2.875rem;z-index:15132;font-family:cairo;font-size:0.625rem;background-color:#9b7d8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ON3IETfI9KgKLuwwMXfTsaKvelM5QIzu { display:block; }
#sUOE4GaU9cUHzTiTiBSv61dLV5pRroXW { top:177.75rem;left:0rem;width:19.75rem;height:4.06494375rem;z-index:15029;font-family:cairo;text-align:right;text-align-last:right;font-weight:400;font-style:normal;font-size:0.625rem;color:#5f2a45;display:block; }
#wyszaHyTuMWTXoW3VoN3VRrwZqqizG8X { top:163.875rem;left:0.0625rem;width:19.875rem;height:13.25rem;z-index:15131;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#VMfSLT2MZ36kppyuyQ3MqoTA9UgHl04Z { top:182.25rem;left:0rem;width:8rem;height:2.875rem;z-index:15133;font-family:cairo;font-size:0.6875rem;background-color:#41c973;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ZiMgph6ypIqv35KE9gXinE0qwSG7ow1V { display:block; }
#G7lQaIIPSw93RSFelTnM8MnagiuLPSvw { top:162rem;left:5.5rem;width:14.25rem;height:1.38125rem;z-index:15028;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;font-size:1.0625rem;color:#92627a;display:block; }
#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw { display:block; }#DzBTMHBrwHFof7LfTXwKIIOgu32MRaRw > .row .container { width:20rem;height:31.125rem;position:relative;display:block; }#ToCG6mTV5aIT0aAAb0dShVnOHg5e0Atw { width:20rem;height:21.75rem;top:2.74951171875rem;left:0rem;display:block; }
#kWWIOAExXSN93X3N13JX3619pTerTCeT { background-color:rgba(240,218,225,0.34);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; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row .container { background-color: transparent; background-image: none; }#kWWIOAExXSN93X3N13JX3619pTerTCeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row .container > .video-iframe-container { display: none; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row > .video-iframe-container { display: none; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .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); }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row .container { border-width: 0; border-radius: 0; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWWIOAExXSN93X3N13JX3619pTerTCeT > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#gxmGnOIcfGlxFCOlHKIrdyQDAsXigzKD { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#WKscUhiqElFwdrgVEQBy7GMViwL9xLJU { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#LTJvSTDxwBqVRlRvwtHJk1HErgPzXvDC { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#rbDy673fR6ubqveT9pHF50VdxXs9COer { 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;position:relative;z-index:auto;display:block; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container { background-color: transparent; background-image: none; }#rbDy673fR6ubqveT9pHF50VdxXs9COer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container > .video-iframe-container { display: none; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row > .video-iframe-container { display: none; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .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); }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container { border-width: 0; border-radius: 0; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbDy673fR6ubqveT9pHF50VdxXs9COer > .row .container { width:20rem;height:27.75rem;position:relative;display:block; }#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-element-container { background-color:#9b7d8c;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:#ffffff; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-desc-text { font-family:cairo;font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:#ffffff;line-height:1.6;overflow:hidden; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg"); }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 { display:flex;height:auto;width:18.2465rem;top:4.1859130859375rem;left:0.12734371423721rem;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;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:#ffffff;background-image:none; }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #oV1PHs9LwT6TT7S9Wxd0TJTb8R4oW93l {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #VBqGKBw297IUVkRVCvsxWsqVMaR7liMO {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #bW4t6KK3itaN35lwrJO3ELqLUFNrl5rr {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #xU2ZKGItxc07PMy9VAlhi4liXMGUdlg2 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #qOrSi8Q86mtO2yxV6H1uteLpxdTzsK5l {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #uJbZdKMzST7ky0albPH6JRvIFT2Gv6zo {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #QgUBrvaFxxPxsIkJwMzVIyMBVkdHNM72 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #JD9ub9vTcgI5FbOeN2OSx5a4S4cr7Bgd {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #aW24Tsg15q2RKsc84R6Xm9cELT5pzkQH {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #OwglBkuzIGzrulZlZwmshWiTHW07SquW {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #vKtKqBckmCHJSSadGXT2hGzK16XTVtON {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #luaCvQptT7BCLdbwKMzSE0EGpMw1TMsp {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #TXU6y5MwTCsiriTMvpEulsKFWTL7TV2h {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #GGF8dq3WZwqcaqEt4swbSZL2LLh0EfX7 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #x7xEo5ST677X1SIWKV1wTCgexus5UcKI {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #tiB5S51wpnyV6P6KmdeQSb40ewN7bHzq {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #qX0FfRM2flv1dmyFE5JAuPiRm0cVSlD8 {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #cbMvgW04TidtLrVaBMPCZOMFLKDKCNId {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #BuT8BKB9oldakKoTxS2uskzmyGpyRL5X {  }
#KGVXwFVdAi2suTkw7MVVO5ppZ5ugxpa9 #p9TChrJfXxWWtDqiy5Q24FzUgi6IVgMv {  }
#WS8ZmfraIWdeyXXTLQ1NslmHmub0scRu { width:15.4375rem;height:1.94970625rem;top:1.312518119812rem;left:2.2812500596046rem;font-size:1.5rem;color:#000000;z-index:15015;text-align:center;text-align-last:center;display:block; }
#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 { background-color:#9b7d8c;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; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container { background-color: transparent; background-image: none; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container > .video-iframe-container { display: none; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row > .video-iframe-container { display: none; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .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); }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container { border-width: 0; border-radius: 0; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwUR3uh4J8SVGTA6FCNPhEdeALakwvT9 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; }#hcZSJQAXCiidovHlwB8nxqxwdiTESKpa { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#UU05G4WASmDPHulobp8XsOhic5NkuJmg { width:16.4375rem;height:0.8994125rem;top:10.185943603516rem;left:1.8117187619209rem;text-align:center;text-align-last:center;font-size:0.5625rem;font-family:cairo;font-weight:400;font-style:normal;display:block; }
#D4s7PEL5tC0GSAylnS7NvdGUQS9Hmu0w { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#Uk6HGZg66lkn3vkabVw204AHaZbOy7oT { width:20rem;height:0.8129875rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#k9h0UWeG24Rqtn6Twbw0igOE20BXV8OF { width:16.437rem;height:1.30078125rem;top:8.5296936035156rem;left:2.5296874642372rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:cairo;font-weight:400;font-style:normal;z-index:15004;display:block; }
#fRHOMGiUhzRpDFiBA03JPPXToFJxfvlC { display:flex;top:8.8109436035156rem;left:7.3734374642375rem;width:0.875rem;height:0.875rem;z-index:15152; }
#Zo7aOoJVllz1cPeVrdJgRCaCTsLJlzBo { display:flex;top:4.99951171875rem;left:5.09326171875rem;width:1.875rem;height:1.875rem;z-index:15153; }
#N6hFr68StezBPXvitpq5aCbhCgGNbNoH { display:flex;top:4.99951171875rem;left:6.87451171875rem;width:1.875rem;height:1.875rem;z-index:15154; }
#H1tBXAcPMkDkbUMkzrZmKMToybheJmIo { display:flex;top:4.99951171875rem;left:9.0615234375rem;width:1.875rem;height:1.875rem;z-index:15155; }
#VitHMKpwxoCkKWOybLa7Nth4Z1BLyUET { display:flex;top:4.99951171875rem;left:11.1240234375rem;width:1.875rem;height:1.875rem;z-index:15156; }
#JrQxB0Zgxfbkf2JfkJ727O0sbUkNBfcO { display:flex;top:4.99951171875rem;left:13.1865234375rem;width:1.875rem;height:1.875rem;z-index:15157; }
#UxI5BRzwNRDpuuFlwBESy9EwiD1zIw50 { display:flex;top:5.12451171875rem;left:15.6240234375rem;width:1.875rem;height:1.875rem;z-index:15158; }
#v6Zn41H4FTSmT5q2DxTUyFrnkmUGR0LF { display:flex;top:4.99951171875rem;left:2.52978515625rem;width:1.875rem;height:1.875rem;z-index:15154; }
#sdS3KJJT7XNrIJc5KmmQCoT2xKSWNUQh { width:16.4366875rem;height:0.7983375rem;top:3.37109375rem;left:1.7804687619209rem;text-align:center;text-align-last:center;font-size:0.5rem;font-family:cairo;font-weight:400;font-style:normal;z-index:15004;display:block; }
#SzePv7bSzIBgiX32f1CRamiC39BqGz3y { width:3.6870125rem;height:1.9995125rem;top:1.0625rem;left:13.6875rem;z-index:15209;display:block; }
#bqo2ET3PnB3EC3cfJOV873yCWTUehEmp { width:3.061525rem;height:1.6875rem;top:2.5625rem;left:16.9375rem;z-index:15208;display:block; }
#wXJXmxcQBFyTTnRy876PpTRkZ6PutNno { top:1.9835929870606rem;left:1.8117187619209rem;width:2.625rem;height:1.4375rem;z-index:15210;display:block; }
