.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); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 { 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; }
#lwP2ymTV1AFlQNJFakISu1UurV5dfH20.adaptive-delivery-prevent-bg { background-image: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container { background-color: transparent; background-image: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container > .video-iframe-container { display: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .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); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row > .video-iframe-container { display: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .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); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container { border-width: 0; border-radius: 0; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container { width:960px;height:673px;font-size:14px;font-family:arial;position:relative;display:block; }#s0K9p6bAzEHCVvN8fb2T2bUvwCHm0oKy { display:block;width:443px;position:absolute;font-family:tajawal;font-size:50px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:98px;left:447.90625px;height:65px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#E5TLgCAwS4aedmiFog8La8RxIgl0yatc { display:block;width:428.969px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:205.375px;left:460.9375px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#EFTGW22zvcEU0vVL1XewDN35Cm9D1SPG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:120px;width:120px;top:0px;left:361.44097900391px;overflow:hidden;display:block; }
#AmuMmRT2QTLeHxUqZzmPqvB2tRbcoOF3 { display:block;width:428.993px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:260.38195800781px;left:467.98614501953px;height:46px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:none; }
#kApTiFift6vSgxRMIHDIKvXaVv7q6Bbl { display:block;width:290px;position:absolute;font-family:kids;font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:16.996452331543px;left:335px;height:52px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:none; }
#isWL2rcTm3XudyG3A0Ebs2yH5kCZfb4F { display:block;width:733.993px;position:absolute;font-family:kids;font-size:28px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:113.87147521973px;left:112.98611450195px;height:108px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#EucSes2s6F1o9BvJpOn9ElLb9kTTaI8T { box-sizing:content-box;color:#0e9ae5;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:100000;display:none; }
#DfyG4tUDiTlXqniHyBBn5lStqFOaHmkT { box-sizing:content-box;color:#0e9ae5;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:100000;display:none; }
#g7PJpL7JhfPDR4NQ9NAcqKpX9AOf65z7 { display:block;width:733.993px;position:absolute;font-family:kids;font-size:28px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:113.87147521973px;left:112.98611450195px;height:108px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#c23aX2l5pWgMafacpTzBVNuLR8XGevr4 { display:block;width:733.993px;position:absolute;font-family:kids;font-size:28px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:113.87147521973px;left:112.98611450195px;height:108px;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#FRs2EDKTlOTL8qLAFnUOe22dsU84tWv9 { box-sizing:content-box;color:#0e9ae5;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:100000;display:none; }
#WD2G7u9dnqgwWwktW8BxXvOGwMphUJzN { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:kids;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#t8ain1Si7EJnb0AgCUqocDxTo6lXs2Qu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MVZr999fx7AQdpikgQhLQy2VxJ8F4xgS { z-index:100006;top:406px;left:662px;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; }
#e1Q3DqpRU4zbethmUs9ZNkzRp7VEHVR8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZV65E6vLo3XLmD3M3yHMI2H1GQoZCEmT { z-index:100003;top:272px;left:663.484375px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:266.016px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JbQtNGgsizK05pIn0Rz5rMTPqEQfv6aL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HnnsSpIoURwMtXgunqS146T0eFdTrMux { z-index:100004;top:338px;left:664px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:266.016px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lZ3HcEeFplm9SmmRF9EuVpMQpZb51ZQ2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#m5skJ8McVwSEQSPZ0RVZMWhHCcTl0TUz { z-index:100005;top:395px;left:448px;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; }
#tJsqVARdflhNniLZ1TXPITy2FnOzlJ9o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#i3uz4Kz11bH4Gcuzyn7GzwTGUTFC6C7I { z-index:100006;top:351px;left:448px;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; }
#Qa4PaguwTVx2I6CzTLOzdKpbOPOpG6Ue { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#btHDZvLMgy6IIn8K7nIUAU1OZVqkVTee { z-index:100006;top:309px;left:448px;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; }
#gsdHTUzi0nNDZUAsUS7AvmQa2FPq0TB1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#RXWwfig676vGVWPgh50339WTwO34PEeV { z-index:100007;top:442px;left:448px;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; }
#QV6zZ8vJEnyCxP5d0FGXRAGqf1qkLE3F { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#T7mCVR0mvOZ4FB59TJHBX82ID0hwvf9w { z-index:100007;top:473px;left:662px;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; }
#QJs9SDhJnQ7NbKN2sL9IWyMUDcedpsKM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#WdpnpCSXTJJzlgoci3aM5VTQRa8Zn24C { z-index:100009;top:544px;left:442.90625px;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; }
#aQzRQ07dJo5WDhA5T9PdAdcNMp05ApvN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qR960cyahgv2XTgZNvSLI8M5LS3OBT7B { z-index:100009;top:608px;left:443.90625px;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:491px;height:50px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kprRrw6n3hETEf1BaHCHRbrgJBD5Mp0D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-form-header { font-size:19px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-regular-label { height:auto;display:none;font-family:hekaya;font-size:19px;font-weight:400;color:#ffffff;width:293px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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:0;display:block;width:293px;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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-text {padding-top: 0; padding-bottom: 0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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:0;display:block;width:293px;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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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:0;display:block;width:293px;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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-select {padding-top: 0; padding-bottom: 0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:33px;font-weight:400;color:#ffffff;width:293px;height:60px;font-family:kids;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1.2; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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:276px;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-container:first-of-type{padding-top:0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-container:last-of-type{padding-bottom:0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd  { 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:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:76.5px;top:231px;z-index:100032;position:absolute;font-size:19px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:293px;display:block;vertical-align:top; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd {display:block;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd { 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:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:76.5px;top:231px;z-index:100032;position:absolute;font-size:19px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #ox7g9h2V9LFSbyw5ed8HqZseL2BrBV0r { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #xQofW67ePCEOxeyG97d6uAXgfpKkxw4U { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #wrBWegKJ4pF8zRm0JX93dOiJGMAKCtZE { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #T3L7yfp03c4sp8vTTkTMkkCmp2aDwr8o { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #JvCg3r0nNyH2nWzoToxqTad4WbbO5ll7 { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #lxFAsRIXlUKaSTTwtMT15hLTXQh6TMI3 { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #NXbl2eaTRi0fgR7dbyvHCJulCWcE1kmL { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #u0AoZqfsWWUEOFG4J2vSnD8E6XiR7Z55 { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #WioAKu7mVxtTsxQtvzeh1F6eUe8nuCxu { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #rIRdJGP9H3BOVEkwpMlJD6BnJwpJo6d0 { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #zazeiytLnVRce40LLOTiOHCxmkJEe2wr { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #puT50hcktnt2Jgl2qK8Eo655pmuoMhI3 { position:relative; }
#VvVPIEXwPGEq51DC9TvrgAuGGeFtpIPD { position:relative;display:block; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #h9gBhIDexTBeJIbn6agxTXciORNK9KCf { position:relative; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #WgFVXofABtEhRIy4IlPQJazRitonnLyt { position:relative; }
#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acdffa;background-image:none;position:relative;display:block; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container { background-color: transparent; background-image: none; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container > .video-iframe-container { display: none; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row > .video-iframe-container { display: none; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .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); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container { border-width: 0; border-radius: 0; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container { font-size:14px;font-family:arial;height:111px;width:960px;position:relative;display:block; }#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-form-header { font-size:19px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-regular-label { height:auto;display:none;font-family:hekaya;font-size:19px;font-weight:400;color:#ffffff;width:293px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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:0;display:block;width:293px;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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-text {padding-top: 0; padding-bottom: 0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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:0;display:block;width:293px;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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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:0;display:block;width:293px;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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-select {padding-top: 0; padding-bottom: 0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:33px;font-weight:400;color:#ffffff;width:293px;height:60px;font-family:kids;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1.2; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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:276px;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-container:first-of-type{padding-top:0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-container:last-of-type{padding-bottom:0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM  { 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:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:57.03125px;top:141.9375px;z-index:100031;position:absolute;font-size:19px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:293px;display:block;vertical-align:top; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM {display:block;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM { 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:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:57.03125px;top:141.9375px;z-index:100031;position:absolute;font-size:19px;display:none; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #l7CABB13SSOlaKZuglly9Jt9Xb2yqymk { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #api7ZRUBLiBFQBRKrCNqan2W0NtZ9UP3 { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #rx62ZnkoWg1uvL1oEllfmGTAkHaNxZT8 { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #N6pHtHL9KDyXLsaissvToNNE2wl8HZ4B { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #HxZGJGbPWqgBnldmR4kKVI8DcWVb2NAr { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #OfO2D4JCb2Dg9nVaLABqpTSQztgyfMBU { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #vcV1N05tWF7mU2E3kETsbHwRT1g42GLh { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #q2O1eUMGIwgBucXeubUeEA5u97PDFrXH { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #FilqgPeo7A8D4NuJQ3HouSTl69F04S0p { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #VdzeRmISnTzQJxagcoMpaKc7MPqAq2J0 { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #gzl1xIDvsRoPAChEr0FVOfcvMeaWJP96 { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #IRw2pTsiUFeBtgMmCQGxSbeZi7Z9QBAP { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #idPkGcrm9AEphcGkowQkCTDS13LmUSZe { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #eNCKP7hTROeEqhOmD2oE5M0z2hWPyKhN { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #IVFT3MEwnZ3dETPHPt3S845q8eww6GcT { position:relative; }
#Ea20FqsKAk39ymcyL0T456pHEbCgCrmw { position:relative;display:block; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #AGkseMPoxeGLVZnyeqclF4G4dbnE3GIt { position:relative; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM #sZsrDTVpDHcnz32phWZuS2eRRSraJsiS { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-form-header { font-size:19px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-regular-label { height:auto;display:none;font-family:hekaya;font-size:19px;font-weight:400;color:#ffffff;width:293px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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:0;display:block;width:293px;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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-text {padding-top: 0; padding-bottom: 0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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:0;display:block;width:293px;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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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:0;display:block;width:293px;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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-select {padding-top: 0; padding-bottom: 0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:33px;font-weight:400;color:#ffffff;width:293px;height:60px;font-family:kids;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1.2; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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:276px;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-container:first-of-type{padding-top:0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-container:last-of-type{padding-bottom:0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u  { 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:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:57.03125px;top:141.9375px;z-index:100031;position:absolute;font-size:19px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:293px;display:block;vertical-align:top; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u {display:block;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u { 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:293px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:57.03125px;top:141.9375px;z-index:100031;position:absolute;font-size:19px;display:none; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #iOpJJyAGuL5cfJD7KMAy294RJPCqAbQh { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #dtNfyhlbCV0wVzyyw1fR2r6eOoxFdw10 { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #Il7axla1aW5CGfTNvyHvuiNqU5sClR9P { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J98bL4Cyozd7alBiQPKBByzzKhntcroP { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #D3yJWPnkMKaEvOSIylqLGNCkMNRA0h8E { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #S4N2EFtpqpqxaTuRyH0CTMpyu9emvbeS { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #EOwSWn6bzXymiZPxkmweKhkHnrU8cZkm { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J6lvLbPR09tVf7Isw2pWg6AGin2iJJMp { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #uqoQ2X2TMWnTqVJLOQq3EdN5aWyAJBMT { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #DTHva70wSzSqUslZWTXrEMFqPx2OA3QN { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #NyFh2zx8uDBFPSovKuVGbpnk2yINPHxl { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #g9BbeAeMHJ3mh3cO4sJa3AkXPrRGKeLn { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #ov2LKzCay0p5uTo2UipVTPvfSIRm52o7 { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #TnAsxydbqquQhNdz4gJ9UO81aw28JFih { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #uebrpFtQ2SDJ74biMpxSSTv34z41J3aw { position:relative; }
#Ib55Dq9tehggTRy8nWz0TdeOVyIPkKpK { position:relative;display:block; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J7nkUUMl8uZ8yLgGPJD8tZ0IGwkpBO7b { position:relative; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #FEcfv784q7oHeCV8srLfdl9hBdsBTRTb { position:relative; }
#rXavF769HpxLoWzJDpfQQ7IGGvV6iF4A { color:#000000;display:block;width:341px;position:absolute;font-family:kids;font-size:38px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:0px;left:309.5px;height:49px;text-align:center;text-align-last:center;display:block; }
#kO4Lw58oTHK7as6nNiQEGe9J2Vazz4PW { 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:49px;left:370px;height:52px;text-align:center;text-align-last:center;display:block; }
#UKkASPpySL388Jf75DkNkf9la6V7pM3d { position:relative;display:block; }#UKkASPpySL388Jf75DkNkf9la6V7pM3d { background-color: transparent; background-image: none; }#UKkASPpySL388Jf75DkNkf9la6V7pM3d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .row .container > .video-iframe-container { display: none; }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .row > .video-iframe-container { display: none; }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .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); }#UKkASPpySL388Jf75DkNkf9la6V7pM3d { border-width: 0; border-radius: 0; }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#WVWuxGczon1GIAq9XwvsPIcTfKFrSdw2 { position:absolute;display:block;z-index:100002;background-color:#334874;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:300px;width:476px;top:0px;left:5px;display:block; }
#he1IcI47xlwgqlqSmWG04wprMmbS0fwO { color:#ffffff;display:block;width:432px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:20px;left:500px;height:260px;text-align:right;text-align-last:right;display:block; }
#yBN97OvfPqdsb3nFs5WKkQBvszm8AbNL { color:#ffffff;display:block;width:469px;position:absolute;font-family:kids;font-size:21px;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:81px;text-align:right;text-align-last:right;display:block; }
#VLOrGz2n9sc5Ft2Om1t3HvyDk10XMape { position:absolute;display:block;z-index:100001;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:300px;width:474px;top:0px;left:486px;display:block; }
#rGsQGSxtEAqzcaa9g0LTFQLllwNesr6X { box-sizing:content-box;color:#ffffff;font-size:11px;font-weight:400;line-height:1;height:17px;width:17px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:74px;left:932px;display:block; }
#WfyhTLxz4DHqTLgKJdIw37aBo9JAo43R { box-sizing:content-box;color:#ffffff;font-size:11px;font-weight:400;line-height:1;height:17px;width:17px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:153px;left:932px;display:block; }
#vbQqzc1V8VM9m8WTDeIubmMTazZ0HQmx { box-sizing:content-box;color:#ffffff;font-size:11px;font-weight:400;line-height:1;height:17px;width:17px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:203px;left:932px;display:block; }
#V1REQ6RDqZ18RIZeyP6E4tDmazmcLdmh { box-sizing:content-box;color:#ffffff;font-size:11px;font-weight:400;line-height:1;height:17px;width:17px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:232px;left:932px;display:block; }
#ZFfLiI7QcCb6qcbuuzpECoJBEDabqgiM { color:#fdfdfd;display:block;width:455px;position:absolute;font-family:kids;font-size:21px;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:63.5px;left:15.5px;height:189px;text-align:right;text-align-last:right;display:block; }
#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 { 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; }
#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42.adaptive-delivery-prevent-bg { background-image: none; }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row .container { background-color: transparent; background-image: none; }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.62); }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row .container > .video-iframe-container { display: none; }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.62); }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row > .video-iframe-container { display: none; }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .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); }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row .container { border-width: 0; border-radius: 0; }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row .container { font-size:14px;font-family:arial;height:408px;width:960px;position:relative;display:block; }#Iw7nAvK3oQ9vdeUpdX74SStuSAmDCw8e { z-index:100002;top:12px;left:335.4375px;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; }
#f9pZmmn8aBO1VFDq15p7dnn85xNQEGNT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#g0Di6v5T72PRxKtiVqpWxTMD8u2TdGsT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:kids;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#uDVxn4hplPQOyT3VgPU9bAJ6RSPCCcZg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#KG70TcCSNZTl6AGitbDTrPIUQFb5eJQp { 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:138px;left:76px;height:136px;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; }
#u8sGQqwOTteJDyWQgZdHDpI1Pi54g1LZ { 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:77.5px;left:368.4375px;height:52px;text-align:center;text-align-last:center;display:block; }
#RXsBaI7i9CRIZ0UoIarBhrhAPmy9ZEMT { 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:298px;left:64.4375px;height:120px;text-align:center;text-align-last:center;display:block; }
#mEygPTSWhD3HgcsnTXLBrc6iBeTQeeSK { 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:72px;left:366px;display:block; }
#Hh5tCkEDSNEA3faq26q7MpQxntrhTmF0 { 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:308px;left:568.4375px;height:32px;text-align:center;text-align-last:center;display:block; }
#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:block; }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row .container { background-color: transparent; background-image: none; }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row .container > .video-iframe-container { display: none; }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row > .video-iframe-container { display: none; }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .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); }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row .container { border-width: 0; border-radius: 0; }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row .container { font-size:14px;font-family:arial;height:539px;width:960px;position:relative;display:block; }#NAZuiwJlr6XaH7cGATlHRiJTDw1XfGuH { 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; }
#VMwoT7Q6RzTI6k6hLaZsFeGFD76kT9LL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fKu6UMqXisKoxh4PVUhAPIRiyzasuoU7 { 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; }
#dyMhQvDwumUVb8QGTUX34520hZC7aEy5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#rZPXk0Dqgmfvbun8PKpbrs85kenuyuvX { display:block;width:447px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100008;line-height:1.7;letter-spacing:0;top:115px;left:496.5px;height:148px;text-align:center;text-align-last:center;color:#000000;display:block; }
#UlnV3GkmKOvqSiwh0ExVyc34seXwZQWE { display:block;width:412px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:177.5px;left:34px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#azuvkcUUW06ONTRyJndbcUg5RiFuqFl9 { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:89px;left:631px;height:26px;text-align:center;text-align-last:center;display:block; }
#aHrWOeLDTvlmCFaagxBmWDmeCisWaJKJ { 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; }
#nO8WoHJ50nDMI0X63Fd6c1Povn2f7Chx { 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:71px;width:200px;top:89px;left:140px;display:block; }
#raB39WlCXB8S1R2f5ymhfE7ISocNeT0W { color:#000000;display:block;width:253px;position:absolute;font-family:kids;font-size:16px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:274px;left:661.5px;height:40px;text-align:right;text-align-last:right;display:block; }
#JgTb8TTTTgWsqs14ZPMyCb5k7wUiQxbr { color:#000000;display:block;width:253px;position:absolute;font-family:kids;font-size:16px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:331px;left:661.5px;height:60px;text-align:right;text-align-last:right;display:block; }
#ukV8wMQESBy4AZTrv9vTvtHgVObWoDVQ { color:#000000;display:block;width:253px;position:absolute;font-family:kids;font-size:16px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:406px;left:661.5px;height:40px;text-align:right;text-align-last:right;display:block; }
#ztpef9xlORXwFyRtaPTxyh3maWM2C2Xm { color:#000000;display:block;width:253px;position:absolute;font-family:kids;font-size:16px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:459px;left:661.5px;height:60px;text-align:right;text-align-last:right;display:block; }
#KG1qVlGKN7ON6HWw6WQ69F4RL0KVXhu9 { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:98.5px;left:140px;height:52px;text-align:center;text-align-last:center;display:block; }
#pvaR2BBedLcS3bgMKMUR7mLgZKTbC2ur { z-index:100004;top:301px;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; }
#BTp4oHKERlRsoDxzhaH2qs8wn9auBxik { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#XZSeiUdgDm8IGUhgT9WoaLwdvMFRi4NF { 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:367px;left:154px;display:block; }
#UPLWOlm58RfSz45TPDTSBHuRSDvyevgc { 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:376px;left:154px;height:52px;text-align:center;text-align-last:center;display:block; }
#MilEi0kkD0BHIHNqAIGtBmodGR6AUyyA { 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:446px;left:41.5px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/u6X2WyXh/kidizens_banner_5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9.adaptive-delivery-prevent-bg { background-image: none; }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row .container { background-color: transparent; background-image: none; }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.62); }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row .container > .video-iframe-container { display: none; }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.62); }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row > .video-iframe-container { display: none; }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .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); }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row .container { border-width: 0; border-radius: 0; }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row .container { font-size:14px;font-family:arial;height:406px;width:960px;position:relative;display:block; }#dclQfCdFglfTl82wcVirI1Fc6SslOtaS { z-index:100008;top:26px;left:214.5px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:531px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DFI24NS6xS4BCOWeoL7CwTRXp5ueIxzN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#x1dGeGVtO7eyXVSeLck1tE3oLKBK4mnS { display:block;width:447px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:123px;left:257px;height:222px;text-align:center;text-align-last:center;color:#000000;display:block; }
#x49xIT5d4zPTTQNHGFCSkLONqCdC07HL { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:97px;left:391px;height:26px;text-align:center;text-align-last:center;display:block; }
#lON5mbI5QMwxMUzQs6MSBP4qgwfN2fVp { position:absolute;display:block;z-index:100015;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:94px;left:388px;display:block; }
#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa { 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; }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row .container { background-color: transparent; background-image: none; }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row .container > .video-iframe-container { display: none; }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row > .video-iframe-container { display: none; }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .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); }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row .container { border-width: 0; border-radius: 0; }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#LNqoNafUB8KT5fkKZWtXkmVKso3XbfOQ { 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; }
#PGnvbkVO7bPiNs1T7PEauLqQAriV9A1v { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#vdv5K3d7kFWCEEvIGElTxWBaCmiP2e76 { display:block;width:405px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:189px;left:25.5px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#q3ltN663uvdaT69JF7wFyigpiapD44nO { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:kids;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;display:none; }
#MRnVg6f5oHcnZS8DKuHaDWdsOTbxkyPD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IIuJHUym3dKukWsPWkobl5D4CQudbsMQ { 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; }
#oWKpNcEwuLq327COGFsVPtJvtkPzyv5u { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:110px;left:128px;height:52px;text-align:center;text-align-last:center;display:block; }
#cOybfub74boVFn4qukJou5xrb7nkvTiA { 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; }
#zysAHq2r3EqTVLnaCNralfbTJbB1VcXo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#G1PBzp8OTsXe6RvQUKgW5gmkisVW2JnO { 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; }
#yiKnmFBN9IA682mwSf6fWFfO4EkqX4n1 { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:103px;left:655px;height:52px;text-align:center;text-align-last:center;display:block; }
#n3W3eViFTVuyKsgebPp7x4cBpFTO61OR { 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; }
#EyPTwr1KTZDMpnJuKltzAI99URlonoeX { 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; }
#EyPTwr1KTZDMpnJuKltzAI99URlonoeX.adaptive-delivery-prevent-bg { background-image: none; }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row .container { background-color: transparent; background-image: none; }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(222,252,249,0.69); }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row .container > .video-iframe-container { display: none; }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .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); }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row > .video-iframe-container { display: none; }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .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); }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row .container { border-width: 0; border-radius: 0; }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row .container { font-size:14px;font-family:arial;height:437px;width:960px;position:relative;display:block; }#Wd6TrOPs5PxRMp40fsoUkOn7k6hBgRZ3 { z-index:100002;top:26px;left:591px;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.062px;height:52.0156px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ieFEe1i21pdmJbRM98rVgyRxt41vIHaI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#RcF7oBBH4DqIMchD0gTxDgLc8xzEDpRD { 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:155px;left:547px;height:204px;text-align:center;text-align-last:center;color:#000000;display:block; }
#TOC1EEHJmWdMmDpooEqbF7wTvNc5Z7l2 { 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:87px;left:623px;height:52px;text-align:center;text-align-last:center;display:block; }
#dxybqAsiHKdI9KnZqGZdwTCLOzbDDFdg { 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:88px;left:623px;display:block; }
#IPPb1qpmef1WPnTRDEniCTmzlCoAol4u { z-index:100008;top:26px;left:92px;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; }
#smtRr0QUPCNTMPb9kToMkuGaRkUW5nOi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qImgScbH6cP0GALNx77TkbkkATNmVTU6 { 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:100px;left:112px;display:block; }
#nksSemEOzskZdXvI4rgC52t0pICJ1axi { 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:110px;left:112px;height:28px;text-align:center;text-align-last:center;display:block; }
#BqWWt1NsMruhaTVhDRRJzrJQTD2ZJtms { 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:144.5px;left:37.5px;height:185px;text-align:center;text-align-last:center;color:#000000;display:block; }
#FomJVUhZuzaCBGKZszolaTmCTbwzarmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { background-color: transparent; background-image: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { border-width: 0; border-radius: 0; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { font-size:14px;font-family:arial;height:255px;width:960px;position:relative;display:block; }#Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { display:block;width:290px;position:absolute;font-family:kids;font-size:40px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:16.996452331543px;left:335px;height:52px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { display:block;width:733.993px;position:absolute;font-family:kids;font-size:28px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:113.87147521973px;left:112.98611450195px;height:108px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { background-color: transparent; background-image: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { border-width: 0; border-radius: 0; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#GPA6i6a65SH6frNZkUsXn1PobxSpyxey { color:#ffffff;display:block;width:451px;position:absolute;font-family:tajawal;font-size:30px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:65.53125px;left:488.921875px;height:78px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:247px;width:445px;top:27px;left:16.765625px;display:block; }
#FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:211px;left:689.421875px;display:block; }
#Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { color:#ffffff;display:block;width:451px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:171px;left:488.921875px;height:28px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:14px;font-family:arial;height:168px;width:960px;position:relative;display:block; }#q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { display:block;width:960px;position:absolute;font-family:tajawal;font-size:25px;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:26.5px;left:0px;height:32px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { color:#fafafa;display:block;width:543.993px;position:absolute;font-family:tajawal;font-size:18px;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:81.458312988281px;left:219.96527099609px;height:30px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { color:#29bdbe;display:block;width:311px;position:absolute;font-family:tajawal;font-size:16px;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:133px;left:324.5px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lwP2ymTV1AFlQNJFakISu1UurV5dfH20 { display:block; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0K9p6bAzEHCVvN8fb2T2bUvwCHm0oKy { width:443px;height:65px;top:98px;left:321px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #E5TLgCAwS4aedmiFog8La8RxIgl0yatc { width:428px;height:46px;top:205px;left:336px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EFTGW22zvcEU0vVL1XewDN35Cm9D1SPG { top:0px;left:263.44097900391px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #AmuMmRT2QTLeHxUqZzmPqvB2tRbcoOF3 { width:249px;height:;top:165px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #kApTiFift6vSgxRMIHDIKvXaVv7q6Bbl { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #isWL2rcTm3XudyG3A0Ebs2yH5kCZfb4F { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #EucSes2s6F1o9BvJpOn9ElLb9kTTaI8T { display:none; }
 }@media only screen and (max-width: 763px) { #DfyG4tUDiTlXqniHyBBn5lStqFOaHmkT { display:none; }
 }@media only screen and (max-width: 763px) { #g7PJpL7JhfPDR4NQ9NAcqKpX9AOf65z7 { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #c23aX2l5pWgMafacpTzBVNuLR8XGevr4 { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #FRs2EDKTlOTL8qLAFnUOe22dsU84tWv9 { display:none; }
 }@media only screen and (max-width: 763px) { #WD2G7u9dnqgwWwktW8BxXvOGwMphUJzN { width:0px;height:0px;display:none; }
 }@media only screen and (max-width: 763px) { #t8ain1Si7EJnb0AgCUqocDxTo6lXs2Qu { display:block; }
 }@media only screen and (max-width: 763px) { #MVZr999fx7AQdpikgQhLQy2VxJ8F4xgS { top:406px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #e1Q3DqpRU4zbethmUs9ZNkzRp7VEHVR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZV65E6vLo3XLmD3M3yHMI2H1GQoZCEmT { top:272px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #JbQtNGgsizK05pIn0Rz5rMTPqEQfv6aL { display:block; }
 }@media only screen and (max-width: 763px) { #HnnsSpIoURwMtXgunqS146T0eFdTrMux { top:338px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #lZ3HcEeFplm9SmmRF9EuVpMQpZb51ZQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #m5skJ8McVwSEQSPZ0RVZMWhHCcTl0TUz { top:395px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #tJsqVARdflhNniLZ1TXPITy2FnOzlJ9o { display:block; }
 }@media only screen and (max-width: 763px) { #i3uz4Kz11bH4Gcuzyn7GzwTGUTFC6C7I { top:351px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Qa4PaguwTVx2I6CzTLOzdKpbOPOpG6Ue { display:block; }
 }@media only screen and (max-width: 763px) { #btHDZvLMgy6IIn8K7nIUAU1OZVqkVTee { top:309px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #gsdHTUzi0nNDZUAsUS7AvmQa2FPq0TB1 { display:block; }
 }@media only screen and (max-width: 763px) { #RXWwfig676vGVWPgh50339WTwO34PEeV { top:442px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #QV6zZ8vJEnyCxP5d0FGXRAGqf1qkLE3F { display:block; }
 }@media only screen and (max-width: 763px) { #T7mCVR0mvOZ4FB59TJHBX82ID0hwvf9w { top:473px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #QJs9SDhJnQ7NbKN2sL9IWyMUDcedpsKM { display:block; }
 }@media only screen and (max-width: 763px) { #WdpnpCSXTJJzlgoci3aM5VTQRa8Zn24C { top:544px;left:208px;width:492px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #aQzRQ07dJo5WDhA5T9PdAdcNMp05ApvN { display:block; }
 }@media only screen and (max-width: 763px) { #qR960cyahgv2XTgZNvSLI8M5LS3OBT7B { top:608px;left:273px;width:491px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #kprRrw6n3hETEf1BaHCHRbrgJBD5Mp0D { display:block; }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-text {padding-top: 0; padding-bottom: 0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-select {padding-top: 0; padding-bottom: 0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-checkbox-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd  { width:225px;height:auto;top:83px;left:0px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd {display:block;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd { width:225px;height:auto;top:83px;left:0px; }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #ox7g9h2V9LFSbyw5ed8HqZseL2BrBV0r {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #xQofW67ePCEOxeyG97d6uAXgfpKkxw4U {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #wrBWegKJ4pF8zRm0JX93dOiJGMAKCtZE {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #T3L7yfp03c4sp8vTTkTMkkCmp2aDwr8o {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #JvCg3r0nNyH2nWzoToxqTad4WbbO5ll7 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #lxFAsRIXlUKaSTTwtMT15hLTXQh6TMI3 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #NXbl2eaTRi0fgR7dbyvHCJulCWcE1kmL {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #u0AoZqfsWWUEOFG4J2vSnD8E6XiR7Z55 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #WioAKu7mVxtTsxQtvzeh1F6eUe8nuCxu {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #rIRdJGP9H3BOVEkwpMlJD6BnJwpJo6d0 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #zazeiytLnVRce40LLOTiOHCxmkJEe2wr {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #puT50hcktnt2Jgl2qK8Eo655pmuoMhI3 {  }
 }@media only screen and (max-width: 763px) { #VvVPIEXwPGEq51DC9TvrgAuGGeFtpIPD { display:block; }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #h9gBhIDexTBeJIbn6agxTXciORNK9KCf {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #WgFVXofABtEhRIy4IlPQJazRitonnLyt {  }
 }@media only screen and (max-width: 763px) { #RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM { display:none; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-text {padding-top: 0; padding-bottom: 0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-select {padding-top: 0; padding-bottom: 0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-checkbox-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM  { width:225px;height:auto;top:83px;left:0px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM {display:block;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM { width:225px;height:auto;top:83px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #l7CABB13SSOlaKZuglly9Jt9Xb2yqymk {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #api7ZRUBLiBFQBRKrCNqan2W0NtZ9UP3 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #rx62ZnkoWg1uvL1oEllfmGTAkHaNxZT8 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #N6pHtHL9KDyXLsaissvToNNE2wl8HZ4B {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #HxZGJGbPWqgBnldmR4kKVI8DcWVb2NAr {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #OfO2D4JCb2Dg9nVaLABqpTSQztgyfMBU {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #vcV1N05tWF7mU2E3kETsbHwRT1g42GLh {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #q2O1eUMGIwgBucXeubUeEA5u97PDFrXH {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #FilqgPeo7A8D4NuJQ3HouSTl69F04S0p {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #VdzeRmISnTzQJxagcoMpaKc7MPqAq2J0 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #gzl1xIDvsRoPAChEr0FVOfcvMeaWJP96 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #IRw2pTsiUFeBtgMmCQGxSbeZi7Z9QBAP {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #idPkGcrm9AEphcGkowQkCTDS13LmUSZe {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #eNCKP7hTROeEqhOmD2oE5M0z2hWPyKhN {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #IVFT3MEwnZ3dETPHPt3S845q8eww6GcT {  }
 }@media only screen and (max-width: 763px) { #Ea20FqsKAk39ymcyL0T456pHEbCgCrmw { display:block; }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #AGkseMPoxeGLVZnyeqclF4G4dbnE3GIt {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #sZsrDTVpDHcnz32phWZuS2eRRSraJsiS {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-text {padding-top: 0; padding-bottom: 0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-select {padding-top: 0; padding-bottom: 0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-checkbox-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u  { width:225px;height:auto;top:83px;left:0px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u {display:block;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u { width:225px;height:auto;top:83px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #iOpJJyAGuL5cfJD7KMAy294RJPCqAbQh {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #dtNfyhlbCV0wVzyyw1fR2r6eOoxFdw10 {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #Il7axla1aW5CGfTNvyHvuiNqU5sClR9P {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J98bL4Cyozd7alBiQPKBByzzKhntcroP {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #D3yJWPnkMKaEvOSIylqLGNCkMNRA0h8E {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #S4N2EFtpqpqxaTuRyH0CTMpyu9emvbeS {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #EOwSWn6bzXymiZPxkmweKhkHnrU8cZkm {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J6lvLbPR09tVf7Isw2pWg6AGin2iJJMp {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #uqoQ2X2TMWnTqVJLOQq3EdN5aWyAJBMT {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #DTHva70wSzSqUslZWTXrEMFqPx2OA3QN {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #NyFh2zx8uDBFPSovKuVGbpnk2yINPHxl {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #g9BbeAeMHJ3mh3cO4sJa3AkXPrRGKeLn {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #ov2LKzCay0p5uTo2UipVTPvfSIRm52o7 {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #TnAsxydbqquQhNdz4gJ9UO81aw28JFih {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #uebrpFtQ2SDJ74biMpxSSTv34z41J3aw {  }
 }@media only screen and (max-width: 763px) { #Ib55Dq9tehggTRy8nWz0TdeOVyIPkKpK { display:block; }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J7nkUUMl8uZ8yLgGPJD8tZ0IGwkpBO7b {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #FEcfv784q7oHeCV8srLfdl9hBdsBTRTb {  }
 }@media only screen and (max-width: 763px) { #rXavF769HpxLoWzJDpfQQ7IGGvV6iF4A { top:0px;left:211.5px;width:341px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #kO4Lw58oTHK7as6nNiQEGe9J2Vazz4PW { top:49px;left:272px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UKkASPpySL388Jf75DkNkf9la6V7pM3d { display:block; }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVWuxGczon1GIAq9XwvsPIcTfKFrSdw2 { top:0px;left:0px;width:476px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #he1IcI47xlwgqlqSmWG04wprMmbS0fwO { top:20px;left:141px;width:432px;height:260px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yBN97OvfPqdsb3nFs5WKkQBvszm8AbNL { top:0px;left:0px;width:469px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VLOrGz2n9sc5Ft2Om1t3HvyDk10XMape { top:0px;left:85px;width:474px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #rGsQGSxtEAqzcaa9g0LTFQLllwNesr6X { top:74px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WfyhTLxz4DHqTLgKJdIw37aBo9JAo43R { top:153px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #vbQqzc1V8VM9m8WTDeIubmMTazZ0HQmx { top:203px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #V1REQ6RDqZ18RIZeyP6E4tDmazmcLdmh { top:232px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFfLiI7QcCb6qcbuuzpECoJBEDabqgiM { top:63px;left:0px;width:455px;height:189px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 { display:block; }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iw7nAvK3oQ9vdeUpdX74SStuSAmDCw8e { top:12px;left:116px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #f9pZmmn8aBO1VFDq15p7dnn85xNQEGNT { display:block; }
 }@media only screen and (max-width: 763px) { #g0Di6v5T72PRxKtiVqpWxTMD8u2TdGsT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uDVxn4hplPQOyT3VgPU9bAJ6RSPCCcZg { display:block; }
 }@media only screen and (max-width: 763px) { #KG70TcCSNZTl6AGitbDTrPIUQFb5eJQp { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #u8sGQqwOTteJDyWQgZdHDpI1Pi54g1LZ { top:77px;left:182px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RXsBaI7i9CRIZ0UoIarBhrhAPmy9ZEMT { top:298px;left:1px;width:381px;height:120px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mEygPTSWhD3HgcsnTXLBrc6iBeTQeeSK { top:72px;left:182px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #Hh5tCkEDSNEA3faq26q7MpQxntrhTmF0 { top:308px;left:421.4375px;width:339px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy { display:block; }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAZuiwJlr6XaH7cGATlHRiJTDw1XfGuH { top:18px;left:77.96875px;width:226px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #VMwoT7Q6RzTI6k6hLaZsFeGFD76kT9LL { display:block; }
 }@media only screen and (max-width: 763px) { #fKu6UMqXisKoxh4PVUhAPIRiyzasuoU7 { top:20px;left:447.953125px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #dyMhQvDwumUVb8QGTUX34520hZC7aEy5 { display:block; }
 }@media only screen and (max-width: 763px) { #rZPXk0Dqgmfvbun8PKpbrs85kenuyuvX { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #UlnV3GkmKOvqSiwh0ExVyc34seXwZQWE { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #azuvkcUUW06ONTRyJndbcUg5RiFuqFl9 { top:89px;left:484px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aHrWOeLDTvlmCFaagxBmWDmeCisWaJKJ { top:86px;left:481px;width:200px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #nO8WoHJ50nDMI0X63Fd6c1Povn2f7Chx { top:89px;left:91px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #raB39WlCXB8S1R2f5ymhfE7ISocNeT0W { top:274px;left:511px;width:253px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JgTb8TTTTgWsqs14ZPMyCb5k7wUiQxbr { top:331px;left:511px;width:253px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ukV8wMQESBy4AZTrv9vTvtHgVObWoDVQ { top:406px;left:511px;width:253px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ztpef9xlORXwFyRtaPTxyh3maWM2C2Xm { top:459px;left:511px;width:253px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KG1qVlGKN7ON6HWw6WQ69F4RL0KVXhu9 { top:98px;left:91px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pvaR2BBedLcS3bgMKMUR7mLgZKTbC2ur { top:301px;left:71px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #BTp4oHKERlRsoDxzhaH2qs8wn9auBxik { display:block; }
 }@media only screen and (max-width: 763px) { #XZSeiUdgDm8IGUhgT9WoaLwdvMFRi4NF { top:367px;left:105px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #UPLWOlm58RfSz45TPDTSBHuRSDvyevgc { top:376px;left:105px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MilEi0kkD0BHIHNqAIGtBmodGR6AUyyA { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 { display:block; }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dclQfCdFglfTl82wcVirI1Fc6SslOtaS { top:26px;left:116.5px;width:531px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #DFI24NS6xS4BCOWeoL7CwTRXp5ueIxzN { display:block; }
 }@media only screen and (max-width: 763px) { #x1dGeGVtO7eyXVSeLck1tE3oLKBK4mnS { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #x49xIT5d4zPTTQNHGFCSkLONqCdC07HL { top:97px;left:293px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lON5mbI5QMwxMUzQs6MSBP4qgwfN2fVp { top:94px;left:290px;width:200px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa { display:block; }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNqoNafUB8KT5fkKZWtXkmVKso3XbfOQ { top:25px;left:58.96875px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #PGnvbkVO7bPiNs1T7PEauLqQAriV9A1v { display:block; }
 }@media only screen and (max-width: 763px) { #vdv5K3d7kFWCEEvIGElTxWBaCmiP2e76 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #q3ltN663uvdaT69JF7wFyigpiapD44nO { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MRnVg6f5oHcnZS8DKuHaDWdsOTbxkyPD { display:block; }
 }@media only screen and (max-width: 763px) { #IIuJHUym3dKukWsPWkobl5D4CQudbsMQ { top:100px;left:79px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #oWKpNcEwuLq327COGFsVPtJvtkPzyv5u { top:110px;left:79px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cOybfub74boVFn4qukJou5xrb7nkvTiA { top:26px;left:475px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #zysAHq2r3EqTVLnaCNralfbTJbB1VcXo { display:block; }
 }@media only screen and (max-width: 763px) { #G1PBzp8OTsXe6RvQUKgW5gmkisVW2JnO { top:93px;left:508px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #yiKnmFBN9IA682mwSf6fWFfO4EkqX4n1 { top:103px;left:508px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n3W3eViFTVuyKsgebPp7x4cBpFTO61OR { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #EyPTwr1KTZDMpnJuKltzAI99URlonoeX { display:block; }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wd6TrOPs5PxRMp40fsoUkOn7k6hBgRZ3 { top:26px;left:444px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ieFEe1i21pdmJbRM98rVgyRxt41vIHaI { display:block; }
 }@media only screen and (max-width: 763px) { #RcF7oBBH4DqIMchD0gTxDgLc8xzEDpRD { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #TOC1EEHJmWdMmDpooEqbF7wTvNc5Z7l2 { top:87px;left:476px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dxybqAsiHKdI9KnZqGZdwTCLOzbDDFdg { top:88px;left:476px;width:200px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #IPPb1qpmef1WPnTRDEniCTmzlCoAol4u { top:26px;left:43px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #smtRr0QUPCNTMPb9kToMkuGaRkUW5nOi { display:block; }
 }@media only screen and (max-width: 763px) { #qImgScbH6cP0GALNx77TkbkkATNmVTU6 { top:100px;left:63px;width:200px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #nksSemEOzskZdXvI4rgC52t0pICJ1axi { top:110px;left:63px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BqWWt1NsMruhaTVhDRRJzrJQTD2ZJtms { width:372px;height:108px;top:89px;left:392px;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) { #lwP2ymTV1AFlQNJFakISu1UurV5dfH20 { 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; }
#lwP2ymTV1AFlQNJFakISu1UurV5dfH20.adaptive-delivery-prevent-bg { background-image: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container { background-color: transparent; background-image: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244,244,244,0.53); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container > .video-iframe-container { display: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .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); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row > .video-iframe-container { display: none; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .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); }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container { border-width: 0; border-radius: 0; }#lwP2ymTV1AFlQNJFakISu1UurV5dfH20 > .row .container { width:320px;height:1697px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0K9p6bAzEHCVvN8fb2T2bUvwCHm0oKy { width:281.984px;height:41px;top:105.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) { #E5TLgCAwS4aedmiFog8La8RxIgl0yatc { width:297px;height:0;top:170.625px;left:11.5px;text-align:center;text-align-last:center;font-size:25px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:kids;display:none; }
 }@media only screen and (max-width: 763px) { #EFTGW22zvcEU0vVL1XewDN35Cm9D1SPG { width:121px;height:121px;top:0px;left:99.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AmuMmRT2QTLeHxUqZzmPqvB2tRbcoOF3 { width:249px;height:54px;top:145.625px;left:8.984375px;text-align:center;text-align-last:center;font-size:21px;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:hekaya;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #kApTiFift6vSgxRMIHDIKvXaVv7q6Bbl { width:210px;height:41px;top:232px;left:91.96875px;font-size:32px;text-align:center;text-align-last:center;z-index:100007;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;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #isWL2rcTm3XudyG3A0Ebs2yH5kCZfb4F { width:215px;height:58px;top:272px;left:87px;font-size:23px;text-align:right;text-align-last:right;z-index:100008;color:#000000;font-family:hekaya;display:block; }
 }@media only screen and (max-width: 763px) { #EucSes2s6F1o9BvJpOn9ElLb9kTTaI8T { top:147.625px;left:241.953125px;width:50px;height:50px;z-index:100035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DfyG4tUDiTlXqniHyBBn5lStqFOaHmkT { top:147.625px;left:260px;width:50px;height:50px;z-index:100036;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #g7PJpL7JhfPDR4NQ9NAcqKpX9AOf65z7 { width:250px;height:54px;top:308px;left:52px;font-size:21px;text-align:right;text-align-last:right;z-index:100009;color:#000000;font-family:hekaya;display:block; }
 }@media only screen and (max-width: 763px) { #c23aX2l5pWgMafacpTzBVNuLR8XGevr4 { width:301px;height:22px;top:349px;left:19px;font-size:17px;text-align:center;text-align-last:center;z-index:100010;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FRs2EDKTlOTL8qLAFnUOe22dsU84tWv9 { top:241px;left:38px;width:50px;height:50px;z-index:100037;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WD2G7u9dnqgwWwktW8BxXvOGwMphUJzN { top:464px;left:87px;width:172px;height:39px;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"sari 3";display:none; }
 }@media only screen and (max-width: 763px) { #t8ain1Si7EJnb0AgCUqocDxTo6lXs2Qu { display:block; }
 }@media only screen and (max-width: 763px) { #MVZr999fx7AQdpikgQhLQy2VxJ8F4xgS { top:866px;left:26px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #e1Q3DqpRU4zbethmUs9ZNkzRp7VEHVR8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZV65E6vLo3XLmD3M3yHMI2H1GQoZCEmT { top:794px;left:27px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #JbQtNGgsizK05pIn0Rz5rMTPqEQfv6aL { display:block; }
 }@media only screen and (max-width: 763px) { #HnnsSpIoURwMtXgunqS146T0eFdTrMux { top:728px;left:27px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #lZ3HcEeFplm9SmmRF9EuVpMQpZb51ZQ2 { display:block; }
 }@media only screen and (max-width: 763px) { #m5skJ8McVwSEQSPZ0RVZMWhHCcTl0TUz { top:1052px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #tJsqVARdflhNniLZ1TXPITy2FnOzlJ9o { display:block; }
 }@media only screen and (max-width: 763px) { #i3uz4Kz11bH4Gcuzyn7GzwTGUTFC6C7I { top:1005px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Qa4PaguwTVx2I6CzTLOzdKpbOPOpG6Ue { display:block; }
 }@media only screen and (max-width: 763px) { #btHDZvLMgy6IIn8K7nIUAU1OZVqkVTee { top:1163px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #gsdHTUzi0nNDZUAsUS7AvmQa2FPq0TB1 { display:block; }
 }@media only screen and (max-width: 763px) { #RXWwfig676vGVWPgh50339WTwO34PEeV { top:1108px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #QV6zZ8vJEnyCxP5d0FGXRAGqf1qkLE3F { display:block; }
 }@media only screen and (max-width: 763px) { #T7mCVR0mvOZ4FB59TJHBX82ID0hwvf9w { top:937px;left:26px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #QJs9SDhJnQ7NbKN2sL9IWyMUDcedpsKM { display:block; }
 }@media only screen and (max-width: 763px) { #WdpnpCSXTJJzlgoci3aM5VTQRa8Zn24C { top:1219px;left:10px;width:300px;height:54px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aQzRQ07dJo5WDhA5T9PdAdcNMp05ApvN { display:block; }
 }@media only screen and (max-width: 763px) { #qR960cyahgv2XTgZNvSLI8M5LS3OBT7B { top:1293px;left:10px;width:300px;height:50px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #kprRrw6n3hETEf1BaHCHRbrgJBD5Mp0D { display:block; }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-form-header { font-size:19px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-text {padding-top: 0; padding-bottom: 0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-select {padding-top: 0; padding-bottom: 0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]:-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]::-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;float:none; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-radio-label { float:none; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;font-size:0; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-container:first-of-type{padding-top:0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .widget-container:last-of-type{padding-bottom:0;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd  { width:280px;height:274px;top:1363px;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; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd {display:block;}#pRw74DkTI8ENguSMUwA7tSm55CPNIzFd { width:280px;height:274px;top:1363px;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) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #ox7g9h2V9LFSbyw5ed8HqZseL2BrBV0r {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #xQofW67ePCEOxeyG97d6uAXgfpKkxw4U {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #wrBWegKJ4pF8zRm0JX93dOiJGMAKCtZE {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #T3L7yfp03c4sp8vTTkTMkkCmp2aDwr8o {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #JvCg3r0nNyH2nWzoToxqTad4WbbO5ll7 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #lxFAsRIXlUKaSTTwtMT15hLTXQh6TMI3 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #NXbl2eaTRi0fgR7dbyvHCJulCWcE1kmL {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #u0AoZqfsWWUEOFG4J2vSnD8E6XiR7Z55 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #WioAKu7mVxtTsxQtvzeh1F6eUe8nuCxu {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #rIRdJGP9H3BOVEkwpMlJD6BnJwpJo6d0 {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #zazeiytLnVRce40LLOTiOHCxmkJEe2wr {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #puT50hcktnt2Jgl2qK8Eo655pmuoMhI3 {  }
 }@media only screen and (max-width: 763px) { #VvVPIEXwPGEq51DC9TvrgAuGGeFtpIPD { display:block; }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #h9gBhIDexTBeJIbn6agxTXciORNK9KCf {  }
 }@media only screen and (max-width: 763px) { #pRw74DkTI8ENguSMUwA7tSm55CPNIzFd #WgFVXofABtEhRIy4IlPQJazRitonnLyt {  }
 }@media only screen and (max-width: 763px) { #RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM { background-color:#ede4f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container { background-color: transparent; background-image: none; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container > .video-iframe-container { display: none; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row > .video-iframe-container { display: none; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .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); }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container { border-width: 0; border-radius: 0; }#RWeX0KC0OVWdzUEOW5DT88NuTtGmOWeM > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-form-header { font-size:19px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-text {padding-top: 0; padding-bottom: 0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-select {padding-top: 0; padding-bottom: 0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .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; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]:-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]::-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;float:none; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-radio-label { float:none; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;font-size:0; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-container:first-of-type{padding-top:0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .widget-container:last-of-type{padding-bottom:0;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM  { width:280px;height:auto;top:205px;left:295.5px;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;z-index:100032; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#lghzpC4oCTBqUv78OauW64QNwCHsSJVM {display:block;}#lghzpC4oCTBqUv78OauW64QNwCHsSJVM { width:280px;height:auto;top:205px;left:295.5px;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;z-index:100032;display:none; }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #l7CABB13SSOlaKZuglly9Jt9Xb2yqymk {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #api7ZRUBLiBFQBRKrCNqan2W0NtZ9UP3 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #rx62ZnkoWg1uvL1oEllfmGTAkHaNxZT8 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #N6pHtHL9KDyXLsaissvToNNE2wl8HZ4B {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #HxZGJGbPWqgBnldmR4kKVI8DcWVb2NAr {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #OfO2D4JCb2Dg9nVaLABqpTSQztgyfMBU {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #vcV1N05tWF7mU2E3kETsbHwRT1g42GLh {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #q2O1eUMGIwgBucXeubUeEA5u97PDFrXH {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #FilqgPeo7A8D4NuJQ3HouSTl69F04S0p {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #VdzeRmISnTzQJxagcoMpaKc7MPqAq2J0 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #gzl1xIDvsRoPAChEr0FVOfcvMeaWJP96 {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #IRw2pTsiUFeBtgMmCQGxSbeZi7Z9QBAP {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #idPkGcrm9AEphcGkowQkCTDS13LmUSZe {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #eNCKP7hTROeEqhOmD2oE5M0z2hWPyKhN {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #IVFT3MEwnZ3dETPHPt3S845q8eww6GcT {  }
 }@media only screen and (max-width: 763px) { #Ea20FqsKAk39ymcyL0T456pHEbCgCrmw { display:block; }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #AGkseMPoxeGLVZnyeqclF4G4dbnE3GIt {  }
 }@media only screen and (max-width: 763px) { #lghzpC4oCTBqUv78OauW64QNwCHsSJVM #sZsrDTVpDHcnz32phWZuS2eRRSraJsiS {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-form-header { font-size:19px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-text {padding-top: 0; padding-bottom: 0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-select {padding-top: 0; padding-bottom: 0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .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; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]:-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]::-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;float:none; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-radio-label { float:none; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;font-size:0; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-container:first-of-type{padding-top:0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .widget-container:last-of-type{padding-bottom:0;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u  { width:280px;height:auto;top:167px;left:163.5px;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;z-index:100032; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u {display:block;}#rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u { width:280px;height:auto;top:167px;left:163.5px;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;z-index:100032;display:none; }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #iOpJJyAGuL5cfJD7KMAy294RJPCqAbQh {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #dtNfyhlbCV0wVzyyw1fR2r6eOoxFdw10 {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #Il7axla1aW5CGfTNvyHvuiNqU5sClR9P {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J98bL4Cyozd7alBiQPKBByzzKhntcroP {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #D3yJWPnkMKaEvOSIylqLGNCkMNRA0h8E {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #S4N2EFtpqpqxaTuRyH0CTMpyu9emvbeS {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #EOwSWn6bzXymiZPxkmweKhkHnrU8cZkm {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J6lvLbPR09tVf7Isw2pWg6AGin2iJJMp {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #uqoQ2X2TMWnTqVJLOQq3EdN5aWyAJBMT {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #DTHva70wSzSqUslZWTXrEMFqPx2OA3QN {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #NyFh2zx8uDBFPSovKuVGbpnk2yINPHxl {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #g9BbeAeMHJ3mh3cO4sJa3AkXPrRGKeLn {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #ov2LKzCay0p5uTo2UipVTPvfSIRm52o7 {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #TnAsxydbqquQhNdz4gJ9UO81aw28JFih {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #uebrpFtQ2SDJ74biMpxSSTv34z41J3aw {  }
 }@media only screen and (max-width: 763px) { #Ib55Dq9tehggTRy8nWz0TdeOVyIPkKpK { display:block; }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #J7nkUUMl8uZ8yLgGPJD8tZ0IGwkpBO7b {  }
 }@media only screen and (max-width: 763px) { #rkD7EKu0Dpo3zluKvmQafpJIOqXzND4u #FEcfv784q7oHeCV8srLfdl9hBdsBTRTb {  }
 }@media only screen and (max-width: 763px) { #rXavF769HpxLoWzJDpfQQ7IGGvV6iF4A { width:320px;height:41px;top:0px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #kO4Lw58oTHK7as6nNiQEGe9J2Vazz4PW { width:200px;height:52px;top:50px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UKkASPpySL388Jf75DkNkf9la6V7pM3d { display:block; }#UKkASPpySL388Jf75DkNkf9la6V7pM3d > .row .container { width:320px;height:731px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVWuxGczon1GIAq9XwvsPIcTfKFrSdw2 { width:320px;height:339px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #he1IcI47xlwgqlqSmWG04wprMmbS0fwO { width:296px;height:264px;top:21px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #yBN97OvfPqdsb3nFs5WKkQBvszm8AbNL { width:224px;height:96px;top:361px;left:83.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #VLOrGz2n9sc5Ft2Om1t3HvyDk10XMape { width:320px;height:373px;top:350px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rGsQGSxtEAqzcaa9g0LTFQLllwNesr6X { width:17px;height:17px;top:66px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #WfyhTLxz4DHqTLgKJdIw37aBo9JAo43R { width:17px;height:17px;top:156px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #vbQqzc1V8VM9m8WTDeIubmMTazZ0HQmx { width:17px;height:17px;top:196px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #V1REQ6RDqZ18RIZeyP6E4tDmazmcLdmh { width:17px;height:17px;top:222px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFfLiI7QcCb6qcbuuzpECoJBEDabqgiM { width:298px;height:270px;top:435px;left:11px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 { display:block; }#rqLUnqqTJkv6yAPgaQTx8GOz8cxZdw42 > .row .container { width:320px;height:567px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iw7nAvK3oQ9vdeUpdX74SStuSAmDCw8e { top:0px;left:27px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #f9pZmmn8aBO1VFDq15p7dnn85xNQEGNT { display:block; }
 }@media only screen and (max-width: 763px) { #g0Di6v5T72PRxKtiVqpWxTMD8u2TdGsT { top:502px;left:28.5px;width:263px;height:50px;z-index:100008;color:#ffffff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uDVxn4hplPQOyT3VgPU9bAJ6RSPCCcZg { display:block; }
 }@media only screen and (max-width: 763px) { #KG70TcCSNZTl6AGitbDTrPIUQFb5eJQp { width:310px;height:225px;top:123px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u8sGQqwOTteJDyWQgZdHDpI1Pi54g1LZ { width:200px;height:52px;top:54px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RXsBaI7i9CRIZ0UoIarBhrhAPmy9ZEMT { width:320px;height:75px;top:347px;left:0px;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mEygPTSWhD3HgcsnTXLBrc6iBeTQeeSK { width:200px;height:62px;top:44px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Hh5tCkEDSNEA3faq26q7MpQxntrhTmF0 { width:320px;height:64px;top:421px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy { display:block; }#iXifrTVxNJmNy91MHzo8y5xWA7lsGDyy > .row .container { width:320px;height:819px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAZuiwJlr6XaH7cGATlHRiJTDw1XfGuH { top:11px;left:48px;width:224px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #VMwoT7Q6RzTI6k6hLaZsFeGFD76kT9LL { display:block; }
 }@media only screen and (max-width: 763px) { #fKu6UMqXisKoxh4PVUhAPIRiyzasuoU7 { top:339px;left:26px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #dyMhQvDwumUVb8QGTUX34520hZC7aEy5 { display:block; }
 }@media only screen and (max-width: 763px) { #rZPXk0Dqgmfvbun8PKpbrs85kenuyuvX { width:313px;height:100px;top:427px;left:4px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UlnV3GkmKOvqSiwh0ExVyc34seXwZQWE { width:313px;height:50px;top:127px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #azuvkcUUW06ONTRyJndbcUg5RiFuqFl9 { width:200px;height:26px;top:388px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aHrWOeLDTvlmCFaagxBmWDmeCisWaJKJ { width:200px;height:31px;top:385px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #nO8WoHJ50nDMI0X63Fd6c1Povn2f7Chx { width:200px;height:63px;top:60px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #raB39WlCXB8S1R2f5ymhfE7ISocNeT0W { width:253px;height:40px;top:539px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JgTb8TTTTgWsqs14ZPMyCb5k7wUiQxbr { width:253px;height:60px;top:599px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ukV8wMQESBy4AZTrv9vTvtHgVObWoDVQ { width:253px;height:40px;top:679px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ztpef9xlORXwFyRtaPTxyh3maWM2C2Xm { width:253px;height:60px;top:739px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KG1qVlGKN7ON6HWw6WQ69F4RL0KVXhu9 { width:200px;height:52px;top:66px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pvaR2BBedLcS3bgMKMUR7mLgZKTbC2ur { top:201px;left:25.5px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #BTp4oHKERlRsoDxzhaH2qs8wn9auBxik { display:block; }
 }@media only screen and (max-width: 763px) { #XZSeiUdgDm8IGUhgT9WoaLwdvMFRi4NF { width:200px;height:71px;top:794px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #UPLWOlm58RfSz45TPDTSBHuRSDvyevgc { width:200px;height:0;top:803px;left:60px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #MilEi0kkD0BHIHNqAIGtBmodGR6AUyyA { width:313px;height:50px;top:254px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 { display:block; }#TJAR74iMapmOLL27JP1WxK5TMy3RiQT9 > .row .container { width:320px;height:388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dclQfCdFglfTl82wcVirI1Fc6SslOtaS { top:36px;left:10px;width:300px;height:44px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DFI24NS6xS4BCOWeoL7CwTRXp5ueIxzN { display:block; }
 }@media only screen and (max-width: 763px) { #x1dGeGVtO7eyXVSeLck1tE3oLKBK4mnS { width:320px;height:150px;top:153px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #x49xIT5d4zPTTQNHGFCSkLONqCdC07HL { width:200px;height:26px;top:73px;left:62px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lON5mbI5QMwxMUzQs6MSBP4qgwfN2fVp { width:200px;height:31px;top:70px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa { display:block; }#Zeldfxa8DGpHHDRI9C63296Vr3VMbTpa > .row .container { width:320px;height:536px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNqoNafUB8KT5fkKZWtXkmVKso3XbfOQ { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #PGnvbkVO7bPiNs1T7PEauLqQAriV9A1v { display:block; }
 }@media only screen and (max-width: 763px) { #vdv5K3d7kFWCEEvIGElTxWBaCmiP2e76 { width:320px;height:50px;top:164px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #q3ltN663uvdaT69JF7wFyigpiapD44nO { top:468px;left:77px;width:166px;height:49px;z-index:100007;background-color:#ce3d9d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MRnVg6f5oHcnZS8DKuHaDWdsOTbxkyPD { display:block; }
 }@media only screen and (max-width: 763px) { #IIuJHUym3dKukWsPWkobl5D4CQudbsMQ { width:200px;height:71px;top:81px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #oWKpNcEwuLq327COGFsVPtJvtkPzyv5u { width:200px;height:52px;top:91px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cOybfub74boVFn4qukJou5xrb7nkvTiA { top:239px;left:28px;width:264px;height:53px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zysAHq2r3EqTVLnaCNralfbTJbB1VcXo { display:block; }
 }@media only screen and (max-width: 763px) { #G1PBzp8OTsXe6RvQUKgW5gmkisVW2JnO { width:200px;height:71px;top:310px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #yiKnmFBN9IA682mwSf6fWFfO4EkqX4n1 { width:200px;height:52px;top:320px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n3W3eViFTVuyKsgebPp7x4cBpFTO61OR { width:292px;height:44px;top:397px;left:14px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #EyPTwr1KTZDMpnJuKltzAI99URlonoeX { display:block; }#EyPTwr1KTZDMpnJuKltzAI99URlonoeX > .row .container { width:320px;height:598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wd6TrOPs5PxRMp40fsoUkOn7k6hBgRZ3 { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ieFEe1i21pdmJbRM98rVgyRxt41vIHaI { display:block; }
 }@media only screen and (max-width: 763px) { #RcF7oBBH4DqIMchD0gTxDgLc8xzEDpRD { width:282px;height:175px;top:132px;left:19px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TOC1EEHJmWdMmDpooEqbF7wTvNc5Z7l2 { width:200px;height:52px;top:65.5px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dxybqAsiHKdI9KnZqGZdwTCLOzbDDFdg { width:200px;height:59px;top:62px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #IPPb1qpmef1WPnTRDEniCTmzlCoAol4u { top:346px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #smtRr0QUPCNTMPb9kToMkuGaRkUW5nOi { display:block; }
 }@media only screen and (max-width: 763px) { #qImgScbH6cP0GALNx77TkbkkATNmVTU6 { width:200px;height:38px;top:389px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #nksSemEOzskZdXvI4rgC52t0pICJ1axi { width:200px;height:28px;top:394px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BqWWt1NsMruhaTVhDRRJzrJQTD2ZJtms { width:320px;height:150px;top:439px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:290px;height:41px;top:20px;left:15px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:314px;height:54px;top:89.982650756836px;left:3.9930562973022px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:320px;height:465px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { width:310px;height:72px;top:219.141px;left:5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { height:179.141px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { width:50px;height:50px;top:377.140625px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { width:320px;height:56px;top:321.141px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:320px;height:156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:320px;height:70px;top:0px;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:80px;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:120px;left:4px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }