.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); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw { 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; }
#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw.adaptive-delivery-prevent-bg { background-image: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container { background-color: transparent; background-image: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container > .video-iframe-container { display: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .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); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row > .video-iframe-container { display: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .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); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container { border-width: 0; border-radius: 0; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container { width:960px;height:673px;font-size:14px;font-family:arial;position:relative;display:block; }#AeM3po0WUKTAuWw414wJOapQ32W5cM2A { 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; }
#ATaKUQRs7cpxrk2th0gTTATVPyReg8LN { 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; }
#kp6MAefM17xL81B9nFfatvzxTu9w6BTP { 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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-form-header { font-size:19px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-container:first-of-type{padding-top:0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-container:last-of-type{padding-bottom:0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N  { 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:48.03125px;top:163px;z-index:100031;position:absolute;font-size:19px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:293px;display:block;vertical-align:top; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N {display:block;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N { 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:48.03125px;top:163px;z-index:100031;position:absolute;font-size:19px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #y8RWU0Wuk81VwyuXv4652MAXl8JO2iJu { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #Pus8HcBFKl5UmAoSWQbg6lLa005HQmTu { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #hbTED4Vl9VZGdvoP3H44vcBTN7dofGIm { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #ODC13usmzywoQ9fHWApwz469ypxkl2k4 { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #UMfiqn3bevahs1KTIepvyTB4SRhTmQMH { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #ZxsxTadO1QLPDPvb0Tk168HHvaiB6mHa { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #TsTSMRZn998c5buL2E1S6b3JycWmxPRh { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #M7ADsrSv4xHBHGlGPpUVsw0mGJwOIrOZ { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #JJoCEAaOr3FCtIW1mwyR5OQoo4hgpdMN { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #fzrgQ2zbwp4ABX1NBH4DX3u9PK9QG6lO { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #VDTdTokEHwCMwuv0d8TbqoHW2IIWdM9y { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #arIVNtZTXPgIl2zA3VmuD9eQo2Nupq8G { position:relative; }
#Szy4Os6grid33zAKdoWcUxDDWIILfTcP { position:relative;display:block; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #vV9oueUdl1PQHV1LEN3Xd21tCpm6PCen { position:relative; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #XNP74TTldnipF66U1tTWvXXvL0SyJE3H { position:relative; }
#avJmQivuiZPbDgEkG3OFrtXXy68s1rqx { 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; }
#okxBTU5tVnULZyVox41AMU7a11LOgc13 { 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; }
#sQ4uckiNXWTVcaqcQveaXipdxkW9lUB8 { 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; }
#Tk24lFBWembazJoiFi4Frr7myvXNJhCI { 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; }
#K8I9tXGwfPNy9Z28J11TN1AAU2XWBpUM { 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; }
#KpGX2DTO83yQNTWPLd19kQ3hssAyxS91 { 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; }
#HXpLm9f62gc4553xbxmAAavw609oLGLJ { 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; }
#rvJTO2hxpPqspT4Lt3v7XE6eQnx8yOSL { 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; }
#QCZxxcxqM5R83KUoo8c2hEvVanZFuXWR { 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; }
#X9taQfAea1T0rOwUoZTMcTexOdopCb3l { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fdL0uDcLXX07rqtRkNIaxr9mJVJbtS8U { 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; }
#aypp1UTOi8o7iZd6F0sABFlzbltp7J9Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#voPE1tNmc8PWBaghZyVFrTXhU0KX2JAH { 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; }
#osiVEOZVTkqgBOB68beuA5460NFzleaA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DXmWyJVFUpcwXx3eTPF9fn64NNwQJHPg { 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; }
#WDEOfhh1ik6mRh6dXk0S4s1KNkg5TXkU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Bh0qcszIlm9DxsbK58fznB5fJ4Za7T6b { 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; }
#gPl6ehsxRHLwpslBQfwRWx0lATMbliDr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#iCRwCagPfobgfx3sxZyhs9AsNLR2u307 { 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; }
#CkmF5vBxhwqmLQ2hRaGIoFDTzdvbE5Zt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#dhFNla7RUlTJsoItusRy8k6N3MHT2vT2 { 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; }
#HPrr9c0rVNrDwo6xLTzvJQOiGE8N8myz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#bmve5dn7pcabvrXKxvwageInEAXLwitD { 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; }
#n85D0NvRx2QBfto8TBkKIFTSUmUFtle6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Hgnwe89UcQEfobzZkNCOIXQyaUKWOVo6 { 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; }
#uURpK56yv6fLgBv625kUfT3I0sfOt8UF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#CD9DwyczLUHTgCA5HPpIuNxMwMPiJRBs { 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; }
#y0UOSZfThir3si88PBMamVCNG2trs6S3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Jzyu94UppTmJRK6UbSPF5gbXSmTkNdkw { 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; }
#s3ODKJJurL5RnA3D7BRpipS14OEsuBqH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acdffa;background-image:none;position:relative;display:block; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { background-color: transparent; background-image: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { font-size:14px;font-family:arial;height:174px;width:960px;position:relative;display:block; }#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-form-header { font-size:19px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-text {padding-top: 0; padding-bottom: 0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-select {padding-top: 0; padding-bottom: 0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-container:first-of-type{padding-top:0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-container:last-of-type{padding-bottom:0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37  { 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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:293px;display:block;vertical-align:top; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 {display:block;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 { 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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #rmLGzimTVsQ4GO50gVHuBphl5TLXKb4V { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #PGqvdyx8DQ7J8NkKu9CXEtmzdFRhExaC { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #XcxT5vPQEAVqKHgUupvvzGrBJW6OAT2Z { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #FZ1dp3gPPaVq9kndThEXT8tRVKggJlTk { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #AaNUGgJQ59G4mK7RFf3CEOGQoHZJTTV1 { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #iT3qM4Ltz27tQ7x5xkdfDDzei8WEAPlD { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #PRiNagaHU0fExvkBaTyT6GTQQAmUDQpQ { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #aVUlN2UW4tn0ZXy0XGqKyz42Fc3sGfUC { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #QG3pirNU4sVtr0PkFqEoWc1LC4uV1zzd { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #LzDnJHlpQtTzrNAT9CQklGBZdvGlCHid { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #f584adiAFDkH6OJ4IKOSwqZC1e5J9XQZ { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #ITCAG7uIyhAsfItvSrUHU0Z1B1eaxP7V { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #fnt0e70nrFJSymWm7wQdJUCVKSfWFf0D { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #DOrmBKuEHHS3mRJzFbOxF38K8X4mNyH8 { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #UST6m6vRsK8W8bhAhL5ZLH4N5DcWTRAQ { position:relative; }
#mTnTKaR2yd8fB9JcUsqcRlWRZbafitT0 { position:relative;display:block; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #figSkRpst4MQUKqS26eOsWld7lD5GzMQ { position:relative; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #bKbAatv26eLU9PdNc1yQKiLTmgt88PKK { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-form-header { font-size:19px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-text {padding-top: 0; padding-bottom: 0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-select {padding-top: 0; padding-bottom: 0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:24px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-container:first-of-type{padding-top:0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-container:last-of-type{padding-bottom:0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by  { 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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:293px;display:block;vertical-align:top; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by {display:block;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by { 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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #CRF5tnMcHBQTgIxnbmNXEAkRmBQv9SN3 { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #JtNAhnEdhxfUfZT97TC89TNACp3diuhp { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #lAhztA2Jxh6hZKAz2LEbkZBaKTa9v4rF { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #mOPstT8hoMNTzzsZXNmKXeuz7E8ysVxc { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #JT7TEJIiiVUoTHZa5e12U0ZseXBZd8XF { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #xWJHF9lN3uLz7waLPpJuru1lNLxUe8om { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #Zwt43h7KbLIEmxxp58KeUbMAl5ge2Fhb { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #vSbsyDIsUMLkSt9TUznSJXi6cfRHKCLs { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #QJDCs4bWQd1WAySF6fvWF4mI2K1NJutF { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #gGLpW8OlsMFdTk62WkVpTdqDlZm2FgmJ { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #ZGNxBiLkbV17eTSEStA1NdkTRZa2mOGA { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #GMu1xmno93XieiWte1qnGoNg4dc0qNHn { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #F6lGpogXnEG6uUyJCn5aG5UXkZTTTVoE { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #xyuZ8bTTIhIU17IKdsDTqI4Xclg47ebV { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #X5Lp7FeeqMSnJrWyN9CG45Py6JqzuoDz { position:relative; }
#tmIIp6y7fAOSxlobt3aUfhxcHyTzdMDA { position:relative;display:block; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #GCGQUMunzxiDQOI9dM1rCbDa9ZhQ5Ih8 { position:relative; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #ZtL2cnxixnAbI4BuPykEkxb5ZyTesTc3 { position:relative; }
#DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { color:#000000;display:block;width:341px;position:absolute;font-family:kids;font-size:38px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:0px;left:309.5px;height:49px;text-align:center;text-align-last:center;display:block; }
#emg9hDoHRnQh3X7WobqEabHf828t67MA { color:#000000;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:49px;left:370px;height:52px;text-align:center;text-align-last:center;display:block; }
#u9NrPp9ol1Mwa7eoJkEweXfFdBi0wwv4 { 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:44px;width:960px;top:113px;left:0px;display:block; }
#TlhyMlNIFploWGRkuZEKn0VlAhbHe0Zy { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93px;width:93px;top:65px;left:749px;overflow:hidden;display:block; }
#LFHAVI43l8ysLU1IiyAMSkWnKAg4sy6Z { color:#ffffff;display:block;width:512px;position:absolute;font-family:kids;font-size:24px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:120px;left:248px;height:31px;text-align:center;text-align-last:center;display:block; }
#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 { position:relative;display:block; }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 { background-color: transparent; background-image: none; }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .row .container > .video-iframe-container { display: none; }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .row > .video-iframe-container { display: none; }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .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); }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 { border-width: 0; border-radius: 0; }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .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; }#FWqcvrO3DsFIt5X29HxcWMCEzxKBBg8v { 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; }
#ffX1H3pyxHKq5ACgfuqWdJMNUAbkOVkI { 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; }
#RfTq0aoeFhO1klmPTWZ8krOVaw3xmpTf { 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; }
#zlvgN6R7wtdlnlUTOkg0nqrgvwfRJtZz { 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; }
#wicTPvOxmJUDmfxxbwRxFwskqRTW6dEx { 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; }
#qgKJsUlTqkMnIXmB1G2FLns4rbJJLdmr { 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; }
#w2HidCzP516U4dt9y2fHNRe6mns8lSA1 { 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; }
#bNsQEZzBUqy18TrCovHlrRf8lEwSkSI3 { 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; }
#R4czvO1IaDEfEctOzzK8F7URwoHxH5D6 { 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; }
#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0f3oAQIw/Preschool_Kids_holding_hands_walking_school_hall_Preschool.jpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.adaptive-delivery-prevent-bg { background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { background-color: transparent; background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.62); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.62); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { border-width: 0; border-radius: 0; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { font-size:14px;font-family:arial;height:448px;width:960px;position:relative;display:block; }#IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { z-index:100002;top:21px;left:343.984375px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:266.016px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#m0RNoLQzWyuiXOWduyB7tKshJM3SI5kQ { 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; }
#tBTLC9XGueozxla2UkdEmtQrAZAd3f6z { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { display:block;width:842px;position:absolute;font-family:tajawal;font-size:20px;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:224px;left:95px;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; }
#d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:89px;left:378px;height:52px;text-align:center;text-align-last:center;display:block; }
#TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { color:#000000;display:block;width:381px;position:absolute;font-family:kids;font-size:25px;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:346px;left:49.5px;height:120px;text-align:center;text-align-last:center;display:block; }
#dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { position:absolute;display:block;z-index:100009;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:63px;width:200px;top:83px;left:376px;display:block; }
#OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { color:#000000;display:block;width:339px;position:absolute;font-family:kids;font-size:25px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:374px;left:568.4375px;height:32px;text-align:center;text-align-last:center;display:block; }
#SNCn9zry31z3FIQy1WvqTE38pvrBo9Cs { color:#ffffff;display:block;width:512px;position:absolute;font-family:kids;font-size:24px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:175.5px;left:248px;height:31px;text-align:center;text-align-last:center;display:block; }
#xyb8u2G4wi1nwF00Tb9EOsExKLQ2PW7O { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93px;width:93px;top:121px;left:749px;overflow:hidden;display:block; }
#Sb3d1c81SLlEXKSssbIU6dMWovSWX4DW { position:absolute;display:block;z-index:100010;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:44px;width:960px;top:169px;left:0px;display:block; }
#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:block; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { background-color: transparent; background-image: none; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container > .video-iframe-container { display: none; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row > .video-iframe-container { display: none; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { border-width: 0; border-radius: 0; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { font-size:14px;font-family:arial;height:539px;width:960px;position:relative;display:block; }#xcxTLp88G3ie8NCcZGnWD1rMTGo0r3Qq { z-index:100004;top:18.9375px;left:126.96875px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:226.031px;height:57.0156px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UVlMypm4quAbZktNa7v6XldfGg9WbW2U { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#OMNqXs60Z4uWTTdLN0Ctz3vdCnKBq7xT { z-index:100004;top:20.46875px;left:594.953125px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:269px;height:54px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N5rasTPC114RsJlNITpGez3dIVmfhW8D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#sbCtfPWoKDqcFOqzulflw7K0pg4z9q1T { display:block;width:447px;position:absolute;font-family:tajawal;font-size: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; }
#viDEnTmnwWe2VFRC0HeI0I36Ii8ccPs8 { display:block;width:412px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100009;line-height:1.7;letter-spacing:0;top:177.5px;left:34px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#PghnoFIdADdvPRGbpfG9bqtaG5AIIa3P { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:89px;left:631px;height:26px;text-align:center;text-align-last:center;display:block; }
#BfRgPnmts5fOrO6bIHI9WeIZQgTkEzEA { position:absolute;display:block;z-index:100011;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31px;width:200px;top:86px;left:628px;display:block; }
#yT8u4LzbzBxy11H6aqyUImM5PlRIDl9c { position:absolute;display:block;z-index:100012;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:200px;top:89px;left:140px;display:block; }
#W7dN1r8nvkvQyHPi5FkLGVHUGxup4uZh { 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; }
#iVE4tILTwmZRyvTuvxs8OWJ4HrR68TZ8 { 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; }
#UKOd9giTfPJVm3A9KwPSIZZFT87lKMCm { 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; }
#RyTqValZPVUJOik3qTcPLTA4S9xB12MB { 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; }
#vQUCPgw9nUsVTcIRfPXlRcoPanUK3dIC { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:98.5px;left:140px;height:52px;text-align:center;text-align-last:center;display:block; }
#T5gFINvyKvQ7aAztJiZlRDEJr83Lzt2W { z-index:100004;top: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; }
#EB0ZVTdlHVwgylkDBBcTK5BwTbkPZJGA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#k7n12Ldi182Q4KMkh4LzEfoz4EkusyZ9 { position:absolute;display:block;z-index:100014;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:200px;top:367px;left:154px;display:block; }
#pQ48hvHRtnQ8089MWVXaq0NLHJpoQwU1 { 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; }
#dDIZh1NlNdXwkhuhKXeWDJVBuJmDEZo8 { display:block;width:397px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top: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; }
#OwuARy5N3Ih5AxlB6FsZITp03einZdfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e0eded, #74edea);background-image: -moz-linear-gradient(180deg, #e0eded, #74edea);background-image: -ms-linear-gradient(180deg, #e0eded, #74edea);background-image: -o-linear-gradient(180deg, #e0eded, #74edea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );";background-image: linear-gradient(180deg, #e0eded, #74edea);background-size:auto !important;position:relative;display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { background-color: transparent; background-image: none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container > .video-iframe-container { display: none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row > .video-iframe-container { display: none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { border-width: 0; border-radius: 0; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#nTpO2qi0oFBERgIFEqHTAVFvTdRvcSgR { z-index:100004;top:25.96875px;left:107.96875px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.047px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hzoozVucvLhFRGg9piCTw6eN0N3giVCi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SGdkSANogsGIMfwOA0CPXBZSTx8EqJgD { display:block;width:405px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100006;line-height:1.7;letter-spacing:0;top:189px;left:25.5px;height:74px;text-align:center;text-align-last:center;color:#000000;display:block; }
#vH3SJXiDQDWvmd7GtKb21vVXerokmpv4 { 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; }
#VtQrTJAhhMGlaN0wTBrwHnoMoUobMesP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#UVxiktfup0luHnkfgZDlbeC3oHeXAsd4 { position:absolute;display:block;z-index:100016;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:200px;top:100px;left:128px;display:block; }
#uW7tqTtzPybQiVkUu2yGXns27yCtSiD4 { 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; }
#F4WborHwHZwazdI2vIkgiS6XWFo18B5d { z-index:100002;top:26px;left:622px;background-color:transparent;background-image:none;border-top:2px solid #000000;border-left:2px solid #000000;border-right:2px solid #000000;border-bottom:2px solid #000000;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264.047px;height:52px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XTNccWb8VDHpH6XmZMmJmNbA0i1Eos1n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#AdhTkZhPSfKHKITC4AoWa1fmiX7eXTtB { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71px;width:200px;top:93px;left:655px;display:block; }
#qS1FwmTVZzGV39NNXzLI3TmbuykBOF3p { 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; }
#ZSc9Tg1u3tMOqTeg9AwKqMsd0CPZHy7K { display:block;width:410.984px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:192px;left:549px;height:60px;text-align:center;text-align-last:center;color:#000000;display:block; }
#umLvsui0QC7veBvV8lMCsfryHFTNoI1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Wmd31wUH/72136312_H.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#umLvsui0QC7veBvV8lMCsfryHFTNoI1q.adaptive-delivery-prevent-bg { background-image: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { background-color: transparent; background-image: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(222,252,249,0.69); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container > .video-iframe-container { display: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(222,252,249,0.69); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row > .video-iframe-container { display: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { border-width: 0; border-radius: 0; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { font-size:14px;font-family:arial;height:437px;width:960px;position:relative;display:block; }#L6l3xRmGXKCvt6eP1DAfDlU0CeLmy8AG { 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; }
#WsJJRcGunEISNNxxnLnU0iRTdNQ3TmcL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Fp5sbO3nwBnZfoOCXedo37xdnoekNhB3 { display:block;width:402.969px;position:absolute;font-family:tajawal;font-size:20px;font-weight:normal;z-index:100004;line-height:1.7;letter-spacing:0;top:155px;left:547px;height:204px;text-align:center;text-align-last:center;color:#000000;display:block; }
#fAxfwRaAezgTxqcoNO4IGkHmyhfUmy4p { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:20px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:87px;left:623px;height:52px;text-align:center;text-align-last:center;display:block; }
#AQk8nra3RpoT7V5Jzvg3nzXA3WHQOVun { position:absolute;display:block;z-index:100013;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49px;width:200px;top:88px;left:623px;display:block; }
#xBdJ5XMWs9Hq8gFRMZh1Qe9lpxQOZtPv { 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; }
#A4iNJy8atXo4HLcth3tQHA9tkEre8wTq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pJ76E66tm2XDms8kFsMWT7q2p2uKCuwt { position:absolute;display:block;z-index:100020;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47px;width:200px;top:100px;left:112px;display:block; }
#yD7k7AROZVsiC1LTShT8MwA462N46cRV { color:#ffffff;display:block;width:200px;position:absolute;font-family:kids;font-size:22px;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:110px;left:112px;height:28px;text-align:center;text-align-last:center;display:block; }
#lBQESWOvnb9Z6dBV86z0qq96kSO1ypC2 { display:block;width:405px;position:absolute;font-family:tajawal;font-size:22px;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top: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) { #xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw { display:block; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeM3po0WUKTAuWw414wJOapQ32W5cM2A { width:443px;height:65px;top:98px;left:321px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ATaKUQRs7cpxrk2th0gTTATVPyReg8LN { width:428px;height:46px;top:205px;left:336px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kp6MAefM17xL81B9nFfatvzxTu9w6BTP { top:0px;left:263.44097900391px;width:120px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-checkbox-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N  { width:225px;height:auto;top:83px;left:0px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N {display:block;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N { width:225px;height:auto;top:83px;left:0px; }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #y8RWU0Wuk81VwyuXv4652MAXl8JO2iJu {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #Pus8HcBFKl5UmAoSWQbg6lLa005HQmTu {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #hbTED4Vl9VZGdvoP3H44vcBTN7dofGIm {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #ODC13usmzywoQ9fHWApwz469ypxkl2k4 {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #UMfiqn3bevahs1KTIepvyTB4SRhTmQMH {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #ZxsxTadO1QLPDPvb0Tk168HHvaiB6mHa {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #TsTSMRZn998c5buL2E1S6b3JycWmxPRh {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #M7ADsrSv4xHBHGlGPpUVsw0mGJwOIrOZ {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #JJoCEAaOr3FCtIW1mwyR5OQoo4hgpdMN {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #fzrgQ2zbwp4ABX1NBH4DX3u9PK9QG6lO {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #VDTdTokEHwCMwuv0d8TbqoHW2IIWdM9y {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #arIVNtZTXPgIl2zA3VmuD9eQo2Nupq8G {  }
 }@media only screen and (max-width: 763px) { #Szy4Os6grid33zAKdoWcUxDDWIILfTcP { display:block; }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #vV9oueUdl1PQHV1LEN3Xd21tCpm6PCen {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #XNP74TTldnipF66U1tTWvXXvL0SyJE3H {  }
 }@media only screen and (max-width: 763px) { #avJmQivuiZPbDgEkG3OFrtXXy68s1rqx { width:249px;height:;top:165px;left:0px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #okxBTU5tVnULZyVox41AMU7a11LOgc13 { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #sQ4uckiNXWTVcaqcQveaXipdxkW9lUB8 { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #Tk24lFBWembazJoiFi4Frr7myvXNJhCI { display:none; }
 }@media only screen and (max-width: 763px) { #K8I9tXGwfPNy9Z28J11TN1AAU2XWBpUM { display:none; }
 }@media only screen and (max-width: 763px) { #KpGX2DTO83yQNTWPLd19kQ3hssAyxS91 { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #HXpLm9f62gc4553xbxmAAavw609oLGLJ { width:706px;height:32px;top:-50px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #rvJTO2hxpPqspT4Lt3v7XE6eQnx8yOSL { display:none; }
 }@media only screen and (max-width: 763px) { #QCZxxcxqM5R83KUoo8c2hEvVanZFuXWR { width:0px;height:0px;display:none; }
 }@media only screen and (max-width: 763px) { #X9taQfAea1T0rOwUoZTMcTexOdopCb3l { display:block; }
 }@media only screen and (max-width: 763px) { #fdL0uDcLXX07rqtRkNIaxr9mJVJbtS8U { top:406px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #aypp1UTOi8o7iZd6F0sABFlzbltp7J9Q { display:block; }
 }@media only screen and (max-width: 763px) { #voPE1tNmc8PWBaghZyVFrTXhU0KX2JAH { top:272px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #osiVEOZVTkqgBOB68beuA5460NFzleaA { display:block; }
 }@media only screen and (max-width: 763px) { #DXmWyJVFUpcwXx3eTPF9fn64NNwQJHPg { top:338px;left:498px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WDEOfhh1ik6mRh6dXk0S4s1KNkg5TXkU { display:block; }
 }@media only screen and (max-width: 763px) { #Bh0qcszIlm9DxsbK58fznB5fJ4Za7T6b { top:395px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #gPl6ehsxRHLwpslBQfwRWx0lATMbliDr { display:block; }
 }@media only screen and (max-width: 763px) { #iCRwCagPfobgfx3sxZyhs9AsNLR2u307 { top:351px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #CkmF5vBxhwqmLQ2hRaGIoFDTzdvbE5Zt { display:block; }
 }@media only screen and (max-width: 763px) { #dhFNla7RUlTJsoItusRy8k6N3MHT2vT2 { top:309px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #HPrr9c0rVNrDwo6xLTzvJQOiGE8N8myz { display:block; }
 }@media only screen and (max-width: 763px) { #bmve5dn7pcabvrXKxvwageInEAXLwitD { top:442px;left:350px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #n85D0NvRx2QBfto8TBkKIFTSUmUFtle6 { display:block; }
 }@media only screen and (max-width: 763px) { #Hgnwe89UcQEfobzZkNCOIXQyaUKWOVo6 { top:473px;left:495px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #uURpK56yv6fLgBv625kUfT3I0sfOt8UF { display:block; }
 }@media only screen and (max-width: 763px) { #CD9DwyczLUHTgCA5HPpIuNxMwMPiJRBs { top:544px;left:208px;width:492px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #y0UOSZfThir3si88PBMamVCNG2trs6S3 { display:block; }
 }@media only screen and (max-width: 763px) { #Jzyu94UppTmJRK6UbSPF5gbXSmTkNdkw { top:608px;left:273px;width:491px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #s3ODKJJurL5RnA3D7BRpipS14OEsuBqH { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-text {padding-top: 0; padding-bottom: 0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-select {padding-top: 0; padding-bottom: 0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-checkbox-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37  { width:225px;height:auto;top:83px;left:0px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 {display:block;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 { width:225px;height:auto;top:83px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #rmLGzimTVsQ4GO50gVHuBphl5TLXKb4V {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #PGqvdyx8DQ7J8NkKu9CXEtmzdFRhExaC {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #XcxT5vPQEAVqKHgUupvvzGrBJW6OAT2Z {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #FZ1dp3gPPaVq9kndThEXT8tRVKggJlTk {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #AaNUGgJQ59G4mK7RFf3CEOGQoHZJTTV1 {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #iT3qM4Ltz27tQ7x5xkdfDDzei8WEAPlD {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #PRiNagaHU0fExvkBaTyT6GTQQAmUDQpQ {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #aVUlN2UW4tn0ZXy0XGqKyz42Fc3sGfUC {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #QG3pirNU4sVtr0PkFqEoWc1LC4uV1zzd {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #LzDnJHlpQtTzrNAT9CQklGBZdvGlCHid {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #f584adiAFDkH6OJ4IKOSwqZC1e5J9XQZ {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #ITCAG7uIyhAsfItvSrUHU0Z1B1eaxP7V {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #fnt0e70nrFJSymWm7wQdJUCVKSfWFf0D {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #DOrmBKuEHHS3mRJzFbOxF38K8X4mNyH8 {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #UST6m6vRsK8W8bhAhL5ZLH4N5DcWTRAQ {  }
 }@media only screen and (max-width: 763px) { #mTnTKaR2yd8fB9JcUsqcRlWRZbafitT0 { display:block; }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #figSkRpst4MQUKqS26eOsWld7lD5GzMQ {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #bKbAatv26eLU9PdNc1yQKiLTmgt88PKK {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-regular-label { width:225px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-text { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-text {padding-top: 0; padding-bottom: 0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-textarea { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-select { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-select {padding-top: 0; padding-bottom: 0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-button { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-checkbox-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by  { width:225px;height:auto;top:83px;left:0px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .radio-container { width:225px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by {display:block;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by { width:225px;height:auto;top:83px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #CRF5tnMcHBQTgIxnbmNXEAkRmBQv9SN3 {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #JtNAhnEdhxfUfZT97TC89TNACp3diuhp {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #lAhztA2Jxh6hZKAz2LEbkZBaKTa9v4rF {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #mOPstT8hoMNTzzsZXNmKXeuz7E8ysVxc {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #JT7TEJIiiVUoTHZa5e12U0ZseXBZd8XF {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #xWJHF9lN3uLz7waLPpJuru1lNLxUe8om {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #Zwt43h7KbLIEmxxp58KeUbMAl5ge2Fhb {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #vSbsyDIsUMLkSt9TUznSJXi6cfRHKCLs {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #QJDCs4bWQd1WAySF6fvWF4mI2K1NJutF {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #gGLpW8OlsMFdTk62WkVpTdqDlZm2FgmJ {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #ZGNxBiLkbV17eTSEStA1NdkTRZa2mOGA {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #GMu1xmno93XieiWte1qnGoNg4dc0qNHn {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #F6lGpogXnEG6uUyJCn5aG5UXkZTTTVoE {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #xyuZ8bTTIhIU17IKdsDTqI4Xclg47ebV {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #X5Lp7FeeqMSnJrWyN9CG45Py6JqzuoDz {  }
 }@media only screen and (max-width: 763px) { #tmIIp6y7fAOSxlobt3aUfhxcHyTzdMDA { display:block; }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #GCGQUMunzxiDQOI9dM1rCbDa9ZhQ5Ih8 {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #ZtL2cnxixnAbI4BuPykEkxb5ZyTesTc3 {  }
 }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { top:0px;left:211.5px;width:341px;height:49px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { top:49px;left:272px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #u9NrPp9ol1Mwa7eoJkEweXfFdBi0wwv4 { top:113px;left:0px;width:764px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #TlhyMlNIFploWGRkuZEKn0VlAhbHe0Zy { top:65px;left:651px;width:93px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #LFHAVI43l8ysLU1IiyAMSkWnKAg4sy6Z { top:120px;left:150px;width:512px;height:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 { display:block; }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWqcvrO3DsFIt5X29HxcWMCEzxKBBg8v { top:0px;left:0px;width:476px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #ffX1H3pyxHKq5ACgfuqWdJMNUAbkOVkI { top:20px;left:141px;width:432px;height:260px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RfTq0aoeFhO1klmPTWZ8krOVaw3xmpTf { top:0px;left:0px;width:469px;height:81px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zlvgN6R7wtdlnlUTOkg0nqrgvwfRJtZz { top:0px;left:85px;width:474px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #wicTPvOxmJUDmfxxbwRxFwskqRTW6dEx { top:74px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #qgKJsUlTqkMnIXmB1G2FLns4rbJJLdmr { top:153px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #w2HidCzP516U4dt9y2fHNRe6mns8lSA1 { top:203px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #bNsQEZzBUqy18TrCovHlrRf8lEwSkSI3 { top:232px;left:747px;width:17px;height:17px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #R4czvO1IaDEfEctOzzK8F7URwoHxH5D6 { top:63px;left:0px;width:455px;height:189px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:21px;left:116px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #m0RNoLQzWyuiXOWduyB7tKshJM3SI5kQ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #tBTLC9XGueozxla2UkdEmtQrAZAd3f6z { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { top:89px;left:182px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { top:346px;left:0.5px;width:381px;height:120px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { top:83px;left:182px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { top:374px;left:421.4375px;width:339px;height:64px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SNCn9zry31z3FIQy1WvqTE38pvrBo9Cs { top:175px;left:0px;width:512px;height:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xyb8u2G4wi1nwF00Tb9EOsExKLQ2PW7O { top:121px;left:602px;width:93px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #Sb3d1c81SLlEXKSssbIU6dMWovSWX4DW { top:169px;left:0px;width:764px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP { display:block; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcxTLp88G3ie8NCcZGnWD1rMTGo0r3Qq { top:18px;left:77.96875px;width:226px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #UVlMypm4quAbZktNa7v6XldfGg9WbW2U { display:block; }
 }@media only screen and (max-width: 763px) { #OMNqXs60Z4uWTTdLN0Ctz3vdCnKBq7xT { top:20px;left:447.953125px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #N5rasTPC114RsJlNITpGez3dIVmfhW8D { display:block; }
 }@media only screen and (max-width: 763px) { #sbCtfPWoKDqcFOqzulflw7K0pg4z9q1T { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #viDEnTmnwWe2VFRC0HeI0I36Ii8ccPs8 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #PghnoFIdADdvPRGbpfG9bqtaG5AIIa3P { top:89px;left:484px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BfRgPnmts5fOrO6bIHI9WeIZQgTkEzEA { top:86px;left:481px;width:200px;height:31px;display:block; }
 }@media only screen and (max-width: 763px) { #yT8u4LzbzBxy11H6aqyUImM5PlRIDl9c { top:89px;left:91px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #W7dN1r8nvkvQyHPi5FkLGVHUGxup4uZh { top:274px;left:511px;width:253px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iVE4tILTwmZRyvTuvxs8OWJ4HrR68TZ8 { top:331px;left:511px;width:253px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UKOd9giTfPJVm3A9KwPSIZZFT87lKMCm { top:406px;left:511px;width:253px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RyTqValZPVUJOik3qTcPLTA4S9xB12MB { top:459px;left:511px;width:253px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vQUCPgw9nUsVTcIRfPXlRcoPanUK3dIC { top:98px;left:91px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T5gFINvyKvQ7aAztJiZlRDEJr83Lzt2W { top:301px;left:71px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #EB0ZVTdlHVwgylkDBBcTK5BwTbkPZJGA { display:block; }
 }@media only screen and (max-width: 763px) { #k7n12Ldi182Q4KMkh4LzEfoz4EkusyZ9 { top:367px;left:105px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #pQ48hvHRtnQ8089MWVXaq0NLHJpoQwU1 { top:376px;left:105px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dDIZh1NlNdXwkhuhKXeWDJVBuJmDEZo8 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTpO2qi0oFBERgIFEqHTAVFvTdRvcSgR { top:25px;left:58.96875px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #hzoozVucvLhFRGg9piCTw6eN0N3giVCi { display:block; }
 }@media only screen and (max-width: 763px) { #SGdkSANogsGIMfwOA0CPXBZSTx8EqJgD { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #vH3SJXiDQDWvmd7GtKb21vVXerokmpv4 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VtQrTJAhhMGlaN0wTBrwHnoMoUobMesP { display:block; }
 }@media only screen and (max-width: 763px) { #UVxiktfup0luHnkfgZDlbeC3oHeXAsd4 { top:100px;left:79px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #uW7tqTtzPybQiVkUu2yGXns27yCtSiD4 { top:110px;left:79px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F4WborHwHZwazdI2vIkgiS6XWFo18B5d { top:26px;left:475px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #XTNccWb8VDHpH6XmZMmJmNbA0i1Eos1n { display:block; }
 }@media only screen and (max-width: 763px) { #AdhTkZhPSfKHKITC4AoWa1fmiX7eXTtB { top:93px;left:508px;width:200px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #qS1FwmTVZzGV39NNXzLI3TmbuykBOF3p { top:103px;left:508px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSc9Tg1u3tMOqTeg9AwKqMsd0CPZHy7K { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:block; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6l3xRmGXKCvt6eP1DAfDlU0CeLmy8AG { top:26px;left:444px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #WsJJRcGunEISNNxxnLnU0iRTdNQ3TmcL { display:block; }
 }@media only screen and (max-width: 763px) { #Fp5sbO3nwBnZfoOCXedo37xdnoekNhB3 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #fAxfwRaAezgTxqcoNO4IGkHmyhfUmy4p { top:87px;left:476px;width:200px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AQk8nra3RpoT7V5Jzvg3nzXA3WHQOVun { top:88px;left:476px;width:200px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #xBdJ5XMWs9Hq8gFRMZh1Qe9lpxQOZtPv { top:26px;left:43px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #A4iNJy8atXo4HLcth3tQHA9tkEre8wTq { display:block; }
 }@media only screen and (max-width: 763px) { #pJ76E66tm2XDms8kFsMWT7q2p2uKCuwt { top:100px;left:63px;width:200px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #yD7k7AROZVsiC1LTShT8MwA462N46cRV { top:110px;left:63px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lBQESWOvnb9Z6dBV86z0qq96kSO1ypC2 { width:372px;height:108px;top:89px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw { 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; }
#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw.adaptive-delivery-prevent-bg { background-image: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container { background-color: transparent; background-image: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244,244,244,0.53); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container > .video-iframe-container { display: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .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); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row > .video-iframe-container { display: none; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .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); }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container { border-width: 0; border-radius: 0; }#xdvEh4A3vGK1HN6XpiETxnncdrJBGzgw > .row .container { width:320px;height:1363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeM3po0WUKTAuWw414wJOapQ32W5cM2A { 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) { #ATaKUQRs7cpxrk2th0gTTATVPyReg8LN { 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) { #kp6MAefM17xL81B9nFfatvzxTu9w6BTP { width:121px;height:121px;top:0px;left:99.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-form-header { font-size:19px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-text {padding-top: 0; padding-bottom: 0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-select {padding-top: 0; padding-bottom: 0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .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; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]:-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]::-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;float:none; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-radio-label { float:none; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;font-size:0; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-container:first-of-type{padding-top:0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .widget-container:last-of-type{padding-bottom:0;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N  { width:280px;height:auto;top:397.625px;left:0px;font-size:19px;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N {display:block;}#yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N { width:280px;height:auto;top:397.625px;left:0px;font-size:19px;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #y8RWU0Wuk81VwyuXv4652MAXl8JO2iJu {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #Pus8HcBFKl5UmAoSWQbg6lLa005HQmTu {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #hbTED4Vl9VZGdvoP3H44vcBTN7dofGIm {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #ODC13usmzywoQ9fHWApwz469ypxkl2k4 {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #UMfiqn3bevahs1KTIepvyTB4SRhTmQMH {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #ZxsxTadO1QLPDPvb0Tk168HHvaiB6mHa {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #TsTSMRZn998c5buL2E1S6b3JycWmxPRh {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #M7ADsrSv4xHBHGlGPpUVsw0mGJwOIrOZ {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #JJoCEAaOr3FCtIW1mwyR5OQoo4hgpdMN {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #fzrgQ2zbwp4ABX1NBH4DX3u9PK9QG6lO {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #VDTdTokEHwCMwuv0d8TbqoHW2IIWdM9y {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #arIVNtZTXPgIl2zA3VmuD9eQo2Nupq8G {  }
 }@media only screen and (max-width: 763px) { #Szy4Os6grid33zAKdoWcUxDDWIILfTcP { display:block; }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #vV9oueUdl1PQHV1LEN3Xd21tCpm6PCen {  }
 }@media only screen and (max-width: 763px) { #yd4VWEcsaxMoekCqPuNIXWvSyliBGq1N #XNP74TTldnipF66U1tTWvXXvL0SyJE3H {  }
 }@media only screen and (max-width: 763px) { #avJmQivuiZPbDgEkG3OFrtXXy68s1rqx { 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) { #okxBTU5tVnULZyVox41AMU7a11LOgc13 { 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) { #sQ4uckiNXWTVcaqcQveaXipdxkW9lUB8 { 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) { #Tk24lFBWembazJoiFi4Frr7myvXNJhCI { top:147.625px;left:241.953125px;width:50px;height:50px;z-index:100035;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K8I9tXGwfPNy9Z28J11TN1AAU2XWBpUM { top:147.625px;left:260px;width:50px;height:50px;z-index:100036;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KpGX2DTO83yQNTWPLd19kQ3hssAyxS91 { 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) { #HXpLm9f62gc4553xbxmAAavw609oLGLJ { 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) { #rvJTO2hxpPqspT4Lt3v7XE6eQnx8yOSL { top:241px;left:38px;width:50px;height:50px;z-index:100037;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QCZxxcxqM5R83KUoo8c2hEvVanZFuXWR { 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) { #X9taQfAea1T0rOwUoZTMcTexOdopCb3l { display:block; }
 }@media only screen and (max-width: 763px) { #fdL0uDcLXX07rqtRkNIaxr9mJVJbtS8U { top:866px;left:26px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #aypp1UTOi8o7iZd6F0sABFlzbltp7J9Q { display:block; }
 }@media only screen and (max-width: 763px) { #voPE1tNmc8PWBaghZyVFrTXhU0KX2JAH { top:794px;left:27px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #osiVEOZVTkqgBOB68beuA5460NFzleaA { display:block; }
 }@media only screen and (max-width: 763px) { #DXmWyJVFUpcwXx3eTPF9fn64NNwQJHPg { top:728px;left:27px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WDEOfhh1ik6mRh6dXk0S4s1KNkg5TXkU { display:block; }
 }@media only screen and (max-width: 763px) { #Bh0qcszIlm9DxsbK58fznB5fJ4Za7T6b { top:1052px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #gPl6ehsxRHLwpslBQfwRWx0lATMbliDr { display:block; }
 }@media only screen and (max-width: 763px) { #iCRwCagPfobgfx3sxZyhs9AsNLR2u307 { top:1005px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #CkmF5vBxhwqmLQ2hRaGIoFDTzdvbE5Zt { display:block; }
 }@media only screen and (max-width: 763px) { #dhFNla7RUlTJsoItusRy8k6N3MHT2vT2 { top:1163px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #HPrr9c0rVNrDwo6xLTzvJQOiGE8N8myz { display:block; }
 }@media only screen and (max-width: 763px) { #bmve5dn7pcabvrXKxvwageInEAXLwitD { top:1108px;left:68px;width:184px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #n85D0NvRx2QBfto8TBkKIFTSUmUFtle6 { display:block; }
 }@media only screen and (max-width: 763px) { #Hgnwe89UcQEfobzZkNCOIXQyaUKWOVo6 { top:937px;left:26px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #uURpK56yv6fLgBv625kUfT3I0sfOt8UF { display:block; }
 }@media only screen and (max-width: 763px) { #CD9DwyczLUHTgCA5HPpIuNxMwMPiJRBs { top:1219px;left:10px;width:300px;height:54px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #y0UOSZfThir3si88PBMamVCNG2trs6S3 { display:block; }
 }@media only screen and (max-width: 763px) { #Jzyu94UppTmJRK6UbSPF5gbXSmTkNdkw { top:1293px;left:10px;width:300px;height:50px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #s3ODKJJurL5RnA3D7BRpipS14OEsuBqH { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { background-color:#ede4f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { background-color: transparent; background-image: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row > .video-iframe-container { display: none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:320px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-form-header { font-size:19px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-text {padding-top: 0; padding-bottom: 0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-select {padding-top: 0; padding-bottom: 0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]:-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]::-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;float:none; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-radio-label { float:none; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;font-size:0; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-container:first-of-type{padding-top:0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .widget-container:last-of-type{padding-bottom:0;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37  { 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; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 {display:block;}#az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 { 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) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #rmLGzimTVsQ4GO50gVHuBphl5TLXKb4V {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #PGqvdyx8DQ7J8NkKu9CXEtmzdFRhExaC {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #XcxT5vPQEAVqKHgUupvvzGrBJW6OAT2Z {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #FZ1dp3gPPaVq9kndThEXT8tRVKggJlTk {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #AaNUGgJQ59G4mK7RFf3CEOGQoHZJTTV1 {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #iT3qM4Ltz27tQ7x5xkdfDDzei8WEAPlD {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #PRiNagaHU0fExvkBaTyT6GTQQAmUDQpQ {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #aVUlN2UW4tn0ZXy0XGqKyz42Fc3sGfUC {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #QG3pirNU4sVtr0PkFqEoWc1LC4uV1zzd {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #LzDnJHlpQtTzrNAT9CQklGBZdvGlCHid {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #f584adiAFDkH6OJ4IKOSwqZC1e5J9XQZ {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #ITCAG7uIyhAsfItvSrUHU0Z1B1eaxP7V {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #fnt0e70nrFJSymWm7wQdJUCVKSfWFf0D {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #DOrmBKuEHHS3mRJzFbOxF38K8X4mNyH8 {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #UST6m6vRsK8W8bhAhL5ZLH4N5DcWTRAQ {  }
 }@media only screen and (max-width: 763px) { #mTnTKaR2yd8fB9JcUsqcRlWRZbafitT0 { display:block; }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #figSkRpst4MQUKqS26eOsWld7lD5GzMQ {  }
 }@media only screen and (max-width: 763px) { #az1g9JWNNrTHH2t4blmiP2z9l5Oddb37 #bKbAatv26eLU9PdNc1yQKiLTmgt88PKK {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-form-header { font-size:19px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-text {padding-top: 0; padding-bottom: 0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-select {padding-top: 0; padding-bottom: 0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]:-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]::-moz-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:24px;font-family:hekaya;text-align:center;text-align-last:center; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;float:none; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-radio-label { float:none; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;font-size:0; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-container:first-of-type{padding-top:0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .widget-container:last-of-type{padding-bottom:0;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by  { 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; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;vertical-align:top; }
#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by {display:block;}#hRNvIdgxDygd2SaaJrNy499hxPnUJ8by { 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) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #CRF5tnMcHBQTgIxnbmNXEAkRmBQv9SN3 {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #JtNAhnEdhxfUfZT97TC89TNACp3diuhp {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #lAhztA2Jxh6hZKAz2LEbkZBaKTa9v4rF {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #mOPstT8hoMNTzzsZXNmKXeuz7E8ysVxc {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #JT7TEJIiiVUoTHZa5e12U0ZseXBZd8XF {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #xWJHF9lN3uLz7waLPpJuru1lNLxUe8om {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #Zwt43h7KbLIEmxxp58KeUbMAl5ge2Fhb {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #vSbsyDIsUMLkSt9TUznSJXi6cfRHKCLs {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #QJDCs4bWQd1WAySF6fvWF4mI2K1NJutF {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #gGLpW8OlsMFdTk62WkVpTdqDlZm2FgmJ {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #ZGNxBiLkbV17eTSEStA1NdkTRZa2mOGA {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #GMu1xmno93XieiWte1qnGoNg4dc0qNHn {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #F6lGpogXnEG6uUyJCn5aG5UXkZTTTVoE {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #xyuZ8bTTIhIU17IKdsDTqI4Xclg47ebV {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #X5Lp7FeeqMSnJrWyN9CG45Py6JqzuoDz {  }
 }@media only screen and (max-width: 763px) { #tmIIp6y7fAOSxlobt3aUfhxcHyTzdMDA { display:block; }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #GCGQUMunzxiDQOI9dM1rCbDa9ZhQ5Ih8 {  }
 }@media only screen and (max-width: 763px) { #hRNvIdgxDygd2SaaJrNy499hxPnUJ8by #ZtL2cnxixnAbI4BuPykEkxb5ZyTesTc3 {  }
 }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { width:320px;height:41px;top:0px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { width:200px;height:52px;top:50px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #u9NrPp9ol1Mwa7eoJkEweXfFdBi0wwv4 { width:320px;height:35px;top:122px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TlhyMlNIFploWGRkuZEKn0VlAhbHe0Zy { width:45px;height:45px;top:157px;left:275px;display:block; }
 }@media only screen and (max-width: 763px) { #LFHAVI43l8ysLU1IiyAMSkWnKAg4sy6Z { width:320px;height:20px;top:129px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 { display:block; }#OtJKvaGpVTAd1rQEcFrVm3DB84oR5Ip7 > .row .container { width:320px;height:731px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWqcvrO3DsFIt5X29HxcWMCEzxKBBg8v { width:320px;height:339px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ffX1H3pyxHKq5ACgfuqWdJMNUAbkOVkI { width:296px;height:264px;top:21px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RfTq0aoeFhO1klmPTWZ8krOVaw3xmpTf { width:224px;height:96px;top:361px;left:83.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #zlvgN6R7wtdlnlUTOkg0nqrgvwfRJtZz { width:320px;height:373px;top:350px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wicTPvOxmJUDmfxxbwRxFwskqRTW6dEx { width:17px;height:17px;top:66px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #qgKJsUlTqkMnIXmB1G2FLns4rbJJLdmr { width:17px;height:17px;top:156px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #w2HidCzP516U4dt9y2fHNRe6mns8lSA1 { width:17px;height:17px;top:196px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #bNsQEZzBUqy18TrCovHlrRf8lEwSkSI3 { width:17px;height:17px;top:222px;left:303px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #R4czvO1IaDEfEctOzzK8F7URwoHxH5D6 { width:298px;height:270px;top:435px;left:11px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:320px;height:642px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:0px;left:27px;width:266px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #m0RNoLQzWyuiXOWduyB7tKshJM3SI5kQ { top:577px;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) { #tBTLC9XGueozxla2UkdEmtQrAZAd3f6z { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:310px;height:225px;top:216px;left:5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { width:200px;height:52px;top:54px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { width:320px;height:75px;top:440px;left:0px;font-size:25px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { width:200px;height:62px;top:44px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { width:320px;height:64px;top:514px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #SNCn9zry31z3FIQy1WvqTE38pvrBo9Cs { width:320px;height:20px;top:138px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xyb8u2G4wi1nwF00Tb9EOsExKLQ2PW7O { width:42px;height:42px;top:158px;left:274px;display:block; }
 }@media only screen and (max-width: 763px) { #Sb3d1c81SLlEXKSssbIU6dMWovSWX4DW { width:320px;height:33px;top:131px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP { display:block; }#aiM3xfwHMSZ7knD7AiTuohJgbXFTrBEP > .row .container { width:320px;height:819px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcxTLp88G3ie8NCcZGnWD1rMTGo0r3Qq { top:11px;left:48px;width:224px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #UVlMypm4quAbZktNa7v6XldfGg9WbW2U { display:block; }
 }@media only screen and (max-width: 763px) { #OMNqXs60Z4uWTTdLN0Ctz3vdCnKBq7xT { top:339px;left:26px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #N5rasTPC114RsJlNITpGez3dIVmfhW8D { display:block; }
 }@media only screen and (max-width: 763px) { #sbCtfPWoKDqcFOqzulflw7K0pg4z9q1T { width:313px;height:100px;top:427px;left:4px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #viDEnTmnwWe2VFRC0HeI0I36Ii8ccPs8 { width:313px;height:50px;top:127px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #PghnoFIdADdvPRGbpfG9bqtaG5AIIa3P { width:200px;height:26px;top:388px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BfRgPnmts5fOrO6bIHI9WeIZQgTkEzEA { width:200px;height:31px;top:385px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #yT8u4LzbzBxy11H6aqyUImM5PlRIDl9c { width:200px;height:63px;top:60px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #W7dN1r8nvkvQyHPi5FkLGVHUGxup4uZh { width:253px;height:40px;top:539px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iVE4tILTwmZRyvTuvxs8OWJ4HrR68TZ8 { width:253px;height:60px;top:599px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UKOd9giTfPJVm3A9KwPSIZZFT87lKMCm { width:253px;height:40px;top:679px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RyTqValZPVUJOik3qTcPLTA4S9xB12MB { width:253px;height:60px;top:739px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vQUCPgw9nUsVTcIRfPXlRcoPanUK3dIC { width:200px;height:52px;top:66px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #T5gFINvyKvQ7aAztJiZlRDEJr83Lzt2W { top:201px;left:25.5px;width:269px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #EB0ZVTdlHVwgylkDBBcTK5BwTbkPZJGA { display:block; }
 }@media only screen and (max-width: 763px) { #k7n12Ldi182Q4KMkh4LzEfoz4EkusyZ9 { width:200px;height:71px;top:794px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #pQ48hvHRtnQ8089MWVXaq0NLHJpoQwU1 { width:200px;height:0;top:803px;left:60px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #dDIZh1NlNdXwkhuhKXeWDJVBuJmDEZo8 { 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) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:320px;height:536px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTpO2qi0oFBERgIFEqHTAVFvTdRvcSgR { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #hzoozVucvLhFRGg9piCTw6eN0N3giVCi { display:block; }
 }@media only screen and (max-width: 763px) { #SGdkSANogsGIMfwOA0CPXBZSTx8EqJgD { width:320px;height:50px;top:164px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #vH3SJXiDQDWvmd7GtKb21vVXerokmpv4 { 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) { #VtQrTJAhhMGlaN0wTBrwHnoMoUobMesP { display:block; }
 }@media only screen and (max-width: 763px) { #UVxiktfup0luHnkfgZDlbeC3oHeXAsd4 { width:200px;height:71px;top:81px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #uW7tqTtzPybQiVkUu2yGXns27yCtSiD4 { width:200px;height:52px;top:91px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #F4WborHwHZwazdI2vIkgiS6XWFo18B5d { top:239px;left:28px;width:264px;height:53px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XTNccWb8VDHpH6XmZMmJmNbA0i1Eos1n { display:block; }
 }@media only screen and (max-width: 763px) { #AdhTkZhPSfKHKITC4AoWa1fmiX7eXTtB { width:200px;height:71px;top:310px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qS1FwmTVZzGV39NNXzLI3TmbuykBOF3p { width:200px;height:52px;top:320px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZSc9Tg1u3tMOqTeg9AwKqMsd0CPZHy7K { width:292px;height:44px;top:397px;left:14px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:block; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:320px;height:598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6l3xRmGXKCvt6eP1DAfDlU0CeLmy8AG { top:20px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #WsJJRcGunEISNNxxnLnU0iRTdNQ3TmcL { display:block; }
 }@media only screen and (max-width: 763px) { #Fp5sbO3nwBnZfoOCXedo37xdnoekNhB3 { 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) { #fAxfwRaAezgTxqcoNO4IGkHmyhfUmy4p { width:200px;height:52px;top:65.5px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AQk8nra3RpoT7V5Jzvg3nzXA3WHQOVun { width:200px;height:59px;top:62px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xBdJ5XMWs9Hq8gFRMZh1Qe9lpxQOZtPv { top:346px;left:28px;width:264px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #A4iNJy8atXo4HLcth3tQHA9tkEre8wTq { display:block; }
 }@media only screen and (max-width: 763px) { #pJ76E66tm2XDms8kFsMWT7q2p2uKCuwt { width:200px;height:38px;top:389px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #yD7k7AROZVsiC1LTShT8MwA462N46cRV { width:200px;height:28px;top:394px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lBQESWOvnb9Z6dBV86z0qq96kSO1ypC2 { 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:452px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { width:310px;height:72px;top:219.141px;left:5px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { height:179.141px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { width:50px;height:50px;top:399.141px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { width:320px;height:56px;top:321.141px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:320px;height:70px;top:20px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { width:320px;height:20px;top:110px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { width:311px;height:20px;top:150px;left:4px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }