.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:808px;font-size:14px;font-family:arial;position:relative;display:block; }#tvsRwqtHVF4cL3mZyr3ifT2LQ1TsnV8F { display:block;width:442.986px;position:absolute;font-family:tajawal;font-size:50px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:119.65278625488px;left:230.12152099609px;height:64.4444px;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:271.99655151367px;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:271.99655151367px;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; }
#IaBCwOxSsTRKfoA7HMv7lAnfRb6nIvF8 { z-index:100020;top:250px;left:672px;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; }
#Az5KIBJf3TQOsROyu5d7iazrq9uz6P1P { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#FTVRC0uxVwMNPm6JHThSqIJs7ILsBEFh { z-index:100021;top:316px;left:672px;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; }
#E22FtwzVWSmomOBCq6c2aSRr0UmZtTd2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ShwhclQIQFiz1ZtL64okn0MTMPrGyJF6 { z-index:100024;top:384px;left:669px;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; }
#nVWc5erfCOss2Repsu5NuvuhJGRd0ZdH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sFfHHvcKfLZapIMBxcgoZzWryW03x2L4 { z-index:100028;top:445px;left:670px;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; }
#S5CmBBixahqseXyyd91Kiipw4sX0k1CU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#PI4ZXOA09f2vsJO2fuz2TBElKrGFx436 { display:block;width:428.958px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:195.97222900391px;left:255.90277099609px;height:46.6667px;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; }
#wJM0keAlllaTQ6qM6o8lFT1oieV4mkIu { z-index:100023;top:250px;left:444px;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; }
#gKNb2ZXkequ7c4t3NtsR1tqoOyiU9S8a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TUkrKxPkKXsw8zdrqDp4qfUnNGnzMPE4 { z-index:100022;top:409px;left:444px;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; }
#LAAC25mDZTETD4dK4QwWtCbPMoUA2WSg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#v1Ck72ks5hVefxbCrk3ZEJFkTS9lFtFC { z-index:100023;top:365px;left:444px;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; }
#c1NUAhftT4bGfDae0oWC5PIX2S48Z3DT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#zOCkKanTovTK8osluWy7T1GaqiSMm0ov { z-index:100023;top:323px;left:444px;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; }
#nOO4Rte8rbaLQcweZUe2iCIOsSXPsR42 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Pqviur0PnKPfiKzsNTC87bSLlSTyTd2d { z-index:100024;top:456px;left:444px;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; }
#EeDADFtcok2kpw7xMkk0S5b0TdHCzSyu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fmiUX6VENe8XdylFZOLTrFEc4DMATubV { z-index:100027;top:511px;left:802px;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; }
#ywfrLG06dZJ25RA5D8ZBB5zaF08LMp49 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fid7o0FD28PqVNow9Ci686F3xWq9Kyub { z-index:100028;top:511px;left:625px;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; }
#VuruShtT5okVzdrJ6vRXxdgbatfEG8dP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pQKnfIzlifsRfrau7ikRz36KJppvOtlb { z-index:100029;top:511px;left:444px;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; }
#DpXfBguHrKgEmw1DMP3Xby8qlzfHtDVW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#t9U8PrtyJnX2f3diGRpWNSbJw9pmaR6R { z-index:100028;top:578px;left:802px;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; }
#a1BO8N8q82synVuHgMOBO0yb6VAdTE2e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NSvs6DQyDgoJud15qyygfttLOB4Vsi8Z { z-index:100027;top:578px;left:444px;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; }
#TkTnoXH2onys5kOznRWJOf8GA7abzCqL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#mUy4kmWfNaXQoXrg9m52eozOixsbmn3V { z-index:100027;top:662px;left:444px;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; }
#C6MKzF3b0ThvDgMaaEqWE5ED3klm9tG9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#dcRSCDxzR9kVHsDKmOAunlya71iS5ql0 { z-index:100028;top:730px;left:444px;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; }
#y8xsNg1JE1QiwHJcaCbOmBcONv2iiTJt { 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:48.8889px;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:102.2224px;text-align:center;text-align-last:center;display:block; }
#JNaPfUJRCZaOiVZeFeS6pC2QFvxFTWwZ { color:#000000;display:block;width:223px;position:absolute;font-family:kids;font-size:17px;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:153px;left:729px;height:274.4442px;text-align:right;text-align-last:right;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:499px;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:133.3333px;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:51.1112px;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:32.2222px;text-align:center;text-align-last:center;display:block; }
#QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { color:#000000;display:block;width:663.993px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:385.41674041748px;left:144.96527099609px;height:111.1112px;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:51.1112px;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:915px;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:133.3334px;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:73.3333px;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:25.5556px;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:51.1112px;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:73.3333px;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:48.8888px;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:51.1112px;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:51.1112px;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:100px;text-align:center;text-align-last:center;color:#000000;display:block; }
#xBdJ5XMWs9Hq8gFRMZh1Qe9lpxQOZtPv { z-index:100008;top:342px;left:625px;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:416px;left:645px;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:426px;left:645px;height:27.7778px;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:459px;left:555px;height:220.0001px;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; }
#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:73.3333px;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:51.1112px;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:51.1112px;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:326px;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:127.7779px;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:51.1112px;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:51.1111px;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:106.6668px;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:77.7778px;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:27.7778px;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:32.2222px;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:442px;height:65px;top:119px;left:132.12152099609px;font-size:32px;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) { #IaBCwOxSsTRKfoA7HMv7lAnfRb6nIvF8 { top:250px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Az5KIBJf3TQOsROyu5d7iazrq9uz6P1P { display:block; }
 }@media only screen and (max-width: 763px) { #FTVRC0uxVwMNPm6JHThSqIJs7ILsBEFh { top:316px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #E22FtwzVWSmomOBCq6c2aSRr0UmZtTd2 { display:block; }
 }@media only screen and (max-width: 763px) { #ShwhclQIQFiz1ZtL64okn0MTMPrGyJF6 { top:384px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #nVWc5erfCOss2Repsu5NuvuhJGRd0ZdH { display:block; }
 }@media only screen and (max-width: 763px) { #sFfHHvcKfLZapIMBxcgoZzWryW03x2L4 { top:445px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #S5CmBBixahqseXyyd91Kiipw4sX0k1CU { display:block; }
 }@media only screen and (max-width: 763px) { #PI4ZXOA09f2vsJO2fuz2TBElKrGFx436 { width:428px;height:46px;top:195px;left:157.90277099609px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #wJM0keAlllaTQ6qM6o8lFT1oieV4mkIu { top:250px;left:346px;width:208px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #gKNb2ZXkequ7c4t3NtsR1tqoOyiU9S8a { display:block; }
 }@media only screen and (max-width: 763px) { #TUkrKxPkKXsw8zdrqDp4qfUnNGnzMPE4 { top:409px;left:346px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #LAAC25mDZTETD4dK4QwWtCbPMoUA2WSg { display:block; }
 }@media only screen and (max-width: 763px) { #v1Ck72ks5hVefxbCrk3ZEJFkTS9lFtFC { top:365px;left:346px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #c1NUAhftT4bGfDae0oWC5PIX2S48Z3DT { display:block; }
 }@media only screen and (max-width: 763px) { #zOCkKanTovTK8osluWy7T1GaqiSMm0ov { top:323px;left:346px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #nOO4Rte8rbaLQcweZUe2iCIOsSXPsR42 { display:block; }
 }@media only screen and (max-width: 763px) { #Pqviur0PnKPfiKzsNTC87bSLlSTyTd2d { top:456px;left:346px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #EeDADFtcok2kpw7xMkk0S5b0TdHCzSyu { display:block; }
 }@media only screen and (max-width: 763px) { #fmiUX6VENe8XdylFZOLTrFEc4DMATubV { top:511px;left:627px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #ywfrLG06dZJ25RA5D8ZBB5zaF08LMp49 { display:block; }
 }@media only screen and (max-width: 763px) { #fid7o0FD28PqVNow9Ci686F3xWq9Kyub { top:511px;left:527px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #VuruShtT5okVzdrJ6vRXxdgbatfEG8dP { display:block; }
 }@media only screen and (max-width: 763px) { #pQKnfIzlifsRfrau7ikRz36KJppvOtlb { top:511px;left:346px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #DpXfBguHrKgEmw1DMP3Xby8qlzfHtDVW { display:block; }
 }@media only screen and (max-width: 763px) { #t9U8PrtyJnX2f3diGRpWNSbJw9pmaR6R { top:578px;left:627px;width:137px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #a1BO8N8q82synVuHgMOBO0yb6VAdTE2e { display:block; }
 }@media only screen and (max-width: 763px) { #NSvs6DQyDgoJud15qyygfttLOB4Vsi8Z { top:578px;left:346px;width:293px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #TkTnoXH2onys5kOznRWJOf8GA7abzCqL { display:block; }
 }@media only screen and (max-width: 763px) { #mUy4kmWfNaXQoXrg9m52eozOixsbmn3V { top:662px;left:272px;width:492px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #C6MKzF3b0ThvDgMaaEqWE5ED3klm9tG9 { display:block; }
 }@media only screen and (max-width: 763px) { #dcRSCDxzR9kVHsDKmOAunlya71iS5ql0 { top:730px;left:272px;width:492px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #y8xsNg1JE1QiwHJcaCbOmBcONv2iiTJt { 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) { #JNaPfUJRCZaOiVZeFeS6pC2QFvxFTWwZ { top:153px;left:541px;width:223px;height:286px;font-size:17px;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:385px;left:0px;width:663px;height:111px;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:342px;left:478px;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:416px;left:498px;width:200px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #yD7k7AROZVsiC1LTShT8MwA462N46cRV { top:426px;left:498px;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) { #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:1615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvsRwqtHVF4cL3mZyr3ifT2LQ1TsnV8F { width:281.969px;height:42.2222px;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) { #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:204.61805725098px;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:204.61805725098px;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) { #IaBCwOxSsTRKfoA7HMv7lAnfRb6nIvF8 { top:592px;left:34px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Az5KIBJf3TQOsROyu5d7iazrq9uz6P1P { display:block; }
 }@media only screen and (max-width: 763px) { #FTVRC0uxVwMNPm6JHThSqIJs7ILsBEFh { top:778px;left:34px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #E22FtwzVWSmomOBCq6c2aSRr0UmZtTd2 { display:block; }
 }@media only screen and (max-width: 763px) { #ShwhclQIQFiz1ZtL64okn0MTMPrGyJF6 { top:908px;left:32px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #nVWc5erfCOss2Repsu5NuvuhJGRd0ZdH { display:block; }
 }@media only screen and (max-width: 763px) { #sFfHHvcKfLZapIMBxcgoZzWryW03x2L4 { top:1038px;left:32px;width:269px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #S5CmBBixahqseXyyd91Kiipw4sX0k1CU { display:block; }
 }@media only screen and (max-width: 763px) { #PI4ZXOA09f2vsJO2fuz2TBElKrGFx436 { width:320px;height:auto;top:195px;left:0px;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) { #wJM0keAlllaTQ6qM6o8lFT1oieV4mkIu { top:518px;left:63px;width:208px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #gKNb2ZXkequ7c4t3NtsR1tqoOyiU9S8a { display:block; }
 }@media only screen and (max-width: 763px) { #TUkrKxPkKXsw8zdrqDp4qfUnNGnzMPE4 { top:852px;left:75px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #LAAC25mDZTETD4dK4QwWtCbPMoUA2WSg { display:block; }
 }@media only screen and (max-width: 763px) { #v1Ck72ks5hVefxbCrk3ZEJFkTS9lFtFC { top:722px;left:75px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #c1NUAhftT4bGfDae0oWC5PIX2S48Z3DT { display:block; }
 }@media only screen and (max-width: 763px) { #zOCkKanTovTK8osluWy7T1GaqiSMm0ov { top:666px;left:75px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #nOO4Rte8rbaLQcweZUe2iCIOsSXPsR42 { display:block; }
 }@media only screen and (max-width: 763px) { #Pqviur0PnKPfiKzsNTC87bSLlSTyTd2d { top:982px;left:75px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #EeDADFtcok2kpw7xMkk0S5b0TdHCzSyu { display:block; }
 }@media only screen and (max-width: 763px) { #fmiUX6VENe8XdylFZOLTrFEc4DMATubV { top:1260px;left:98px;width:137px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ywfrLG06dZJ25RA5D8ZBB5zaF08LMp49 { display:block; }
 }@media only screen and (max-width: 763px) { #fid7o0FD28PqVNow9Ci686F3xWq9Kyub { top:1186px;left:98px;width:137px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VuruShtT5okVzdrJ6vRXxdgbatfEG8dP { display:block; }
 }@media only screen and (max-width: 763px) { #pQKnfIzlifsRfrau7ikRz36KJppvOtlb { top:1112px;left:98px;width:137px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #DpXfBguHrKgEmw1DMP3Xby8qlzfHtDVW { display:block; }
 }@media only screen and (max-width: 763px) { #t9U8PrtyJnX2f3diGRpWNSbJw9pmaR6R { top:1408px;left:98px;width:137px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #a1BO8N8q82synVuHgMOBO0yb6VAdTE2e { display:block; }
 }@media only screen and (max-width: 763px) { #NSvs6DQyDgoJud15qyygfttLOB4Vsi8Z { top:1334px;left:20px;width:293px;height:54px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TkTnoXH2onys5kOznRWJOf8GA7abzCqL { display:block; }
 }@media only screen and (max-width: 763px) { #mUy4kmWfNaXQoXrg9m52eozOixsbmn3V { top:1479px;left:7px;width:298.00694px;height:52.00004px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #C6MKzF3b0ThvDgMaaEqWE5ED3klm9tG9 { display:block; }
 }@media only screen and (max-width: 763px) { #dcRSCDxzR9kVHsDKmOAunlya71iS5ql0 { top:1556px;left:7px;width:298.00694px;height:52.00004px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #y8xsNg1JE1QiwHJcaCbOmBcONv2iiTJt { 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:405px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { width:320px;height:41.1111px;top:0px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { width:200px;height:102.2224px;top:41px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #JNaPfUJRCZaOiVZeFeS6pC2QFvxFTWwZ { width:266px;height:232.2222px;top:145px;left:40px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:320px;height:697px;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:220.0004px;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:51.1112px;top:54px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { width:320px;height:73.3333px;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:64.4444px;top:506px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { width:320px;height:126.6666px;top:570.41668701172px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { width:200px;height:51.1112px;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:1192px;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:999px;left:26px;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:97.7778px;top:1073px;left:7px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #viDEnTmnwWe2VFRC0HeI0I36Ii8ccPs8 { width:313px;height:48.8889px;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:25.5556px;top:1047px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BfRgPnmts5fOrO6bIHI9WeIZQgTkEzEA { width:200px;height:31px;top:1044px;left:60px;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:51.1112px;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:48.8889px;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:48.8888px;top:176px;left:30.5px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #TVyghahlgRnH278C8ke4eLGnogl1MyUI { width:200px;height:51.1112px;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:51.1112px;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:97.7777px;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:689px;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:740px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #yD7k7AROZVsiC1LTShT8MwA462N46cRV { width:200px;height:27.7778px;top:737px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lBQESWOvnb9Z6dBV86z0qq96kSO1ypC2 { width:320px;height:146.6665px;top:798px;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) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:320px;height:475px;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:48.8889px;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:44.4444px;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:51.1112px;top:297px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dhcHmUPcuHSizVRTctM5yxheAgIXDpQr { width:200px;height:51.1112px;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:390px;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:178.889px;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:51.1112px;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:41.1111px;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:53.3334px;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:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { width:310px;height:71.1112px;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:55.5556px;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:68.8889px;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; }
 }