.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row .container { background-color: transparent; background-image: none; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row .container > .video-iframe-container { display: none; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row > .video-iframe-container { display: none; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .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); }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row .container { border-width: 0; border-radius: 0; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#WnNRZnwZd4G9iMIGVHsAZif5gGEw7w9N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13rem;top:1.09375rem;left:45.750001907349rem;overflow:hidden;display:block; }
#RQfV2Re3nTinuP7uWl4AmFXdufr5x8Q9 { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.1562495231628rem;left:1.8000011444092rem;display:block; }
#PlzsGyETkuptZRxb1DmsSunghqQXHPvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f6fb;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.adaptive-delivery-prevent-bg, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.lazyload, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.lazyloading { background-image: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { background-color: transparent; background-image: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .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); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { border-width: 0; border-radius: 0; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { font-size:0.875rem;font-family:arial;height:67.6875rem;width:60rem;position:relative;display:block; }#ckuvSITXbu8CErGhkVha9qErtkBnBhMz { color:#ffffff;display:block;width:22.8730625rem;position:absolute;font-family:hekaya;font-size:1.8125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:27.4375rem;left:19.3125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { color:#ffffff;display:block;width:23.558625rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:39rem;left:4.6875rem;height:0;text-align:center;text-align-last:center;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; }
#POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:42.75rem;left:13.5rem;display:none; }
#Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:42.75rem;left:3.625rem;display:none; }
#bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:42.75rem;left:23.375rem;display:none; }
#wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:46.6875rem;left:23.375rem;display:none; }
#HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:46.6875rem;left:13.5rem;display:none; }
#JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:46.6875rem;left:3.625rem;display:none; }
#FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WN8y9ZsCkAWlo7DsVcWtWlWrmba0i6sH { position:absolute;display:block;z-index:15082;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.8125rem;width:5.8125rem;top:53.25rem;left:31.4375rem;overflow:hidden;display:block; }
#C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { z-index:15012;top:30.5rem;left:7.1875rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { box-sizing:content-box;color:#fb0303;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15077;top:27.1875rem;left:22.40625rem;display:none; }
#b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { background-color:#fb0303;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9980625rem;height:2.499025rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:32.8125rem;left:21.78125rem;display:none; }
#lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pSdpyImnMKHoqUKy6GOqEid6nhAJ6HJV { position:absolute;display:block;z-index:15183;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.375rem;width:7.125rem;top:54.9375rem;left:23.5rem;overflow:hidden;display:block; }
#lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { position:absolute;display:block;z-index:15189;border-top:0.125rem solid #be8215;border-left:0.125rem solid #be8215;border-right:0.125rem solid #be8215;border-bottom:0.125rem solid #be8215;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:14rem;width:8.9375rem;top:5.4015626907349rem;left:48.462503433228rem;overflow:hidden;display:block; }
#BIsmAQ8sEd7xc7o0TURqWJAeVdgKhhAM { position:absolute;display:block;z-index:15184;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.4375rem;width:8.125rem;top:54.9375rem;left:13.5625rem;overflow:hidden;display:block; }
#IrcKJET28rf078ttyr5VhFd03py3DIAR { color:#6c3a84;display:block;width:10.871125rem;position:absolute;font-family:tajawal;font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:64.5625rem;left:26.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQWbnm8LPn5nSDGwKrxiTe28uaOyldvd { box-sizing:content-box;color:#6c3a84;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:64.375rem;left:39.5rem;display:block; }
#BnbZ9fgFDseCyFell5O3ddZkTNOVlBlW { color:#6c3a84;display:block;width:41.3125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:60.5625rem;left:12.1875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nt9iFrMioQquxh8t1BwJ9uEUmwn3Hccs { box-sizing:content-box;color:#6c3a84;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:block;z-index:15009;top:59.0625rem;left:51.625rem;display:block; }
#zrAncIEfuMNtTVW21T7dqCdRMb37gQTO { background-color:#109a12;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem solid #ba0484;border-left:0.375rem solid #ba0484;border-right:0.375rem solid #ba0484;border-bottom:0.375rem solid #ba0484;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1125rem;height:3.05rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.78750038147rem;left:19.94375038147rem;display:block; }
#iMrLEfzCaay4bBuCFaUshMfGNkM7eUbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHh2kK6DGfBSLDir6TyKkASvazxeTCQc { color:#ba0484;display:block;width:21.75rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.7;letter-spacing:0;top:27.4375rem;left:19.125001907349rem;height:4.675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E9yGmk7wBxeJPV8nGhAx1d5tTTXoENyT { position:absolute;display:block;z-index:15195;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.3125rem;width:13.1875rem;top:54.5rem;left:38.4375rem;overflow:hidden;display:block; }
#XTwpl4CMUGzmKpalPNKAZ8JOFDwGQPED { position:absolute;display:block;z-index:15007;height:1.3125rem;width:7.4375rem;top:65.375rem;left:48.3125rem;display:block; }
#PJnFs5DbMGT8wUbroFLklvKy5GFEk6Pt { position:absolute;display:block;z-index:15287;height:1.1875rem;width:6.5625rem;top:55.8125rem;left:4.25rem;display:block; }
#ihOCfiRB3gr5h7kKspXT057633UK25zN { color:#ba0484;display:block;width:33rem;position:absolute;font-family:"alw arabic";font-size:2.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.460156440735rem;left:14.24843788147rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#bWR3xD984Iq0ikbRar1CUuNsH63eUlDn { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:0.125rem;top:29.6875rem;left:22.85000038147rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LFGzURoEgiPODJixrD8DTbxMOTo73oB0 { color:#ba0484;display:block;width:20.5625rem;position:absolute;font-family:"alw arabic";font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8203125rem;left:20.46718788147rem;height:3.33125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-form-header {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;color:#ba0484;width:15.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1;font-style:normal; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:15.9375rem;box-sizing:border-box;height:2.25rem;color:#ba0484;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:15.9375rem;box-sizing:border-box;height:4.375rem;color:#ba0484;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-select { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:15.9375rem;box-sizing:border-box;height:2.3125rem;color:#ba0484;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.5; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#be8215;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:700;color:#f2f9ff;width:15.9375rem;height:2.875rem;font-family:cairo;overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]:-moz-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]::-moz-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]:-ms-input-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]::-webkit-input-placeholder { color:#ba0484;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:14.75rem;overflow:hidden;font-style:normal; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .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; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.1875rem;vertical-align:middle;font-family:cairo;font-size:1.25rem;font-weight:400;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-container:first-of-type{padding-top:0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-container:last-of-type{padding-bottom:0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:19.94375038147rem;top:32.112509250641rem;z-index:15039;position:absolute;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.9375rem;display:block;vertical-align:top; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM {display:block;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:19.94375038147rem;top:32.112509250641rem;z-index:15039;position:absolute;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #OQdUZ003Bid40rf3thfSpEN3wSLupfTL { position:relative; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #SXD2d2kIZJGE5w1HcRR76EGVXQQBWQg1 { position:relative;display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #LHSV6a5eSh8R4VZ2EqpeV0ZEHRL7UU3a { position:relative; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #zr6nnsDxnlNCxS4fAwMH8iSWGUVzE5ws { position:relative; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #oq9sHZm4U5UEvmolGU8SGBA4lox65wpl { position:relative;display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #truzzesL6qXNzAMCmxMnlWVPVSalepKl { position:relative; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #Skmoa00kk1beL9ggOcW7x2kiemBgZIO2 { position:relative; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #B21R58vovuiDZLe2a5x7Z2xFT8AZsGI9 { position:relative;display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #ofmDM824WTPEoreB4oT78JPoBB1UPPIL { position:relative; }
#v3xIC0WHcgzRovKnDlTfAn0hKrS8TJ8q { position:relative;display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #au4g1ACMCOsnTWTp62e0kSQx3ORL4tV1 { position:relative; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #LScCTw22RJJOKH3tweBZVRWNDhkHdHVx { position:relative; }
#CyApKned0luE5NNuRU1xI7qwN4b9oUNg { color:#be8215;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:33.078915596008rem;left:23.187501907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9.adaptive-delivery-prevent-bg, #dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9.lazyload, #dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9.lazyloading { background-image: none; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row .container { background-color: transparent; background-image: none; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row .container > .video-iframe-container { display: none; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row > .video-iframe-container { display: none; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .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); }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row .container { border-width: 0; border-radius: 0; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { color:#ba0484;display:block;width:38.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:4.6875rem;left:19.312501907349rem;height:9.375rem;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;font-style:normal;display:block; }
#kSXnUUfVi987Mv0ptmtBNlEsmJVh7z3I { color:#be8215;display:block;width:7.0625rem;position:absolute;font-family:"alw arabic";font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6328125rem;left:51.21718788147rem;height:3.33125rem;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; }
#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ.adaptive-delivery-prevent-bg, #ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ.lazyload, #ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ.lazyloading { background-image: none; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container { background-color: transparent; background-image: none; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container > .video-iframe-container { display: none; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row > .video-iframe-container { display: none; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .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); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container { border-width: 0; border-radius: 0; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#PUu4p76txGfZztc8ohFxvlp8aBg5mvU5 { color:#ba0484;display:block;width:22.56225rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15055;line-height:1.5;letter-spacing:0;top:25.187500476837rem;left:8.6875rem;height:8.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U9SUakoAzwVfZ4Ttp3qVGrJ49w80TSeS { color:#ba0484;display:block;width:22.7478125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:19.625rem;left:8.625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rp5Fn1Cp0nntMTuaTkS3Ek2iftpxNFrE { color:#be8215;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.375rem;left:10.1875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GVc36ar5o88SyKdmWQnfH72mSACGTp3S { position:absolute;display:block;z-index:15038;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:12.5rem;width:11.1865rem;top:0.9375rem;left:14.25rem;overflow:hidden;display:block; }
#Qu3c3Dd7ImZRBtAkhW78bsko7WGUv4xr { position:absolute;display:block;z-index:15025;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:10.625rem;width:10.5rem;top:4.0625rem;left:14.4375rem;overflow:hidden;display:block; }
#lea0ieL9tXGL4zDTqo5nx1GnQuoiIV0Q { color:#ba0484;display:block;width:19.74975rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:24.500000476837rem;left:35.437501907349rem;height:9.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RshpHNTaOEVF4dMkhR9xvGvINKee68Je { color:#ba0484;display:block;width:22.7478125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:20.3125rem;left:34.5rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kwIOLwX38wtrlxkrhciBzgtNASPfvcdQ { color:#be8215;display:block;width:18.125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.375rem;left:36.8125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZhdQUR7z4vaEEkdwHtqQFOigtJobDO2I { position:absolute;display:block;z-index:15030;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:10.625rem;width:10.5rem;top:4.375rem;left:40.6875rem;overflow:hidden;display:block; }
#ruXQkZ6wlCyK2QUbRhJTJkl67w2NpkTa { position:absolute;display:block;z-index:15061;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:10rem;width:9.0625rem;top:3.75rem;left:41.375rem;overflow:hidden;display:block; }
#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK { position:relative;display:block; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK { background-color: transparent; background-image: none; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .row .container > .video-iframe-container { display: none; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .row > .video-iframe-container { display: none; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .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); }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK { border-width: 0; border-radius: 0; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .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; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .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:block; }#lKF2EXuA5ATKwrs6LrkciTlwPaG4uihz { position:absolute;display:block;z-index:15008;height:18.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
body { position:relative;display:block; }
#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR { display:block; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row .container { width:47.75rem;position:relative;display:block; }#WnNRZnwZd4G9iMIGVHsAZif5gGEw7w9N { width:13rem;height:3.25rem;top:1.0625rem;left:34.75rem;display:block; }
#RQfV2Re3nTinuP7uWl4AmFXdufr5x8Q9 { width:20.4375rem;height:3.0625rem;top:1.125rem;left:0rem;display:none; }
#PlzsGyETkuptZRxb1DmsSunghqQXHPvt { display:block; }
#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { display:block; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { width:47.75rem;position:relative;display:block; }#ckuvSITXbu8CErGhkVha9qErtkBnBhMz { width:22.8125rem;height:0;top:27.4375rem;left:13.1875rem;font-size:1.4375rem;display:block; }
#EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { top:39rem;left:0rem;width:23.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
#POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { width:8rem;height:2.5rem;top:42.75rem;left:7.375rem;display:block; }
#Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block; }
#m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { width:8rem;height:2.5rem;top:42.75rem;left:0rem;display:block; }
#bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block; }
#lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { width:8rem;height:2.5rem;top:42.75rem;left:17.25rem;display:block; }
#wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block; }
#Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { width:8rem;height:2.5rem;top:46.6875rem;left:17.25rem;display:block; }
#HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block; }
#DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { width:8rem;height:2.5rem;top:46.6875rem;left:7.375rem;display:block; }
#JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block; }
#akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { width:8rem;height:2.5rem;top:46.6875rem;left:0rem;display:block; }
#FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block; }
#WN8y9ZsCkAWlo7DsVcWtWlWrmba0i6sH { top:53.25rem;left:25.3125rem;width:5.8125rem;height:5.8125rem;display:block; }
#C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { top:30.5rem;left:1.0625rem;width:11.5rem;height:3.6875rem;display:block; }
#UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block; }
#bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { top:27.1875rem;left:16.28125rem;width:5.625rem;height:5.5641406658724rem;font-size:3.875rem;display:block; }
#b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { width:7.9375rem;height:2.4375rem;top:32.8125rem;left:15.65625rem;display:block; }
#lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block; }
#pSdpyImnMKHoqUKy6GOqEid6nhAJ6HJV { top:54.9375rem;left:17.375rem;width:7.125rem;height:2.375rem;display:block; }
#lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { top:5.375rem;left:38.5625rem;width:8.9375rem;height:14rem;display:block; }
#BIsmAQ8sEd7xc7o0TURqWJAeVdgKhhAM { top:54.9375rem;left:7.4375rem;width:8.125rem;height:2.4375rem;display:block; }
#IrcKJET28rf078ttyr5VhFd03py3DIAR { top:64.5625rem;left:20.3125rem;width:10.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
#SQWbnm8LPn5nSDGwKrxiTe28uaOyldvd { top:64.375rem;left:33.375rem;width:3.125rem;height:3.25rem;font-size:2.25rem;display:block; }
#BnbZ9fgFDseCyFell5O3ddZkTNOVlBlW { top:60.5625rem;left:6.0625rem;width:41.3125rem;height:2.0625rem;font-size:1.375rem;display:block; }
#nt9iFrMioQquxh8t1BwJ9uEUmwn3Hccs { top:59.0625rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
#zrAncIEfuMNtTVW21T7dqCdRMb37gQTO { width:20.0625rem;height:3rem;top:18.75rem;left:13.81875038147rem;display:block; }
#iMrLEfzCaay4bBuCFaUshMfGNkM7eUbB { display:block; }
#WHh2kK6DGfBSLDir6TyKkASvazxeTCQc { top:20.25rem;left:0rem;width:19.0625rem;height:;font-size:1.25rem;display:block; }
#E9yGmk7wBxeJPV8nGhAx1d5tTTXoENyT { top:54.5rem;left:32.3125rem;width:13.1875rem;height:3.3125rem;display:block; }
#XTwpl4CMUGzmKpalPNKAZ8JOFDwGQPED { top:65.375rem;left:40.3125rem;width:7.4375rem;height:1.3125rem;display:none; }
#PJnFs5DbMGT8wUbroFLklvKy5GFEk6Pt { top:55.8125rem;left:0rem;width:6.5625rem;height:1.1875rem;display:none; }
#ihOCfiRB3gr5h7kKspXT057633UK25zN { top:7.4375rem;left:8.12343788147rem;width:33rem;height:3.3125rem;font-size:1.75rem;display:block; }
#bWR3xD984Iq0ikbRar1CUuNsH63eUlDn { top:29.6875rem;left:16.72500038147rem;width:14.6875rem;height:0.125rem;font-size:1.375rem;display:none; }
#LFGzURoEgiPODJixrD8DTbxMOTo73oB0 { top:11.8125rem;left:14.34218788147rem;width:20.5625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-regular-label { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM  { width:18.6875rem;height:auto; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM {display:block;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM { width:18.6875rem;height:auto; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #OQdUZ003Bid40rf3thfSpEN3wSLupfTL {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #SXD2d2kIZJGE5w1HcRR76EGVXQQBWQg1 { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #LHSV6a5eSh8R4VZ2EqpeV0ZEHRL7UU3a {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #zr6nnsDxnlNCxS4fAwMH8iSWGUVzE5ws {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #oq9sHZm4U5UEvmolGU8SGBA4lox65wpl { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #truzzesL6qXNzAMCmxMnlWVPVSalepKl {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #Skmoa00kk1beL9ggOcW7x2kiemBgZIO2 {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #B21R58vovuiDZLe2a5x7Z2xFT8AZsGI9 { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #ofmDM824WTPEoreB4oT78JPoBB1UPPIL {  }
#v3xIC0WHcgzRovKnDlTfAn0hKrS8TJ8q { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #au4g1ACMCOsnTWTp62e0kSQx3ORL4tV1 {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #LScCTw22RJJOKH3tweBZVRWNDhkHdHVx {  }
#CyApKned0luE5NNuRU1xI7qwN4b9oUNg { width:11.5625rem;height:1.4375rem;top:33.0625rem;left:17.062501907349rem;font-size:1.125rem;display:block; }
#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 { display:block; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row .container { width:47.75rem;position:relative;display:block; }#zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { top:4.6875rem;left:9.25rem;width:38.5rem;height:9.375rem;font-size:0.8125rem;display:block; }
#kSXnUUfVi987Mv0ptmtBNlEsmJVh7z3I { top:0.625rem;left:27.1875rem;width:7.0625rem;height:3.3125rem;font-size:2.5625rem;display:block; }
#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ { display:block; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container { width:47.75rem;position:relative;display:block; }#PUu4p76txGfZztc8ohFxvlp8aBg5mvU5 { top:25.1875rem;left:2.5625rem;width:22.5rem;height:8.4375rem;font-size:0.9375rem;display:block; }
#U9SUakoAzwVfZ4Ttp3qVGrJ49w80TSeS { top:19.625rem;left:2.5rem;width:22.6875rem;height:;font-size:0.9375rem;display:block; }
#Rp5Fn1Cp0nntMTuaTkS3Ek2iftpxNFrE { width:18.125rem;height:2.875rem;top:15.375rem;left:4.0625rem;font-size:1.125rem;display:block; }
#GVc36ar5o88SyKdmWQnfH72mSACGTp3S { top:0.9375rem;left:8.125rem;width:11.125rem;height:12.431903897192rem;display:block; }
#Qu3c3Dd7ImZRBtAkhW78bsko7WGUv4xr { top:4.0625rem;left:8.3125rem;width:10.5rem;height:10.625rem;display:block; }
#lea0ieL9tXGL4zDTqo5nx1GnQuoiIV0Q { top:24.5rem;left:28.0625rem;width:19.6875rem;height:;font-size:1rem;display:block; }
#RshpHNTaOEVF4dMkhR9xvGvINKee68Je { top:20.3125rem;left:25.0625rem;width:22.6875rem;height:2.8125rem;font-size:0.9375rem;display:block; }
#kwIOLwX38wtrlxkrhciBzgtNASPfvcdQ { width:18.125rem;height:2.875rem;top:15.375rem;left:29.625rem;font-size:1.125rem;display:block; }
#ZhdQUR7z4vaEEkdwHtqQFOigtJobDO2I { top:4.375rem;left:34.5625rem;width:10.5rem;height:10.625rem;display:block; }
#ruXQkZ6wlCyK2QUbRhJTJkl67w2NpkTa { top:3.75rem;left:35.25rem;width:9.0625rem;height:10rem;display:block; }
#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK { display:block; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .row .container { width:47.75rem;position:relative;display:block; }#lKF2EXuA5ATKwrs6LrkciTlwPaG4uihz { top:0rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
body { position:relative;display:block; }
#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sm3UN8o8BTos2lN1xUAJxkIKUAJk6NGR > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; }#WnNRZnwZd4G9iMIGVHsAZif5gGEw7w9N { width:13.75rem;height:3.25rem;top:1rem;left:3.1250000596046rem;display:block; }
#RQfV2Re3nTinuP7uWl4AmFXdufr5x8Q9 { top:5.1875rem;left:0.625rem;width:18.75rem;height:3.0625rem;z-index:14993;font-size:1.0625rem;line-height:2;color:#ffffff;background-color:#c0a384;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; }
#PlzsGyETkuptZRxb1DmsSunghqQXHPvt { display:block; }
#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;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; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.adaptive-delivery-prevent-bg, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.lazyload, #cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9.lazyloading { background-image: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { background-color: transparent; background-image: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container { display: none; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .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); }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { border-width: 0; border-radius: 0; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cMSoWOXmTX1ODMlm9tbAHJPzBrXvUpW9 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; }#ckuvSITXbu8CErGhkVha9qErtkBnBhMz { width:20rem;height:0;top:48rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
#EHNfWsK5qZQaPIKzlSZIRWpzDeCSlpaU { width:19.9980625rem;height:1.4375rem;top:27.28125rem;left:0rem;font-size:1.125rem;color:#000000;display:none; }
#POSlaaoz71Vtm43987LzwTxqXdpbCpr1 { width:8rem;height:2.5rem;top:30.25rem;left:1.25rem;font-size:1rem;display:none; }
#Fbk4tG8mtDPpDZ7bsBy4ZvWNpgbTTQfh { display:block; }
#m0wTfUQTvQLk6KfW1QWkl4EIw3HA0dOL { width:8rem;height:2.5rem;top:34.1875rem;left:1.25rem;font-size:1rem;display:none; }
#bwdXcsl8qTI1XvCbHPHGFVb6PfaASrru { display:block; }
#lNcf7Z1hDi8Bxg8Qo39TMHFNAMHBFApT { width:8rem;height:2.5rem;top:30.25rem;left:10.8125rem;font-size:1rem;display:none; }
#wqV0m9WUHvf6Up6Ow6lt8FbWPT14mUZ4 { display:block; }
#Q5deCMSRtrFMKeRPU1Af0Enmm5WkQOI8 { width:8rem;height:2.5rem;top:34.1875rem;left:10.625rem;font-size:1rem;display:none; }
#HISF3f1ss0XI7qtQiJoAa1y9PtDTJ1Rh { display:block; }
#DtvsiMkDdL2IMGQBzNioK4i6bsFIfAXT { width:8rem;height:2.5rem;top:38rem;left:10.625rem;font-size:1rem;display:none; }
#JZ1p32ZuglWih0NvfryR7bL6J8iCsCsh { display:block; }
#akpSWxtN1zOyAVeIqkTpafK1KEvTWJCN { width:8rem;height:2.5rem;top:38rem;left:1.25rem;font-size:1rem;display:none; }
#FC29nGkTnvm59eK4ArrN81PFwTGBBAbe { display:block; }
#WN8y9ZsCkAWlo7DsVcWtWlWrmba0i6sH { width:2.875rem;height:2.875rem;top:38.75rem;left:10.625rem;display:block; }
#C2B7qNUAITNZNHDhVPhreZQz5bmrKSG8 { top:10.517578125rem;left:4.2822265625rem;width:11.433625rem;height:2.4375rem;font-size:1.0625rem;display:none; }
#UBoXCRHRZt1HFyTZHiMBz7fiCIHcNTdf { display:block; }
#bK0MnVC8299hAW3nN9r9CrPJrduxy8ay { width:5.625rem;height:5.563475rem;top:80.78466796875rem;left:1.43701171875rem;font-size:3.875rem;display:none; }
#b9oO2lA0wewS5TTmZ53Pymy0v9TdyHAd { width:7.9355625rem;height:2.5rem;top:28.0625rem;left:6.03125rem;font-size:1.125rem;display:none; }
#lCFIaWy9zCBW1FT2C52rpTe2tEJ748Mk { display:block; }
#pSdpyImnMKHoqUKy6GOqEid6nhAJ6HJV { width:3.875rem;height:1.25rem;top:39.5625rem;left:6.125rem;display:block; }
#lXhhWhdW1ZUwAyuGuhmkVUUMOJwT8Pe3 { width:8.9375rem;height:14rem;top:9.47500038147rem;left:10.000000536442rem;display:block; }
#BIsmAQ8sEd7xc7o0TURqWJAeVdgKhhAM { width:5.375rem;height:1.5625rem;top:41.1875rem;left:4.5625rem;display:block; }
#IrcKJET28rf078ttyr5VhFd03py3DIAR { width:10.8125rem;height:2.275rem;top:48.875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
#SQWbnm8LPn5nSDGwKrxiTe28uaOyldvd { width:2.8125rem;height:2.9375rem;top:48.5625rem;left:13.875rem;font-size:2rem;display:block; }
#BnbZ9fgFDseCyFell5O3ddZkTNOVlBlW { width:18.5625rem;height:3.5625rem;top:43.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#nt9iFrMioQquxh8t1BwJ9uEUmwn3Hccs { width:2.8125rem;height:2.8125rem;top:43.0625rem;left:17.1875rem;font-size:1.9375rem;display:block; }
#zrAncIEfuMNtTVW21T7dqCdRMb37gQTO { width:18.1328125rem;height:3.1328125rem;top:34.625rem;left:0.8125rem;font-size:0.875rem;background-color:#2c9b48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);border-top:0.375rem solid #b488ac;border-left:0.375rem solid #b488ac;border-right:0.375rem solid #b488ac;border-bottom:0.375rem solid #b488ac;color:#ffffff;display:block; }
#iMrLEfzCaay4bBuCFaUshMfGNkM7eUbB { display:block; }
#WHh2kK6DGfBSLDir6TyKkASvazxeTCQc { width:19.0625rem;height:3.75rem;top:29.75rem;left:0.4375rem;font-size:1.25rem;line-height:1.5;color:#ba0484;display:block; }
#E9yGmk7wBxeJPV8nGhAx1d5tTTXoENyT { width:3.8125rem;height:1.25rem;top:41.25rem;left:10.8125rem;display:block; }
#XTwpl4CMUGzmKpalPNKAZ8JOFDwGQPED { top:40.375rem;left:12.5625rem;width:7.4375rem;height:1.3125rem;z-index:15288;display:block; }
#PJnFs5DbMGT8wUbroFLklvKy5GFEk6Pt { top:39.625rem;left:0.6875rem;width:6.5625rem;height:1.1875rem;z-index:15287;display:block; }
#ihOCfiRB3gr5h7kKspXT057633UK25zN { width:18.9375rem;height:2.275rem;top:25.375rem;left:0.53046876192093rem;font-size:1.75rem;color:#395b92;display:block; }
#bWR3xD984Iq0ikbRar1CUuNsH63eUlDn { top:116.55000190735rem;left:2.625rem;width:14.6875rem;height:0;z-index:15193;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#LFGzURoEgiPODJixrD8DTbxMOTo73oB0 { width:5.625rem;height:10.4rem;top:11.375rem;left:1.5rem;font-size:2rem;color:#255d37;display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-form-header { font-size:1.125rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#825b13;width:14.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:14.375rem;box-sizing:border-box;height:2.8125rem;color:#fdbd61;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-text {padding-top: 0; padding-bottom: 0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:14.375rem;box-sizing:border-box;height:4.375rem;color:#fdbd61;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;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:14.375rem;box-sizing:border-box;height:2.8125rem;color:#71563a;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-select {padding-top: 0; padding-bottom: 0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:#c0a384;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#f2f9ff;width:14.375rem;height:2.8125rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.1875rem;overflow:hidden;font-style:normal;float:none; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .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; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .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:quicksand;font-size:0.75rem;font-weight:300;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right;float:none; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-container:first-of-type{padding-top:0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-container:last-of-type{padding-bottom:0;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM  { background-color:#f4efef;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4375rem;top:35rem;z-index:15003;font-size:1.125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.375rem;display:block;vertical-align:top; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM {display:block;}#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM { background-color:#f4efef;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.4375rem;top:35rem;z-index:15003;font-size:1.125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:none; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #OQdUZ003Bid40rf3thfSpEN3wSLupfTL {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #SXD2d2kIZJGE5w1HcRR76EGVXQQBWQg1 { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #LHSV6a5eSh8R4VZ2EqpeV0ZEHRL7UU3a {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #zr6nnsDxnlNCxS4fAwMH8iSWGUVzE5ws {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #oq9sHZm4U5UEvmolGU8SGBA4lox65wpl { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #truzzesL6qXNzAMCmxMnlWVPVSalepKl {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #Skmoa00kk1beL9ggOcW7x2kiemBgZIO2 {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #B21R58vovuiDZLe2a5x7Z2xFT8AZsGI9 { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #ofmDM824WTPEoreB4oT78JPoBB1UPPIL {  }
#v3xIC0WHcgzRovKnDlTfAn0hKrS8TJ8q { display:block; }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #au4g1ACMCOsnTWTp62e0kSQx3ORL4tV1 {  }
#KiL0JWf7RFsB9wr4qPtVnx3q4QF7n4wM #LScCTw22RJJOKH3tweBZVRWNDhkHdHVx {  }
#CyApKned0luE5NNuRU1xI7qwN4b9oUNg { width:10.125rem;height:0;top:35.75rem;left:4.1875000596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#255d37;display:none; }
#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 { display:block; }#dCJzU3Pv9HaW9yCqqOHPbwRd9BUhGCS9 > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; }#zsZiiioeKLx48GW5ynM3T5kWmz8bQgn3 { width:18.4375rem;height:9.1rem;top:4.0617184638977rem;left:0.78046876192094rem;font-size:0.8125rem;line-height:1.6;color:#ba0484;display:block; }
#kSXnUUfVi987Mv0ptmtBNlEsmJVh7z3I { width:7.0625rem;height:2.6rem;top:0.92420959472656rem;left:12.205468714237rem;font-size:2rem;color:#be8215;display:block; }
#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ { display:block; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ { background-color: transparent; background-image: none; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container > .video-iframe-container { display: none; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row > .video-iframe-container { display: none; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .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); }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ { border-width: 0; border-radius: 0; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container { width:20rem;height:81.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbd01d25-054c-4cf0-8020-3a9ad515e285/AHJmob.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container.adaptive-delivery-prevent-bg, #ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container.lazyload, #ch5ULzOScD3bivuK1qCnlTz2rF6zhdyJ > .row .container.lazyloading { background-image: none; }#PUu4p76txGfZztc8ohFxvlp8aBg5mvU5 { width:20rem;height:13.5rem;top:28.187255859375rem;left:0rem;font-size:1.125rem;line-height:1.5;color:#ba0484;display:block; }
#U9SUakoAzwVfZ4Ttp3qVGrJ49w80TSeS { width:20rem;height:4.21875rem;top:22.9375rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;display:block; }
#Rp5Fn1Cp0nntMTuaTkS3Ek2iftpxNFrE { width:18.125rem;height:3.0875rem;top:18.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#GVc36ar5o88SyKdmWQnfH72mSACGTp3S { width:13.6865rem;height:15.9375rem;top:0.5625rem;left:3.125rem;overflow:hidden;display:block; }
#Qu3c3Dd7ImZRBtAkhW78bsko7WGUv4xr { width:15.18675rem;height:15.437rem;top:2.875rem;left:2.4375rem;display:block; }
#lea0ieL9tXGL4zDTqo5nx1GnQuoiIV0Q { width:18.2491875rem;height:10.5rem;top:68.375rem;left:1.2492187619209rem;font-size:1rem;line-height:1.5;color:#ba0484;text-align:right;text-align-last:right;display:block; }
#RshpHNTaOEVF4dMkhR9xvGvINKee68Je { width:20rem;height:4.21875rem;top:62.68750190735rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#ba0484;text-align:right;text-align-last:right;display:block; }
#kwIOLwX38wtrlxkrhciBzgtNASPfvcdQ { width:18.125rem;height:3.0875rem;top:58.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
#ZhdQUR7z4vaEEkdwHtqQFOigtJobDO2I { width:10.4375rem;height:10.562510417411rem;top:46.5625rem;left:4.75rem;display:block; }
#ruXQkZ6wlCyK2QUbRhJTJkl67w2NpkTa { width:10rem;height:11.0625rem;top:43.75rem;left:4.9375rem;overflow:hidden;display:block; }
#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK { display:block; }#ZApEDVFWthqTL6xvJb4bvrDslGSkseFK > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; }#lKF2EXuA5ATKwrs6LrkciTlwPaG4uihz { width:20rem;height:18.6875rem;top:1.25rem;left:0rem;display:block; }
