.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-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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
@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); }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row .container { background-color: transparent; background-image: none; }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row .container > .video-iframe-container { display: none; }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row > .video-iframe-container { display: none; }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .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); }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row .container { border-width: 0; border-radius: 0; }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#i1aDp1fAVy5TTTBs9bhdiLVIT8oKrg4v { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71.9965px;width:245px;top:10px;left:356.97915649414px;overflow:hidden;display:block; }
#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lRISq0qm/IMGL7132_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { font-size:14px;font-family:arial;height:601px;width:960px;overflow:visible;position:relative;display:block; }#h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { z-index:100000;top:18px;left:796.15625px;background-color:#fdfdfd;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 3px 0 #62dede ;box-sizing:border-box;color:#ed00a6;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:158px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { z-index:100002;top:41px;left:802.5px;background-color:#c657a0;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: 0 3px 0 #29bdbe ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105px;height:33px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#nqWbCAooyE22HwAisowNm2IHU3LBUgVQ { color:#000000;display:block;width:336.997px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 rgba(0,0,0,0.86);top:79.305564880371px;left:311.49307250977px;height:27.5px;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; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-form-header {  }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:16px;font-weight:700;color:#3a3a3a;width:202px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.1;font-style:normal; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:202px;box-sizing:border-box;height:36px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:202px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:202px;box-sizing:border-box;height:35px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:202px;height:46px;font-family:cairo;overflow:hidden;line-height:1; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:183px;overflow:hidden;font-style:normal; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:700;color:#000000;overflow:hidden;font-style:normal;line-height:1.5; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container { padding-top:5px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container:first-of-type{padding-top:0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container:last-of-type{padding-bottom:0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:202px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:685.9765625px;top:131.953125px;z-index:100038;position:absolute; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:202px;display:block;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-info-text { display:block;height:auto;font-family:cairo;font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:202px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:685.9765625px;top:131.953125px;z-index:100038;position:absolute; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #meGRfFIu6f3qkm09GKvN2zKWJGggUcpE { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #dBLbiZcSfsb5a2ZgLsoHNVcqNWTuXdrq { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #ocMkHIaZSIQPxSqRUXpKatKlo1zBytBP { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #o2ICgOpLTWO1JDp4TPGsIiBLItCnMPFo { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #o2ICgOpLTWO1JDp4TPGsIiBLItCnMPFo .container-column{width:50%;}#a2XgQAc062soe4uQacHyOlDitRAleHZt #e8nQ2yDl93MkCl3D533Jrb2gZkmFpUG0 { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #gqIeLT5TSJuU4iC1nopTKxQ5Iov31RGN { position:relative;z-index:2; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #QAT4rWABz0psyBR5HZHACNkSeWxhZRAb { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #USyTWPbDU1XhITuW285Lm6ifGivs8tUR { position:relative;z-index:2; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #T4TCJtGxB4WvCkITpeABDcOZ17t8t2AB { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #DNzCB3kZCTrwVxxqEsAP0Sniz1Q5vbQo { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #yyKhMcpuMZOFZbk4cQefmtfqBP42gXqP { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #cVBIAfeU8KmuDFCDnq3h7uKziTbDVtk8 { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #pCTCZE3TKR6OdiRZprokKbvCtgriq4ip { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #elkKV3dFkrKQiKa5fETlenanAqDFEZfi { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #gp4vq481IJmdgc6smxXSOWKLXZxOO8JF { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #kTrmf3c2RVz1TkfNiu3uta15eHvDoVlz { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #k2MQamsPUXo784ozgqEl8w3SsSaLIr2C { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #SZFnE0lhNP0DT2Sp9lE3RDKNg3lo2ScL { position:relative; }
#C7gQ9LqUH3GehUWEbNbDnfqbHTEks9uL { position:relative;display:block; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #TPBTPRx8PIntFd6CzNBIxsqr9dLzuhmW { position:relative; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #InAxTJQQwe9pPnJtaowd3QHaoehW5rT1 { position:relative; }
#qDAlfi3TINZHecTV9syDbdAxR5qOSAkv { position:absolute;display:block;z-index:100036;background-color:#cbdfea;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:467px;width:246px;top:106px;left:684px;display:block; }
#Hs6bs38XyTiy3gCo2gigPWiIAAOG8OBZ { color:#000000;display:block;width:200px;position:absolute;font-family:cairo;font-size:20px;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:113.09027862549px;left:706.9792175293px;height:25px;text-align:center;text-align-last:center;display:block; }
#G3JBugzbO85deM0mM6IkJnOdOefaguSg { color:#ffffff;display:block;width:421.997px;position:absolute;font-family:cairo;font-size:45px;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;text-shadow:1px 2px 11px rgba(0,0,0,0.72);top:5px;left:268.99307250977px;height:68.75px;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; }
#tustlWdxlk4gpeAG7G2dgNhoqwGbSS6g { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:640px;width:960px;display:none; }
#u0S7USLfQ47BKTEPw1DoxazOIRRR9va6 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#nQEAaQv80Es56K10DAigQOPin8Lp4d7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { background-color: transparent; background-image: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .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); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { border-width: 0; border-radius: 0; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { font-size:14px;font-family:arial;height:236px;width:960px;position:relative;display:block; }#gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { color:#ffffff;display:block;width:896.997px;position:absolute;font-family:cairo;font-size:21px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:110px;left:31px;height:52.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#e1096b;display:block;width:622.969px;position:absolute;font-family:cairo;font-size:40px;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:16.44792175293px;left:146.99655151367px;height:48.75px;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; }
#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NWQneI4u/IMGL7353_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { background-color: transparent; background-image: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .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); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { border-width: 0; border-radius: 0; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { font-size:14px;font-family:arial;height:381px;width:960px;position:relative;display:block; }#yvDTzZfGfm1r8hegkOxJgbheMEF7QTDd { color:#666666;display:block;width:301.997px;position:absolute;font-family:cairo;font-size:35px;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:68.263916015625px;left:633.00350952148px;height:195px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { background-color: transparent; background-image: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .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); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { border-width: 0; border-radius: 0; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { font-size:14px;font-family:arial;height:200px;width:960px;position:relative;display:block; }#AkN69xS04F96SBAtS5EC0siqFUao8aJc { color:#ffffff;display:block;width:363.958px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:165px;left:322px;height:17.5px;text-align:center;text-align-last:center;display:block; }
#C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { box-sizing:content-box;color:#fbfeff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:18px;left:724px;display:block; }
#R3zxdrF5co39JyD4bgAWuPJDymzv021o { color:#ffffff;display:block;width:667.988px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:28px;left:146px;height:28.75px;text-align:center;text-align-last:center;display:block; }
#gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:35.9961px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:77px;left:731px;display:block; }
#DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { color:#ffffff;display:block;width:173.984px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:81px;left:569px;height:28.75px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt { display:block; }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1aDp1fAVy5TTTBs9bhdiLVIT8oKrg4v { top:10px;left:258.97915649414px;width:245px;height:71.9965px;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { top:18px;left:606px;width:158px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { top:41px;left:659px;width:105px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block; }
 }@media only screen and (max-width: 763px) { #nqWbCAooyE22HwAisowNm2IHU3LBUgVQ { top:79px;left:213.49307250977px;width:336px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt  { width:240px;height:auto; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #meGRfFIu6f3qkm09GKvN2zKWJGggUcpE {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #dBLbiZcSfsb5a2ZgLsoHNVcqNWTuXdrq {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #ocMkHIaZSIQPxSqRUXpKatKlo1zBytBP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #o2ICgOpLTWO1JDp4TPGsIiBLItCnMPFo {  }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #o2ICgOpLTWO1JDp4TPGsIiBLItCnMPFo .container-column{width:50%;} }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #e8nQ2yDl93MkCl3D533Jrb2gZkmFpUG0 {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gqIeLT5TSJuU4iC1nopTKxQ5Iov31RGN {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #QAT4rWABz0psyBR5HZHACNkSeWxhZRAb {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #USyTWPbDU1XhITuW285Lm6ifGivs8tUR {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #T4TCJtGxB4WvCkITpeABDcOZ17t8t2AB {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #DNzCB3kZCTrwVxxqEsAP0Sniz1Q5vbQo {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #yyKhMcpuMZOFZbk4cQefmtfqBP42gXqP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cVBIAfeU8KmuDFCDnq3h7uKziTbDVtk8 {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #pCTCZE3TKR6OdiRZprokKbvCtgriq4ip {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #elkKV3dFkrKQiKa5fETlenanAqDFEZfi {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gp4vq481IJmdgc6smxXSOWKLXZxOO8JF {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #kTrmf3c2RVz1TkfNiu3uta15eHvDoVlz {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #k2MQamsPUXo784ozgqEl8w3SsSaLIr2C {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #SZFnE0lhNP0DT2Sp9lE3RDKNg3lo2ScL {  }
 }@media only screen and (max-width: 763px) { #C7gQ9LqUH3GehUWEbNbDnfqbHTEks9uL { display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #TPBTPRx8PIntFd6CzNBIxsqr9dLzuhmW {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #InAxTJQQwe9pPnJtaowd3QHaoehW5rT1 {  }
 }@media only screen and (max-width: 763px) { #qDAlfi3TINZHecTV9syDbdAxR5qOSAkv { top:106px;left:518px;width:246px;height:467px;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6bs38XyTiy3gCo2gigPWiIAAOG8OBZ { top:113px;left:564px;width:200px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #G3JBugzbO85deM0mM6IkJnOdOefaguSg { top:5px;left:170.99307250977px;width:421px;height:66px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #tustlWdxlk4gpeAG7G2dgNhoqwGbSS6g { width:764px;height:509px;display:none; }
 }@media only screen and (max-width: 763px) { #u0S7USLfQ47BKTEPw1DoxazOIRRR9va6 { display:none; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:764px;height:80px;top:110px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:622px;height:47px;top:16px;left:48.996551513672px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL { display:block; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvDTzZfGfm1r8hegkOxJgbheMEF7QTDd { width:301px;height:244px;top:68px;left:463px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:165px;left:224px;width:363px;height:17px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:18px;left:626px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:28px;left:48px;width:667px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { top:77px;left:633px;width:35px;height:35.9896px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { top:81px;left:471px;width:173px;height:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt { display:block; }#cWUOH0nmbqCpS67yhCKRI2P5ts6Lo9Kt > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1aDp1fAVy5TTTBs9bhdiLVIT8oKrg4v { width:177.986px;height:53.9931px;top:9px;left:71.006951332092px;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { top:765px;left:12px;width:121px;height:35px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { top:11.953125px;left:205.96875px;width:105px;height:33px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block; }
 }@media only screen and (max-width: 763px) { #nqWbCAooyE22HwAisowNm2IHU3LBUgVQ { width:320px;height:26.6667px;top:271.82987213135px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.5;font-family:tajawal;color:#3c3c3c;text-shadow:0 1px 0 #000000;display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-form-header {  }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:12px;font-weight:bold;color:#444444;width:219px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:219px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-text {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-textarea { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:219px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:219px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-select {padding-top: 0; padding-bottom: 0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-button { background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:219px;height:45px;font-family:montserrat;overflow:hidden; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:200px;overflow:hidden;font-style:normal; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:quicksand;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container { padding-top:6px;padding-left:0;padding-right:0;padding-bottom:6px;width:100%;font-size:0px;height:auto; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container:first-of-type{padding-top:0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-container:last-of-type{padding-bottom:0;}#a2XgQAc062soe4uQacHyOlDitRAleHZt  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:219px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.996529579163px;top:351.99655151367px;z-index:100041; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:219px;display:block;vertical-align:top; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:12px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#a2XgQAc062soe4uQacHyOlDitRAleHZt {display:block;}#a2XgQAc062soe4uQacHyOlDitRAleHZt { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:219px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:31.996529579163px;top:351.99655151367px;z-index:100041; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #meGRfFIu6f3qkm09GKvN2zKWJGggUcpE {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #dBLbiZcSfsb5a2ZgLsoHNVcqNWTuXdrq {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #ocMkHIaZSIQPxSqRUXpKatKlo1zBytBP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #o2ICgOpLTWO1JDp4TPGsIiBLItCnMPFo {  }
#a2XgQAc062soe4uQacHyOlDitRAleHZt #o2ICgOpLTWO1JDp4TPGsIiBLItCnMPFo .container-column{width:50%;} }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #e8nQ2yDl93MkCl3D533Jrb2gZkmFpUG0 {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gqIeLT5TSJuU4iC1nopTKxQ5Iov31RGN {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #QAT4rWABz0psyBR5HZHACNkSeWxhZRAb {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #USyTWPbDU1XhITuW285Lm6ifGivs8tUR {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #T4TCJtGxB4WvCkITpeABDcOZ17t8t2AB {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #DNzCB3kZCTrwVxxqEsAP0Sniz1Q5vbQo {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #yyKhMcpuMZOFZbk4cQefmtfqBP42gXqP {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #cVBIAfeU8KmuDFCDnq3h7uKziTbDVtk8 {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #pCTCZE3TKR6OdiRZprokKbvCtgriq4ip {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #elkKV3dFkrKQiKa5fETlenanAqDFEZfi {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #gp4vq481IJmdgc6smxXSOWKLXZxOO8JF {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #kTrmf3c2RVz1TkfNiu3uta15eHvDoVlz {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #k2MQamsPUXo784ozgqEl8w3SsSaLIr2C {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #SZFnE0lhNP0DT2Sp9lE3RDKNg3lo2ScL {  }
 }@media only screen and (max-width: 763px) { #C7gQ9LqUH3GehUWEbNbDnfqbHTEks9uL { display:block; }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #TPBTPRx8PIntFd6CzNBIxsqr9dLzuhmW {  }
 }@media only screen and (max-width: 763px) { #a2XgQAc062soe4uQacHyOlDitRAleHZt #InAxTJQQwe9pPnJtaowd3QHaoehW5rT1 {  }
 }@media only screen and (max-width: 763px) { #qDAlfi3TINZHecTV9syDbdAxR5qOSAkv { width:259px;height:516px;top:325.00003051758px;left:30.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6bs38XyTiy3gCo2gigPWiIAAOG8OBZ { width:200px;height:20px;top:336.99655151367px;left:63.993058204651px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G3JBugzbO85deM0mM6IkJnOdOefaguSg { width:320px;height:48.8889px;top:218.94104003906px;left:0px;text-align:center;text-align-last:center;font-size:33px;font-family:cairo;line-height:1.5;color:#e1096b;font-weight:400;font-style:normal;text-shadow:7px 2px 28px rgba(255,255,255,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #tustlWdxlk4gpeAG7G2dgNhoqwGbSS6g { top:0px;left:0px;width:320px;height:210.99px;z-index:100042;overflow:hidden;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #u0S7USLfQ47BKTEPw1DoxazOIRRR9va6 { top:187.30905151367px;left:-0.041666984558105px;width:320px;height:688px;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,210,0,0.61));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,210,0,0.61));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,210,0,0.61));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,210,0,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9bffd200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9bffd200' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,210,0,0.61));display:block; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:281.997px;height:126.667px;top:69.687501907349px;left:18.993056297302px;text-align:center;text-align-last:center;font-size:17px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:300.955px;height:27.7778px;top:23.975662231445px;left:9.496527671814px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NWQneI4u/IMGL7353_copy.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { background-color: transparent; background-image: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .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); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvDTzZfGfm1r8hegkOxJgbheMEF7QTDd { width:87.9688px;height:151.111px;top:27.447937011719px;left:218.02084445953px;text-align:center;text-align-last:center;font-size:15px;color:#2fb0ad;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:320px;height:15.5556px;top:212.96875px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { width:50px;height:50px;top:38.618041992188px;left:252.99307346344px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:210.99px;height:48.8889px;top:40.190979003906px;left:26.98611164093px;text-align:right;text-align-last:right;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { width:50.9896px;height:50.9896px;top:108.09027099609px;left:252.48959445953px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { width:150px;height:35.5556px;top:115.78125px;left:89.086808204651px;text-align:right;text-align-last:right;font-size:28px;display:block; }
 }