.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { background-color: transparent; background-image: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .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); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { border-width: 0; border-radius: 0; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container {  }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { font-size:0.875rem;font-family:dosis;height:6.9375rem;width:60rem;position:relative;display:block; }#DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:18.75rem;top:0.62385106086731rem;left:20.623849868774rem;overflow:hidden;display:block; }
#zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { position:absolute;display:block;z-index:99998;background-color:rgba(100,69,147,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:40.5rem;top:8.96875rem;left:7.5625rem;display:block; }
#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/41iYxDrd/Psychology_and_Child_Development.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.adaptive-delivery-prevent-bg, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyload, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyloading { background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:60rem;height:44.875rem;font-size:0.875rem;font-family:dosis;position:relative;display:block; }#hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { color:#ffffff;display:block;width:14.1858125rem;position:absolute;font-family:"sari 3";font-size:1.375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:9.964599609375rem;left:10.7177734375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { color:#fafafa;display:block;width:57.75rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:0.6845703125rem;left:2.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { background-color:#c421ca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.75rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:1.6533203125rem;left:1.4970703125rem;display:none; }
#sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q06BK60yDbumVNUCeQgT6a4CO658K3fR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#G044lH80VFoTCRvTukWI84VKT44HNyta { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:15.6875rem;left:5.5625rem;height:8.9238125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { position:absolute;display:block;z-index:100037;background-color:rgba(227,227,227,0.25);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:10.0625rem;width:47.6875rem;top:14.625rem;left:4.3125rem;display:block; }
#S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { color:#000000;display:block;width:47.625rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:400;z-index:100034;line-height:2.1;letter-spacing:0;top:2rem;left:4.15625rem;height:3.28125rem;text-align:center;text-align-last:center;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; }
#CdOquVvR6zX5s5s26Lzke7iyPsNWXKzC { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:21rem;left:23.03125rem;overflow:hidden;display:none; }
#LdfC7HPBALchai7RTgls6nF23Wqmadqo { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:24.6875rem;left:8.90625rem;overflow:hidden;display:block; }
#VEXZI2uWWMFTwJLoHq4ceJZBEsiZ2Dsp { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:37.125rem;left:8.59375rem;display:none; }
#xuAMywFAQoVahryWLQh831Nsvn5kiaTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gTDCHqr87NmAmlIlJvct5T1W5903AdNl { z-index:100004;top:38rem;left:11.25rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TJIJkeP0LEJdACAn0oKBAJ85KV5ZWpmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c3a2ab, #e1cdd3);background-image: -moz-linear-gradient(180deg, #c3a2ab, #e1cdd3);background-image: -ms-linear-gradient(180deg, #c3a2ab, #e1cdd3);background-image: -o-linear-gradient(180deg, #c3a2ab, #e1cdd3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a2ab', endColorstr='#e1cdd3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3a2ab', endColorstr='#e1cdd3' );";background-image: linear-gradient(180deg, #c3a2ab, #e1cdd3);background-size:auto !important;position:relative;display:block; }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row .container { background-color: transparent; background-image: none; }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row .container > .video-iframe-container { display: none; }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row > .video-iframe-container { display: none; }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .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); }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row .container { border-width: 0; border-radius: 0; }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row > .video-iframe-container {  }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row .container { font-size:0.875rem;font-family:arial;height:167.3125rem;width:60rem;position:relative;display:block; }#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-form-header {  }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:0.875rem;font-weight:400;color:#00308a;width:16rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);line-height:1.6;font-style:normal; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:hekaya;font-size:1.5rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f18da7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#ffffff;width:16rem;height:3.4375rem;font-family:"sari 3";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;font-style:normal; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:14.8125rem;overflow:hidden;font-style:normal; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-container:first-of-type{padding-top:0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-container:last-of-type{padding-bottom:0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2  { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.685546875rem;top:2.248046875rem;z-index:100028;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 {display:block;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.685546875rem;top:2.248046875rem;z-index:100028;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #DFS3CUg9FgvtoVFZB71K60mV86HWOG7x { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #JKvrECVzlozS5EqV9FNaWzA0qMeUxz7c { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #mtiZR6gyKMos2Iiu6zws8eLstG7J5Vkq { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #WWW2J5NHaad5fZS2S90EtFpKFBp04aTt { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #MSlzqUm0t9KpIz9BRauBWm1akGrAczsT { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #QBOFXrUAqOGHGTI86K2zr9QIeTEo8XVL { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #m557qPacZnuWIDFGmfCgd5TT3XpWpwAn { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #v0WIWZZ4snk5qp0EEyu6qOdfncdfpa2S { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #uQfDG8I87LzC4LFBJNyqZH5VNqvUhkdQ { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #b0cPCuKEesFcQTe2Q3rfL0hfdU37FUdk { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #pe0bctT6FHbbOFIPZwbOiZ53WLoyLthO { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #ezenZ5fFnxdwyZFa5P51pMVz7P0T2WB2 { position:relative; }
#VOgoqUa4DOaTLMO2nr61A9k5ib6MTzog { position:relative;display:block; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #w9BeH95CRt3uTlTprB4ThbU6O3pydxie { position:relative; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #HNKn11M2ES9ChDwdM6649Lh2pBN5WdIo { position:relative; }
#m4lT70gakseIbQSLAlU0wGiPXcAuhkm4 { color:#0018d8;display:block;width:23.6875rem;position:absolute;font-family:harmattan;font-size:3rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.625rem;left:33.312501907349rem;height:;display:block; }
#wuhouXsd2DX5BRZI9d7I4DOsMi7H0z8f { color:#000000;display:block;width:27.125rem;position:absolute;font-family:harmattan;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11rem;left:25.1875rem;height:;text-align:right;text-align-last:right;display:block; }
#pgGtsuviOgOZCQpK6223ox5PQpGLm3Uu { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.3125rem;width:23.3125rem;top:22.6875rem;left:27.34375rem;overflow:hidden;display:none; }
#iBmQAoBTba5N4ZWZlKmEcOGGEkTryfcl { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:68.375rem;left:18.4375rem;display:none; }
#uVmsAqkG5TO4H91rCauzvbLMaHVkFyih { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ehTRWxGc5ZPuUWXaDLTT7vJVLMBiwTNQ { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:65.8125rem;left:1.125rem;display:none; }
#udwr8IpT0Xq08Fn0U8XNsE8X25nHeTDi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#monBHACE8kOPqIX651oi7cn2CzRt3b8b { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.0625rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:68.1875rem;left:2.3125rem;display:none; }
#Da6UoPSp2WVKAvf3RuI6GBpA8NlkwqmK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KuACxVnMvPQLU76IdkXO98T77nshcTAV { position:absolute;display:block;z-index:100094;background-color:#f3432a;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:0.125rem;width:2.875rem;top:69.125rem;left:2.9375rem;display:none; }
#iztIhmlb9pwN8avLk0bOAAdXTGbincgZ { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:19.5rem;top:64.5625rem;left:7.0625rem;display:none; }
#NBKGhTdywphNOvbi0myEyiaQIbISXbho { color:#000000;display:block;width:16.75rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:67.1875rem;left:8.5625rem;height:0;text-align:right;text-align-last:right;display:none; }
#SZvGTbV16prOHvrnTpleBLuLUB8NMXPJ { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:50.4375rem;left:43.625rem;display:block; }
#fU7vBN1v7dB1MUzvkPKGmGQahRxqJJqV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WUZahrAaCQ2zcXlfz7B6aU6r6TCo4Big { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:53rem;left:45.3125rem;display:block; }
#ZOWmMDWO682Q0VG3CwfLZQFCSeVd0MGF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z7rEeHA022KyGmhd7fPL1bbArE92RGUF { position:absolute;display:block;z-index:100100;background-color:#f3432a;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:0.125rem;width:2.875rem;top:54rem;left:44.5rem;display:block; }
#trosoTc8BNFl66zQu5vP5oKdEM2PQ90Z { color:#000000;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:42.375rem;left:40.125rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uU9D0oqDdoiWI70lmMXcMDb6EHzr0Hwn { color:#000000;display:block;width:17rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:44.9375rem;left:38.8125rem;height:2.2734375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zBcW51KHgUBkG4RFv9f1p10s3PQWrDTh { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:82.1875rem;left:7.625rem;display:block; }
#E9Q1qgqhdU1T7kHqTdEqATWAcT76vTE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xb0WdFGG2qGkWSsaX0XSs0l0ia0he6ng { position:absolute;display:block;z-index:100100;background-color:#f3432a;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:0.125rem;width:2.875rem;top:85.75rem;left:9.1875rem;display:block; }
#hxDB1fTTXycOa9T12n1zWEEriCzvCX8r { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:84.75rem;left:8.625rem;display:block; }
#iMlJvGVl5ZTp1h6nCu2AcfuktCskrr85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OdfIDXzXCWiIwAw2meamMNqePQnk8xxQ { color:#000000;display:block;width:17rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:72.3125rem;left:2.75rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uVoKX5pIfC8TfD3p2QryQIAEH93Sr0NE { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:73.9375rem;left:4.125rem;height:5.68359375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RV6MQ8zoUBVzhGmZ5dUFTmU1chMLf2tR { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:83.6875rem;left:44.4375rem;display:block; }
#wxvqvTz6NT5PiT8VsOgr6UlA64CEQqO1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QKh4bluHJkZSFOoTfAvXE9wUJUnzo4Ki { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:86.75rem;left:45.375rem;display:block; }
#uqcKr8wH5UuFXPO8Gk7RlW3qFkCDqgbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N5Rtz5XFVxO7R8AASpFHNeeWPsbp8Tlq { position:absolute;display:block;z-index:100100;background-color:#f3432a;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:0.125rem;width:2.875rem;top:87.75rem;left:45.5625rem;display:block; }
#IvNzvczXkNF5F17UgsaqtP9yrvcE68zz { color:#000000;display:block;width:14.5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:73.75rem;left:40.875rem;height:1.4619125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fcsJnxgZwQANnXsVyDM3Tqtf0CDpdJol { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:75.375rem;left:40.3125rem;height:4.22265625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nDmctV4VWW3QQkPFV4b97pPeRfmLSXdm { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:76.5625rem;left:13rem;display:none; }
#btvJKheLsWl1TFPSdSdXtofqv62lVGJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ixna0EGCAca7Wq5nliRTukU3JEFgTGzX { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:78.9375rem;left:14.25rem;display:none; }
#n0MrDDdFJJGUxHtH2T4PhxblPcrWJJsh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mdrzdFf7RI7V5E36FTGfcVkPkdOWcXVD { position:absolute;display:block;z-index:100099;background-color:#f3432a;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:0.125rem;width:2.875rem;top:79.875rem;left:14.8125rem;display:none; }
#elW57o08g4DZXrttph1QkA6T3H3xTxWI { color:#000000;display:block;width:16rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:139.5625rem;left:22.5rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NH2Xtxr68FsJehvdEUthSgVtP4mgp8a9 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:29.875rem;left:9.25rem;display:none; }
#yDEq4eMyesLUMEEDyCcNvEpSnsTPyAPF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xOsRJFmoML741H02gaG4WqklbTKtoW7f { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:116.375rem;left:44.9375rem;display:block; }
#BHEMNiCseeiXuqEb5wpOipHVwr7S5JHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V9NSWJlTTkxxTTwOUf0D9eGvxidMos5l { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:105.5rem;left:38.8125rem;display:block; }
#KQ7qorg85S3WbEt3adGQgM2UqcJ4bNWw { color:#000000;display:block;width:15.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:106.5rem;left:40.625rem;height:1.54296875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Bz0tWHoeRFhsoZN9OtIqDGMvU3wet0FV { color:#000000;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:108.125rem;left:41.5rem;height:5.68359375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bt22zqi3ZnveNTslsSgJNyt9lXF9yiXT { color:#000000;display:block;width:16.75rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:77.9375rem;left:20.4375rem;height:2.03125rem;text-align:right;text-align-last:right;display:none; }
#DRVUOHNIhQvgbRKGCqxNyGx0AI53oQ6T { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:76.5625rem;left:13rem;display:none; }
#lXBqdsPKxZFv9i53NFAaRgOgN3Q5Zhg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Np0US6y6p6b3tZ4hOcygvLybzJ309F1T { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:78.9375rem;left:14.25rem;display:none; }
#Z2K3LWN2Jxe1SgpfQAAIVGmgUq8PJCEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#thoQhR3HiVE65DTXOgtT3HDgaSGmnzZ4 { position:absolute;display:block;z-index:100099;background-color:#f3432a;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:0.125rem;width:2.875rem;top:79.875rem;left:14.8125rem;display:none; }
#EtPSiwC81RCKTkxVpJHKGIcOqDT9CAnW { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:146.0625rem;left:27.125rem;display:block; }
#V543TxyWUM6ZFH0QK9o6VvRGQ9yUEgBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FT6iAlre1gVOxfo4oSwHUPn8t2RPMKWn { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:148.75rem;left:27.6875rem;display:block; }
#UEnL53gi4DeeAnD1dBzsSZ2iUfQKL1TX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cds1zPWNfwba1yVU48224PZ5HS9DWOHf { position:absolute;display:block;z-index:100102;background-color:#f3432a;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:0.125rem;width:2.875rem;top:149.75rem;left:27.875rem;display:block; }
#ehsTiUuugZ8OViXuBqrTTPNCG7gD81pw { color:#000000;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:110.5rem;left:2.5625rem;height:1.70605625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bA7Qmr7kxzvuy4vHMDHBtIwfkPB5DbAg { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:116.375rem;left:7.25rem;display:block; }
#PSnFf7NplyvEGSnDh3OQAtACkOOBa1k6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#neBuGZZnNGhzIE1kl9k0SqzcQ61aH5Py { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:119.125rem;left:8rem;display:block; }
#Tbpa51awN5dPCeuklD22FOOgIp0ZO87l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IFFB0MTRcCuGdko2qpPuQ1eQnHAypQft { position:absolute;display:block;z-index:100107;background-color:#f3432a;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:0.125rem;width:2.875rem;top:120.125rem;left:8.5rem;display:block; }
#mmM4ZMX036NJduG8F8RcaEqcrv9rQg1A { color:#000000;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:41.4375rem;left:4.6875rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IEN1AGBifhzFoKPpMbz4vidN07RWzyQw { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:43.0625rem;left:3.75rem;height:3.65625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Tsgk2tuSEuhV3TSkw7LJ6niGw19Soy9n { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:50.5rem;left:8.125rem;display:block; }
#ZUBQbg3HB0tfTxAF7xLAcx3BgViyJPLx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vB1TNTNlDee8gGv7bSLpxyf2R97c4wLF { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:76.5625rem;left:13rem;display:none; }
#kWLZv45hLX69T21kDwVNTcQWRHfn0EBJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NpEQ8phFeIGJvor7ZRQohtotKHptThQ7 { position:absolute;display:block;z-index:100099;background-color:#f3432a;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:0.125rem;width:2.875rem;top:79.875rem;left:14.8125rem;display:none; }
#n9dB3gfyTCsgwWloi9r9rIeJR6s4RwbB { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:78.9375rem;left:14.25rem;display:none; }
#qWRqMw8wMnWchrnbCoQxHaHtGJVtIHr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aWo5UkMy0tuSppOHhdVrerv1vOSMwni5 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:29.875rem;left:9.25rem;display:none; }
#FmQf4MTgT7bXLEABudbIQP3pMGxUTTVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c5MELTr36xFFeT328d3mXT3zwgyH8LeB { z-index:100002;top:31.875rem;left:31.71875rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N0Hzy2vlcXtkXQCe1bUd73UuUyNTbJTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rr1De7knVO54iqk7E8bgU4wSJSJ1irPn { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:135.1875rem;left:21.4375rem;display:block; }
#glWExQNfu0HJcEbq8VCxApUEKgtaSBh7 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:105.5rem;left:1.625rem;display:block; }
#w3OMR6GIvsAUgdPhoNAuI3KzAeWPMCUT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:71.3125rem;left:1.5rem;display:block; }
#ud4QDncdqycExlzAzO30QuV7GmgZhQMv { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:72.8125rem;left:38.8125rem;display:block; }
#iZvTTcI6VTxUu96EAuwJ3A2AzDZMzvnK { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:39.625rem;left:2.0625rem;display:block; }
#EK1cRvT8T2LmEJKu5hG1IOIIskxoWuTT { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:39.5625rem;left:37.5625rem;display:block; }
#PTMXW7qAshm3OV63elAISWgrpUqJ3WRS { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:64.375rem;left:43.625rem;display:block; }
#wxqO0hddyccagRUanPk65yuHHeRbSdFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PRqXUUy3dqFXCHnXknT1woT00kM799NQ { z-index:100003;top:56.9375rem;left:41.125rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x89xHZUu6g2hPfqJzWZKdIxIfHwyW54W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zNsxOCfvy7VqpF2T0AQN7GOqdfqUt9Ad { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.875rem;width:19.5rem;top:135.1875rem;left:21.4375rem;display:none; }
#HwuwryJyuBUbUwpaZMcXy2nizw4rLrgy { z-index:100004;top:56.1875rem;left:3.59375rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HSMTc3eEwkCxRlrogeGRCDJ0VIJ3C8BE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HqeorAAcfqV0pyzbzg5TD6VEDgOLgQOy { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:64.375rem;left:4.1875rem;display:block; }
#SkqK1Dr1h4Hym6WiGhwcb8uLVy4Ea4hi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BzQhhTugdfPT9NJQJW3NGohAWB77sqff { z-index:100005;top:90.25rem;left:41.125rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ADmWTX66ygRSwrkGphCJdVnvpA4gpcuw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UvrIfa302itny4o7Hq7Hk0uoW0rszyvl { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:97.6875rem;left:43.625rem;display:block; }
#AF60qiRBEWiQnlThgdsMMzdWdOlMst8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u7JKvrkhGTVBpa3y3RoWcTtpRcdcocRQ { z-index:100007;top:90.25rem;left:2.75rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mNRraQPuFUgW5abTUC875dDF1cfmmaTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#swEJqICq7Qi0ssfbS78iQKTQLmhxB2yQ { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:97.6875rem;left:5.25rem;display:block; }
#vteieRN2N2kHAU8FCtpN1aGBr2gI65qg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kTJUbgdKyKgf8Rv4x1X7zzE8Pqc996LA { z-index:100009;top:121.1875rem;left:41.8125rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h480D0FO6eygBG4VWwTouIqzMHyoqdFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cR4b8C3v3bZBgOQx1TyqbWDDHB7BJ7xT { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:129.8125rem;left:44.5rem;display:block; }
#omoxD79OMsdzhGUQVaUOJCO0zOT8NG09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nd69WFF7V9IhKCSXGFgONeU9Oa048ucq { z-index:100011;top:122.3125rem;left:2.75rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MwPDutepDLTitco4xvh5e54wZwmBpmBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b3bMoBh76brKqZgwNlOgTvxXJ74bayzX { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:129.8125rem;left:4.1875rem;display:block; }
#oTpp7iFOqwc2h8Ey2yEz2xMFgV8ZL3BV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XyWCclaTTo61Sw0quTSUPXQFUsiM8TNc { z-index:100013;top:152.8125rem;left:23.5rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wiKvB20biNyv8SJr3QPKHGQJKFLqrVXB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T3ikqXhcSbL3UIyXS9IgGQACUh6HuXrz { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100035;text-align:center;text-align-last:center;top:160.25rem;left:25rem;display:block; }
#p7zyhtgFczTTi7x2I7Kc8NWPtqAPTeix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SIC8Kx99ASRbmwnuRfE2K24For9EIsRe { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:5.4375rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:30.875rem;left:8.625rem;display:block; }
#VH3RP1vBkkuOL6XgoR4T00Rh0LFbwL5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KGxEey8ibxDEpT0zuV04dO8pxOexDV86 { z-index:100004;top:56.1875rem;left:3.59375rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:5.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UEuRGUZu91vWPvyKOeh3tuHfW15NeKXW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8499f0;background-image:none;position:relative;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .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); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { border-width: 0; border-radius: 0; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container {  }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { font-size:0.875rem;font-family:dosis;height:30rem;width:60rem;position:relative;display:block; }#a4ssyDUkEafANptDItz0dZUINPqsG9fk { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:0.5595703125rem;left:10.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1xCQlreaxcTTeUao45yKz3esx0a3aBm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:7.119140625rem;left:-0.00732421875rem;height:2.23046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.59375rem;left:35.8642578125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.2509765625rem;left:40.58203125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.625rem;left:40.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:19rem;left:40.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#i7PJNVc5H29xloN27SR7VyRlAfS539Cz { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:26.4365234375rem;left:40.6240234375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:24.1240234375rem;left:35.9990234375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#oc82SMk30r27hap8RiHtkVZcZnobvl2x { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:13.937959671021rem;left:57.486211776733rem;overflow:hidden;display:block; }
#LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:16.721277236939rem;left:57.483915328979rem;overflow:hidden;display:block; }
#EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:19.530788421631rem;left:57.483915328979rem;overflow:hidden;display:block; }
#kOeRHheWR9kCT6krwQS2ITIsIB703E76 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:21.96736907959rem;left:57.483915328979rem;overflow:hidden;display:block; }
#TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:24.528949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:26.903949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#KBSILmMUJby52hDgsoZoyRDQkR7T02zs { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:20.625rem;left:4.46875rem;display:none; }
#d3s7n6GsZ6btpcBHZyNlQUx9TvLRHvU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container { background-color: transparent; background-image: none; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container > .video-iframe-container { display: none; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row > .video-iframe-container { display: none; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .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); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container { border-width: 0; border-radius: 0; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row > .video-iframe-container {  }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:block; }#FOO0aqxfCpGI53nyrSLrmlmH92NJgxI9 { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:14.255859375rem;left:20.28125rem;height:1.29980625rem;font-style:normal;display:block; }
#UcMcZN3TmnDxsCByEJ2d22lF22ENCQGF { color:#000000;display:block;width:26.625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:1.25rem;left:17.9375rem;height:2.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TH5uTLdWBBUwiLLMTrsic2WrCDhAh2SC { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.7;letter-spacing:0;top:8.4375rem;left:19.1875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#V5OP43Ut5JVkMVnWwECGut96hFelewf3 { box-sizing:content-box;color:#df4a8d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:4.6875rem;left:29.71875rem;display:none; }
#cniq1kiGQdHpstlZ8IuPlcNk51ukurLa { color:#000000;display:block;width:9.25rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:5.068359375rem;left:25.375rem;height:1.625rem;font-style:normal;display:block; }
#V86RpGkT6emVQLNVnd3Izp1tQpodWTCT { box-sizing:content-box;color:#df4a8d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:8.5625rem;left:39.125rem;display:block; }
#VrL1m1cIUS5TnaVy2trsmn9I4hd5UKIc { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100030;line-height:1.7;letter-spacing:0;top:8.5625rem;left:17.8125rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { top:0.5625rem;left:14.498849868774rem;width:18.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { top:8.9375rem;left:1.4375rem;width:40.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { top:9.9375rem;left:4.5927734375rem;width:14.125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:47.75rem;height:5.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { top:15.6875rem;left:0rem;width:45.1875rem;height:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { top:14.625rem;left:0rem;width:47.6875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { top:2rem;left:0rem;width:47.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdOquVvR6zX5s5s26Lzke7iyPsNWXKzC { top:21.625rem;left:17.53125rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdfC7HPBALchai7RTgls6nF23Wqmadqo { top:24.6875rem;left:2.78125rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEXZI2uWWMFTwJLoHq4ceJZBEsiZ2Dsp { width:14.9375rem;height:5.4375rem;top:37.125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAMywFAQoVahryWLQh831Nsvn5kiaTv { display:block; }
 }@media only screen and (max-width: 763px) { #gTDCHqr87NmAmlIlJvct5T1W5903AdNl { top:38rem;left:5.125rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIJkeP0LEJdACAn0oKBAJ85KV5ZWpmp { display:block; }
 }@media only screen and (max-width: 763px) { #zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU { display:block; }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-checkbox-label { width:12.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2  { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 {display:block;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #DFS3CUg9FgvtoVFZB71K60mV86HWOG7x {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #JKvrECVzlozS5EqV9FNaWzA0qMeUxz7c {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #mtiZR6gyKMos2Iiu6zws8eLstG7J5Vkq {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #WWW2J5NHaad5fZS2S90EtFpKFBp04aTt {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #MSlzqUm0t9KpIz9BRauBWm1akGrAczsT {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #QBOFXrUAqOGHGTI86K2zr9QIeTEo8XVL {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #m557qPacZnuWIDFGmfCgd5TT3XpWpwAn {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #v0WIWZZ4snk5qp0EEyu6qOdfncdfpa2S {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #uQfDG8I87LzC4LFBJNyqZH5VNqvUhkdQ {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #b0cPCuKEesFcQTe2Q3rfL0hfdU37FUdk {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #pe0bctT6FHbbOFIPZwbOiZ53WLoyLthO {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #ezenZ5fFnxdwyZFa5P51pMVz7P0T2WB2 {  }
 }@media only screen and (max-width: 763px) { #VOgoqUa4DOaTLMO2nr61A9k5ib6MTzog { display:block; }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #w9BeH95CRt3uTlTprB4ThbU6O3pydxie {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #HNKn11M2ES9ChDwdM6649Lh2pBN5WdIo {  }
 }@media only screen and (max-width: 763px) { #m4lT70gakseIbQSLAlU0wGiPXcAuhkm4 { top:4.625rem;left:24.0625rem;width:23.6875rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuhouXsd2DX5BRZI9d7I4DOsMi7H0z8f { top:11rem;left:18.625rem;width:27.125rem;height:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgGtsuviOgOZCQpK6223ox5PQpGLm3Uu { top:23.3125rem;left:21.84375rem;width:23.3125rem;height:23.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBmQAoBTba5N4ZWZlKmEcOGGEkTryfcl { width:14.9375rem;height:5.4375rem;top:68.375rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVmsAqkG5TO4H91rCauzvbLMaHVkFyih { display:block; }
 }@media only screen and (max-width: 763px) { #ehTRWxGc5ZPuUWXaDLTT7vJVLMBiwTNQ { width:7.4375rem;height:2.0625rem;top:65.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udwr8IpT0Xq08Fn0U8XNsE8X25nHeTDi { display:block; }
 }@media only screen and (max-width: 763px) { #monBHACE8kOPqIX651oi7cn2CzRt3b8b { width:6.3125rem;height:2.0625rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da6UoPSp2WVKAvf3RuI6GBpA8NlkwqmK { display:block; }
 }@media only screen and (max-width: 763px) { #KuACxVnMvPQLU76IdkXO98T77nshcTAV { top:69.125rem;left:0rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iztIhmlb9pwN8avLk0bOAAdXTGbincgZ { top:64.5625rem;left:0.9375rem;width:19.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBKGhTdywphNOvbi0myEyiaQIbISXbho { top:67.1875rem;left:2.4375rem;width:16.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZvGTbV16prOHvrnTpleBLuLUB8NMXPJ { width:7.4375rem;height:2.0625rem;top:50.4375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU7vBN1v7dB1MUzvkPKGmGQahRxqJJqV { display:block; }
 }@media only screen and (max-width: 763px) { #WUZahrAaCQ2zcXlfz7B6aU6r6TCo4Big { width:4.3125rem;height:2.0625rem;top:53rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWmMDWO682Q0VG3CwfLZQFCSeVd0MGF { display:block; }
 }@media only screen and (max-width: 763px) { #Z7rEeHA022KyGmhd7fPL1bbArE92RGUF { top:54rem;left:38.375rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trosoTc8BNFl66zQu5vP5oKdEM2PQ90Z { top:42.375rem;left:33.375rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU9D0oqDdoiWI70lmMXcMDb6EHzr0Hwn { top:44.9375rem;left:30.75rem;width:17rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBcW51KHgUBkG4RFv9f1p10s3PQWrDTh { width:7.4375rem;height:2.0625rem;top:82.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Q1qgqhdU1T7kHqTdEqATWAcT76vTE2 { display:block; }
 }@media only screen and (max-width: 763px) { #xb0WdFGG2qGkWSsaX0XSs0l0ia0he6ng { top:85.75rem;left:3.0625rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxDB1fTTXycOa9T12n1zWEEriCzvCX8r { width:5.5rem;height:2.0625rem;top:84.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlJvGVl5ZTp1h6nCu2AcfuktCskrr85 { display:block; }
 }@media only screen and (max-width: 763px) { #OdfIDXzXCWiIwAw2meamMNqePQnk8xxQ { top:72.3125rem;left:0rem;width:17rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVoKX5pIfC8TfD3p2QryQIAEH93Sr0NE { top:73.9375rem;left:0rem;width:15.6875rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV6MQ8zoUBVzhGmZ5dUFTmU1chMLf2tR { width:7.4375rem;height:2.0625rem;top:83.6875rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxvqvTz6NT5PiT8VsOgr6UlA64CEQqO1 { display:block; }
 }@media only screen and (max-width: 763px) { #QKh4bluHJkZSFOoTfAvXE9wUJUnzo4Ki { width:5.625rem;height:2.0625rem;top:86.75rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqcKr8wH5UuFXPO8Gk7RlW3qFkCDqgbF { display:block; }
 }@media only screen and (max-width: 763px) { #N5Rtz5XFVxO7R8AASpFHNeeWPsbp8Tlq { top:87.75rem;left:39.4375rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvNzvczXkNF5F17UgsaqtP9yrvcE68zz { top:73.75rem;left:33.25rem;width:14.5rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcsJnxgZwQANnXsVyDM3Tqtf0CDpdJol { top:75.375rem;left:32.0625rem;width:15.6875rem;height:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDmctV4VWW3QQkPFV4b97pPeRfmLSXdm { width:7.4375rem;height:2.0625rem;top:76.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvJKheLsWl1TFPSdSdXtofqv62lVGJs { display:block; }
 }@media only screen and (max-width: 763px) { #ixna0EGCAca7Wq5nliRTukU3JEFgTGzX { width:6.25rem;height:2.0625rem;top:78.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0MrDDdFJJGUxHtH2T4PhxblPcrWJJsh { display:block; }
 }@media only screen and (max-width: 763px) { #mdrzdFf7RI7V5E36FTGfcVkPkdOWcXVD { top:79.875rem;left:8.6875rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elW57o08g4DZXrttph1QkA6T3H3xTxWI { top:139.5625rem;left:16.375rem;width:16rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH2Xtxr68FsJehvdEUthSgVtP4mgp8a9 { width:14.9375rem;height:5.4375rem;top:29.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDEq4eMyesLUMEEDyCcNvEpSnsTPyAPF { display:block; }
 }@media only screen and (max-width: 763px) { #xOsRJFmoML741H02gaG4WqklbTKtoW7f { width:7.4375rem;height:2.0625rem;top:116.375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHEMNiCseeiXuqEb5wpOipHVwr7S5JHJ { display:block; }
 }@media only screen and (max-width: 763px) { #V9NSWJlTTkxxTTwOUf0D9eGvxidMos5l { top:105.5rem;left:28.25rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ7qorg85S3WbEt3adGQgM2UqcJ4bNWw { top:106.5rem;left:31.875rem;width:15.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz0tWHoeRFhsoZN9OtIqDGMvU3wet0FV { top:108.125rem;left:33.625rem;width:14.125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt22zqi3ZnveNTslsSgJNyt9lXF9yiXT { top:141.3125rem;left:0rem;width:16.75rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DRVUOHNIhQvgbRKGCqxNyGx0AI53oQ6T { width:7.4375rem;height:2.0625rem;top:76.5625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXBqdsPKxZFv9i53NFAaRgOgN3Q5Zhg6 { display:block; }
 }@media only screen and (max-width: 763px) { #Np0US6y6p6b3tZ4hOcygvLybzJ309F1T { width:6.25rem;height:2.0625rem;top:78.9375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2K3LWN2Jxe1SgpfQAAIVGmgUq8PJCEl { display:block; }
 }@media only screen and (max-width: 763px) { #thoQhR3HiVE65DTXOgtT3HDgaSGmnzZ4 { top:79.875rem;left:8.6875rem;width:2.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtPSiwC81RCKTkxVpJHKGIcOqDT9CAnW { width:7.4375rem;height:2.0625rem;top:146.0625rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #V543TxyWUM6ZFH0QK9o6VvRGQ9yUEgBG { display:block; }
 }@media only screen and (max-width: 763px) { #FT6iAlre1gVOxfo4oSwHUPn8t2RPMKWn { width:5.625rem;height:2.0625rem;top:148.75rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEnL53gi4DeeAnD1dBzsSZ2iUfQKL1TX { display:block; }
 }@media only screen and (max-width: 763px) { #cds1zPWNfwba1yVU48224PZ5HS9DWOHf { top:149.75rem;left:21.75rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehsTiUuugZ8OViXuBqrTTPNCG7gD81pw { top:110.5rem;left:0rem;width:16.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA7Qmr7kxzvuy4vHMDHBtIwfkPB5DbAg { width:7.4375rem;height:2.0625rem;top:116.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSnFf7NplyvEGSnDh3OQAtACkOOBa1k6 { display:block; }
 }@media only screen and (max-width: 763px) { #neBuGZZnNGhzIE1kl9k0SqzcQ61aH5Py { width:5.625rem;height:2.0625rem;top:119.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbpa51awN5dPCeuklD22FOOgIp0ZO87l { display:block; }
 }@media only screen and (max-width: 763px) { #IFFB0MTRcCuGdko2qpPuQ1eQnHAypQft { top:120.125rem;left:2.375rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmM4ZMX036NJduG8F8RcaEqcrv9rQg1A { top:41.4375rem;left:0rem;width:13.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEN1AGBifhzFoKPpMbz4vidN07RWzyQw { top:43.0625rem;left:0rem;width:14.0625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsgk2tuSEuhV3TSkw7LJ6niGw19Soy9n { width:7.4375rem;height:2.0625rem;top:50.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBQbg3HB0tfTxAF7xLAcx3BgViyJPLx { display:block; }
 }@media only screen and (max-width: 763px) { #vB1TNTNlDee8gGv7bSLpxyf2R97c4wLF { width:7.4375rem;height:2.0625rem;top:76.5625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWLZv45hLX69T21kDwVNTcQWRHfn0EBJ { display:block; }
 }@media only screen and (max-width: 763px) { #NpEQ8phFeIGJvor7ZRQohtotKHptThQ7 { top:79.875rem;left:8.6875rem;width:2.875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9dB3gfyTCsgwWloi9r9rIeJR6s4RwbB { width:6.25rem;height:2.0625rem;top:78.9375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWRqMw8wMnWchrnbCoQxHaHtGJVtIHr2 { display:block; }
 }@media only screen and (max-width: 763px) { #aWo5UkMy0tuSppOHhdVrerv1vOSMwni5 { width:14.9375rem;height:5.4375rem;top:29.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmQf4MTgT7bXLEABudbIQP3pMGxUTTVc { display:block; }
 }@media only screen and (max-width: 763px) { #c5MELTr36xFFeT328d3mXT3zwgyH8LeB { top:31.875rem;left:25.59375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Hzy2vlcXtkXQCe1bUd73UuUyNTbJTX { display:block; }
 }@media only screen and (max-width: 763px) { #Rr1De7knVO54iqk7E8bgU4wSJSJ1irPn { top:135.1875rem;left:15.3125rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glWExQNfu0HJcEbq8VCxApUEKgtaSBh7 { top:105.5rem;left:0rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OMR6GIvsAUgdPhoNAuI3KzAeWPMCUT { top:71.3125rem;left:0rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud4QDncdqycExlzAzO30QuV7GmgZhQMv { top:72.8125rem;left:28.25rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvTTcI6VTxUu96EAuwJ3A2AzDZMzvnK { top:39.625rem;left:0rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1cRvT8T2LmEJKu5hG1IOIIskxoWuTT { top:39.5625rem;left:28.25rem;width:19.5rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMXW7qAshm3OV63elAISWgrpUqJ3WRS { width:10rem;height:5.4375rem;top:64.375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxqO0hddyccagRUanPk65yuHHeRbSdFQ { display:block; }
 }@media only screen and (max-width: 763px) { #PRqXUUy3dqFXCHnXknT1woT00kM799NQ { top:56.9375rem;left:33.6875rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89xHZUu6g2hPfqJzWZKdIxIfHwyW54W { display:block; }
 }@media only screen and (max-width: 763px) { #zNsxOCfvy7VqpF2T0AQN7GOqdfqUt9Ad { top:135.1875rem;left:15.3125rem;width:19.5rem;height:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwuwryJyuBUbUwpaZMcXy2nizw4rLrgy { top:56.1875rem;left:0rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSMTc3eEwkCxRlrogeGRCDJ0VIJ3C8BE { display:block; }
 }@media only screen and (max-width: 763px) { #HqeorAAcfqV0pyzbzg5TD6VEDgOLgQOy { width:10rem;height:5.4375rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkqK1Dr1h4Hym6WiGhwcb8uLVy4Ea4hi { display:block; }
 }@media only screen and (max-width: 763px) { #BzQhhTugdfPT9NJQJW3NGohAWB77sqff { top:90.25rem;left:33.6875rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADmWTX66ygRSwrkGphCJdVnvpA4gpcuw { display:block; }
 }@media only screen and (max-width: 763px) { #UvrIfa302itny4o7Hq7Hk0uoW0rszyvl { width:10rem;height:5.4375rem;top:97.6875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF60qiRBEWiQnlThgdsMMzdWdOlMst8T { display:block; }
 }@media only screen and (max-width: 763px) { #u7JKvrkhGTVBpa3y3RoWcTtpRcdcocRQ { top:90.25rem;left:0rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNRraQPuFUgW5abTUC875dDF1cfmmaTI { display:block; }
 }@media only screen and (max-width: 763px) { #swEJqICq7Qi0ssfbS78iQKTQLmhxB2yQ { width:10rem;height:5.4375rem;top:97.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vteieRN2N2kHAU8FCtpN1aGBr2gI65qg { display:block; }
 }@media only screen and (max-width: 763px) { #kTJUbgdKyKgf8Rv4x1X7zzE8Pqc996LA { top:121.1875rem;left:33.6875rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h480D0FO6eygBG4VWwTouIqzMHyoqdFX { display:block; }
 }@media only screen and (max-width: 763px) { #cR4b8C3v3bZBgOQx1TyqbWDDHB7BJ7xT { width:10rem;height:5.4375rem;top:129.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omoxD79OMsdzhGUQVaUOJCO0zOT8NG09 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd69WFF7V9IhKCSXGFgONeU9Oa048ucq { top:122.3125rem;left:0rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwPDutepDLTitco4xvh5e54wZwmBpmBt { display:block; }
 }@media only screen and (max-width: 763px) { #b3bMoBh76brKqZgwNlOgTvxXJ74bayzX { width:10rem;height:5.4375rem;top:129.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpp7iFOqwc2h8Ey2yEz2xMFgV8ZL3BV { display:block; }
 }@media only screen and (max-width: 763px) { #XyWCclaTTo61Sw0quTSUPXQFUsiM8TNc { top:152.8125rem;left:17.375rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiKvB20biNyv8SJr3QPKHGQJKFLqrVXB { display:block; }
 }@media only screen and (max-width: 763px) { #T3ikqXhcSbL3UIyXS9IgGQACUh6HuXrz { width:10rem;height:5.4375rem;top:160.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7zyhtgFczTTi7x2I7Kc8NWPtqAPTeix { display:block; }
 }@media only screen and (max-width: 763px) { #SIC8Kx99ASRbmwnuRfE2K24For9EIsRe { width:10rem;height:5.4375rem;top:30.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH3RP1vBkkuOL6XgoR4T00Rh0LFbwL5v { display:block; }
 }@media only screen and (max-width: 763px) { #KGxEey8ibxDEpT0zuV04dO8pxOexDV86 { top:56.1875rem;left:0rem;width:14.0625rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEuRGUZu91vWPvyKOeh3tuHfW15NeKXW { display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:42.0625rem;height:5.625rem;top:0.5rem;left:3.937255859375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:47.75rem;height:4.375rem;top:7.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { top:13.5625rem;left:27.375rem;width:20.375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { top:16.25rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { top:21.625rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { top:19rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { top:26.375rem;left:31.875rem;width:15.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { top:24.0625rem;left:27.4375rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { top:13.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { top:16.6875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { top:19.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { top:21.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { top:24.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { top:26.875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBSILmMUJby52hDgsoZoyRDQkR7T02zs { width:14.9375rem;height:5.4375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3s7n6GsZ6btpcBHZyNlQUx9TvLRHvU6 { display:block; }
 }@media only screen and (max-width: 763px) { #hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae { display:block; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOO0aqxfCpGI53nyrSLrmlmH92NJgxI9 { top:14.25rem;left:14.15625rem;width:19.4375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcMcZN3TmnDxsCByEJ2d22lF22ENCQGF { width:26.625rem;height:2.4375rem;top:1.25rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5uTLdWBBUwiLLMTrsic2WrCDhAh2SC { top:8.4375rem;left:13.06201171875rem;width:22.8125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5OP43Ut5JVkMVnWwECGut96hFelewf3 { top:4.6875rem;left:23.59375rem;width:3.0625rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cniq1kiGQdHpstlZ8IuPlcNk51ukurLa { top:5.0625rem;left:19.25rem;width:9.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V86RpGkT6emVQLNVnd3Izp1tQpodWTCT { top:8.5625rem;left:33rem;width:3.0625rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrL1m1cIUS5TnaVy2trsmn9I4hd5UKIc { top:8.5625rem;left:11.6875rem;width:22.875rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); } }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { width:14.625rem;height:4.25rem;top:0.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { width:20rem;height:5.125rem;top:0.685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .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); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container {  }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:20rem;height:74.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/J0ZAOrbr/01.png");background-position: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;position:relative;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.adaptive-delivery-prevent-bg, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.lazyload, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { width:15.9375rem;height:1.75rem;top:9.935546875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#b20129;display:none; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:20rem;height:0;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:34.8125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { top:33.6240234375rem;left:0rem;width:20.0625rem;height:10.749rem;z-index:100003;background-color:#877f7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #0e9ae5;border-left:0.125rem solid #0e9ae5;border-right:0.125rem solid #0e9ae5;border-bottom:0.125rem solid #0e9ae5;display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { width:20rem;height:11.875rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { width:20rem;height:14rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { width:19.9980625rem;height:5.625rem;top:2.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #CdOquVvR6zX5s5s26Lzke7iyPsNWXKzC { width:20rem;height:20rem;top:26.0625rem;left:0rem;z-index:100088;display:none; }
 }@media only screen and (max-width: 763px) { #LdfC7HPBALchai7RTgls6nF23Wqmadqo { width:20rem;height:20rem;top:53.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEXZI2uWWMFTwJLoHq4ceJZBEsiZ2Dsp { width:14.9375rem;height:5.4375rem;top:35.71875rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuAMywFAQoVahryWLQh831Nsvn5kiaTv { display:block; }
 }@media only screen and (max-width: 763px) { #gTDCHqr87NmAmlIlJvct5T1W5903AdNl { top:32rem;left:2.9375rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJIJkeP0LEJdACAn0oKBAJ85KV5ZWpmp { display:block; }
 }@media only screen and (max-width: 763px) { #zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU { display:block; }#zfeWkTD0TfIKUQVd3tO3CaaimVH78OEU > .row .container { width:20rem;height:281.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-regular-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-text { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-textarea { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-select { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-input-button { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fdda00;background-image:none;color:#000000;font-family:kids; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2  { width:14.9375rem;height:auto;top:1.5625rem;left:1.28125rem; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 .radio-container { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 {display:block;}#TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 { width:14.9375rem;height:auto;top:1.5625rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #DFS3CUg9FgvtoVFZB71K60mV86HWOG7x {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #JKvrECVzlozS5EqV9FNaWzA0qMeUxz7c {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #mtiZR6gyKMos2Iiu6zws8eLstG7J5Vkq {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #WWW2J5NHaad5fZS2S90EtFpKFBp04aTt {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #MSlzqUm0t9KpIz9BRauBWm1akGrAczsT {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #QBOFXrUAqOGHGTI86K2zr9QIeTEo8XVL {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #m557qPacZnuWIDFGmfCgd5TT3XpWpwAn {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #v0WIWZZ4snk5qp0EEyu6qOdfncdfpa2S {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #uQfDG8I87LzC4LFBJNyqZH5VNqvUhkdQ {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #b0cPCuKEesFcQTe2Q3rfL0hfdU37FUdk {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #pe0bctT6FHbbOFIPZwbOiZ53WLoyLthO {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #ezenZ5fFnxdwyZFa5P51pMVz7P0T2WB2 {  }
 }@media only screen and (max-width: 763px) { #VOgoqUa4DOaTLMO2nr61A9k5ib6MTzog { display:block; }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #w9BeH95CRt3uTlTprB4ThbU6O3pydxie {  }
 }@media only screen and (max-width: 763px) { #TNgDsNH7gpoiEyMq7CndJLEgx2kezol2 #HNKn11M2ES9ChDwdM6649Lh2pBN5WdIo {  }
 }@media only screen and (max-width: 763px) { #m4lT70gakseIbQSLAlU0wGiPXcAuhkm4 { width:14.125rem;height:2.6rem;top:29.8125rem;left:2.875rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wuhouXsd2DX5BRZI9d7I4DOsMi7H0z8f { width:20rem;height:7.1484375rem;top:33.5625rem;left:0rem;font-size:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgGtsuviOgOZCQpK6223ox5PQpGLm3Uu { width:15.625rem;height:15.625rem;top:42.5859375rem;left:2.1875rem;z-index:100083;display:block; }
 }@media only screen and (max-width: 763px) { #iBmQAoBTba5N4ZWZlKmEcOGGEkTryfcl { width:14.9375rem;height:5.4375rem;top:103.9375rem;left:2.875rem;font-family:hekaya;font-size:2.1875rem;z-index:100024;display:none; }
 }@media only screen and (max-width: 763px) { #uVmsAqkG5TO4H91rCauzvbLMaHVkFyih { display:block; }
 }@media only screen and (max-width: 763px) { #ehTRWxGc5ZPuUWXaDLTT7vJVLMBiwTNQ { width:7.4375rem;height:2.0625rem;top:131.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #udwr8IpT0Xq08Fn0U8XNsE8X25nHeTDi { display:block; }
 }@media only screen and (max-width: 763px) { #monBHACE8kOPqIX651oi7cn2CzRt3b8b { width:6.3125rem;height:2.0625rem;top:134.75rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Da6UoPSp2WVKAvf3RuI6GBpA8NlkwqmK { display:block; }
 }@media only screen and (max-width: 763px) { #KuACxVnMvPQLU76IdkXO98T77nshcTAV { width:2.875rem;height:0.125rem;top:135.75rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iztIhmlb9pwN8avLk0bOAAdXTGbincgZ { width:19.5rem;height:7.75rem;top:136.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBKGhTdywphNOvbi0myEyiaQIbISXbho { width:16.75rem;height:0;top:126.75rem;left:2rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#10070b;display:none; }
 }@media only screen and (max-width: 763px) { #SZvGTbV16prOHvrnTpleBLuLUB8NMXPJ { width:7.4375rem;height:2.0625rem;top:134.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU7vBN1v7dB1MUzvkPKGmGQahRxqJJqV { display:block; }
 }@media only screen and (max-width: 763px) { #WUZahrAaCQ2zcXlfz7B6aU6r6TCo4Big { width:5.4375rem;height:2.0625rem;top:137.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOWmMDWO682Q0VG3CwfLZQFCSeVd0MGF { display:block; }
 }@media only screen and (max-width: 763px) { #Z7rEeHA022KyGmhd7fPL1bbArE92RGUF { width:2.875rem;height:0.125rem;top:138.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trosoTc8BNFl66zQu5vP5oKdEM2PQ90Z { width:15.5625rem;height:1.4619125rem;top:124.875rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #uU9D0oqDdoiWI70lmMXcMDb6EHzr0Hwn { width:14.125rem;height:3.65625rem;top:127.3125rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #zBcW51KHgUBkG4RFv9f1p10s3PQWrDTh { width:7.4375rem;height:2.0625rem;top:103.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9Q1qgqhdU1T7kHqTdEqATWAcT76vTE2 { display:block; }
 }@media only screen and (max-width: 763px) { #xb0WdFGG2qGkWSsaX0XSs0l0ia0he6ng { width:2.875rem;height:0.125rem;top:107.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxDB1fTTXycOa9T12n1zWEEriCzvCX8r { width:5.8125rem;height:2.0625rem;top:106.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMlJvGVl5ZTp1h6nCu2AcfuktCskrr85 { display:block; }
 }@media only screen and (max-width: 763px) { #OdfIDXzXCWiIwAw2meamMNqePQnk8xxQ { width:15.5625rem;height:1.4619125rem;top:93.875rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #uVoKX5pIfC8TfD3p2QryQIAEH93Sr0NE { width:14.125rem;height:7.3125rem;top:94.875rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #RV6MQ8zoUBVzhGmZ5dUFTmU1chMLf2tR { width:7.4375rem;height:2.0625rem;top:166.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxvqvTz6NT5PiT8VsOgr6UlA64CEQqO1 { display:block; }
 }@media only screen and (max-width: 763px) { #QKh4bluHJkZSFOoTfAvXE9wUJUnzo4Ki { width:5.875rem;height:2.0625rem;top:168.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqcKr8wH5UuFXPO8Gk7RlW3qFkCDqgbF { display:block; }
 }@media only screen and (max-width: 763px) { #N5Rtz5XFVxO7R8AASpFHNeeWPsbp8Tlq { width:2.875rem;height:0.125rem;top:169.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvNzvczXkNF5F17UgsaqtP9yrvcE68zz { width:15.5625rem;height:1.54296875rem;top:156.0625rem;left:2.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #fcsJnxgZwQANnXsVyDM3Tqtf0CDpdJol { width:16.1875rem;height:6.8203125rem;top:157.625rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #nDmctV4VWW3QQkPFV4b97pPeRfmLSXdm { width:7.4375rem;height:2.0625rem;top:144.4375rem;left:6.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #btvJKheLsWl1TFPSdSdXtofqv62lVGJs { display:block; }
 }@media only screen and (max-width: 763px) { #ixna0EGCAca7Wq5nliRTukU3JEFgTGzX { width:6.25rem;height:2.0625rem;top:147.375rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0MrDDdFJJGUxHtH2T4PhxblPcrWJJsh { display:block; }
 }@media only screen and (max-width: 763px) { #mdrzdFf7RI7V5E36FTGfcVkPkdOWcXVD { width:2.875rem;height:0.125rem;top:148.375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #elW57o08g4DZXrttph1QkA6T3H3xTxWI { width:16.75rem;height:4.0625rem;top:253.3125rem;left:1.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #NH2Xtxr68FsJehvdEUthSgVtP4mgp8a9 { width:14.9375rem;height:5.4375rem;top:164.0625rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;z-index:100025;display:none; }
 }@media only screen and (max-width: 763px) { #yDEq4eMyesLUMEEDyCcNvEpSnsTPyAPF { display:block; }
 }@media only screen and (max-width: 763px) { #xOsRJFmoML741H02gaG4WqklbTKtoW7f { width:7.4375rem;height:2.0625rem;top:198.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHEMNiCseeiXuqEb5wpOipHVwr7S5JHJ { display:block; }
 }@media only screen and (max-width: 763px) { #V9NSWJlTTkxxTTwOUf0D9eGvxidMos5l { width:19.5rem;height:7.75rem;top:235.3125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQ7qorg85S3WbEt3adGQgM2UqcJ4bNWw { width:15.5625rem;height:1.54296875rem;top:188.1875rem;left:2.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #Bz0tWHoeRFhsoZN9OtIqDGMvU3wet0FV { width:14.125rem;height:6.8203125rem;top:190.25rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #bt22zqi3ZnveNTslsSgJNyt9lXF9yiXT { width:16.75rem;height:0;top:139.5625rem;left:1.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#10070b;z-index:100037;display:none; }
 }@media only screen and (max-width: 763px) { #DRVUOHNIhQvgbRKGCqxNyGx0AI53oQ6T { width:7.4375rem;height:2.0625rem;top:260.8125rem;left:6.5625rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #lXBqdsPKxZFv9i53NFAaRgOgN3Q5Zhg6 { display:block; }
 }@media only screen and (max-width: 763px) { #Np0US6y6p6b3tZ4hOcygvLybzJ309F1T { width:6.25rem;height:2.0625rem;top:263.8125rem;left:7.125rem;z-index:100056;display:block; }
 }@media only screen and (max-width: 763px) { #Z2K3LWN2Jxe1SgpfQAAIVGmgUq8PJCEl { display:block; }
 }@media only screen and (max-width: 763px) { #thoQhR3HiVE65DTXOgtT3HDgaSGmnzZ4 { width:2.875rem;height:0.125rem;top:264.8125rem;left:7.875rem;z-index:100101;display:block; }
 }@media only screen and (max-width: 763px) { #EtPSiwC81RCKTkxVpJHKGIcOqDT9CAnW { width:7.4375rem;height:2.0625rem;top:159.4375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V543TxyWUM6ZFH0QK9o6VvRGQ9yUEgBG { display:block; }
 }@media only screen and (max-width: 763px) { #FT6iAlre1gVOxfo4oSwHUPn8t2RPMKWn { width:5.625rem;height:2.0625rem;top:165rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEnL53gi4DeeAnD1dBzsSZ2iUfQKL1TX { display:block; }
 }@media only screen and (max-width: 763px) { #cds1zPWNfwba1yVU48224PZ5HS9DWOHf { width:2.875rem;height:0.125rem;top:168.3125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehsTiUuugZ8OViXuBqrTTPNCG7gD81pw { width:16.75rem;height:4.0625rem;top:220.875rem;left:1.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #bA7Qmr7kxzvuy4vHMDHBtIwfkPB5DbAg { width:7.4375rem;height:2.0625rem;top:177.4375rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSnFf7NplyvEGSnDh3OQAtACkOOBa1k6 { display:block; }
 }@media only screen and (max-width: 763px) { #neBuGZZnNGhzIE1kl9k0SqzcQ61aH5Py { width:5.625rem;height:2.0625rem;top:119.125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tbpa51awN5dPCeuklD22FOOgIp0ZO87l { display:block; }
 }@media only screen and (max-width: 763px) { #IFFB0MTRcCuGdko2qpPuQ1eQnHAypQft { width:2.875rem;height:0.125rem;top:120.125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmM4ZMX036NJduG8F8RcaEqcrv9rQg1A { width:13.625rem;height:1.625rem;top:65.625rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #IEN1AGBifhzFoKPpMbz4vidN07RWzyQw { width:14.0625rem;height:4.142575rem;top:68rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#151515;display:block; }
 }@media only screen and (max-width: 763px) { #Tsgk2tuSEuhV3TSkw7LJ6niGw19Soy9n { width:7.4375rem;height:2.0625rem;top:74.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBQbg3HB0tfTxAF7xLAcx3BgViyJPLx { display:block; }
 }@media only screen and (max-width: 763px) { #vB1TNTNlDee8gGv7bSLpxyf2R97c4wLF { width:7.4375rem;height:2.0625rem;top:228.375rem;left:6.0625rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #kWLZv45hLX69T21kDwVNTcQWRHfn0EBJ { display:block; }
 }@media only screen and (max-width: 763px) { #NpEQ8phFeIGJvor7ZRQohtotKHptThQ7 { width:2.875rem;height:0.125rem;top:232.25rem;left:7.625rem;z-index:100102;display:block; }
 }@media only screen and (max-width: 763px) { #n9dB3gfyTCsgwWloi9r9rIeJR6s4RwbB { width:6.25rem;height:2.0625rem;top:231.25rem;left:6.6875rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #qWRqMw8wMnWchrnbCoQxHaHtGJVtIHr2 { display:block; }
 }@media only screen and (max-width: 763px) { #aWo5UkMy0tuSppOHhdVrerv1vOSMwni5 { width:14.9375rem;height:5.4375rem;top:109.6875rem;left:2.8125rem;font-family:hekaya;font-size:2.1875rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #FmQf4MTgT7bXLEABudbIQP3pMGxUTTVc { display:block; }
 }@media only screen and (max-width: 763px) { #c5MELTr36xFFeT328d3mXT3zwgyH8LeB { top:116.375rem;left:3.1875rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0Hzy2vlcXtkXQCe1bUd73UuUyNTbJTX { display:block; }
 }@media only screen and (max-width: 763px) { #Rr1De7knVO54iqk7E8bgU4wSJSJ1irPn { width:19.5rem;height:10.875rem;top:217.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glWExQNfu0HJcEbq8VCxApUEKgtaSBh7 { width:19.5rem;height:10.875rem;top:187.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3OMR6GIvsAUgdPhoNAuI3KzAeWPMCUT { width:19.5rem;height:10.875rem;top:63.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud4QDncdqycExlzAzO30QuV7GmgZhQMv { width:19.5rem;height:10.875rem;top:155.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvTTcI6VTxUu96EAuwJ3A2AzDZMzvnK { width:19.5rem;height:10.875rem;top:92.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK1cRvT8T2LmEJKu5hG1IOIIskxoWuTT { width:19.5rem;height:10.875rem;top:123.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTMXW7qAshm3OV63elAISWgrpUqJ3WRS { width:14.9375rem;height:5.4375rem;top:78.9375rem;left:2.5625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxqO0hddyccagRUanPk65yuHHeRbSdFQ { display:block; }
 }@media only screen and (max-width: 763px) { #PRqXUUy3dqFXCHnXknT1woT00kM799NQ { top:85.6875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x89xHZUu6g2hPfqJzWZKdIxIfHwyW54W { display:block; }
 }@media only screen and (max-width: 763px) { #zNsxOCfvy7VqpF2T0AQN7GOqdfqUt9Ad { width:19.5rem;height:10.875rem;top:249.9375rem;left:0.25rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #HwuwryJyuBUbUwpaZMcXy2nizw4rLrgy { top:234.9375rem;left:2.96875rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSMTc3eEwkCxRlrogeGRCDJ0VIJ3C8BE { display:block; }
 }@media only screen and (max-width: 763px) { #HqeorAAcfqV0pyzbzg5TD6VEDgOLgQOy { width:10rem;height:5.4375rem;top:209.125rem;left:5.0625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkqK1Dr1h4Hym6WiGhwcb8uLVy4Ea4hi { display:block; }
 }@media only screen and (max-width: 763px) { #BzQhhTugdfPT9NJQJW3NGohAWB77sqff { top:172.125rem;left:3rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADmWTX66ygRSwrkGphCJdVnvpA4gpcuw { display:block; }
 }@media only screen and (max-width: 763px) { #UvrIfa302itny4o7Hq7Hk0uoW0rszyvl { width:10rem;height:5.4375rem;top:147.75rem;left:5.0625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF60qiRBEWiQnlThgdsMMzdWdOlMst8T { display:block; }
 }@media only screen and (max-width: 763px) { #u7JKvrkhGTVBpa3y3RoWcTtpRcdcocRQ { top:202.0625rem;left:3rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNRraQPuFUgW5abTUC875dDF1cfmmaTI { display:block; }
 }@media only screen and (max-width: 763px) { #swEJqICq7Qi0ssfbS78iQKTQLmhxB2yQ { width:10rem;height:5.4375rem;top:178.875rem;left:5.0625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vteieRN2N2kHAU8FCtpN1aGBr2gI65qg { display:block; }
 }@media only screen and (max-width: 763px) { #kTJUbgdKyKgf8Rv4x1X7zzE8Pqc996LA { top:109.625rem;left:3rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h480D0FO6eygBG4VWwTouIqzMHyoqdFX { display:block; }
 }@media only screen and (max-width: 763px) { #cR4b8C3v3bZBgOQx1TyqbWDDHB7BJ7xT { width:10rem;height:5.4375rem;top:242.1875rem;left:4.9375rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omoxD79OMsdzhGUQVaUOJCO0zOT8NG09 { display:block; }
 }@media only screen and (max-width: 763px) { #Nd69WFF7V9IhKCSXGFgONeU9Oa048ucq { top:140.375rem;left:3rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwPDutepDLTitco4xvh5e54wZwmBpmBt { display:block; }
 }@media only screen and (max-width: 763px) { #b3bMoBh76brKqZgwNlOgTvxXJ74bayzX { width:10rem;height:5.4375rem;top:116.375rem;left:5.0625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTpp7iFOqwc2h8Ey2yEz2xMFgV8ZL3BV { display:block; }
 }@media only screen and (max-width: 763px) { #XyWCclaTTo61Sw0quTSUPXQFUsiM8TNc { top:78.0625rem;left:3rem;width:14.0625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiKvB20biNyv8SJr3QPKHGQJKFLqrVXB { display:block; }
 }@media only screen and (max-width: 763px) { #T3ikqXhcSbL3UIyXS9IgGQACUh6HuXrz { width:10rem;height:5.4375rem;top:84.8125rem;left:5.0625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7zyhtgFczTTi7x2I7Kc8NWPtqAPTeix { display:block; }
 }@media only screen and (max-width: 763px) { #SIC8Kx99ASRbmwnuRfE2K24For9EIsRe { width:10rem;height:5.4375rem;top:274.1875rem;left:5rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH3RP1vBkkuOL6XgoR4T00Rh0LFbwL5v { display:block; }
 }@media only screen and (max-width: 763px) { #KGxEey8ibxDEpT0zuV04dO8pxOexDV86 { top:267.4375rem;left:2.96875rem;width:14.0625rem;height:5.5rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #UEuRGUZu91vWPvyKOeh3tuHfW15NeKXW { display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { background-color:#a66bb2;background-image:none;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .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); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:20rem;height:5.0625rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:19.9995rem;height:8.07425rem;top:5.9990234375rem;left:0.0009765625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { width:15.8125rem;height:3.0859375rem;top:14.6240234375rem;left:1.0927734375rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { width:16.125rem;height:1.29980625rem;top:18.2158203125rem;left:0.779296875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { width:11.3115rem;height:1.29980625rem;top:23.7333984375rem;left:5.58984375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { width:8.3125rem;height:1.29980625rem;top:20.9375rem;left:8.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { width:14.125rem;height:1.29980625rem;top:28.93359375rem;left:2.4990234375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { width:20.0625rem;height:1.3808625rem;top:26.68359375rem;left:-3.4375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { width:1.6875rem;height:1.3125rem;top:14.935546875rem;left:17.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { width:1.6875rem;height:1.3125rem;top:18.3720703125rem;left:17.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { width:1.6875rem;height:1.3125rem;top:21.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { width:1.6875rem;height:1.3125rem;top:23.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { width:1.6875rem;height:1.3125rem;top:26.966796875rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { width:1.6875rem;height:1.3125rem;top:29.3095703125rem;left:17.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBSILmMUJby52hDgsoZoyRDQkR7T02zs { width:14.9375rem;height:5.4375rem;top:31.8720703125rem;left:2.5rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3s7n6GsZ6btpcBHZyNlQUx9TvLRHvU6 { display:block; }
 }@media only screen and (max-width: 763px) { #hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae { background-color:#ce6de5;background-image:none;display:block; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container { background-color: transparent; background-image: none; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container > .video-iframe-container { display: none; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row > .video-iframe-container { display: none; }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .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); }#hnBMhe8ISXNqH6bpsMWDT5WLLIrsNsae > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOO0aqxfCpGI53nyrSLrmlmH92NJgxI9 { width:19.4375rem;height:0.89355625rem;top:16.01953125rem;left:0rem;text-align:center;text-align-last:center;font-family:"sari 3";font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcMcZN3TmnDxsCByEJ2d22lF22ENCQGF { width:20rem;height:2.73125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.9;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TH5uTLdWBBUwiLLMTrsic2WrCDhAh2SC { width:20rem;height:0;top:7.685546875rem;left:0.00732421875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:"sari 3";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #V5OP43Ut5JVkMVnWwECGut96hFelewf3 { width:3.0625rem;height:3.125rem;top:3.936767578125rem;left:8.5302734375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cniq1kiGQdHpstlZ8IuPlcNk51ukurLa { width:9.25rem;height:1.625rem;top:6.4150390625rem;left:5.375rem;text-align:center;text-align-last:center;font-family:"sari 3";font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V86RpGkT6emVQLNVnd3Izp1tQpodWTCT { width:3.0625rem;height:3.125rem;top:8.0400390625rem;left:8.46875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrL1m1cIUS5TnaVy2trsmn9I4hd5UKIc { width:20rem;height:3.1875rem;top:11.1650390625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }