.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;
}
.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-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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn { background-color:transparent;background-image:url("https://images.assets-landingi.com/3NaX7ST1/112Artboard_1_copy.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn.adaptive-delivery-prevent-bg { background-image: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container { background-color: transparent; background-image: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container > .video-iframe-container { display: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row > .video-iframe-container { display: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .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); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container { border-width: 0; border-radius: 0; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container { width:960px;height:829px;font-size:14px;font-family:arial;position:relative;display:block; }#tvsRwqtHVF4cL3mZyr3ifT2LQ1TsnV8F { display:block;width:443px;position:absolute;font-family:tajawal;font-size:50px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:123px;left:242.90625px;height:65px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#kBJ3nJZFy1s37NEeGBDloTmQehDOITLh { display:block;width:428.969px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:205.375px;left:249.90625px;height:46px;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;color:#000000;text-align:center;text-align-last:center;display:block; }
#FwFCW1mUa3lg3AENRST7PPpwxUMtCyuq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:123px;width:123px;top:0px;left:408.921875px;overflow:hidden;display:block; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-form-header { font-size:19px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-regular-label { height:auto;display:none;font-family:hekaya;font-size:19px;font-weight:400;color:#ffffff;width:333px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;text-shadow:1px 1px 3px rgba(0,0,0,0);line-height:1.6;font-style:normal;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-text { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:333px;box-sizing:border-box;height:34px;color:#161616;font-size:17px;overflow:hidden;font-family:kids;box-shadow: 0 0 0 #000000 ;text-align:center;text-align-last:center;vertical-align:top;font-weight:300;font-style:normal; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-text {padding-top: 0; padding-bottom: 0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-textarea { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:333px;box-sizing:border-box;height:70px;color:#161616;font-size:17px;overflow:hidden;font-family:kids;box-shadow: 0 0 0 #000000 ;text-align:center;text-align-last:center;vertical-align:top;font-weight:300;font-style:normal; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-select { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:333px;box-sizing:border-box;height:40px;color:#161616;font-family:kids;font-size:24px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-select {padding-top: 0; padding-bottom: 0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-button { border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:transparent;background-image: -webkit-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -moz-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -ms-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -o-linear-gradient(top, #ce3d9d, #ad2d82);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d9d', endColorstr='#ad2d82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d9d', endColorstr='#ad2d82' );";background-image: linear-gradient(to bottom, #ce3d9d, #ad2d82);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:33px;font-weight:400;color:#ffffff;width:333px;height:60px;font-family:kids;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1.2; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .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:kids;font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:317px;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .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; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-container:first-of-type{padding-top:0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-container:last-of-type{padding-bottom:0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:333px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.03125px;top:272px;z-index:100031;position:absolute;font-size:19px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:333px;display:block;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-info-text { display:block;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE {display:block;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:333px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.03125px;top:272px;z-index:100031;position:absolute;font-size:19px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #c6f7CCvqKMgmKKV3TAU5lnhTUli0Vkdp { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #WCxWn0uet7KJ4t6T2Pk5W8gVyzTaJ6cc { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #wf4laE8t2RThqcVnU9t6iRtTJfNXxiCz { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #TLKsDncWeAU8M2cPUBQZHLaT22IiFmbe { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #xv6meg6NOsnKvb2qkcdeBJ5FB4AZ5cA0 { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #Vs6I1yXa0x04ZL3H0dbsJ0MMsEilgkhy { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #hlJcEmevXrKGZv5d2pcLLcXQN5p5vSHr { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #gC49m9rg5TUhFykQizxVS8yRGJNeyK9x { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #KrMUyzHUFvgwHlOpLhlbdmkdLC0Tp5T7 { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #NhaNbabXDDgmRlqfpy14NXNqUX9FiEyx { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #ITELOCd5R4dGINKboATGOXDnlMH8rzA9 { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #OTmpGK5Wxsdm47beczOv8HIErFpXBtRc { position:relative; }
#G6EK73SA79zo0ZT12GB3IJ5BEcKSDsdo { position:relative;display:block; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #QyfxvPF9xTqeEbZCPZqpb39eO6G8LHDo { position:relative; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE #NwDraeoFkKscFE7x1zCdmbSlM488qheh { position:relative; }
#Xh6A211Tv8TDok1HXza4tTQWXzAd7Mmp { z-index:100006;top:272px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:208px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nBHuumqCCpmsF0NDH1t8W8dsL2OdwSXE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#f544CieL3WfATMIw230XZDzhcozf8zIC { z-index:100003;top:272px;left:663.484375px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:266.016px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OCCisdsvoi3gHhkN0Iun2IspUaktSZfO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#v1UmMwLwTb0t9gvNeGrFpFBXpPeIn4eu { z-index:100004;top:338px;left:664px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:266.016px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MlirFwuy9Lu9g5rktVAnS8mldMQ1vN9N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#uvS6lBMbUMslMrrdOsOG6c8cTzNf3als { z-index:100005;top:431px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:36px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TwoSF0vP8We0C0ICZeUSv3vKetE0hq4t { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pTckB5P1nDTUbtHELCTrDTy8h2yOAamc { z-index:100006;top:387px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:36px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q0ZUUxJUdxTECySrP3EmHV6nWydPLz0A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#dl941HCA6ECcqPqPc0bkLSFhM5Wt9zGV { z-index:100006;top:345px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:36px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oQf7JHas3Ue8u2urZb8RBpMocvxKzNkA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#GUltOxnHTkP7pWU7xtuu6OdmIIR8tlF3 { z-index:100007;top:478px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:184px;height:36px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g5hERCJSfF13sDTTk1nZGmqkWIHRvTQE { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wBcBO5GLkPH91GVJTxHnCqzv7SScnmQM { z-index:100007;top:406px;left:661px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yJHCzKhmCGaCWpUE68GUosZVmq39iBSb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CpJRBZSKHkvgchlws1TW6VOVhDh1rACF { z-index:100010;top:533px;left:793.5px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#om41JRClTiP4DeNODy6llKuQItrH1Beq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TmdsP6BrPMzGuQVMCg6JwnN3utIvx5b4 { background-color:#53c853;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:239px;height:83px;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:669px;left:86.03125px;display:block; }
#UycsrqRXU5skg8QWqoCqldiEzI0OIUTk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#EUe5GlPKZbGmE8J1EW1acHmg2y73Qhf9 { z-index:100011;top:467px;left:661.984375px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UuMduKcRieIf5qQCe6p99OnVB9cuZa8W { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#JMcXza6qb8xJZz1GPvlb3OQ8w5AxRubk { z-index:100011;top:533px;left:616.5px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UDDZMEyElsxPIMHd91e471BAqqJ5xLCg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#STsRor1HNB1qISesCGHcLQL1FrcFddRZ { z-index:100012;top:533px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AntHvSIkP0rcNKcaDuaSgd9xJ8cco4Bc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ns5ChkB8QTGZuvK8OGeMByxxgu3h0mRl { z-index:100011;top:600px;left:793.5px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:137px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DP9dblNL2D6ioxAFGXqCKMUF9QVl1hAb { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#JLPQPbIgH36qXTvp7BPwJO208saUTloC { z-index:100010;top:600px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lbs1e4Wslc9ToIT82FfTiPTAiTvvBg8S { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qQbUZbE9Ha5Dx5G6JIKdQZZgp1IKAe2J { z-index:100010;top:683.5px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:492px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IVWhDIbNx7oKGwBmEV6bIbmEpL14clnf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#aBmDd3GT3x8o8ElwcVPqJUToDw8iRi2r { z-index:100011;top:752px;left:436px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:492px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ID8kfKElLM7Rici27VKRPev1S034WNre { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acdffa;background-image:none;position:relative;display:block; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { background-color: transparent; background-image: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .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); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { font-size:14px;font-family:arial;height:155px;width:960px;position:relative;display:block; }#DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { color:#000000;display:block;width:341px;position:absolute;font-family:kids;font-size:38px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:0px;left:309.5px;height:49px;text-align:center;text-align-last:center;display:block; }
#emg9hDoHRnQh3X7WobqEabHf828t67MA { color:#000000;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:40px;left:409px;height:104px;text-align:center;text-align-last:center;display:block; }
#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0f3oAQIw/Preschool_Kids_holding_hands_walking_school_hall_Preschool.jpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.adaptive-delivery-prevent-bg { background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { background-color: transparent; background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.49); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.49); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .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); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { border-width: 0; border-radius: 0; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { font-size:14px;font-family:arial;height:515px;width:960px;position:relative;display:block; }#IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { z-index:100002;top:21px;left:343.984375px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:266.016px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { display:block;width:842px;position:absolute;font-family:tajawal;font-size:20px;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:174px;left:94px;height:170px;text-align:center;text-align-last:center;color:#000000;font-style:normal;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; }
#d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:91px;left:511px;height:52px;text-align:center;text-align-last:center;display:block; }
#TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { color:#000000;display:block;width:381px;position:absolute;font-family:kids;font-size:25px;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:310px;left:49.5px;height:120px;text-align:center;text-align-last:center;display:block; }
#dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { position:absolute;display:block;z-index:100009;background-color:#df4a8d;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;height:63px;width:200px;top:85px;left:509px;display:block; }
#OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { color:#000000;display:block;width:339px;position:absolute;font-family:kids;font-size:25px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:321px;left:575px;height:64px;text-align:center;text-align-last:center;display:block; }
#QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { color:#000000;display:block;width:664px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:399px;left:127px;height:112px;text-align:center;text-align-last:center;display:block; }
#xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:90px;left:250px;height:52px;text-align:center;text-align-last:center;display:block; }
#b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { position:absolute;display:block;z-index:100011;background-color:#df4a8d;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;height:63px;width:200px;top:84px;left:248px;display:block; }
#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:block; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { background-color: transparent; background-image: none; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container > .video-iframe-container { display: none; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row > .video-iframe-container { display: none; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .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); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { border-width: 0; border-radius: 0; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { font-size:14px;font-family:arial;height:990px;width:960px;position:relative;display:block; }#xcxTLp88G3ie8NCcZGnWD1rMTGo0r3Qq { z-index:100004;top:18.9375px;left:126.96875px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:226.031px;height:57.0156px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UVlMypm4quAbZktNa7v6XldfGg9WbW2U { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#OMNqXs60Z4uWTTdLN0Ctz3vdCnKBq7xT { z-index:100004;top:20.46875px;left:594.953125px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N5rasTPC114RsJlNITpGez3dIVmfhW8D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sbCtfPWoKDqcFOqzulflw7K0pg4z9q1T { display:block;width:447px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:115px;left:496.5px;height:136px;text-align:center;text-align-last:center;color:#000000;display:block; }
#viDEnTmnwWe2VFRC0HeI0I36Ii8ccPs8 { display:block;width:412px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:177.5px;left:34px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#PghnoFIdADdvPRGbpfG9bqtaG5AIIa3P { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:89px;left:631px;height:26px;text-align:center;text-align-last:center;display:block; }
#BfRgPnmts5fOrO6bIHI9WeIZQgTkEzEA { position:absolute;display:block;z-index:100011;background-color:#df4a8d;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;height:31px;width:200px;top:86px;left:628px;display:block; }
#yT8u4LzbzBxy11H6aqyUImM5PlRIDl9c { position:absolute;display:block;z-index:100012;background-color:#df4a8d;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;height:69px;width:200px;top:89px;left:140px;display:block; }
#vQUCPgw9nUsVTcIRfPXlRcoPanUK3dIC { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:98.5px;left:140px;height:52px;text-align:center;text-align-last:center;display:block; }
#T5gFINvyKvQ7aAztJiZlRDEJr83Lzt2W { z-index:100004;top:342px;left:120px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EB0ZVTdlHVwgylkDBBcTK5BwTbkPZJGA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#k7n12Ldi182Q4KMkh4LzEfoz4EkusyZ9 { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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;height:71px;width:200px;top:408px;left:154px;display:block; }
#dDIZh1NlNdXwkhuhKXeWDJVBuJmDEZo8 { display:block;width:397px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:487px;left:42px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#aFtuqKyypXEuNKMXxiIL0Iscc0oewJb5 { color:#000000;display:block;width:259px;position:absolute;font-family:arial;font-size:19px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:263px;left:126.96875px;height:48px;text-align:center;text-align-last:center;display:block; }
#TVyghahlgRnH278C8ke4eLGnogl1MyUI { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:421px;left:153px;height:52px;text-align:center;text-align-last:center;display:block; }
#L6l3xRmGXKCvt6eP1DAfDlU0CeLmy8AG { z-index:100002;top:631px;left:107px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.047px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WsJJRcGunEISNNxxnLnU0iRTdNQ3TmcL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fAxfwRaAezgTxqcoNO4IGkHmyhfUmy4p { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:692px;left:139px;height:52px;text-align:center;text-align-last:center;display:block; }
#AQk8nra3RpoT7V5Jzvg3nzXA3WHQOVun { position:absolute;display:block;z-index:100013;background-color:#df4a8d;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;height:49px;width:200px;top:693px;left:139px;display:block; }
#Fp5sbO3nwBnZfoOCXedo37xdnoekNhB3 { display:block;width:402.969px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:760px;left:63px;height:136px;text-align:center;text-align-last:center;color:#000000;display:block; }
#xBdJ5XMWs9Hq8gFRMZh1Qe9lpxQOZtPv { z-index:100008;top:459px;left:597px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:13px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.047px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A4iNJy8atXo4HLcth3tQHA9tkEre8wTq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pJ76E66tm2XDms8kFsMWT7q2p2uKCuwt { position:absolute;display:block;z-index:100020;background-color:#df4a8d;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;height:47px;width:200px;top:533px;left:617px;display:block; }
#yD7k7AROZVsiC1LTShT8MwA462N46cRV { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:22px;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:543px;left:617px;height:28px;text-align:center;text-align-last:center;display:block; }
#lBQESWOvnb9Z6dBV86z0qq96kSO1ypC2 { display:block;width:405px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:576px;left:527px;height:296px;text-align:center;text-align-last:center;color:#000000;display:block; }
#JDPItE271Lfu15bT5PP4etuqKf5a0GWg { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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;height:71px;width:200px;top:408px;left:154px;display:block; }
#VT4WASnfU7QrvJJyg03bweRV6UG0iGBc { background-color:#53c853;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:293px;height:102px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:318px;left:573.5px;display:block; }
#EexruMhUlfIoxh4nbLeiPq70ltxHi25U { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sQyDp8XDzQzk86caJqz8DHCzwNvn3lHT { background-color:#53c853;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:69px;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:885px;left:371.046875px;display:block; }
#WVsz1D2oFq3HWeAQBhR2yMG0SpgWOguZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#OwuARy5N3Ih5AxlB6FsZITp03einZdfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e0eded, #74edea);background-image: -moz-linear-gradient(180deg, #e0eded, #74edea);background-image: -ms-linear-gradient(180deg, #e0eded, #74edea);background-image: -o-linear-gradient(180deg, #e0eded, #74edea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );";background-image: linear-gradient(180deg, #e0eded, #74edea);background-size:auto !important;position:relative;display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { background-color: transparent; background-image: none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container > .video-iframe-container { display: none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row > .video-iframe-container { display: none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .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); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { border-width: 0; border-radius: 0; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#nTpO2qi0oFBERgIFEqHTAVFvTdRvcSgR { z-index:100004;top:25.96875px;left:107.96875px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.047px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hzoozVucvLhFRGg9piCTw6eN0N3giVCi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SGdkSANogsGIMfwOA0CPXBZSTx8EqJgD { display:block;width:405px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:189px;left:25.5px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#UVxiktfup0luHnkfgZDlbeC3oHeXAsd4 { position:absolute;display:block;z-index:100016;background-color:#df4a8d;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;height:71px;width:200px;top:100px;left:128px;display:block; }
#F4WborHwHZwazdI2vIkgiS6XWFo18B5d { z-index:100002;top:26px;left:622px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.047px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XTNccWb8VDHpH6XmZMmJmNbA0i1Eos1n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#AdhTkZhPSfKHKITC4AoWa1fmiX7eXTtB { position:absolute;display:block;z-index:100018;background-color:#df4a8d;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;height:71px;width:200px;top:93px;left:655px;display:block; }
#ZSc9Tg1u3tMOqTeg9AwKqMsd0CPZHy7K { display:block;width:410.984px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:192px;left:549px;height:60px;text-align:center;text-align-last:center;color:#000000;display:block; }
#JnPAaGrRVAsqWQawTWmmBLsbKa4L40eI { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:109.5px;left:656px;height:52px;text-align:center;text-align-last:center;display:block; }
#dhcHmUPcuHSizVRTctM5yxheAgIXDpQr { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:109.5px;left:128px;height:52px;text-align:center;text-align-last:center;display:block; }
#umLvsui0QC7veBvV8lMCsfryHFTNoI1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Wmd31wUH/72136312_H.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#umLvsui0QC7veBvV8lMCsfryHFTNoI1q.adaptive-delivery-prevent-bg { background-image: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { background-color: transparent; background-image: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(222,252,249,0.69); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container > .video-iframe-container { display: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(222,252,249,0.69); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row > .video-iframe-container { display: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .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); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { border-width: 0; border-radius: 0; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { font-size:14px;font-family:arial;height:346px;width:960px;position:relative;display:block; }#C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { z-index:100005;top:15px;left:347.484375px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.047px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { color:#000000;display:block;width:566px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:160.5px;left:196.515625px;height:130px;text-align:center;text-align-last:center;display:block; }
#CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { position:absolute;display:block;z-index:100018;background-color:#df4a8d;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;height:71px;width:200px;top:77px;left:380px;display:block; }
#Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:87px;left:380px;height:52px;text-align:center;text-align-last:center;display:block; }
#FomJVUhZuzaCBGKZszolaTmCTbwzarmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { background-color: transparent; background-image: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .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); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { border-width: 0; border-radius: 0; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { display:block;width:290px;position:absolute;font-family:kids;font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:16.996452331543px;left:335px;height:52px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { display:block;width:733.993px;position:absolute;font-family:kids;font-size:28px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:113.87147521973px;left:112.98611450195px;height:108px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { background-color: transparent; background-image: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .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); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { border-width: 0; border-radius: 0; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#GPA6i6a65SH6frNZkUsXn1PobxSpyxey { color:#ffffff;display:block;width:451px;position:absolute;font-family:tajawal;font-size:30px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:65.53125px;left:488.921875px;height:78px;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; }
#n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247px;width:445px;top:27px;left:16.765625px;display:block; }
#FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { box-sizing:content-box;color:#ffffff;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:100007;top:211px;left:689.421875px;display:block; }
#Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { color:#ffffff;display:block;width:451px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:171px;left:488.921875px;height:28px;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; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .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); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:14px;font-family:arial;height:168px;width:960px;position:relative;display:block; }#q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { display:block;width:960px;position:absolute;font-family:tajawal;font-size:25px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:26.5px;left:0px;height:32px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { color:#fafafa;display:block;width:543.993px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:81.458312988281px;left:219.96527099609px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { color:#29bdbe;display:block;width:311px;position:absolute;font-family:tajawal;font-size:16px;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:133px;left:324.5px;height:20px;font-style:normal;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) { #JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn { display:block; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvsRwqtHVF4cL3mZyr3ifT2LQ1TsnV8F { width:443px;height:65px;top:123px;left:144.90625px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kBJ3nJZFy1s37NEeGBDloTmQehDOITLh { width:428px;height:46px;top:205px;left:151.90625px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #FwFCW1mUa3lg3AENRST7PPpwxUMtCyuq { top:0px;left:310.921875px;width:123px;height:123px;display:block; }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-text {padding-top: 0; padding-bottom: 0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-select {padding-top: 0; padding-bottom: 0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-checkbox-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE  { width:225px;height:auto;top:83px;left:0px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE {display:block;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE { width:225px;height:auto;top:83px;left:0px; }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #c6f7CCvqKMgmKKV3TAU5lnhTUli0Vkdp {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #WCxWn0uet7KJ4t6T2Pk5W8gVyzTaJ6cc {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #wf4laE8t2RThqcVnU9t6iRtTJfNXxiCz {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #TLKsDncWeAU8M2cPUBQZHLaT22IiFmbe {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #xv6meg6NOsnKvb2qkcdeBJ5FB4AZ5cA0 {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #Vs6I1yXa0x04ZL3H0dbsJ0MMsEilgkhy {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #hlJcEmevXrKGZv5d2pcLLcXQN5p5vSHr {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #gC49m9rg5TUhFykQizxVS8yRGJNeyK9x {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #KrMUyzHUFvgwHlOpLhlbdmkdLC0Tp5T7 {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #NhaNbabXDDgmRlqfpy14NXNqUX9FiEyx {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #ITELOCd5R4dGINKboATGOXDnlMH8rzA9 {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #OTmpGK5Wxsdm47beczOv8HIErFpXBtRc {  }
 }@media only screen and (max-width: 763px) { #G6EK73SA79zo0ZT12GB3IJ5BEcKSDsdo { display:block; }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #QyfxvPF9xTqeEbZCPZqpb39eO6G8LHDo {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #NwDraeoFkKscFE7x1zCdmbSlM488qheh {  }
 }@media only screen and (max-width: 763px) { #Xh6A211Tv8TDok1HXza4tTQWXzAd7Mmp { top:272px;left:338px;width:208px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #nBHuumqCCpmsF0NDH1t8W8dsL2OdwSXE { display:block; }
 }@media only screen and (max-width: 763px) { #f544CieL3WfATMIw230XZDzhcozf8zIC { top:272px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #OCCisdsvoi3gHhkN0Iun2IspUaktSZfO { display:block; }
 }@media only screen and (max-width: 763px) { #v1UmMwLwTb0t9gvNeGrFpFBXpPeIn4eu { top:338px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #MlirFwuy9Lu9g5rktVAnS8mldMQ1vN9N { display:block; }
 }@media only screen and (max-width: 763px) { #uvS6lBMbUMslMrrdOsOG6c8cTzNf3als { top:431px;left:338px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #TwoSF0vP8We0C0ICZeUSv3vKetE0hq4t { display:block; }
 }@media only screen and (max-width: 763px) { #pTckB5P1nDTUbtHELCTrDTy8h2yOAamc { top:387px;left:338px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZUUxJUdxTECySrP3EmHV6nWydPLz0A { display:block; }
 }@media only screen and (max-width: 763px) { #dl941HCA6ECcqPqPc0bkLSFhM5Wt9zGV { top:345px;left:338px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #oQf7JHas3Ue8u2urZb8RBpMocvxKzNkA { display:block; }
 }@media only screen and (max-width: 763px) { #GUltOxnHTkP7pWU7xtuu6OdmIIR8tlF3 { top:478px;left:338px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #g5hERCJSfF13sDTTk1nZGmqkWIHRvTQE { display:block; }
 }@media only screen and (max-width: 763px) { #wBcBO5GLkPH91GVJTxHnCqzv7SScnmQM { top:406px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #yJHCzKhmCGaCWpUE68GUosZVmq39iBSb { display:block; }
 }@media only screen and (max-width: 763px) { #CpJRBZSKHkvgchlws1TW6VOVhDh1rACF { top:533px;left:627px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #om41JRClTiP4DeNODy6llKuQItrH1Beq { display:block; }
 }@media only screen and (max-width: 763px) { #TmdsP6BrPMzGuQVMCg6JwnN3utIvx5b4 { width:239px;height:83px;top:669px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UycsrqRXU5skg8QWqoCqldiEzI0OIUTk { display:block; }
 }@media only screen and (max-width: 763px) { #EUe5GlPKZbGmE8J1EW1acHmg2y73Qhf9 { top:467px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #UuMduKcRieIf5qQCe6p99OnVB9cuZa8W { display:block; }
 }@media only screen and (max-width: 763px) { #JMcXza6qb8xJZz1GPvlb3OQ8w5AxRubk { top:533px;left:518.5px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #UDDZMEyElsxPIMHd91e471BAqqJ5xLCg { display:block; }
 }@media only screen and (max-width: 763px) { #STsRor1HNB1qISesCGHcLQL1FrcFddRZ { top:533px;left:338px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #AntHvSIkP0rcNKcaDuaSgd9xJ8cco4Bc { display:block; }
 }@media only screen and (max-width: 763px) { #ns5ChkB8QTGZuvK8OGeMByxxgu3h0mRl { top:600px;left:627px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #DP9dblNL2D6ioxAFGXqCKMUF9QVl1hAb { display:block; }
 }@media only screen and (max-width: 763px) { #JLPQPbIgH36qXTvp7BPwJO208saUTloC { top:600px;left:338px;width:293px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Lbs1e4Wslc9ToIT82FfTiPTAiTvvBg8S { display:block; }
 }@media only screen and (max-width: 763px) { #qQbUZbE9Ha5Dx5G6JIKdQZZgp1IKAe2J { top:683px;left:272px;width:492px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #IVWhDIbNx7oKGwBmEV6bIbmEpL14clnf { display:block; }
 }@media only screen and (max-width: 763px) { #aBmDd3GT3x8o8ElwcVPqJUToDw8iRi2r { top:752px;left:272px;width:492px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ID8kfKElLM7Rici27VKRPev1S034WNre { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { top:0px;left:211.5px;width:341px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { top:40px;left:311px;width:200px;height:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:21px;left:116px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { top:91px;left:382px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { top:310px;left:0.5px;width:381px;height:120px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { top:85px;left:382px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { top:321px;left:425px;width:339px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { top:399px;left:0px;width:664px;height:112px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { top:90px;left:182px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { top:84px;left:182px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP { display:block; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcxTLp88G3ie8NCcZGnWD1rMTGo0r3Qq { top:18px;left:77.96875px;width:226px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #UVlMypm4quAbZktNa7v6XldfGg9WbW2U { display:block; }
 }@media only screen and (max-width: 763px) { #OMNqXs60Z4uWTTdLN0Ctz3vdCnKBq7xT { top:20px;left:447.953125px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #N5rasTPC114RsJlNITpGez3dIVmfhW8D { display:block; }
 }@media only screen and (max-width: 763px) { #sbCtfPWoKDqcFOqzulflw7K0pg4z9q1T { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #viDEnTmnwWe2VFRC0HeI0I36Ii8ccPs8 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #PghnoFIdADdvPRGbpfG9bqtaG5AIIa3P { top:89px;left:484px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BfRgPnmts5fOrO6bIHI9WeIZQgTkEzEA { top:86px;left:481px;width:200px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #yT8u4LzbzBxy11H6aqyUImM5PlRIDl9c { top:89px;left:91px;width:200px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #vQUCPgw9nUsVTcIRfPXlRcoPanUK3dIC { top:98px;left:91px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T5gFINvyKvQ7aAztJiZlRDEJr83Lzt2W { top:342px;left:71px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #EB0ZVTdlHVwgylkDBBcTK5BwTbkPZJGA { display:block; }
 }@media only screen and (max-width: 763px) { #k7n12Ldi182Q4KMkh4LzEfoz4EkusyZ9 { top:408px;left:105px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #dDIZh1NlNdXwkhuhKXeWDJVBuJmDEZo8 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #aFtuqKyypXEuNKMXxiIL0Iscc0oewJb5 { top:263px;left:77.96875px;width:259px;height:48px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TVyghahlgRnH278C8ke4eLGnogl1MyUI { top:421px;left:104px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L6l3xRmGXKCvt6eP1DAfDlU0CeLmy8AG { top:631px;left:58px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #WsJJRcGunEISNNxxnLnU0iRTdNQ3TmcL { display:block; }
 }@media only screen and (max-width: 763px) { #fAxfwRaAezgTxqcoNO4IGkHmyhfUmy4p { top:692px;left:90px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AQk8nra3RpoT7V5Jzvg3nzXA3WHQOVun { top:693px;left:90px;width:200px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #Fp5sbO3nwBnZfoOCXedo37xdnoekNhB3 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #xBdJ5XMWs9Hq8gFRMZh1Qe9lpxQOZtPv { top:459px;left:450px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #A4iNJy8atXo4HLcth3tQHA9tkEre8wTq { display:block; }
 }@media only screen and (max-width: 763px) { #pJ76E66tm2XDms8kFsMWT7q2p2uKCuwt { top:533px;left:470px;width:200px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #yD7k7AROZVsiC1LTShT8MwA462N46cRV { top:543px;left:470px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lBQESWOvnb9Z6dBV86z0qq96kSO1ypC2 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #JDPItE271Lfu15bT5PP4etuqKf5a0GWg { top:408px;left:105px;width:200px;height:71px;display:none; }
 }@media only screen and (max-width: 763px) { #VT4WASnfU7QrvJJyg03bweRV6UG0iGBc { width:293px;height:102px;top:318px;left:426.5px;display:block; }
 }@media only screen and (max-width: 763px) { #EexruMhUlfIoxh4nbLeiPq70ltxHi25U { display:block; }
 }@media only screen and (max-width: 763px) { #sQyDp8XDzQzk86caJqz8DHCzwNvn3lHT { width:195px;height:69px;top:885px;left:187px;display:block; }
 }@media only screen and (max-width: 763px) { #WVsz1D2oFq3HWeAQBhR2yMG0SpgWOguZ { display:block; }
 }@media only screen and (max-width: 763px) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTpO2qi0oFBERgIFEqHTAVFvTdRvcSgR { top:25px;left:58.96875px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #hzoozVucvLhFRGg9piCTw6eN0N3giVCi { display:block; }
 }@media only screen and (max-width: 763px) { #SGdkSANogsGIMfwOA0CPXBZSTx8EqJgD { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #UVxiktfup0luHnkfgZDlbeC3oHeXAsd4 { top:100px;left:79px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #F4WborHwHZwazdI2vIkgiS6XWFo18B5d { top:26px;left:475px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #XTNccWb8VDHpH6XmZMmJmNbA0i1Eos1n { display:block; }
 }@media only screen and (max-width: 763px) { #AdhTkZhPSfKHKITC4AoWa1fmiX7eXTtB { top:93px;left:508px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSc9Tg1u3tMOqTeg9AwKqMsd0CPZHy7K { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #JnPAaGrRVAsqWQawTWmmBLsbKa4L40eI { top:109px;left:509px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dhcHmUPcuHSizVRTctM5yxheAgIXDpQr { top:109px;left:79px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:block; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { top:15px;left:118px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block; }
 }@media only screen and (max-width: 763px) { #OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { top:160px;left:0px;width:566px;height:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { top:77px;left:182px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { top:87px;left:182px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:706px;height:32px;top:-50px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:706px;height:32px;top:-50px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { top:65px;left:314px;width:450px;height:77px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { top:27px;left:0px;width:445px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { top:211px;left:591.421875px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { top:170px;left:313px;width:450px;height:27px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:764px;height:45px;top:52px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { top:81px;left:121.96527099609px;width:543px;height:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { top:132px;left:226.48864746094px;width:310px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn { background-color:transparent;background-image:url("https://images.assets-landingi.com/wz28xOVg/Untitled_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn.adaptive-delivery-prevent-bg { background-image: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container { background-color: transparent; background-image: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244,244,244,0.53); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container > .video-iframe-container { display: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244,244,244,0.53); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row > .video-iframe-container { display: none; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .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); }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container { border-width: 0; border-radius: 0; }#JC51IFwkE0fGkr5Hv7HLnv6TFVnnNadn > .row .container { width:320px;height:1616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvsRwqtHVF4cL3mZyr3ifT2LQ1TsnV8F { width:281.969px;height:41px;top:135.625px;left:19px;text-align:center;text-align-last:center;font-size:32px;font-family:tajawal;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; }
 }@media only screen and (max-width: 763px) { #kBJ3nJZFy1s37NEeGBDloTmQehDOITLh { width:297px;height:0;top:170.625px;left:11.5px;text-align:center;text-align-last:center;font-size:25px;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-family:kids;display:none; }
 }@media only screen and (max-width: 763px) { #FwFCW1mUa3lg3AENRST7PPpwxUMtCyuq { width:121px;height:121px;top:0px;left:99.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-form-header { font-size:19px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;height:auto;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:none;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-text {padding-top: 0; padding-bottom: 0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top;font-family:hekaya;font-size:23px;overflow:hidden;text-align:center;text-align-last:center;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-select {padding-top: 0; padding-bottom: 0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-checkbox { margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;vertical-align:top;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]:-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]::-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;float:none; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-radio-label { float:none; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;font-size:0; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-container:first-of-type{padding-top:0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .widget-container:last-of-type{padding-bottom:0;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE  { width:280px;height:auto;top:197.625px;left:0px;font-size:19px;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#PH9mEvXT5aupSKKLw1iTThosEl05OtPE {display:block;}#PH9mEvXT5aupSKKLw1iTThosEl05OtPE { width:280px;height:auto;top:197.625px;left:0px;font-size:19px;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #c6f7CCvqKMgmKKV3TAU5lnhTUli0Vkdp {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #WCxWn0uet7KJ4t6T2Pk5W8gVyzTaJ6cc {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #wf4laE8t2RThqcVnU9t6iRtTJfNXxiCz {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #TLKsDncWeAU8M2cPUBQZHLaT22IiFmbe {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #xv6meg6NOsnKvb2qkcdeBJ5FB4AZ5cA0 {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #Vs6I1yXa0x04ZL3H0dbsJ0MMsEilgkhy {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #hlJcEmevXrKGZv5d2pcLLcXQN5p5vSHr {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #gC49m9rg5TUhFykQizxVS8yRGJNeyK9x {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #KrMUyzHUFvgwHlOpLhlbdmkdLC0Tp5T7 {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #NhaNbabXDDgmRlqfpy14NXNqUX9FiEyx {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #ITELOCd5R4dGINKboATGOXDnlMH8rzA9 {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #OTmpGK5Wxsdm47beczOv8HIErFpXBtRc {  }
 }@media only screen and (max-width: 763px) { #G6EK73SA79zo0ZT12GB3IJ5BEcKSDsdo { display:block; }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #QyfxvPF9xTqeEbZCPZqpb39eO6G8LHDo {  }
 }@media only screen and (max-width: 763px) { #PH9mEvXT5aupSKKLw1iTThosEl05OtPE #NwDraeoFkKscFE7x1zCdmbSlM488qheh {  }
 }@media only screen and (max-width: 763px) { #Xh6A211Tv8TDok1HXza4tTQWXzAd7Mmp { top:671px;left:24px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #nBHuumqCCpmsF0NDH1t8W8dsL2OdwSXE { display:block; }
 }@media only screen and (max-width: 763px) { #f544CieL3WfATMIw230XZDzhcozf8zIC { top:599px;left:25px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #OCCisdsvoi3gHhkN0Iun2IspUaktSZfO { display:block; }
 }@media only screen and (max-width: 763px) { #v1UmMwLwTb0t9gvNeGrFpFBXpPeIn4eu { top:533px;left:25px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #MlirFwuy9Lu9g5rktVAnS8mldMQ1vN9N { display:block; }
 }@media only screen and (max-width: 763px) { #uvS6lBMbUMslMrrdOsOG6c8cTzNf3als { top:1220px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #TwoSF0vP8We0C0ICZeUSv3vKetE0hq4t { display:block; }
 }@media only screen and (max-width: 763px) { #pTckB5P1nDTUbtHELCTrDTy8h2yOAamc { top:1173px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZUUxJUdxTECySrP3EmHV6nWydPLz0A { display:block; }
 }@media only screen and (max-width: 763px) { #dl941HCA6ECcqPqPc0bkLSFhM5Wt9zGV { top:1331px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #oQf7JHas3Ue8u2urZb8RBpMocvxKzNkA { display:block; }
 }@media only screen and (max-width: 763px) { #GUltOxnHTkP7pWU7xtuu6OdmIIR8tlF3 { top:1276px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #g5hERCJSfF13sDTTk1nZGmqkWIHRvTQE { display:block; }
 }@media only screen and (max-width: 763px) { #wBcBO5GLkPH91GVJTxHnCqzv7SScnmQM { top:742px;left:24px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #yJHCzKhmCGaCWpUE68GUosZVmq39iBSb { display:block; }
 }@media only screen and (max-width: 763px) { #CpJRBZSKHkvgchlws1TW6VOVhDh1rACF { top:824px;left:23px;width:274px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #om41JRClTiP4DeNODy6llKuQItrH1Beq { display:block; }
 }@media only screen and (max-width: 763px) { #TmdsP6BrPMzGuQVMCg6JwnN3utIvx5b4 { width:195px;height:69px;top:1531px;left:62.5px;font-family:hekaya;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UycsrqRXU5skg8QWqoCqldiEzI0OIUTk { display:block; }
 }@media only screen and (max-width: 763px) { #EUe5GlPKZbGmE8J1EW1acHmg2y73Qhf9 { top:895px;left:26px;width:269px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UuMduKcRieIf5qQCe6p99OnVB9cuZa8W { display:block; }
 }@media only screen and (max-width: 763px) { #JMcXza6qb8xJZz1GPvlb3OQ8w5AxRubk { top:1463px;left:91.5px;width:137px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UDDZMEyElsxPIMHd91e471BAqqJ5xLCg { display:block; }
 }@media only screen and (max-width: 763px) { #STsRor1HNB1qISesCGHcLQL1FrcFddRZ { top:1388px;left:19px;width:137px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #AntHvSIkP0rcNKcaDuaSgd9xJ8cco4Bc { display:block; }
 }@media only screen and (max-width: 763px) { #ns5ChkB8QTGZuvK8OGeMByxxgu3h0mRl { top:1388px;left:164.96875px;width:137px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DP9dblNL2D6ioxAFGXqCKMUF9QVl1hAb { display:block; }
 }@media only screen and (max-width: 763px) { #JLPQPbIgH36qXTvp7BPwJO208saUTloC { top:959px;left:27px;width:267px;height:54px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Lbs1e4Wslc9ToIT82FfTiPTAiTvvBg8S { display:block; }
 }@media only screen and (max-width: 763px) { #qQbUZbE9Ha5Dx5G6JIKdQZZgp1IKAe2J { top:1022px;left:26px;width:268px;height:54px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #IVWhDIbNx7oKGwBmEV6bIbmEpL14clnf { display:block; }
 }@media only screen and (max-width: 763px) { #aBmDd3GT3x8o8ElwcVPqJUToDw8iRi2r { top:1090px;left:27px;width:266px;height:54px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ID8kfKElLM7Rici27VKRPev1S034WNre { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { background-color:#ede4f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { background-color: transparent; background-image: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .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); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:320px;height:164px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { width:320px;height:41px;top:0px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { width:200px;height:104px;top:41px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:320px;height:741px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:0px;left:27px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:310px;height:225px;top:217px;left:5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { width:200px;height:52px;top:54px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { width:320px;height:75px;top:442px;left:0px;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { width:200px;height:62px;top:44px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { width:320px;height:64px;top:506px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { width:320px;height:132px;top:585px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { width:200px;height:52px;top:127px;left:61px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { width:200px;height:63px;top:121px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP { display:block; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { width:320px;height:1356px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcxTLp88G3ie8NCcZGnWD1rMTGo0r3Qq { top:0px;left:48px;width:224px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #UVlMypm4quAbZktNa7v6XldfGg9WbW2U { display:block; }
 }@media only screen and (max-width: 763px) { #OMNqXs60Z4uWTTdLN0Ctz3vdCnKBq7xT { top:1085px;left:23px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #N5rasTPC114RsJlNITpGez3dIVmfhW8D { display:block; }
 }@media only screen and (max-width: 763px) { #sbCtfPWoKDqcFOqzulflw7K0pg4z9q1T { width:313px;height:100px;top:1159px;left:4px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #viDEnTmnwWe2VFRC0HeI0I36Ii8ccPs8 { width:313px;height:50px;top:126px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PghnoFIdADdvPRGbpfG9bqtaG5AIIa3P { width:200px;height:26px;top:1133px;left:57px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BfRgPnmts5fOrO6bIHI9WeIZQgTkEzEA { width:200px;height:31px;top:1130px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #yT8u4LzbzBxy11H6aqyUImM5PlRIDl9c { width:200px;height:63px;top:494px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #vQUCPgw9nUsVTcIRfPXlRcoPanUK3dIC { width:200px;height:52px;top:307px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T5gFINvyKvQ7aAztJiZlRDEJr83Lzt2W { top:253px;left:25.5px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #EB0ZVTdlHVwgylkDBBcTK5BwTbkPZJGA { display:block; }
 }@media only screen and (max-width: 763px) { #k7n12Ldi182Q4KMkh4LzEfoz4EkusyZ9 { width:200px;height:71px;top:45.5px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #dDIZh1NlNdXwkhuhKXeWDJVBuJmDEZo8 { width:313px;height:50px;top:380px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aFtuqKyypXEuNKMXxiIL0Iscc0oewJb5 { width:259px;height:48px;top:176px;left:30.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TVyghahlgRnH278C8ke4eLGnogl1MyUI { width:200px;height:52px;top:55px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L6l3xRmGXKCvt6eP1DAfDlU0CeLmy8AG { top:451px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #WsJJRcGunEISNNxxnLnU0iRTdNQ3TmcL { display:block; }
 }@media only screen and (max-width: 763px) { #fAxfwRaAezgTxqcoNO4IGkHmyhfUmy4p { width:200px;height:52px;top:500px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AQk8nra3RpoT7V5Jzvg3nzXA3WHQOVun { width:200px;height:59px;top:813px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #Fp5sbO3nwBnZfoOCXedo37xdnoekNhB3 { width:282px;height:100px;top:572px;left:19px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #xBdJ5XMWs9Hq8gFRMZh1Qe9lpxQOZtPv { top:749px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #A4iNJy8atXo4HLcth3tQHA9tkEre8wTq { display:block; }
 }@media only screen and (max-width: 763px) { #pJ76E66tm2XDms8kFsMWT7q2p2uKCuwt { width:200px;height:38px;top:800px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #yD7k7AROZVsiC1LTShT8MwA462N46cRV { width:200px;height:28px;top:797px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lBQESWOvnb9Z6dBV86z0qq96kSO1ypC2 { width:320px;height:150px;top:858px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JDPItE271Lfu15bT5PP4etuqKf5a0GWg { width:200px;height:71px;top:297px;left:60px;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #VT4WASnfU7QrvJJyg03bweRV6UG0iGBc { width:195px;height:69px;top:1277px;left:62.5px;font-family:hekaya;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #EexruMhUlfIoxh4nbLeiPq70ltxHi25U { display:block; }
 }@media only screen and (max-width: 763px) { #sQyDp8XDzQzk86caJqz8DHCzwNvn3lHT { width:195px;height:69px;top:672px;left:62.5px;font-family:hekaya;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WVsz1D2oFq3HWeAQBhR2yMG0SpgWOguZ { display:block; }
 }@media only screen and (max-width: 763px) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:320px;height:476px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTpO2qi0oFBERgIFEqHTAVFvTdRvcSgR { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #hzoozVucvLhFRGg9piCTw6eN0N3giVCi { display:block; }
 }@media only screen and (max-width: 763px) { #SGdkSANogsGIMfwOA0CPXBZSTx8EqJgD { width:320px;height:50px;top:164px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UVxiktfup0luHnkfgZDlbeC3oHeXAsd4 { width:200px;height:71px;top:72px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #F4WborHwHZwazdI2vIkgiS6XWFo18B5d { top:239px;left:28px;width:264px;height:53px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XTNccWb8VDHpH6XmZMmJmNbA0i1Eos1n { display:block; }
 }@media only screen and (max-width: 763px) { #AdhTkZhPSfKHKITC4AoWa1fmiX7eXTtB { width:200px;height:71px;top:292px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSc9Tg1u3tMOqTeg9AwKqMsd0CPZHy7K { width:292px;height:44px;top:397px;left:14px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JnPAaGrRVAsqWQawTWmmBLsbKa4L40eI { width:200px;height:52px;top:297px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dhcHmUPcuHSizVRTctM5yxheAgIXDpQr { width:200px;height:52px;top:82px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:block; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:320px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block; }
 }@media only screen and (max-width: 763px) { #OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { width:320px;height:182px;top:183px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { width:200px;height:71px;top:92px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { width:200px;height:52px;top:102px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:290px;height:41px;top:20px;left:15px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:314px;height:54px;top:89.982650756836px;left:3.9930562973022px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:320px;height:452px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { width:310px;height:72px;top:219.141px;left:5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { height:179.141px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { width:50px;height:50px;top:399.141px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { width:320px;height:56px;top:321.141px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:320px;height:70px;top:20px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { width:320px;height:20px;top:110px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { width:311px;height:20px;top:150px;left:4px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }