.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:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv { background-color:transparent;background-image:url("https://images.assets-landingi.com/3NaX7ST1/112Artboard_1_copy.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv.adaptive-delivery-prevent-bg, #L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv.lazyload, #L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv.lazyloading { background-image: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container { background-color: transparent; background-image: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container > .video-iframe-container { display: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204,168,233,0.5); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row > .video-iframe-container { display: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .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); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container { border-width: 0; border-radius: 0; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container { width:60rem;height:78.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#WF1JGdahRaV91yhwopia35ZnAaIt1ikS { display:block;width:27.686625rem;position:absolute;font-family:tajawal;font-size:3.125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:6.6851129531863rem;left:15.556640625rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#SLtlMNSbSCSzsOqzC1H1yMtDvnCZmbNw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:0rem;left:25.5576171875rem;overflow:hidden;display:block; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-form-header { font-size:1.1875rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-regular-label { height:auto;display:none;font-family:hekaya;font-size:1.1875rem;font-weight:400;color:#ffffff;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);line-height:1.6;font-style:normal;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:20.8125rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:kids;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center;vertical-align:top;font-weight:300;font-style:normal; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:20.8125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:kids;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center;vertical-align:top;font-weight:300;font-style:normal; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-select { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:20.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:kids;font-size:1.5rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .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;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -moz-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -ms-linear-gradient(top, #ce3d9d, #ad2d82);background-image: -o-linear-gradient(top, #ce3d9d, #ad2d82);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d9d', endColorstr='#ad2d82' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce3d9d', endColorstr='#ad2d82' );";background-image: linear-gradient(to bottom, #ce3d9d, #ad2d82);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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:2.0625rem;font-weight:400;color:#ffffff;width:20.8125rem;height:3.75rem;font-family:kids;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:1.2; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .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:kids;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:19.8125rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .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; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-container:first-of-type{padding-top:0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-container:last-of-type{padding-bottom:0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8105625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:15.25rem;z-index:100031;position:absolute;font-size:1.1875rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz {display:block;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8105625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:15.25rem;z-index:100031;position:absolute;font-size:1.1875rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #JwBqfTwlpF4wTXQZxR9SvMlvS17af4Vs { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #lTKX7ktMvbrX7f7KkZePMGrTgm9haq9V { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #yiV6k8XKeWc50BOK5K4d14nw9Fsxd4JK { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #WJDxW1CxLUu0RAlfuDcnoUV6QKX3pURh { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #tR0ezx3TZ5HIue59HS7bJCACBW5LC6vI { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #F6OQFVTM7RBDhxXoZSwoTH7MO50COsVk { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #JT7pcE2ECHKK8LIXQ0JVX7sMGqDTnFGI { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #sVUCLOteEoX8VhoQUHvQ4gPqKnXtzT8m { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #fo4Ku9ATE2MVckNfIA5Qt1OfrVhPfxd2 { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #Cs5n94vEXE5n8cHltRyzwdbR6TlcFit2 { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #o2SQ0FTqgJ6gsP3nqHh0NXLAp5hVyS70 { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #RdJubKnHvJ6zqzwpsQLuDxPzvhoQPWCE { position:relative; }
#N8Wzh82IzTAFSSctcp6ieQp53NEHnExi { position:relative;display:block; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #eezoOBF29fXL7EtXOCcCsCKzxdEXiw0R { position:relative; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #aX0mzBXqVE1KhDeetGQPNenA403OyzWn { position:relative; }
#BD3noDNfTBZCl5AnqGZnbIKEyFaERHW0 { z-index:100020;top:31.4375rem;left:32.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nKwdJxN1xuIJHZHHN8yMA0nQole8L3bf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nXqKNi4sWl9xFAI86QMaSZumXgOTofWf { display:block;width:26.8105625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:11.5rem;left:15.5625rem;height:2.923825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#HH1xZBanHhFd0OPinJghPe5f6iLTx8Ty { z-index:100023;top:36.6875rem;left:30.0625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ECxWx1ovezUFUzupTJzPbTpwstHrsxvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hFKrx2AWXHLaqcTyMORwo4MB8tcT1Fza { z-index:100022;top:43.0625rem;left:16.3125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uKnxNuMqvEQe8fWG8rnumoCODSktdOlL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VdxF0lKk6XoTZrHQrCZd42LrVo5QttTn { z-index:100023;top:39.6875rem;left:17.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tzXCPetpg8TqRSuQkVqvfQul55zsuqOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#etIKGJaJgCLAr4GJK2NdQpfyqbJZ0I3O { z-index:100024;top:46.4375rem;left:14.9375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u3P5LWUi1VfI2Oq4B811p744PZpOumiC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X9u4i7XtFNTeRzeT6r62TfUv5z1SkNfs { z-index:100027;top:26.75rem;left:33.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S4q63g9enuG5A8Cxn6RenuZcQsxQVcyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aHX3kc7HcAFxqg55z9razlz5BPOFFJB6 { z-index:100028;top:31.825088500976rem;left:29.812282562256rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.06312125rem;height:2.750865rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#CRTAhAvt35xpb2qceuTBdqgAwVVDSulD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mkrvwLOBklIccSTZM0NJ6k4iEnpyfV7a { z-index:100028;top:22.5rem;left:37.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Iqx9Wu14KNpbLvzTDNAv4q80CMemFkJ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BuT2USXxevaisXQ3yv8RAnennPk3ATdI { z-index:100026;top:44.1875rem;left:39.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TSmewZaagXdDZsmmutc8wonNkcw3wLap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OJWaLCEvNMyko6eVXAsGuvLfRipGCfeD { z-index:100025;top:47.5rem;left:38.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tpNprO0wVfb9787L0equ37xA8olbDZZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u622pINALebBBzGDLUpLxLo7INq4RsCm { z-index:100027;top:50.875rem;left:37.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KeTJOB1TERufL5aboTTPGJKt9pik2dqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XIrTZTuAHv00OxNeA7fw12MaEl8XXE6W { z-index:100028;top:54.25rem;left:36.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mDtJBGGcPDiXRtIcxdxUHoVTZc7yCQ4n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DSuSGtTRdMThc84iSEbt8A2q6OC5lpCa { z-index:100029;top:51.0625rem;left:13.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t0qdtyvXgSTa1TqNiOPrX7TaRGDXb4bT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HHUTAiNRCEtx1OiJtoMJX9FfUkEzP53Q { z-index:100030;top:58.625rem;left:36rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fPv9xPzgktEOrmu0GT1vtmFq0bOIqA78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XWzm84lWQTZgLlPStmTGaaGKmLJ29LcA { z-index:100030;top:50.3125rem;left:20.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Xsmg80PttKoCPs0ezo5pomaNXooBivt1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TnSvDvheOQPVAoelq2Zlpm8zpMWl4mg2 { z-index:100032;top:58.6875rem;left:11.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WiVfCGqkfaUZZATkbVFLdqgzG521ACOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TdWed9PJMTW2KfXXrDu1vWPX2Efac7hK { z-index:100033;top:64.125rem;left:21.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hXD90PZuZeZ3oaFJp6VTyF4DV17eT7ot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W9RgPNE6iLUDTUyozdBPEk3L70H3UhJ9 { z-index:100034;top:69.5625rem;left:21.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FBHDTOTTENTMurVSTcNUynvkmpsKIt1w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xVhBdq4suked79LW0hgPMTItgmEPdZeo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:54.75rem;left:20.1875rem;height:0;display:block; }
#KWObKTpGm0XyTpUDVMOuS0DeynvDL52y { z-index:100035;top:74.375rem;left:21.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SxRMRGoAZNwriAnPhWDuRg7szn2umVUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w5QSJEH3BV8ELpUUiPIsASHtKDIWIRXe { z-index:100031;top:54.75rem;left:12.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cdX6oQFlLZn9WOLPrh3CPPalV8MhgT8m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P1BlKhmaTK9iPCP8fpd4yQovTAE2uuPA { 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:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:16.28125rem;left:24.09375rem;display:block; }
#Q3LRh0PRfSGn1zAgpnTlJFiRhsK6IP8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IzQMeTRVsA4zS7SzD1GnLPX17oKUC3XQ { 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:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:69.5625rem;left:5.8125rem;display:block; }
#aXZMhFkKK4XiFh5oLRm6tvv4qWBKDxF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xHK4szKc1b3D7ExdrCKZVlogm9bPlJpy { 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:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:16.28125rem;left:24.09375rem;display:none; }
#UmS4QufBC51LOb3wMCIohC75KmWFudpL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acdffa;background-image:none;position:relative;display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:none; }#DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { color:#df4a8d;display:block;width:21.311875rem;position:absolute;font-family:kids;font-size:2.375rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:0rem;left:19.343532562256rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#emg9hDoHRnQh3X7WobqEabHf828t67MA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.684895515442rem;left:22.123481750488rem;height:4.93555rem;text-align:center;text-align-last:center;display:block; }
#cmpcrVUA9RPlPS3sISJwMh6PMCsUnI1P { color:#000000;display:block;width:54.8123125rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:4.5334196090698rem;left:2.5922298431396rem;height:6.82725625rem;text-align:center;text-align-last:center;display:block; }
#PuAn9PDwJMEuhxvsSRNCDpqTFeDv19nz { 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:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:12.75rem;left:1.125rem;display:block; }
#ZWBPh88bNbz7dhAJm1a5mdh7kyve5kPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 { position:relative;display:block; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 { background-color: transparent; background-image: none; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container > .video-iframe-container { display: none; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row > .video-iframe-container { display: none; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .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); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 { border-width: 0; border-radius: 0; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,173,221,0.18);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;position:relative;display:block; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container.adaptive-delivery-prevent-bg, #nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container.lazyload, #nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container.lazyloading { background-image: none; }#ItLIIMUtVHubwPQCPTbmiVAFSaqvTDTJ { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#PTGOmONrSMiQNpAGgpTWNNa6Or3KSLIf { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -moz-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -ms-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -o-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );";background-image: linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.58203125rem;left:12.1875rem;display:block; }
#I6yAoXouTWPbT9Mhq2m8X34FeLhGSw8G { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#tEZGqB41bDilrOf1mcT4c23MQpu5J2Id { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#eHSdCmchuHLy7PtbqOpCQO4xoJy7KK4S { color:#151515;display:block;width:29.8730625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.47);top:1.9130859375rem;left:15.0625rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tkJqCh577DIryTy4pNBIrJ3Q0TMGetxq { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#LLfVplGTQreMN3fN8HWE2HoAwzgbI21N { position:absolute;display:block;z-index:100037;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:16.0625rem;left:1.6875rem;display:block; }
#SAUTDANGOHTQwxAWBlup477tDfrUrfrQ { color:#000000;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100165;line-height:1.7;letter-spacing:0;top:19.375rem;left:15rem;height:4.4609375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDc9J6cQ0M7H4UBDRSN5wTpbqgbufSZb { color:#a0111b;display:block;width:9rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100198;line-height:1.3;letter-spacing:0;top:19.375rem;left:3.25rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFa6tS2UiVhDchd41QMANs7K5pnBdh0O { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:29.1875rem;left:1.6875rem;display:block; }
#bmELdfZJNIPxCiupZ2Iisg4cQ441DnWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JF6TtPXR8yRMzlBfGeAEARQBZiswQyip { position:absolute;display:block;z-index:100042;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:16.0625rem;left:33.3125rem;display:block; }
#GoiTzKAIpVcoh6pcOlFcvytxSBsOqGMf { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100170;line-height:1.7;letter-spacing:0;top:21.7734375rem;left:41.5625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbL7mFthcZT3gddXfbBCUaTRb68C51lg { color:#a0111b;display:block;width:7.625rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:700;z-index:100203;line-height:1.3;letter-spacing:0;top:19.375rem;left:33.3125rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBavrdi1ipaLhVKz6WyZf0TiZEx2ooE0 { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:100064;text-align:center;text-align-last:center;top:29.1875rem;left:32.5rem;display:block; }
#NCJXsiVCM14NSBevt1rczyCyuGRDy03i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KMolxRV3g5bu3wHCnczMrwI5aLigtwUA { color:#10610f;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:100228;line-height:1.7;letter-spacing:0;top:24.943359375rem;left:34.71875rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q0UTihx1LTt7Vhx2A533ZI4WnO6ys1cb { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100122;line-height:1.6;letter-spacing:0;top:8.3095703125rem;left:10.1826171875rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIEOM0i28zC035QHzqA7JTxGW9anwNsW { color:#10610f;display:block;width:5.12305rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:100229;line-height:1.7;letter-spacing:0;top:24.943359375rem;left:3.966796875rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q4Tx8erQw9SUCpQahKxk4tTsHK7Z4KXx { color:#a0111b;display:block;width:8.3125rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100204;line-height:1.3;letter-spacing:0;top:22.375rem;left:33.3125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fpfgvkhp4DwGh8JL6vca1azmTJhQX7wM { position:absolute;display:block;z-index:100230;background-color:#01060e;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.375rem;width:6.1875rem;top:23.6875rem;left:34.71875rem;display:block; }
#c1Epu2EKyD7J3Sx2QMRw7xOkiWW5y3sC { color:#a0111b;display:block;width:9.25rem;position:absolute;font-family:cairo;font-size:2.625rem;font-weight:700;z-index:100199;line-height:1.3;letter-spacing:0;top:22.60546875rem;left:3rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ShNW76sHop04K7T0Qlmgye9Nr6WZP9LK { position:absolute;display:block;z-index:100231;background-color:#01060e;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.25rem;width:6.1875rem;top:24rem;left:4.65625rem;display:block; }
#dOnFovLCXVhKDb46fbyAIJ6h4r75BDJA { 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:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:16.28125rem;left:24.09375rem;display:none; }
#TI62l6pvlFXJRFw2VuEQkTSChM4aET9o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0f3oAQIw/Preschool_Kids_holding_hands_walking_school_hall_Preschool.jpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.adaptive-delivery-prevent-bg, #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.lazyload, #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe.lazyloading { background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { background-color: transparent; background-image: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.63); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.63); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row > .video-iframe-container { display: none; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { border-width: 0; border-radius: 0; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { z-index:100002;top:1.3125rem;left:21.4990234375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.626rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { display:block;width:52.625rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.7;letter-spacing:0;top:10.875rem;left:5.875rem;height:6.375rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:5.0625rem;left:31.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100008;line-height:1.6;letter-spacing:0;top:34.125rem;left:2.3125rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { position:absolute;display:block;z-index:100009;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:12.5rem;top:4.6875rem;left:31.8125rem;display:block; }
#OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:34.75rem;left:36rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { color:#000000;display:block;width:34.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:23.212890625rem;left:11.75rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:5.0625rem;left:15.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { position:absolute;display:block;z-index:100011;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:12.5rem;top:4.6875rem;left:15.3125rem;display:block; }
#X7HcdV5iSkmBt1zp1v1DLv5PiX9rEmCM { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:20.0625rem;left:19.2177734375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#v04MxiZEIXyy01IXCT8uhNiuahX9umKT { color:#000000;display:block;width:34.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:28.525390625rem;left:12.3740234375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6mEAV6GSU6V69p74hmJNqc67AVVJ2GK { color:#000000;display:block;width:34.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:27.962890625rem;left:12.3740234375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7INoXdhIN6pMCdfZtav2TMz0htMSwl8 { 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:11.8125rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:54.125rem;left:10.21875rem;display:none; }
#eZd8A4kuROM3Gl4MerQ4L9oidXKtSFg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ghTCHbF3epquz6riuHtLN883GaZQiQwk { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:34.75rem;left:26.125rem;display:block; }
#yCFrK5Rwgpa6inQZrtfQa9CzdUzOVWxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:block; }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row .container { background-color: transparent; background-image: none; }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row .container > .video-iframe-container { display: none; }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row > .video-iframe-container { display: none; }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .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); }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row .container { border-width: 0; border-radius: 0; }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row .container { font-size:0.875rem;font-family:arial;height:254.3125rem;width:60rem;position:relative;display:block; }#p86TwZvVpWpqsGMNuk2kWA6kgfcZDGpa { z-index:100004;top:61.875rem;left:5.7529296875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FF80c3uEaJgwAAydiOy9noZwLPL5inJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O2fpRol7uOZUMU2EAnDPnsJtLmGbhyQd { position:absolute;display:block;z-index:100012;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12.5rem;top:81.4375rem;left:8.3125rem;display:block; }
#OAMv5vJqe3JHqdNpLmExFwzfDa000b87 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:82.8125rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#LXgstyBP40JCmtSBvwFFLyC2cx8Tnr2c { z-index:100004;top:89.125rem;left:6.59375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vXivGV6CfkoRrD6F89MkxuwcRs8bsPSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bDpdGyAUolx7av5WZhHGaJ3McEcTftCi { position:absolute;display:block;z-index:100014;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:103.8125rem;left:8.3125rem;display:block; }
#F2cILbSBKzNwFwb4rM7PpDXaryTI0M6x { display:block;width:27.5rem;position:absolute;font-family:tajawal;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:93.5625rem;left:1.21875rem;height:8.9238125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#PGayCZfPuaZqIvUBDaZPMx3vcJrhOLAM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:105.4375rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#aJJ60ERsRhTrU7s8VLxzimBo71y4MHff { z-index:100008;top:98.875rem;left:31.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rXlDUzbPdqTfiScCb8TlGv6LKr4nWiTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mI1AqT3Fg3cpTyEMwGX83U11HzdA5RrR { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:103.8125rem;left:32.34375rem;height:12.1113125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#NsWqKoEA8Cc1MitaXTxASX3NDtQ6TkgR { position:absolute;display:block;z-index:100014;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:103.8125rem;left:8.3125rem;display:block; }
#fqNTohJHzXDbw1xLAqSKhaT6i85TT4kZ { display:block;width:25.6855625rem;position:absolute;font-family:tajawal;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:116rem;left:2.1875rem;height:9.375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#xuyTKVURa1dW6btweu3RHnsBxHWuuNEg { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:129.3125rem;left:8.875rem;display:block; }
#ZORz2cWT9dwstKhbIlAkXkFSDl016gTF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:131rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hMp7F0T9c2AMrbpiaxfqhocKE9cWC5CO { z-index:100002;top:111.1875rem;left:6.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5029375rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TB5K7yQodKJlDgVhXcpkr85OGSNIhH5c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yZ7JNx7MuDfcRTFpPDHBS8M5D6w287ts { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:6.15625rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#l5W0gUIAU84aVcwWX3rAaLhuLz3cP2Pm { position:absolute;display:block;z-index:100014;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:25.5rem;left:9.625rem;display:none; }
#e3N1BmLtWVc9dcRJ5F2WJcIteCSGt1pI { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:40.9375rem;left:8.875rem;display:none; }
#MFbar23TIQDauR8vIPQ2COx8KE6DIA5F { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.5625rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#bXHa2Qqq04krhU3Q3LvCDgfgixmVUcXK { z-index:100005;top:1.1875rem;left:36.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vTCkvaiRGHvFSmiIoyAK1P3R7Q9Hm3ku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xHtn82cu8FZA2bkqKyN3E3chyNo7Tt4Q { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:1rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:6.125rem;left:30.6875rem;height:6.796875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#Gpn1sKZLisJIvanaXl8pZW7eInxLAANu { display:block;width:27.9355625rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:6.76171875rem;left:1.03125rem;height:5.41699375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#nPqqbxgIyTlozTuwklFGR7Qf6uHKPTIO { z-index:100006;top:1.75rem;left:5.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sUhPgATEgTBiEURg7GmACwfh4TLm6r5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JhzWdrG08UEZBDWeBHTsM9SwVrAOTqVl { position:absolute;display:block;z-index:100021;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:15.3125rem;left:38.6875rem;display:block; }
#BWUaVNPa3pQPeARzG02vZ2ZbltNr6FVp { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:16.9375rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#spcNSqG6oEb3sL57EhvQHi0QcQXI5WDo { position:absolute;display:block;z-index:100021;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:15.3125rem;left:38.6875rem;display:block; }
#NTEMsr523iyLXVp47sOvlTwEsAITUTaI { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:27.0625rem;left:8.75rem;display:block; }
#rlpPcVRL04gsET9MiUoPLVdfUwcrUPlI { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:28.8125rem;left:9rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#fQba8S46ow6rR1W435Zo1xUgwsVxHJvW { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:27.0625rem;left:8.75rem;display:block; }
#POu4gmMMz8kiU8MpqNK7BEGFzk7uyg9u { z-index:100006;top:22.75rem;left:34.90625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ksVbBPmHuKp6A1uCMswAb40fBUqNLNiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bRaphwsg5uqyokH6koEVTLKzXFUaPWy0 { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:27.67578125rem;left:30.4375rem;height:6.375rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#A8wpSiep68y4XOzyyDrErGP8IGov3gqa { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:37.6875rem;left:39.375rem;display:block; }
#kV2ePKoUoNR5rN50WC1zo56y157J1uly { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:39.5rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#D1vqNSXmu2tFupJ3AWTwk3eqLA6lVQ1d { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:37.6875rem;left:39.375rem;display:block; }
#PDFQFr5dSPVTePBmTi3FnmE0wZUFwtrJ { z-index:100007;top:45.8125rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tv51QiQxSleNMZhdw3Myxit90wpX4xgU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A92UNAI0qyPTH2ET3UpOsqiamQyI0iQ1 { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:51.46875rem;left:30.875rem;height:7.96875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#dvuVRciQs0GBsWg1wcucHCv2hhlP21FZ { position:absolute;display:block;z-index:100027;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:62.75rem;left:39.375rem;display:block; }
#MoSLdcbG28WsR0Biez71qO3kUuvb1nry { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:64.6875rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#XnMJdGW8uLqer8HbK5Kv27ALuQ0tuoZK { position:absolute;display:block;z-index:100027;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:62.75rem;left:39.375rem;display:block; }
#a9tlMBnP8udIrBRfvMVExTFp7kpFSbm1 { z-index:100008;top:70.9228515625rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DTh9cOXPSwUyiO29zWw5eT3wHTVkyHRW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PDsh9w8mgv992sEp0eyVcWo65u9KHkM1 { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:76.3125rem;left:30.875rem;height:7.96875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#wX14f8N5eHVNWesNyxLgxVTk4o7QuZLm { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:91.0625rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#LcvkI00A4KH1I0PZTOnP1p1fzeTTDInS { position:absolute;display:block;z-index:100030;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:89.125rem;left:38.6875rem;display:block; }
#SNgETKzhRgT2rwr7lGyZqnJ3LcciTPUU { position:absolute;display:block;z-index:100030;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:89.125rem;left:38.6875rem;display:block; }
#kVXrUFUCp7t9LDRrGdzTmOKKnewozFJH { display:block;width:22.5rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:22.75rem;left:0.6875rem;height:1.8056625rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#HQ0dnsbfgPubMSHvMeuZ5wMBxcZshHXN { display:block;width:13.1875rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100017;line-height:1.7;letter-spacing:0;top:15.3125rem;left:9.9375rem;height:1.8056625rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#baJ63uFN5MHwKW9x44JrPCQStQSMv9JS { display:block;width:16.875rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:17.6875rem;left:6.25rem;height:1.8056625rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#l7SwahVoNId4U13ltORCiZgOnfTGRVpS { display:block;width:23rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:20.25rem;left:0.1875rem;height:1.9121125rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#FVoqa0fm3dcUEbWL9P7NKP9im36f2NFV { z-index:100015;top:35.125rem;left:7.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6865rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XFWxizOZw1NIbXoqN9vIQ8KLNVwA5PHu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rbLbAZVkods2AAwbQbb0KxaUEMR9gepa { display:block;width:29.3125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:40.75rem;left:0rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#pVCQWHBoFBfg7c9vT0yS4OF5kq7hr5vw { position:absolute;display:block;z-index:100028;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:53.375rem;left:7.9375rem;display:block; }
#nKsqUp3PANvsQSH3Kr4OVBnRT1dqXHSz { position:absolute;display:block;z-index:100028;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:53.375rem;left:7.9375rem;display:block; }
#MpF6Qh4UDcvEWrzRxeR2NorrAuBoDTcc { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:55.0625rem;left:8.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#r5NNVIThRrJGbxRGgtn5NbbliN7IT0UV { display:block;width:25.75rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:67.1875rem;left:3.03125rem;height:4.673825rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#R8cNsWEePSdlISVECC6izWsKCg07PcVv { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:73rem;left:6.90625rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#lXaoTIG3dZDpzrH3PN5VG2D0MJxOcEIk { z-index:100012;top:135.9375rem;left:1.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x8Q6TuOazRk2VFvZrDsUPMNHExbcxq6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BecI06V8guKkKVWHXVZeNcsgZfBvz3Ws { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:156.5625rem;left:8.75rem;display:block; }
#q2ed5hTlVb3dI7VISsrBp6bZpylFpfBK { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:156.875rem;left:10.25rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#rCJS1elQSCyEo9276NrfQATZPe6ZbAzH { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:141.4375rem;left:2.375rem;height:11.6845625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#WP40TGtXOAWcKLrvORBKrRHHTuDwbxki { z-index:100016;top:135.9375rem;left:30.84375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TV28xLbDbCVhdEVi93xEWxo9SreI2QwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w3e2z4MFiy1IMp7sP1hkN2LfKIuIZ9Ch { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:143.37109375rem;left:32.09375rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#P0tXBob3WJ7kdzfATFh6MP9gWBo8dbFL { position:absolute;display:block;z-index:100028;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:156.5625rem;left:38.8125rem;display:block; }
#BTwyeFRKlyiur0nbtSb5AJPBvO9rMdWW { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:156.875rem;left:40.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#Ulfqi4R1heQhnVaJrku9iFmPpRbfm8K5 { position:absolute;display:block;z-index:100020;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:120.0625rem;left:38.8125rem;display:block; }
#mekX5KtTavrCVXKz3UlW9wLZKAvi9Qkz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:121.75rem;left:38.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EbovQ5LwRsC5I2J8kTvqviJXCdqK73lG { z-index:100020;top:167.5625rem;left:31.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SNnylFb7GrDdNAIW9t8RoPkJ4Fbz8Brm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M4bT6OO8ayM3pKmhUlofuxXGJw8Tf9Hq { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:175rem;left:32.9375rem;height:9.5605625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#CoRsC9x5Ne3xzg7TaNm4V0OKa26cK4yq { position:absolute;display:block;z-index:100032;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:188.1875rem;left:39.6875rem;display:block; }
#A2od5uZ3qUXBbyFok3uHLfKIfwFCHWQt { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:188.5rem;left:41.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#IE28ek89nUH2uqbQnUoKBO53e1x06LqI { z-index:100024;top:167.5625rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wFXo3ezWJ9JCyhrNkedh127DizspvIJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RxGooxnuTb2KkV0TPlkI7Gai0q3SnLKG { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:175rem;left:2.125rem;height:7.6484375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#TkvuZGUmGVVnHuEz2wC1ElIdz7nebd1f { position:absolute;display:block;z-index:100036;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:188.1875rem;left:8.875rem;display:block; }
#IUmp0WEM7DmiWUlPckG4aVyTya52iCTe { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:188.5rem;left:10.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#lltfd9VVedDoOzL4tVuM9Cdc9AADQf98 { z-index:100024;top:196.125rem;left:30.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ckSJUwx4RF21THlIhHbzGtqDNSKIplZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kw1D2tCogouC0JtFJMTgAef8a6g0NZIz { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:203.5625rem;left:32.125rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#BxB5NhJyIEEKiiHl8obkrXSpJC0E43NX { position:absolute;display:block;z-index:100034;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:215.0625rem;left:40.5rem;display:block; }
#TQIzclvhMWJyR1UyF78entEXuLizaNff { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:216.2626953125rem;left:41.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#bEcMDysULSQOf3AVoTyu3TmgFIMyLPI4 { z-index:100028;top:196.125rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y7NHKItXFKWxnwdQ9szI8FOzyW5Z05Ko { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mT1hpNPAgVEekPqleLM5xe1bPaW0DU2J { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:203.5625rem;left:2.125rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#fRXZ5lh3IXKWeWtc3iH3e3CweJC52Tra { position:absolute;display:block;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:215.0625rem;left:10.5rem;display:block; }
#ZR59yAMFnB8ML1p0OTBSZR0nmRT0d5Tm { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:216.25rem;left:11.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#CO4I56HympRHFqxokifzy4BIuRESPaiZ { z-index:100028;top:223.875rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V8tn0UaxOfLvqTIl5PTloIOrOkr22ViS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wkHEFNtKyeOt7IL6Uk1GPVbE1VwNBPQT { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231.3125rem;left:17rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#iw5NdBslsRu1FxuJlAsd07Kyi2cXIeTL { position:absolute;display:block;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:243.1875rem;left:23.4375rem;display:block; }
#wANTNkQ4ogLZtWA1SOzBi8gftTIQDTJF { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:244.5625rem;left:24.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#bFypwkidsMXcQkwrgJnBt9Ftq7M1TsUd { z-index:100028;top:223.875rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#AyOAM1KE9uNdbJ9qRNFrPVRXtzZN2Pgq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L6cbTyWoASyn5o1V9eCbpZRFUu56D9pN { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231.3125rem;left:17rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:none; }
#invCm7PBhUZ8bkEsbzcC16Qi40f52KkL { position:absolute;display:block;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:243.1875rem;left:23.4375rem;display:none; }
#HPeySIvzs9Ov9TiOScC0ZbXIrtPIEdv6 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:244.5625rem;left:24.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:none; }
#lIxraUQIPwTaqC7k7IkCfwTfPqm15JnJ { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:block; }
#JIP7BaHmohCnPovmRt8zCyTTAoSrkT5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JoQdiseQtrDMitc95q4HPvfZlE7sa6ZK { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:61.875rem;left:26.4375rem;display:block; }
#l0hXGNA08hT2X4nUcHSBPHn1lwskKJR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IrlMpvTgZPf3w0nKE9ZyXubMPZueJaMn { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:87.46875rem;left:25.78125rem;display:block; }
#ATJ75XBf2mSA17nH1yCIxhztAxxJAiiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h3yWurvVfXTbR7eFPQaFxHfgTefZ24Sy { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:125.25rem;left:27.873046875rem;display:block; }
#ENzXqW2EHJtoFuNbwJGpc9b4OIKOC5Fz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GF6CmMpMsHVZ8yXfZNWHuRTUcuSZPMln { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:157.9375rem;left:25.3125rem;display:block; }
#N4wr9KpECzWgTxfxgcndixaKZaOWXhlk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WPtoeSAdTCFd0a0kHBMtKk3iKmBqlb9d { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:188.3125rem;left:25.78125rem;display:block; }
#MPdhlsngiDKoGgqcvMGPQ4gItTp7tCll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R9T1P9dFZKmom7iuvpv4TSknglavesZi { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:216.2626953125rem;left:25.3125rem;display:block; }
#zIte3wTD0nbEH9xCyTMc92UzG5OvE6If { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NCMkMrMeLEpuGwAtKrnpEvsJoqrNiW7f { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:248.6875rem;left:25.3125rem;display:block; }
#VyLHhxgOveyQKV2KzRqb6CGTGEuFLugR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TwZwCu9bkGbgTT4WKc5v2UBbPum0Brwh { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:none; }
#NxFTStc4UQNQpkQDQ2yBl4UreKZ5Zzwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#go81K4lGBMrrQ7JGtOAUXh8k3PoPTFwm { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:none; }
#NDycqTxcyUDOcxIRNwT9AyOeluIaix5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AwT56VB4cR10Xv4zEOVKgn7AvktMKz1M { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:none; }
#carTAWSvxGs2Dd2TBQTN3kUSMTT35TR2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m6Fn2qhtGNdNJ61IIlaSr7y0L1SaZpfQ { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:none; }
#pdMUaqPNHOzARMzWfsSgaBCi1wv0HsLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gX6NIJFocaKO8izbvVv73SuTBkG22giz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:none; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { border-width: 0; border-radius: 0; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { font-size:0.875rem;font-family:arial;height:254.3125rem;width:60rem;position:relative;display:none; }#CgIiigQ4ypqlp34vP91Ewh46m0Fwpx2c { z-index:100004;top:61.875rem;left:5.7529296875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#u9futEH7v2cVLQ7heTiqKayxncimyAtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fS7OgkAqTZIKXre3NQ1JLPRu9ir0lqIU { position:absolute;display:block;z-index:100012;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12.5rem;top:81.4375rem;left:8.3125rem;display:block; }
#cfte4k6bPW14JJiaK8ta5mVP3gnw02uv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:82.8125rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MR5V4cDxcttuWbJFEMmIlSIIwvCzHHnb { z-index:100004;top:89.125rem;left:6.59375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VKiVORWm7ZSfrRm3k6D3nxmAVG6DKu8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PHNV0OwxDpzOZHBqASyVcM9psQJxP4Zt { position:absolute;display:block;z-index:100014;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:103.8125rem;left:8.3125rem;display:block; }
#Uyd4Oc3llNqiXtKgCfW1kODfUJR4rQ8L { display:block;width:27.5rem;position:absolute;font-family:tajawal;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.7;letter-spacing:0;top:93.5625rem;left:1.21875rem;height:8.9238125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#eWmU3efLuubfEwwv9HBbdrn3tPCbWkTi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:105.4375rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#nVuTmFsUre10k7oXSDwxnp7Gd2ZAWa8U { z-index:100008;top:98.875rem;left:31.25rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vsQLqMiqGh82GLWqITFotFk4sJe4QcZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QFBkyrR6LNH6JUQRPD8h0HzZ7sqRx7uh { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:103.8125rem;left:32.34375rem;height:14.129875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#ndD00Nqef1kFpUSRhZCsbv53FnZqbHTA { position:absolute;display:block;z-index:100014;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:103.8125rem;left:8.3125rem;display:block; }
#PtVhOAik58VL3Zy1CMWQ3JtQxRXeNmus { display:block;width:25.6855625rem;position:absolute;font-family:tajawal;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:116rem;left:2.1875rem;height:11.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#zQdMB1oFNU8rI5lC4JeivTSGennRey8r { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:129.3125rem;left:8.875rem;display:block; }
#doVCDmRvZzSB5stODGB2FSlVWk0UTnQJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:131rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ol1qtSGn4TATkWMhr8TWkzKgKmezCZ36 { z-index:100002;top:111.1875rem;left:6.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5029375rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#slqxuE1oa2ciq4oiFBzKQ2TXH8nsJ67O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IS8URJ2SXibkzGfuEOnZPsvDpMNW239c { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:6.15625rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#SRZ2u9cggcOEpTykdNTRbT3lTWCDlGta { position:absolute;display:block;z-index:100014;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:25.5rem;left:9.625rem;display:none; }
#N0JgnSvPqSskEOv6qKMWoKrt7ymJMcr9 { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:40.9375rem;left:8.875rem;display:none; }
#qdOmTvXEVa9kB9yz7EQ7DMFU1zpimdCb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.5625rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#TBm7euhN5Awau7grNsnMvXGWdUSqV6Rc { z-index:100005;top:1.1875rem;left:36.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DxghALVKG6tECIZSXVLqvS1svLPfOlbD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZUaaT79lmMwlkTOmJtH3rP1UzutM0WT4 { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:1rem;font-weight:400;z-index:100009;line-height:1.7;letter-spacing:0;top:6.125rem;left:30.6875rem;height:8.496125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#OyE4SlyICVxIG1KS96VCllT4ov18I2O5 { display:block;width:27.9355625rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:6.76171875rem;left:1.03125rem;height:7.222625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#hOmIr76qoeC7yHgdudcmxfGqVVeOBMar { z-index:100006;top:1.75rem;left:5.8125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Xiab943h5Cxo7dtIlN8pbOoU98cX0tAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZBJQQ1gDg67xP0nvTaXra3lhFPuDUuZW { position:absolute;display:block;z-index:100021;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:15.3125rem;left:38.6875rem;display:block; }
#xzU6wh4moDO6t0Uw7S21zm6fRgTb0wR6 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:16.9375rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#MhMADOAT3hRwFRcImHEa6kcVlTOqfwAQ { position:absolute;display:block;z-index:100021;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:15.3125rem;left:38.6875rem;display:block; }
#DKiXd8p5v0FX3ecnaaKUHF80qrIVgB3A { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:27.0625rem;left:8.75rem;display:block; }
#ugOwGBTA5MSEqGG0a4cEQLBnJrz8CWJi { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:28.8125rem;left:9rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#O3r63aSWV1NHE22tenmIlgcQZ6KVkT9W { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:27.0625rem;left:8.75rem;display:block; }
#cUhMPSPTh8a7QvLWPXfIet23ixkAIOoW { z-index:100006;top:22.75rem;left:34.90625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Oisu2TGvRGDs72OdPMJQGdTA1zTGzGN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tKAu4Ow4qfehiKoUGU0WMrLzT2wTVvZ6 { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.7;letter-spacing:0;top:27.67578125rem;left:30.4375rem;height:7.96875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#E2uEJgbrAvr8OndkXV98ZMaFpJTC2rPL { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:37.6875rem;left:39.375rem;display:block; }
#O1yI5WcMJz50zO7odRmDTZhLnlHbtbkV { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:39.5rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#R0Xv3z6gmOggHO50S8lP3lBTDOTTC0mh { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:37.6875rem;left:39.375rem;display:block; }
#gPvz58HuP9ZRFes1v6OLENPfgqJvtlM7 { z-index:100007;top:45.8125rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Qquz2ZWlhmtJ3CW0Z8DkIb79dHzlpzb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TCmAQlROmcaU47JiXRTJeaQnGfniOnNn { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.7;letter-spacing:0;top:51.46875rem;left:30.875rem;height:9.5625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#ouX9ABV4G9nosDBCpHm8gTmfvrOdKXQd { position:absolute;display:block;z-index:100027;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:62.75rem;left:39.375rem;display:block; }
#tr5GwL8r44x6mTvh3UUkRDQxaGNGNHTc { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:64.6875rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#I7uv2fbfPIxkUV9ueeJKqVgpf3vsTOvp { position:absolute;display:block;z-index:100027;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:62.75rem;left:39.375rem;display:block; }
#AP2zVk6V71XRZAcDTPzlyvQTfE2edGaV { z-index:100008;top:70.9228515625rem;left:35.5625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DKVnGsBxghRCD1cGtGvu0ZtiHU5z02e6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zVJamDmoTWhdQxCy2ZF8TTlbQM8Luyzd { display:block;width:29.125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.7;letter-spacing:0;top:76.3125rem;left:30.875rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#O7rRh7tND3CuEadZBv6XU1gP8CBKtUEK { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:91.0625rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#SGMNXl4DTXDbsSlglHFeotdylEZ2VcJg { position:absolute;display:block;z-index:100030;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:89.125rem;left:38.6875rem;display:block; }
#kQtgq03T0tbwIBfyXTRTNvP9fukucTUy { position:absolute;display:block;z-index:100030;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:89.125rem;left:38.6875rem;display:block; }
#Bg0TisVldz6WwENkp4KBeighppRlAgTt { display:block;width:14.8125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100019;line-height:1.7;letter-spacing:0;top:22.8125rem;left:8.375rem;height:1.9121125rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#Q5SKyHULUQHeOtPKik5dlcOqSvKh6dKG { display:block;width:13.1875rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100017;line-height:1.7;letter-spacing:0;top:15.3125rem;left:9.9375rem;height:1.8056625rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#CEfPetDSWlvVI9FF4s2zyIAqoSezyZxZ { display:block;width:16.875rem;position:absolute;font-family:tajawal;font-size:1.0625rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:17.6875rem;left:6.25rem;height:1.8056625rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#JDsMf3RX1LiKPOLu2lr8w47y2cfS98gr { display:block;width:17.4375rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.7;letter-spacing:0;top:20.25rem;left:5.75rem;height:1.9121125rem;text-align:right;text-align-last:right;color:#000000;display:block; }
#x72k6KRHDhlEsR08BN4ETbHvELsVTlrg { z-index:100015;top:35.125rem;left:7.1875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6865rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QNpfbUzNqDfPr5t3Cmrz55V55HQm3y0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ur8Z6AH9fniaRlFCJWEOWTlWXbz9FASk { display:block;width:29.3125rem;position:absolute;font-family:tajawal;font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:40.75rem;left:0rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#q8DMDJ60Sk0wZU5LNgKEsvsEhKJu3vsL { position:absolute;display:block;z-index:100028;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:53.375rem;left:7.9375rem;display:block; }
#qJHT6SJHd4DFNIetMbf73DiLG1JHXeZX { position:absolute;display:block;z-index:100028;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:12.5rem;top:53.375rem;left:7.9375rem;display:block; }
#HExPVwgicxeIpAfP4KaAb1pGN2KT6ETT { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:55.0625rem;left:8.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WpgadTcJgAFm3QbEX3d3aTmJksFF7Tmu { display:block;width:25.75rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100010;line-height:1.7;letter-spacing:0;top:67.1875rem;left:3.03125rem;height:4.673825rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#MxIRTTkv1O7vtk3F8wAmUsx3CBTUQ0xP { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:73rem;left:6.90625rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#LSiUsPB1qOUtxrEQSQVT6ps7BxS0m729 { z-index:100012;top:135.9375rem;left:1.46875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ztEEV8RPmZRGtFJFcT5e5UpRlP2lZR04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lSORW8seX877ZTcH6C59iTJq9gO67h8f { position:absolute;display:block;z-index:100024;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:156.5625rem;left:8.75rem;display:block; }
#rnPzThXCsGadkILnr0w9J3ITaSKzoX00 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:156.875rem;left:10.25rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#s8ww3qhhyd93G8CD1X2xzaXZFWRTzKEZ { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100014;line-height:1.7;letter-spacing:0;top:141.4375rem;left:2.375rem;height:14.0215rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#tcup3MePF7ccB9mv3OdaU07NhNTZhLpR { z-index:100016;top:135.9375rem;left:30.84375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NXDaTakheo2lmzuxIwyoGEkrN618TFG5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ESZ8PZgiHAm8TeFLVHfk2TBKio0zg3RX { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100018;line-height:1.7;letter-spacing:0;top:143.37109375rem;left:32.09375rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#VTBli9u9N6RtuGzuCKAiXEeIILTAOcQd { position:absolute;display:block;z-index:100028;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:156.5625rem;left:38.8125rem;display:block; }
#pwJq8rBretNgQ3Sh2Pwq0J7qmhh8tfVc { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:156.875rem;left:40.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#lPxsqyH5lbVhGRy6khQeqsPbA76LdrCg { position:absolute;display:block;z-index:100020;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:120.0625rem;left:38.8125rem;display:block; }
#gWPB5tA61CHbWLNf4UGcJKHwygmhTzE1 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:121.75rem;left:38.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#osfMo1f2Ota07GPACq7222y0a2Q8UUzx { z-index:100020;top:167.5625rem;left:31.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nmOSNndpF94D4yMk2AfQ510vyNWWIRg0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nZ2tVnZFHwoTN8uEtXvJGVU8fEP0HQmN { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.7;letter-spacing:0;top:175rem;left:32.9375rem;height:11.472625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#y8ENuHBaoM9w4CyRTzcWo5ePW1CtsLfO { position:absolute;display:block;z-index:100032;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:188.1875rem;left:39.6875rem;display:block; }
#qT5qlNuWCFpBwZ96aavRy4IMct5cn73g { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:188.5rem;left:41.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#KbX4zdNFASfCvJnSXn0xV0n3JNx722Io { z-index:100024;top:167.5625rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cUcXix1BXtPuBQCnPcffQwiXTwTWmThw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#snMeFobe2UJA9H2uSqKdQPGQ9KQJ7Bhe { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:175rem;left:2.125rem;height:9.5605625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#X5WcOiJZg89WBGstXGTFaJfxpvzD6Uea { position:absolute;display:block;z-index:100036;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:188.1875rem;left:8.875rem;display:block; }
#f5wystrzSeudK8Gzim8lbf6hX0gnLSd1 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.375rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:188.5rem;left:10.375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#vClCu6y8J3RRwTUKhlFQut04zGqiNFp5 { z-index:100024;top:196.125rem;left:30.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ln1EIMiuKZzLcFbBTMcTM74ABHX1suTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FRlu0Jaqb6lx8QTpghhh2JwPAWp9Nw4U { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100026;line-height:1.7;letter-spacing:0;top:203.5625rem;left:32.125rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#HiQhG6TsWp0NJhGlBaLqasE8rFu6cfqW { position:absolute;display:block;z-index:100034;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:215.0625rem;left:40.5rem;display:block; }
#iZs1qgzTcu5LaPnJu3mNg6iyRQK7RwR7 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:216.2626953125rem;left:41.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#gkacvlxnKDQfeyVqZkLu2RrFcf78dFBN { z-index:100028;top:196.125rem;left:0.875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Er94sETf6sINLU5yGZePQuk2NBWdFp6m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VS0aeScNCnFCDTORkgVQPWBmMOrKbiPb { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:203.5625rem;left:2.125rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#Vvw9ysXbFr7moqLNyhzJsG3DQJBBeafv { position:absolute;display:block;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:215.0625rem;left:10.5rem;display:block; }
#IFcuVU1d0SthSpKKxmQsf42hAQzTo4Zl { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:216.25rem;left:11.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#I65bm2gBG7uF29AE2e92kBRFiCxyqkM0 { z-index:100028;top:223.875rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P1bKrhaEWI5rfJqBq7KOwXbnpKwKwtbX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QhABaMDcNa6pR53As6Fblwspdbi81pzN { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231.3125rem;left:17rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#fyV5FgDBHG3JSCvAnA2Xp7oX76mhVVhL { position:absolute;display:block;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:243.1875rem;left:23.4375rem;display:block; }
#Bx6NJBF4aInDwEgfPlCwOV0IsSdi1s7g { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:244.5625rem;left:24.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#nrMA2rskLU8wXaid6xmsEJye4THEpCoG { z-index:100028;top:223.875rem;left:15.75rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.3125rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#UxGZnSMp4elrD0bwZgQp6odsyD1UTENz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ILLgg6N8fCAu42JgEMLC8JMD0TF02ECN { display:block;width:25.3125rem;position:absolute;font-family:tajawal;font-size:1.1875rem;font-weight:normal;z-index:100030;line-height:1.7;letter-spacing:0;top:231.3125rem;left:17rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:none; }
#erHxza7l3qnxTFWgf8GsrfwmxttGRMvz { position:absolute;display:block;z-index:100038;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:12.5rem;top:243.1875rem;left:23.4375rem;display:none; }
#lmNdchGb51qT2Jcw96Mhbxa3TqyHudJE { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:244.5625rem;left:24.6875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:none; }
#Wgqax6qXTKnGuLa2xILhvUEzSpCdECpP { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:block; }
#L0v9r2557JhWk7NTITZ80ZhBOHo0lL1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f9PnGy5thPIcoohRF0QFhTKHsZPlu4cl { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:61.875rem;left:26.4375rem;display:block; }
#yQc0LTqxaqKrfuqh6a0gyPWCQlPJrqOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hkf5Lfz7LFe3G0FEE8684vZepET0O3kG { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:87.46875rem;left:25.78125rem;display:block; }
#XHI5e4J0IkK6TfKo7wesM6dWzyc5Mq8z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dQyB1iR1FyvB6fDw6LIVvHTHfXcbFHZx { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100028;text-align:center;text-align-last:center;top:125.25rem;left:27.873046875rem;display:block; }
#DvDS5TtLc92BUq83xmU0ShC1h3ZDzwSm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZKTaDfKC8FcyJBeM504d7idnQ2eBqkgL { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:157.9375rem;left:25.3125rem;display:block; }
#pLzLM24Rwwai9nuGeHA3TExRgpiVXrww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u4fBtTn6QNtc8sdb8UzGDpmTyvHTq58m { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:188.3125rem;left:25.78125rem;display:block; }
#ghxtOl8NPnG05qvoZKuF5i60vOA2TOMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CwuTxbRt5e2BMycsnWUt5d7f6cOFTnz1 { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:216.2626953125rem;left:25.3125rem;display:block; }
#Txhvy86ol5QsOTscO3zvnJd013UqrlDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T95sdAiEmnE2W2wEHguy0tM2GGmOJ5iL { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:248.6875rem;left:25.3125rem;display:block; }
#NAO5wDzol3TsFsxrB35Mi7fFKGEORJyf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tnMMlWNOV2SZX8Mr3WbJZ17wVszWDTLG { 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:9.1875rem;height:4.125rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:33.625rem;left:25.78125rem;display:none; }
#Zt8XTCIT0h0yENzVRBlHlKdTH0HXAt5U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OwuARy5N3Ih5AxlB6FsZITp03einZdfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e0eded, #74edea);background-image: -moz-linear-gradient(180deg, #e0eded, #74edea);background-image: -ms-linear-gradient(180deg, #e0eded, #74edea);background-image: -o-linear-gradient(180deg, #e0eded, #74edea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eded', endColorstr='#74edea' );";background-image: linear-gradient(180deg, #e0eded, #74edea);background-size:auto !important;position:relative;display:none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { border-width: 0; border-radius: 0; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:none; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { border-width: 0; border-radius: 0; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#aoOI8AZGMMyGFoiOT153SLWSQ03ngJuz { z-index:100006;top:0.75rem;left:22.4375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25349625rem;height:3.00043375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ksu5GPTNQs3A2l7op5AbiALQHcFfSZWi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tTs5dTHZcOgJcfxu4AUCgxV5wBdIX3lU { color:#000000;display:block;width:21.0625rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.625rem;left:19.5rem;height:7.796875rem;text-align:center;text-align-last:center;display:block; }
#SnevuiOgaftLF5dp7tF7fHz4mgtFzWrb { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:12.5rem;top:14rem;left:23.25rem;display:block; }
#ldq5LlFNB9if7DputRPNtEdKsUJgN7VG { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:14.8125rem;left:23.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#umLvsui0QC7veBvV8lMCsfryHFTNoI1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Wmd31wUH/72136312_H.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q.adaptive-delivery-prevent-bg, #umLvsui0QC7veBvV8lMCsfryHFTNoI1q.lazyload, #umLvsui0QC7veBvV8lMCsfryHFTNoI1q.lazyloading { background-image: none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { border-width: 0; border-radius: 0; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:none; }#C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { z-index:100005;top:0.9375rem;left:21.7177734375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5029375rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { color:#000000;display:block;width:35.375rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.03125rem;left:12.2822265625rem;height:8.18425rem;text-align:center;text-align-last:center;display:block; }
#CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { position:absolute;display:block;z-index:100018;background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:12.5rem;top:4.8125rem;left:23.75rem;display:block; }
#Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.75rem;height:3.3112rem;text-align:center;text-align-last:center;display:block; }
#FomJVUhZuzaCBGKZszolaTmCTbwzarmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { background-color: transparent; background-image: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row > .video-iframe-container { display: none; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { border-width: 0; border-radius: 0; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { display:block;width:18.125rem;position:absolute;font-family:kids;font-size:2.5rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:1.0622782707214rem;left:20.9375rem;height:3.25rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { display:block;width:45.8735rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.8025169372559rem;left:6.09375rem;height:6.8232375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { background-color: transparent; background-image: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row > .video-iframe-container { display: none; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { border-width: 0; border-radius: 0; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#GPA6i6a65SH6frNZkUsXn1PobxSpyxey { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:tajawal;font-size:1.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.095703125rem;left:30.5576171875rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:27.8125rem;top:1.6875rem;left:1.0478515625rem;display:block; }
#FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:13.1875rem;left:43.0888671875rem;display:block; }
#Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:tajawal;font-size:1.375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:30.5576171875rem;height:1.7871125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ad2d82;background-image:none;position:relative;display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { background-color: transparent; background-image: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row > .video-iframe-container { display: none; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { border-width: 0; border-radius: 0; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { display:block;width:60rem;position:absolute;font-family:tajawal;font-size:1.5625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.65625rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { color:#fafafa;display:block;width:33.9995625rem;position:absolute;font-family:tajawal;font-size:1.125rem;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:5.0911445617676rem;left:13.747829437256rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { color:#29bdbe;display:block;width:19.4375rem;position:absolute;font-family:tajawal;font-size:1rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:8.3125rem;left:20.28125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv { display:block; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF1JGdahRaV91yhwopia35ZnAaIt1ikS { width:27.625rem;height:4.1875rem;top:6.625rem;left:9.431640625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLtlMNSbSCSzsOqzC1H1yMtDvnCZmbNw { top:0rem;left:19.4326171875rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-checkbox-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz  { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz {display:block;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #JwBqfTwlpF4wTXQZxR9SvMlvS17af4Vs {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #lTKX7ktMvbrX7f7KkZePMGrTgm9haq9V {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #yiV6k8XKeWc50BOK5K4d14nw9Fsxd4JK {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #WJDxW1CxLUu0RAlfuDcnoUV6QKX3pURh {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #tR0ezx3TZ5HIue59HS7bJCACBW5LC6vI {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #F6OQFVTM7RBDhxXoZSwoTH7MO50COsVk {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #JT7pcE2ECHKK8LIXQ0JVX7sMGqDTnFGI {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #sVUCLOteEoX8VhoQUHvQ4gPqKnXtzT8m {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #fo4Ku9ATE2MVckNfIA5Qt1OfrVhPfxd2 {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #Cs5n94vEXE5n8cHltRyzwdbR6TlcFit2 {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #o2SQ0FTqgJ6gsP3nqHh0NXLAp5hVyS70 {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #RdJubKnHvJ6zqzwpsQLuDxPzvhoQPWCE {  }
 }@media only screen and (max-width: 763px) { #N8Wzh82IzTAFSSctcp6ieQp53NEHnExi { display:block; }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #eezoOBF29fXL7EtXOCcCsCKzxdEXiw0R {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #aX0mzBXqVE1KhDeetGQPNenA403OyzWn {  }
 }@media only screen and (max-width: 763px) { #BD3noDNfTBZCl5AnqGZnbIKEyFaERHW0 { top:31.4375rem;left:25.9375rem;width:21.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKwdJxN1xuIJHZHHN8yMA0nQole8L3bf { display:block; }
 }@media only screen and (max-width: 763px) { #nXqKNi4sWl9xFAI86QMaSZumXgOTofWf { width:26.75rem;height:2.875rem;top:11.5rem;left:9.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH1xZBanHhFd0OPinJghPe5f6iLTx8Ty { top:36.6875rem;left:22.625rem;width:25.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECxWx1ovezUFUzupTJzPbTpwstHrsxvW { display:block; }
 }@media only screen and (max-width: 763px) { #hFKrx2AWXHLaqcTyMORwo4MB8tcT1Fza { top:43.0625rem;left:10.1875rem;width:9.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKnxNuMqvEQe8fWG8rnumoCODSktdOlL { display:block; }
 }@media only screen and (max-width: 763px) { #VdxF0lKk6XoTZrHQrCZd42LrVo5QttTn { top:39.6875rem;left:11.4375rem;width:7.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXCPetpg8TqRSuQkVqvfQul55zsuqOQ { display:block; }
 }@media only screen and (max-width: 763px) { #etIKGJaJgCLAr4GJK2NdQpfyqbJZ0I3O { top:46.4375rem;left:8.8125rem;width:12.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3P5LWUi1VfI2Oq4B811p744PZpOumiC { display:block; }
 }@media only screen and (max-width: 763px) { #X9u4i7XtFNTeRzeT6r62TfUv5z1SkNfs { top:26.75rem;left:27.6875rem;width:17.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4q63g9enuG5A8Cxn6RenuZcQsxQVcyv { display:block; }
 }@media only screen and (max-width: 763px) { #aHX3kc7HcAFxqg55z9razlz5BPOFFJB6 { top:31.8125rem;left:17.6875rem;width:30.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRTAhAvt35xpb2qceuTBdqgAwVVDSulD { display:block; }
 }@media only screen and (max-width: 763px) { #mkrvwLOBklIccSTZM0NJ6k4iEnpyfV7a { top:22.5rem;left:31.625rem;width:9.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqx9Wu14KNpbLvzTDNAv4q80CMemFkJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #BuT2USXxevaisXQ3yv8RAnennPk3ATdI { top:44.1875rem;left:32.5rem;width:15.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmewZaagXdDZsmmutc8wonNkcw3wLap { display:block; }
 }@media only screen and (max-width: 763px) { #OJWaLCEvNMyko6eVXAsGuvLfRipGCfeD { top:47.5rem;left:30.375rem;width:17.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNprO0wVfb9787L0equ37xA8olbDZZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #u622pINALebBBzGDLUpLxLo7INq4RsCm { top:50.875rem;left:28.1875rem;width:19.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTJOB1TERufL5aboTTPGJKt9pik2dqQ { display:block; }
 }@media only screen and (max-width: 763px) { #XIrTZTuAHv00OxNeA7fw12MaEl8XXE6W { top:54.25rem;left:26rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDtJBGGcPDiXRtIcxdxUHoVTZc7yCQ4n { display:block; }
 }@media only screen and (max-width: 763px) { #DSuSGtTRdMThc84iSEbt8A2q6OC5lpCa { top:51.0625rem;left:7.75rem;width:14.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0qdtyvXgSTa1TqNiOPrX7TaRGDXb4bT { display:block; }
 }@media only screen and (max-width: 763px) { #HHUTAiNRCEtx1OiJtoMJX9FfUkEzP53Q { top:58.625rem;left:23.75rem;width:24rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPv9xPzgktEOrmu0GT1vtmFq0bOIqA78 { display:block; }
 }@media only screen and (max-width: 763px) { #XWzm84lWQTZgLlPStmTGaaGKmLJ29LcA { top:50.3125rem;left:14.34375rem;width:14.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsmg80PttKoCPs0ezo5pomaNXooBivt1 { display:block; }
 }@media only screen and (max-width: 763px) { #TnSvDvheOQPVAoelq2Zlpm8zpMWl4mg2 { top:58.6875rem;left:5.5rem;width:20.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiVfCGqkfaUZZATkbVFLdqgzG521ACOm { display:block; }
 }@media only screen and (max-width: 763px) { #TdWed9PJMTW2KfXXrDu1vWPX2Efac7hK { top:64.125rem;left:15.4375rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXD90PZuZeZ3oaFJp6VTyF4DV17eT7ot { display:block; }
 }@media only screen and (max-width: 763px) { #W9RgPNE6iLUDTUyozdBPEk3L70H3UhJ9 { top:69.5625rem;left:15.4375rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBHDTOTTENTMurVSTcNUynvkmpsKIt1w { display:block; }
 }@media only screen and (max-width: 763px) { #xVhBdq4suked79LW0hgPMTItgmEPdZeo { top:54.75rem;left:14.0625rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWObKTpGm0XyTpUDVMOuS0DeynvDL52y { top:74.375rem;left:15.4375rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxRMRGoAZNwriAnPhWDuRg7szn2umVUv { display:block; }
 }@media only screen and (max-width: 763px) { #w5QSJEH3BV8ELpUUiPIsASHtKDIWIRXe { top:54.75rem;left:6.6875rem;width:17.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdX6oQFlLZn9WOLPrh3CPPalV8MhgT8m { display:block; }
 }@media only screen and (max-width: 763px) { #P1BlKhmaTK9iPCP8fpd4yQovTAE2uuPA { width:11.8125rem;height:5.4375rem;top:16.25rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LRh0PRfSGn1zAgpnTlJFiRhsK6IP8f { display:block; }
 }@media only screen and (max-width: 763px) { #IzQMeTRVsA4zS7SzD1GnLPX17oKUC3XQ { width:11.8125rem;height:5.4375rem;top:69.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXZMhFkKK4XiFh5oLRm6tvv4qWBKDxF5 { display:block; }
 }@media only screen and (max-width: 763px) { #xHK4szKc1b3D7ExdrCKZVlogm9bPlJpy { width:11.8125rem;height:5.4375rem;top:16.25rem;left:17.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmS4QufBC51LOb3wMCIohC75KmWFudpL { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { top:0rem;left:13.218532562256rem;width:21.25rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { top:13.625rem;left:15.998481750488rem;width:12.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmpcrVUA9RPlPS3sISJwMh6PMCsUnI1P { top:4.5rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAn9PDwJMEuhxvsSRNCDpqTFeDv19nz { width:11.8125rem;height:5.4375rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBPh88bNbz7dhAJm1a5mdh7kyve5kPt { display:block; }
 }@media only screen and (max-width: 763px) { #nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 { display:block; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItLIIMUtVHubwPQCPTbmiVAFSaqvTDTJ { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTGOmONrSMiQNpAGgpTWNNa6Or3KSLIf { top:1.5625rem;left:6.0625rem;width:35.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6yAoXouTWPbT9Mhq2m8X34FeLhGSw8G { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tEZGqB41bDilrOf1mcT4c23MQpu5J2Id { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eHSdCmchuHLy7PtbqOpCQO4xoJy7KK4S { top:1.875rem;left:8.9375rem;width:29.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkJqCh577DIryTy4pNBIrJ3Q0TMGetxq { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLfVplGTQreMN3fN8HWE2HoAwzgbI21N { top:16.0625rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAUTDANGOHTQwxAWBlup477tDfrUrfrQ { top:19.375rem;left:8.875rem;width:11.875rem;height:4.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDc9J6cQ0M7H4UBDRSN5wTpbqgbufSZb { top:19.375rem;left:0rem;width:9rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFa6tS2UiVhDchd41QMANs7K5pnBdh0O { width:9.25rem;height:2.5625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmELdfZJNIPxCiupZ2Iisg4cQ441DnWH { display:block; }
 }@media only screen and (max-width: 763px) { #JF6TtPXR8yRMzlBfGeAEARQBZiswQyip { top:16.0625rem;left:22.5rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoiTzKAIpVcoh6pcOlFcvytxSBsOqGMf { top:21.75rem;left:30.6875rem;width:17.0625rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbL7mFthcZT3gddXfbBCUaTRb68C51lg { top:19.375rem;left:27.1875rem;width:7.625rem;height:3.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBavrdi1ipaLhVKz6WyZf0TiZEx2ooE0 { width:9.25rem;height:2.5625rem;top:29.1875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJXsiVCM14NSBevt1rczyCyuGRDy03i { display:block; }
 }@media only screen and (max-width: 763px) { #KMolxRV3g5bu3wHCnczMrwI5aLigtwUA { top:24.9375rem;left:28.59375rem;width:3.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0UTihx1LTt7Vhx2A533ZI4WnO6ys1cb { top:8.25rem;left:4.0576171875rem;width:40.8125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIEOM0i28zC035QHzqA7JTxGW9anwNsW { top:24.9375rem;left:0rem;width:5.0625rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4Tx8erQw9SUCpQahKxk4tTsHK7Z4KXx { top:22.375rem;left:27.1875rem;width:8.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpfgvkhp4DwGh8JL6vca1azmTJhQX7wM { top:23.6875rem;left:28.59375rem;width:6.1875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Epu2EKyD7J3Sx2QMRw7xOkiWW5y3sC { top:22.5625rem;left:0rem;width:9.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShNW76sHop04K7T0Qlmgye9Nr6WZP9LK { top:24rem;left:0rem;width:6.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOnFovLCXVhKDb46fbyAIJ6h4r75BDJA { width:11.8125rem;height:5.4375rem;top:16.25rem;left:17.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TI62l6pvlFXJRFw2VuEQkTSChM4aET9o { display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:1.3125rem;left:7.25rem;width:16.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { top:5.0625rem;left:23.875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { top:34.125rem;left:0rem;width:23.8125rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { top:4.6875rem;left:23.875rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { top:34.75rem;left:26.5625rem;width:21.1875rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { top:23.1875rem;left:0rem;width:34.875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { top:5.0625rem;left:11.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { top:4.6875rem;left:11.375rem;width:12.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7HcdV5iSkmBt1zp1v1DLv5PiX9rEmCM { top:20.0625rem;left:2.6875rem;width:21.1875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v04MxiZEIXyy01IXCT8uhNiuahX9umKT { top:28.5rem;left:0rem;width:34.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mEAV6GSU6V69p74hmJNqc67AVVJ2GK { top:27.9375rem;left:0rem;width:34.875rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7INoXdhIN6pMCdfZtav2TMz0htMSwl8 { width:11.8125rem;height:5.4375rem;top:54.75rem;left:4.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZd8A4kuROM3Gl4MerQ4L9oidXKtSFg5 { display:block; }
 }@media only screen and (max-width: 763px) { #ghTCHbF3epquz6riuHtLN883GaZQiQwk { width:9.1875rem;height:4.125rem;top:34.75rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFrK5Rwgpa6inQZrtfQa9CzdUzOVWxF { display:block; }
 }@media only screen and (max-width: 763px) { #QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 { display:block; }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p86TwZvVpWpqsGMNuk2kWA6kgfcZDGpa { top:61.875rem;left:2.6904296875rem;width:17.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF80c3uEaJgwAAydiOy9noZwLPL5inJA { display:block; }
 }@media only screen and (max-width: 763px) { #O2fpRol7uOZUMU2EAnDPnsJtLmGbhyQd { top:81.4375rem;left:5.25rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMv5vJqe3JHqdNpLmExFwzfDa000b87 { top:82.8125rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXgstyBP40JCmtSBvwFFLyC2cx8Tnr2c { top:89.125rem;left:3.53125rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXivGV6CfkoRrD6F89MkxuwcRs8bsPSF { display:block; }
 }@media only screen and (max-width: 763px) { #bDpdGyAUolx7av5WZhHGaJ3McEcTftCi { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2cILbSBKzNwFwb4rM7PpDXaryTI0M6x { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGayCZfPuaZqIvUBDaZPMx3vcJrhOLAM { top:105.4375rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJJ60ERsRhTrU7s8VLxzimBo71y4MHff { top:98.875rem;left:20.25rem;width:27.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXlDUzbPdqTfiScCb8TlGv6LKr4nWiTP { display:block; }
 }@media only screen and (max-width: 763px) { #mI1AqT3Fg3cpTyEMwGX83U11HzdA5RrR { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsWqKoEA8Cc1MitaXTxASX3NDtQ6TkgR { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqNTohJHzXDbw1xLAqSKhaT6i85TT4kZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuyTKVURa1dW6btweu3RHnsBxHWuuNEg { top:129.3125rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORz2cWT9dwstKhbIlAkXkFSDl016gTF { top:131rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMp7F0T9c2AMrbpiaxfqhocKE9cWC5CO { top:111.1875rem;left:3.75rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5K7yQodKJlDgVhXcpkr85OGSNIhH5c { display:block; }
 }@media only screen and (max-width: 763px) { #yZ7JNx7MuDfcRTFpPDHBS8M5D6w287ts { top:161.1875rem;left:0.6875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5W0gUIAU84aVcwWX3rAaLhuLz3cP2Pm { top:25.5rem;left:6.5625rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3N1BmLtWVc9dcRJ5F2WJcIteCSGt1pI { top:40.9375rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MFbar23TIQDauR8vIPQ2COx8KE6DIA5F { top:41.5625rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXHa2Qqq04krhU3Q3LvCDgfgixmVUcXK { top:1.1875rem;left:27.625rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTCkvaiRGHvFSmiIoyAK1P3R7Q9Hm3ku { display:block; }
 }@media only screen and (max-width: 763px) { #xHtn82cu8FZA2bkqKyN3E3chyNo7Tt4Q { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gpn1sKZLisJIvanaXl8pZW7eInxLAANu { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqqbxgIyTlozTuwklFGR7Qf6uHKPTIO { top:1.75rem;left:2.75rem;width:18.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUhPgATEgTBiEURg7GmACwfh4TLm6r5R { display:block; }
 }@media only screen and (max-width: 763px) { #JhzWdrG08UEZBDWeBHTsM9SwVrAOTqVl { top:15.3125rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWUaVNPa3pQPeARzG02vZ2ZbltNr6FVp { top:16.9375rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcNSqG6oEb3sL57EhvQHi0QcQXI5WDo { top:15.3125rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NTEMsr523iyLXVp47sOvlTwEsAITUTaI { top:27.0625rem;left:5.6875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlpPcVRL04gsET9MiUoPLVdfUwcrUPlI { top:28.8125rem;left:5.9375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQba8S46ow6rR1W435Zo1xUgwsVxHJvW { top:27.0625rem;left:5.6875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #POu4gmMMz8kiU8MpqNK7BEGFzk7uyg9u { top:22.75rem;left:25.71875rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksVbBPmHuKp6A1uCMswAb40fBUqNLNiJ { display:block; }
 }@media only screen and (max-width: 763px) { #bRaphwsg5uqyokH6koEVTLKzXFUaPWy0 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8wpSiep68y4XOzyyDrErGP8IGov3gqa { top:37.6875rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2ePKoUoNR5rN50WC1zo56y157J1uly { top:39.5rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1vqNSXmu2tFupJ3AWTwk3eqLA6lVQ1d { top:37.6875rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDFQFr5dSPVTePBmTi3FnmE0wZUFwtrJ { top:45.8125rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv51QiQxSleNMZhdw3Myxit90wpX4xgU { display:block; }
 }@media only screen and (max-width: 763px) { #A92UNAI0qyPTH2ET3UpOsqiamQyI0iQ1 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvuVRciQs0GBsWg1wcucHCv2hhlP21FZ { top:62.75rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSLdcbG28WsR0Biez71qO3kUuvb1nry { top:64.6875rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnMJdGW8uLqer8HbK5Kv27ALuQ0tuoZK { top:62.75rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9tlMBnP8udIrBRfvMVExTFp7kpFSbm1 { top:70.875rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTh9cOXPSwUyiO29zWw5eT3wHTVkyHRW { display:block; }
 }@media only screen and (max-width: 763px) { #PDsh9w8mgv992sEp0eyVcWo65u9KHkM1 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX14f8N5eHVNWesNyxLgxVTk4o7QuZLm { top:91.0625rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcvkI00A4KH1I0PZTOnP1p1fzeTTDInS { top:89.125rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNgETKzhRgT2rwr7lGyZqnJ3LcciTPUU { top:89.125rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVXrUFUCp7t9LDRrGdzTmOKKnewozFJH { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ0dnsbfgPubMSHvMeuZ5wMBxcZshHXN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #baJ63uFN5MHwKW9x44JrPCQStQSMv9JS { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7SwahVoNId4U13ltORCiZgOnfTGRVpS { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVoqa0fm3dcUEbWL9P7NKP9im36f2NFV { top:35.125rem;left:4.125rem;width:16.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFWxizOZw1NIbXoqN9vIQ8KLNVwA5PHu { display:block; }
 }@media only screen and (max-width: 763px) { #rbLbAZVkods2AAwbQbb0KxaUEMR9gepa { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVCQWHBoFBfg7c9vT0yS4OF5kq7hr5vw { top:53.375rem;left:4.875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsqUp3PANvsQSH3Kr4OVBnRT1dqXHSz { top:53.375rem;left:4.875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpF6Qh4UDcvEWrzRxeR2NorrAuBoDTcc { top:55.0625rem;left:5rem;width:12.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5NNVIThRrJGbxRGgtn5NbbliN7IT0UV { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8cNsWEePSdlISVECC6izWsKCg07PcVv { top:73rem;left:3.84375rem;width:16.1875rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXaoTIG3dZDpzrH3PN5VG2D0MJxOcEIk { top:135.9375rem;left:0rem;width:27.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Q6TuOazRk2VFvZrDsUPMNHExbcxq6A { display:block; }
 }@media only screen and (max-width: 763px) { #BecI06V8guKkKVWHXVZeNcsgZfBvz3Ws { top:156.5625rem;left:5.6875rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ed5hTlVb3dI7VISsrBp6bZpylFpfBK { top:156.875rem;left:7.1875rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCJS1elQSCyEo9276NrfQATZPe6ZbAzH { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP40TGtXOAWcKLrvORBKrRHHTuDwbxki { top:135.9375rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV28xLbDbCVhdEVi93xEWxo9SreI2QwW { display:block; }
 }@media only screen and (max-width: 763px) { #w3e2z4MFiy1IMp7sP1hkN2LfKIuIZ9Ch { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0tXBob3WJ7kdzfATFh6MP9gWBo8dbFL { top:156.5625rem;left:29.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwyeFRKlyiur0nbtSb5AJPBvO9rMdWW { top:156.875rem;left:31.125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulfqi4R1heQhnVaJrku9iFmPpRbfm8K5 { top:120.0625rem;left:29.625rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mekX5KtTavrCVXKz3UlW9wLZKAvi9Qkz { top:121.75rem;left:29.5625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbovQ5LwRsC5I2J8kTvqviJXCdqK73lG { top:167.5625rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnylFb7GrDdNAIW9t8RoPkJ4Fbz8Brm { display:block; }
 }@media only screen and (max-width: 763px) { #M4bT6OO8ayM3pKmhUlofuxXGJw8Tf9Hq { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRsC9x5Ne3xzg7TaNm4V0OKa26cK4yq { top:188.1875rem;left:30.5rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2od5uZ3qUXBbyFok3uHLfKIfwFCHWQt { top:188.5rem;left:32rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE28ek89nUH2uqbQnUoKBO53e1x06LqI { top:167.5625rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXo3ezWJ9JCyhrNkedh127DizspvIJT { display:block; }
 }@media only screen and (max-width: 763px) { #RxGooxnuTb2KkV0TPlkI7Gai0q3SnLKG { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkvuZGUmGVVnHuEz2wC1ElIdz7nebd1f { top:188.1875rem;left:5.8125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUmp0WEM7DmiWUlPckG4aVyTya52iCTe { top:188.5rem;left:7.3125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lltfd9VVedDoOzL4tVuM9Cdc9AADQf98 { top:196.125rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckSJUwx4RF21THlIhHbzGtqDNSKIplZd { display:block; }
 }@media only screen and (max-width: 763px) { #kw1D2tCogouC0JtFJMTgAef8a6g0NZIz { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxB5NhJyIEEKiiHl8obkrXSpJC0E43NX { top:215.0625rem;left:31.3125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIzclvhMWJyR1UyF78entEXuLizaNff { top:216.25rem;left:32.5rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEcMDysULSQOf3AVoTyu3TmgFIMyLPI4 { top:196.125rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NHKItXFKWxnwdQ9szI8FOzyW5Z05Ko { display:block; }
 }@media only screen and (max-width: 763px) { #mT1hpNPAgVEekPqleLM5xe1bPaW0DU2J { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRXZ5lh3IXKWeWtc3iH3e3CweJC52Tra { top:215.0625rem;left:7.4375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR59yAMFnB8ML1p0OTBSZR0nmRT0d5Tm { top:216.25rem;left:8.625rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO4I56HympRHFqxokifzy4BIuRESPaiZ { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8tn0UaxOfLvqTIl5PTloIOrOkr22ViS { display:block; }
 }@media only screen and (max-width: 763px) { #wkHEFNtKyeOt7IL6Uk1GPVbE1VwNBPQT { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw5NdBslsRu1FxuJlAsd07Kyi2cXIeTL { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wANTNkQ4ogLZtWA1SOzBi8gftTIQDTJF { top:244.5625rem;left:14.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFypwkidsMXcQkwrgJnBt9Ftq7M1TsUd { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyOAM1KE9uNdbJ9qRNFrPVRXtzZN2Pgq { display:block; }
 }@media only screen and (max-width: 763px) { #L6cbTyWoASyn5o1V9eCbpZRFUu56D9pN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #invCm7PBhUZ8bkEsbzcC16Qi40f52KkL { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HPeySIvzs9Ov9TiOScC0ZbXIrtPIEdv6 { top:244.5625rem;left:14.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIxraUQIPwTaqC7k7IkCfwTfPqm15JnJ { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIP7BaHmohCnPovmRt8zCyTTAoSrkT5T { display:block; }
 }@media only screen and (max-width: 763px) { #JoQdiseQtrDMitc95q4HPvfZlE7sa6ZK { width:9.1875rem;height:4.125rem;top:61.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0hXGNA08hT2X4nUcHSBPHn1lwskKJR1 { display:block; }
 }@media only screen and (max-width: 763px) { #IrlMpvTgZPf3w0nKE9ZyXubMPZueJaMn { width:9.1875rem;height:4.125rem;top:87.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATJ75XBf2mSA17nH1yCIxhztAxxJAiiZ { display:block; }
 }@media only screen and (max-width: 763px) { #h3yWurvVfXTbR7eFPQaFxHfgTefZ24Sy { width:9.1875rem;height:4.125rem;top:125.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENzXqW2EHJtoFuNbwJGpc9b4OIKOC5Fz { display:block; }
 }@media only screen and (max-width: 763px) { #GF6CmMpMsHVZ8yXfZNWHuRTUcuSZPMln { width:9.1875rem;height:4.125rem;top:157.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4wr9KpECzWgTxfxgcndixaKZaOWXhlk { display:block; }
 }@media only screen and (max-width: 763px) { #WPtoeSAdTCFd0a0kHBMtKk3iKmBqlb9d { width:9.1875rem;height:4.125rem;top:188.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdhlsngiDKoGgqcvMGPQ4gItTp7tCll { display:block; }
 }@media only screen and (max-width: 763px) { #R9T1P9dFZKmom7iuvpv4TSknglavesZi { width:9.1875rem;height:4.125rem;top:216.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIte3wTD0nbEH9xCyTMc92UzG5OvE6If { display:block; }
 }@media only screen and (max-width: 763px) { #NCMkMrMeLEpuGwAtKrnpEvsJoqrNiW7f { width:9.1875rem;height:4.125rem;top:248.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyLHhxgOveyQKV2KzRqb6CGTGEuFLugR { display:block; }
 }@media only screen and (max-width: 763px) { #TwZwCu9bkGbgTT4WKc5v2UBbPum0Brwh { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxFTStc4UQNQpkQDQ2yBl4UreKZ5Zzwu { display:block; }
 }@media only screen and (max-width: 763px) { #go81K4lGBMrrQ7JGtOAUXh8k3PoPTFwm { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDycqTxcyUDOcxIRNwT9AyOeluIaix5l { display:block; }
 }@media only screen and (max-width: 763px) { #AwT56VB4cR10Xv4zEOVKgn7AvktMKz1M { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #carTAWSvxGs2Dd2TBQTN3kUSMTT35TR2 { display:block; }
 }@media only screen and (max-width: 763px) { #m6Fn2qhtGNdNJ61IIlaSr7y0L1SaZpfQ { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdMUaqPNHOzARMzWfsSgaBCi1wv0HsLQ { display:block; }
 }@media only screen and (max-width: 763px) { #gX6NIJFocaKO8izbvVv73SuTBkG22giz { display:none; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CgIiigQ4ypqlp34vP91Ewh46m0Fwpx2c { top:61.875rem;left:2.6904296875rem;width:17.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9futEH7v2cVLQ7heTiqKayxncimyAtg { display:block; }
 }@media only screen and (max-width: 763px) { #fS7OgkAqTZIKXre3NQ1JLPRu9ir0lqIU { top:81.4375rem;left:5.25rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfte4k6bPW14JJiaK8ta5mVP3gnw02uv { top:82.8125rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5V4cDxcttuWbJFEMmIlSIIwvCzHHnb { top:89.125rem;left:3.53125rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKiVORWm7ZSfrRm3k6D3nxmAVG6DKu8W { display:block; }
 }@media only screen and (max-width: 763px) { #PHNV0OwxDpzOZHBqASyVcM9psQJxP4Zt { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyd4Oc3llNqiXtKgCfW1kODfUJR4rQ8L { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWmU3efLuubfEwwv9HBbdrn3tPCbWkTi { top:105.4375rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuTmFsUre10k7oXSDwxnp7Gd2ZAWa8U { top:98.875rem;left:20.25rem;width:27.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQLqMiqGh82GLWqITFotFk4sJe4QcZT { display:block; }
 }@media only screen and (max-width: 763px) { #QFBkyrR6LNH6JUQRPD8h0HzZ7sqRx7uh { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndD00Nqef1kFpUSRhZCsbv53FnZqbHTA { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PtVhOAik58VL3Zy1CMWQ3JtQxRXeNmus { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdMB1oFNU8rI5lC4JeivTSGennRey8r { top:129.3125rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVCDmRvZzSB5stODGB2FSlVWk0UTnQJ { top:131rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1qtSGn4TATkWMhr8TWkzKgKmezCZ36 { top:111.1875rem;left:3.75rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqxuE1oa2ciq4oiFBzKQ2TXH8nsJ67O { display:block; }
 }@media only screen and (max-width: 763px) { #IS8URJ2SXibkzGfuEOnZPsvDpMNW239c { top:161.1875rem;left:0.6875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRZ2u9cggcOEpTykdNTRbT3lTWCDlGta { top:25.5rem;left:6.5625rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0JgnSvPqSskEOv6qKMWoKrt7ymJMcr9 { top:40.9375rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdOmTvXEVa9kB9yz7EQ7DMFU1zpimdCb { top:41.5625rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBm7euhN5Awau7grNsnMvXGWdUSqV6Rc { top:1.1875rem;left:27.625rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxghALVKG6tECIZSXVLqvS1svLPfOlbD { display:block; }
 }@media only screen and (max-width: 763px) { #ZUaaT79lmMwlkTOmJtH3rP1UzutM0WT4 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyE4SlyICVxIG1KS96VCllT4ov18I2O5 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOmIr76qoeC7yHgdudcmxfGqVVeOBMar { top:1.75rem;left:2.75rem;width:18.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiab943h5Cxo7dtIlN8pbOoU98cX0tAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZBJQQ1gDg67xP0nvTaXra3lhFPuDUuZW { top:15.3125rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzU6wh4moDO6t0Uw7S21zm6fRgTb0wR6 { top:16.9375rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhMADOAT3hRwFRcImHEa6kcVlTOqfwAQ { top:15.3125rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKiXd8p5v0FX3ecnaaKUHF80qrIVgB3A { top:27.0625rem;left:5.6875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugOwGBTA5MSEqGG0a4cEQLBnJrz8CWJi { top:28.8125rem;left:5.9375rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3r63aSWV1NHE22tenmIlgcQZ6KVkT9W { top:27.0625rem;left:5.6875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUhMPSPTh8a7QvLWPXfIet23ixkAIOoW { top:22.75rem;left:25.71875rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oisu2TGvRGDs72OdPMJQGdTA1zTGzGN4 { display:block; }
 }@media only screen and (max-width: 763px) { #tKAu4Ow4qfehiKoUGU0WMrLzT2wTVvZ6 { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2uEJgbrAvr8OndkXV98ZMaFpJTC2rPL { top:37.6875rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yI5WcMJz50zO7odRmDTZhLnlHbtbkV { top:39.5rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Xv3z6gmOggHO50S8lP3lBTDOTTC0mh { top:37.6875rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPvz58HuP9ZRFes1v6OLENPfgqJvtlM7 { top:45.8125rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qquz2ZWlhmtJ3CW0Z8DkIb79dHzlpzb9 { display:block; }
 }@media only screen and (max-width: 763px) { #TCmAQlROmcaU47JiXRTJeaQnGfniOnNn { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouX9ABV4G9nosDBCpHm8gTmfvrOdKXQd { top:62.75rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5GwL8r44x6mTvh3UUkRDQxaGNGNHTc { top:64.6875rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uv2fbfPIxkUV9ueeJKqVgpf3vsTOvp { top:62.75rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AP2zVk6V71XRZAcDTPzlyvQTfE2edGaV { top:70.875rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVnGsBxghRCD1cGtGvu0ZtiHU5z02e6 { display:block; }
 }@media only screen and (max-width: 763px) { #zVJamDmoTWhdQxCy2ZF8TTlbQM8Luyzd { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7rRh7tND3CuEadZBv6XU1gP8CBKtUEK { top:91.0625rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMNXl4DTXDbsSlglHFeotdylEZ2VcJg { top:89.125rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQtgq03T0tbwIBfyXTRTNvP9fukucTUy { top:89.125rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bg0TisVldz6WwENkp4KBeighppRlAgTt { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5SKyHULUQHeOtPKik5dlcOqSvKh6dKG { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEfPetDSWlvVI9FF4s2zyIAqoSezyZxZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDsMf3RX1LiKPOLu2lr8w47y2cfS98gr { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72k6KRHDhlEsR08BN4ETbHvELsVTlrg { top:35.125rem;left:4.125rem;width:16.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpfbUzNqDfPr5t3Cmrz55V55HQm3y0f { display:block; }
 }@media only screen and (max-width: 763px) { #ur8Z6AH9fniaRlFCJWEOWTlWXbz9FASk { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8DMDJ60Sk0wZU5LNgKEsvsEhKJu3vsL { top:53.375rem;left:4.875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJHT6SJHd4DFNIetMbf73DiLG1JHXeZX { top:53.375rem;left:4.875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HExPVwgicxeIpAfP4KaAb1pGN2KT6ETT { top:55.0625rem;left:5rem;width:12.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpgadTcJgAFm3QbEX3d3aTmJksFF7Tmu { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxIRTTkv1O7vtk3F8wAmUsx3CBTUQ0xP { top:73rem;left:3.84375rem;width:16.1875rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSiUsPB1qOUtxrEQSQVT6ps7BxS0m729 { top:135.9375rem;left:0rem;width:27.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztEEV8RPmZRGtFJFcT5e5UpRlP2lZR04 { display:block; }
 }@media only screen and (max-width: 763px) { #lSORW8seX877ZTcH6C59iTJq9gO67h8f { top:156.5625rem;left:5.6875rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnPzThXCsGadkILnr0w9J3ITaSKzoX00 { top:156.875rem;left:7.1875rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ww3qhhyd93G8CD1X2xzaXZFWRTzKEZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcup3MePF7ccB9mv3OdaU07NhNTZhLpR { top:135.9375rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXDaTakheo2lmzuxIwyoGEkrN618TFG5 { display:block; }
 }@media only screen and (max-width: 763px) { #ESZ8PZgiHAm8TeFLVHfk2TBKio0zg3RX { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBli9u9N6RtuGzuCKAiXEeIILTAOcQd { top:156.5625rem;left:29.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJq8rBretNgQ3Sh2Pwq0J7qmhh8tfVc { top:156.875rem;left:31.125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxsqyH5lbVhGRy6khQeqsPbA76LdrCg { top:120.0625rem;left:29.625rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPB5tA61CHbWLNf4UGcJKHwygmhTzE1 { top:121.75rem;left:29.5625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfMo1f2Ota07GPACq7222y0a2Q8UUzx { top:167.5625rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOSNndpF94D4yMk2AfQ510vyNWWIRg0 { display:block; }
 }@media only screen and (max-width: 763px) { #nZ2tVnZFHwoTN8uEtXvJGVU8fEP0HQmN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ENuHBaoM9w4CyRTzcWo5ePW1CtsLfO { top:188.1875rem;left:30.5rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5qlNuWCFpBwZ96aavRy4IMct5cn73g { top:188.5rem;left:32rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbX4zdNFASfCvJnSXn0xV0n3JNx722Io { top:167.5625rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUcXix1BXtPuBQCnPcffQwiXTwTWmThw { display:block; }
 }@media only screen and (max-width: 763px) { #snMeFobe2UJA9H2uSqKdQPGQ9KQJ7Bhe { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5WcOiJZg89WBGstXGTFaJfxpvzD6Uea { top:188.1875rem;left:5.8125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5wystrzSeudK8Gzim8lbf6hX0gnLSd1 { top:188.5rem;left:7.3125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vClCu6y8J3RRwTUKhlFQut04zGqiNFp5 { top:196.125rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln1EIMiuKZzLcFbBTMcTM74ABHX1suTb { display:block; }
 }@media only screen and (max-width: 763px) { #FRlu0Jaqb6lx8QTpghhh2JwPAWp9Nw4U { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQhG6TsWp0NJhGlBaLqasE8rFu6cfqW { top:215.0625rem;left:31.3125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZs1qgzTcu5LaPnJu3mNg6iyRQK7RwR7 { top:216.25rem;left:32.5rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkacvlxnKDQfeyVqZkLu2RrFcf78dFBN { top:196.125rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er94sETf6sINLU5yGZePQuk2NBWdFp6m { display:block; }
 }@media only screen and (max-width: 763px) { #VS0aeScNCnFCDTORkgVQPWBmMOrKbiPb { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvw9ysXbFr7moqLNyhzJsG3DQJBBeafv { top:215.0625rem;left:7.4375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcuVU1d0SthSpKKxmQsf42hAQzTo4Zl { top:216.25rem;left:8.625rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I65bm2gBG7uF29AE2e92kBRFiCxyqkM0 { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1bKrhaEWI5rfJqBq7KOwXbnpKwKwtbX { display:block; }
 }@media only screen and (max-width: 763px) { #QhABaMDcNa6pR53As6Fblwspdbi81pzN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyV5FgDBHG3JSCvAnA2Xp7oX76mhVVhL { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx6NJBF4aInDwEgfPlCwOV0IsSdi1s7g { top:244.5625rem;left:14.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrMA2rskLU8wXaid6xmsEJye4THEpCoG { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UxGZnSMp4elrD0bwZgQp6odsyD1UTENz { display:block; }
 }@media only screen and (max-width: 763px) { #ILLgg6N8fCAu42JgEMLC8JMD0TF02ECN { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #erHxza7l3qnxTFWgf8GsrfwmxttGRMvz { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmNdchGb51qT2Jcw96Mhbxa3TqyHudJE { top:244.5625rem;left:14.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wgqax6qXTKnGuLa2xILhvUEzSpCdECpP { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0v9r2557JhWk7NTITZ80ZhBOHo0lL1l { display:block; }
 }@media only screen and (max-width: 763px) { #f9PnGy5thPIcoohRF0QFhTKHsZPlu4cl { width:9.1875rem;height:4.125rem;top:61.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQc0LTqxaqKrfuqh6a0gyPWCQlPJrqOU { display:block; }
 }@media only screen and (max-width: 763px) { #Hkf5Lfz7LFe3G0FEE8684vZepET0O3kG { width:9.1875rem;height:4.125rem;top:87.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHI5e4J0IkK6TfKo7wesM6dWzyc5Mq8z { display:block; }
 }@media only screen and (max-width: 763px) { #dQyB1iR1FyvB6fDw6LIVvHTHfXcbFHZx { width:9.1875rem;height:4.125rem;top:125.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvDS5TtLc92BUq83xmU0ShC1h3ZDzwSm { display:block; }
 }@media only screen and (max-width: 763px) { #ZKTaDfKC8FcyJBeM504d7idnQ2eBqkgL { width:9.1875rem;height:4.125rem;top:157.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLzLM24Rwwai9nuGeHA3TExRgpiVXrww { display:block; }
 }@media only screen and (max-width: 763px) { #u4fBtTn6QNtc8sdb8UzGDpmTyvHTq58m { width:9.1875rem;height:4.125rem;top:188.3125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxtOl8NPnG05qvoZKuF5i60vOA2TOMR { display:block; }
 }@media only screen and (max-width: 763px) { #CwuTxbRt5e2BMycsnWUt5d7f6cOFTnz1 { width:9.1875rem;height:4.125rem;top:216.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txhvy86ol5QsOTscO3zvnJd013UqrlDu { display:block; }
 }@media only screen and (max-width: 763px) { #T95sdAiEmnE2W2wEHguy0tM2GGmOJ5iL { width:9.1875rem;height:4.125rem;top:248.6875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAO5wDzol3TsFsxrB35Mi7fFKGEORJyf { display:block; }
 }@media only screen and (max-width: 763px) { #tnMMlWNOV2SZX8Mr3WbJZ17wVszWDTLG { width:9.1875rem;height:4.125rem;top:33.625rem;left:14.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zt8XTCIT0h0yENzVRBlHlKdTH0HXAt5U { display:block; }
 }@media only screen and (max-width: 763px) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:block; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF { display:block; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoOI8AZGMMyGFoiOT153SLWSQ03ngJuz { top:0.75rem;left:16.3125rem;width:16.125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksu5GPTNQs3A2l7op5AbiALQHcFfSZWi { display:block; }
 }@media only screen and (max-width: 763px) { #tTs5dTHZcOgJcfxu4AUCgxV5wBdIX3lU { top:4.625rem;left:13.375rem;width:21rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnevuiOgaftLF5dp7tF7fHz4mgtFzWrb { top:14rem;left:17.125rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldq5LlFNB9if7DputRPNtEdKsUJgN7VG { top:14.8125rem;left:17.125rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:block; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { top:0.9375rem;left:7.375rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block; }
 }@media only screen and (max-width: 763px) { #OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { top:10rem;left:0rem;width:35.375rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { top:4.8125rem;left:11.375rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { top:5.4375rem;left:11.375rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:44.125rem;height:2rem;top:-3.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:44.125rem;height:2rem;top:-3.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { top:4.0625rem;left:19.625rem;width:28.125rem;height:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { top:1.6875rem;left:0rem;width:27.8125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { top:13.1875rem;left:36.9638671875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { top:10.625rem;left:19.5625rem;width:28.125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:47.75rem;height:2.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { top:5.0625rem;left:7.6228294372556rem;width:33.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { top:8.25rem;left:14.155540466309rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv { background-color:transparent;background-image:url("https://images.assets-landingi.com/wz28xOVg/Untitled_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv.adaptive-delivery-prevent-bg, #L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv.lazyload, #L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv.lazyloading { background-image: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container { background-color: transparent; background-image: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244,244,244,0.53); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container > .video-iframe-container { display: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244,244,244,0.53); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row > .video-iframe-container { display: none; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .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); }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container { border-width: 0; border-radius: 0; }#L7E5CP1OdN3cEvQg8gGP0ffkBIbihVwv > .row .container { width:20rem;height:115.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WF1JGdahRaV91yhwopia35ZnAaIt1ikS { width:17.6230625rem;height:2.5996125rem;top:8.2890625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;font-family:tajawal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SLtlMNSbSCSzsOqzC1H1yMtDvnCZmbNw { width:7.5625rem;height:7.5625rem;top:0rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-form-header { font-size:1.1875rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:none;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-text {padding-top: 0; padding-bottom: 0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:hekaya;font-size:1.4375rem;overflow:hidden;text-align:center;text-align-last:center;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-select {padding-top: 0; padding-bottom: 0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]:-moz-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]::-moz-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-radio-label { float:none; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-container:first-of-type{padding-top:0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .widget-container:last-of-type{padding-bottom:0;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz  { width:17.5rem;height:auto;top:11.4765625rem;left:0rem;font-size:1.1875rem;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz {display:block;}#WfvN8y40fWrEZMtHZveMLNAteBKtNfAz { width:17.5rem;height:auto;top:11.4765625rem;left:0rem;font-size:1.1875rem;background-color:rgba(255,255,255,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #JwBqfTwlpF4wTXQZxR9SvMlvS17af4Vs {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #lTKX7ktMvbrX7f7KkZePMGrTgm9haq9V {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #yiV6k8XKeWc50BOK5K4d14nw9Fsxd4JK {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #WJDxW1CxLUu0RAlfuDcnoUV6QKX3pURh {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #tR0ezx3TZ5HIue59HS7bJCACBW5LC6vI {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #F6OQFVTM7RBDhxXoZSwoTH7MO50COsVk {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #JT7pcE2ECHKK8LIXQ0JVX7sMGqDTnFGI {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #sVUCLOteEoX8VhoQUHvQ4gPqKnXtzT8m {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #fo4Ku9ATE2MVckNfIA5Qt1OfrVhPfxd2 {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #Cs5n94vEXE5n8cHltRyzwdbR6TlcFit2 {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #o2SQ0FTqgJ6gsP3nqHh0NXLAp5hVyS70 {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #RdJubKnHvJ6zqzwpsQLuDxPzvhoQPWCE {  }
 }@media only screen and (max-width: 763px) { #N8Wzh82IzTAFSSctcp6ieQp53NEHnExi { display:block; }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #eezoOBF29fXL7EtXOCcCsCKzxdEXiw0R {  }
 }@media only screen and (max-width: 763px) { #WfvN8y40fWrEZMtHZveMLNAteBKtNfAz #aX0mzBXqVE1KhDeetGQPNenA403OyzWn {  }
 }@media only screen and (max-width: 763px) { #BD3noDNfTBZCl5AnqGZnbIKEyFaERHW0 { top:42.5rem;left:0.6875rem;width:18.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKwdJxN1xuIJHZHHN8yMA0nQole8L3bf { display:block; }
 }@media only screen and (max-width: 763px) { #nXqKNi4sWl9xFAI86QMaSZumXgOTofWf { width:20rem;height:auto;top:11.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:kids;display:none; }
 }@media only screen and (max-width: 763px) { #HH1xZBanHhFd0OPinJghPe5f6iLTx8Ty { top:46.9375rem;left:1rem;width:18.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECxWx1ovezUFUzupTJzPbTpwstHrsxvW { display:block; }
 }@media only screen and (max-width: 763px) { #hFKrx2AWXHLaqcTyMORwo4MB8tcT1Fza { top:59.5rem;left:4.3125rem;width:11.3730625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKnxNuMqvEQe8fWG8rnumoCODSktdOlL { display:block; }
 }@media only screen and (max-width: 763px) { #VdxF0lKk6XoTZrHQrCZd42LrVo5QttTn { top:55.875rem;left:4.3125rem;width:11.3730625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXCPetpg8TqRSuQkVqvfQul55zsuqOQ { display:block; }
 }@media only screen and (max-width: 763px) { #etIKGJaJgCLAr4GJK2NdQpfyqbJZ0I3O { top:63.0625rem;left:4.375rem;width:11.25rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3P5LWUi1VfI2Oq4B811p744PZpOumiC { display:block; }
 }@media only screen and (max-width: 763px) { #X9u4i7XtFNTeRzeT6r62TfUv5z1SkNfs { top:51.25rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4q63g9enuG5A8Cxn6RenuZcQsxQVcyv { display:block; }
 }@media only screen and (max-width: 763px) { #aHX3kc7HcAFxqg55z9razlz5BPOFFJB6 { top:86.31185512695rem;left:0.625rem;width:18.75rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRTAhAvt35xpb2qceuTBdqgAwVVDSulD { display:block; }
 }@media only screen and (max-width: 763px) { #mkrvwLOBklIccSTZM0NJ6k4iEnpyfV7a { top:38.5625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqx9Wu14KNpbLvzTDNAv4q80CMemFkJ6 { display:block; }
 }@media only screen and (max-width: 763px) { #BuT2USXxevaisXQ3yv8RAnennPk3ATdI { top:67.1875rem;left:2.375rem;width:15.25rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmewZaagXdDZsmmutc8wonNkcw3wLap { display:block; }
 }@media only screen and (max-width: 763px) { #OJWaLCEvNMyko6eVXAsGuvLfRipGCfeD { top:71.125rem;left:1.3125rem;width:17.375rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNprO0wVfb9787L0equ37xA8olbDZZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #u622pINALebBBzGDLUpLxLo7INq4RsCm { top:75.0625rem;left:0.8125rem;width:18.5625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTJOB1TERufL5aboTTPGJKt9pik2dqQ { display:block; }
 }@media only screen and (max-width: 763px) { #XIrTZTuAHv00OxNeA7fw12MaEl8XXE6W { top:79rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDtJBGGcPDiXRtIcxdxUHoVTZc7yCQ4n { display:block; }
 }@media only screen and (max-width: 763px) { #DSuSGtTRdMThc84iSEbt8A2q6OC5lpCa { top:82.9375rem;left:0.5625rem;width:18.8125rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0qdtyvXgSTa1TqNiOPrX7TaRGDXb4bT { display:block; }
 }@media only screen and (max-width: 763px) { #HHUTAiNRCEtx1OiJtoMJX9FfUkEzP53Q { top:86.875rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPv9xPzgktEOrmu0GT1vtmFq0bOIqA78 { display:block; }
 }@media only screen and (max-width: 763px) { #XWzm84lWQTZgLlPStmTGaaGKmLJ29LcA { top:50.3125rem;left:2.8125rem;width:14.3125rem;height:2.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xsmg80PttKoCPs0ezo5pomaNXooBivt1 { display:block; }
 }@media only screen and (max-width: 763px) { #TnSvDvheOQPVAoelq2Zlpm8zpMWl4mg2 { top:94.75rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiVfCGqkfaUZZATkbVFLdqgzG521ACOm { display:block; }
 }@media only screen and (max-width: 763px) { #TdWed9PJMTW2KfXXrDu1vWPX2Efac7hK { top:98.6875rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXD90PZuZeZ3oaFJp6VTyF4DV17eT7ot { display:block; }
 }@media only screen and (max-width: 763px) { #W9RgPNE6iLUDTUyozdBPEk3L70H3UhJ9 { top:102.625rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBHDTOTTENTMurVSTcNUynvkmpsKIt1w { display:block; }
 }@media only screen and (max-width: 763px) { #xVhBdq4suked79LW0hgPMTItgmEPdZeo { width:12.5rem;height:0;top:94.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWObKTpGm0XyTpUDVMOuS0DeynvDL52y { top:106.5625rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxRMRGoAZNwriAnPhWDuRg7szn2umVUv { display:block; }
 }@media only screen and (max-width: 763px) { #w5QSJEH3BV8ELpUUiPIsASHtKDIWIRXe { top:90.8125rem;left:0.5625rem;width:18.875rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdX6oQFlLZn9WOLPrh3CPPalV8MhgT8m { display:block; }
 }@media only screen and (max-width: 763px) { #P1BlKhmaTK9iPCP8fpd4yQovTAE2uuPA { width:8.125rem;height:3.25rem;top:31.625rem;left:5.9375rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LRh0PRfSGn1zAgpnTlJFiRhsK6IP8f { display:block; }
 }@media only screen and (max-width: 763px) { #IzQMeTRVsA4zS7SzD1GnLPX17oKUC3XQ { width:11.8125rem;height:5.4375rem;top:135.0625rem;left:4.09375rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aXZMhFkKK4XiFh5oLRm6tvv4qWBKDxF5 { display:block; }
 }@media only screen and (max-width: 763px) { #xHK4szKc1b3D7ExdrCKZVlogm9bPlJpy { width:8.125rem;height:3.25rem;top:111.0625rem;left:6.90625rem;font-family:hekaya;font-size:2.1875rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #UmS4QufBC51LOb3wMCIohC75KmWFudpL { display:block; }
 }@media only screen and (max-width: 763px) { #xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz { background-color:#ede4f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { border-width: 0; border-radius: 0; }#xTMHJgmy6PG7aJpwr0RakHJE3DD7Uecz > .row .container { width:20rem;height:101.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFTmAlSs02qlxB2gUIi9xPQPs12CDIzv { width:20rem;height:2.59874375rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #emg9hDoHRnQh3X7WobqEabHf828t67MA { width:12.5rem;height:4.93555rem;top:19.921875953674rem;left:4.4368491768837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmpcrVUA9RPlPS3sISJwMh6PMCsUnI1P { width:20rem;height:15.36131875rem;top:3.3072919845581rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuAn9PDwJMEuhxvsSRNCDpqTFeDv19nz { width:11.8125rem;height:5.4375rem;top:95.6875rem;left:4.09375rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWBPh88bNbz7dhAJm1a5mdh7kyve5kPt { display:block; }
 }@media only screen and (max-width: 763px) { #nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 { display:block; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 { background-color: transparent; background-image: none; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container > .video-iframe-container { display: none; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row > .video-iframe-container { display: none; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .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); }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 { border-width: 0; border-radius: 0; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container { width:20rem;height:57.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container.adaptive-delivery-prevent-bg, #nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container.lazyload, #nwVpmPaT047TEbnMk9oTtxb61K2lhnE1 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ItLIIMUtVHubwPQCPTbmiVAFSaqvTDTJ { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTGOmONrSMiQNpAGgpTWNNa6Or3KSLIf { width:17.8125rem;height:6.25rem;top:0.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6yAoXouTWPbT9Mhq2m8X34FeLhGSw8G { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #tEZGqB41bDilrOf1mcT4c23MQpu5J2Id { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eHSdCmchuHLy7PtbqOpCQO4xoJy7KK4S { width:12.374rem;height:4.5rem;top:1.9375rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #tkJqCh577DIryTy4pNBIrJ3Q0TMGetxq { width:4.6875rem;height:0;top:32.855224609375rem;left:5.374755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100182;display:none; }
 }@media only screen and (max-width: 763px) { #LLfVplGTQreMN3fN8HWE2HoAwzgbI21N { width:19.75rem;height:13.75rem;top:34.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAUTDANGOHTQwxAWBlup477tDfrUrfrQ { width:11.875rem;height:4.4609375rem;top:37.6875rem;left:8.125rem;font-size:1.3125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDc9J6cQ0M7H4UBDRSN5wTpbqgbufSZb { width:6.375rem;height:2.76171875rem;top:37.8125rem;left:1.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFa6tS2UiVhDchd41QMANs7K5pnBdh0O { width:9.24925rem;height:2.56225625rem;top:46.8125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmELdfZJNIPxCiupZ2Iisg4cQ441DnWH { display:block; }
 }@media only screen and (max-width: 763px) { #JF6TtPXR8yRMzlBfGeAEARQBZiswQyip { width:19.75rem;height:13.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoiTzKAIpVcoh6pcOlFcvytxSBsOqGMf { width:11.875rem;height:4.4609375rem;top:19.3125rem;left:8.0625rem;font-size:1.3125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xbL7mFthcZT3gddXfbBCUaTRb68C51lg { width:7.25rem;height:2.76171875rem;top:18.75rem;left:1.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBavrdi1ipaLhVKz6WyZf0TiZEx2ooE0 { width:9.24925rem;height:2.56225625rem;top:27.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJXsiVCM14NSBevt1rczyCyuGRDy03i { display:block; }
 }@media only screen and (max-width: 763px) { #KMolxRV3g5bu3wHCnczMrwI5aLigtwUA { width:5.06225625rem;height:3.375rem;top:24.4375rem;left:2.625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #Q0UTihx1LTt7Vhx2A533ZI4WnO6ys1cb { width:20rem;height:1.923825rem;top:9.84765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FIEOM0i28zC035QHzqA7JTxGW9anwNsW { width:5.0625rem;height:3.375rem;top:43.5rem;left:1.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #q4Tx8erQw9SUCpQahKxk4tTsHK7Z4KXx { width:6.3125rem;height:2.5996125rem;top:21.875rem;left:1.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpfgvkhp4DwGh8JL6vca1azmTJhQX7wM { width:6.1875rem;height:0.375rem;top:23rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Epu2EKyD7J3Sx2QMRw7xOkiWW5y3sC { width:6.875rem;height:2.5996125rem;top:41.0244140625rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShNW76sHop04K7T0Qlmgye9Nr6WZP9LK { width:6.1875rem;height:0.25rem;top:41.9609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOnFovLCXVhKDb46fbyAIJ6h4r75BDJA { width:8.125rem;height:3.25rem;top:52.3125rem;left:6.21875rem;font-family:hekaya;font-size:2.1875rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #TI62l6pvlFXJRFw2VuEQkTSChM4aET9o { display:block; }
 }@media only screen and (max-width: 763px) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZvDltgPG1sJ5tblBuT6rkapklIOIAGf { top:0rem;left:1.6875rem;width:16.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvSyROSvVIbtxc7lmctOXC1AlGTdySgP { display:block; }
 }@media only screen and (max-width: 763px) { #HTUREetMzTxZKxCHHT1c5AIUep1SifD7 { width:19.375rem;height:12.744125rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7CNv7UPULWT2F1hGVJKyhfSizTWAdAp { width:12.5rem;height:3.25rem;top:33.1875rem;left:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCaqD8lXa76CBFlTTB6f4xn7LKfEnPgS { width:19.1875rem;height:0;top:37.75rem;left:0rem;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #dvekUJZTcLeTLtVK40XvMuJbrenmhtmI { width:12.5rem;height:3.875rem;top:32.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTJlgWyiX6RF8RAnBX3vegEDO70mgMH { width:16.9375rem;height:0;top:32.875rem;left:1.53125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBWGX57Aagy1VZPnwGHqNy3d72eq1gsd { width:20rem;height:5.19921875rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKEngMwhaCrKTeeaUwwgUUsnMupkwhC6 { width:12.5rem;height:3.25rem;top:37.75rem;left:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7H3PtCMNgkGzEZcFQErwMkeUyPQFSdh { width:12.5rem;height:3.9375rem;top:37.375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7HcdV5iSkmBt1zp1v1DLv5PiX9rEmCM { width:14.0625rem;height:1.3808625rem;top:24.8359375rem;left:2.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v04MxiZEIXyy01IXCT8uhNiuahX9umKT { width:20rem;height:0;top:46.6171875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6mEAV6GSU6V69p74hmJNqc67AVVJ2GK { width:18.125rem;height:4.142575rem;top:27.232421875rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7INoXdhIN6pMCdfZtav2TMz0htMSwl8 { width:11.8125rem;height:5.4375rem;top:43.3125rem;left:4.09375rem;font-family:hekaya;font-size:2.1875rem;z-index:100025;display:none; }
 }@media only screen and (max-width: 763px) { #eZd8A4kuROM3Gl4MerQ4L9oidXKtSFg5 { display:block; }
 }@media only screen and (max-width: 763px) { #ghTCHbF3epquz6riuHtLN883GaZQiQwk { width:9.1875rem;height:4.125rem;top:42.5546875rem;left:5.40625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFrK5Rwgpa6inQZrtfQa9CzdUzOVWxF { display:block; }
 }@media only screen and (max-width: 763px) { #QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 { display:block; }#QVn2MJsIe8Tm73VpncWB6QIpmaWBnBD1 > .row .container { width:20rem;height:393.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p86TwZvVpWpqsGMNuk2kWA6kgfcZDGpa { top:28.875rem;left:3rem;width:14rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF80c3uEaJgwAAydiOy9noZwLPL5inJA { display:block; }
 }@media only screen and (max-width: 763px) { #O2fpRol7uOZUMU2EAnDPnsJtLmGbhyQd { width:12.5rem;height:3.9375rem;top:30.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAMv5vJqe3JHqdNpLmExFwzfDa000b87 { width:12.5rem;height:3.25rem;top:83.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXgstyBP40JCmtSBvwFFLyC2cx8Tnr2c { top:46.125rem;left:1.375rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXivGV6CfkoRrD6F89MkxuwcRs8bsPSF { display:block; }
 }@media only screen and (max-width: 763px) { #bDpdGyAUolx7av5WZhHGaJ3McEcTftCi { width:12.5rem;height:4.4375rem;top:37.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2cILbSBKzNwFwb4rM7PpDXaryTI0M6x { width:19.5625rem;height:10.1953125rem;top:50.875rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PGayCZfPuaZqIvUBDaZPMx3vcJrhOLAM { width:12.5rem;height:3.25rem;top:38.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJJ60ERsRhTrU7s8VLxzimBo71y4MHff { top:196.8125rem;left:0rem;width:20rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXlDUzbPdqTfiScCb8TlGv6LKr4nWiTP { display:block; }
 }@media only screen and (max-width: 763px) { #mI1AqT3Fg3cpTyEMwGX83U11HzdA5RrR { width:20rem;height:7.6465rem;top:201.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NsWqKoEA8Cc1MitaXTxASX3NDtQ6TkgR { width:12.5rem;height:4.4375rem;top:83.3125rem;left:3.8125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #fqNTohJHzXDbw1xLAqSKhaT6i85TT4kZ { width:18.249rem;height:7.3125rem;top:73.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xuyTKVURa1dW6btweu3RHnsBxHWuuNEg { width:12.5rem;height:4.4375rem;top:82.4375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORz2cWT9dwstKhbIlAkXkFSDl016gTF { width:12.5rem;height:3.25rem;top:84rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMp7F0T9c2AMrbpiaxfqhocKE9cWC5CO { top:68.9375rem;left:1.8125rem;width:16.5rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB5K7yQodKJlDgVhXcpkr85OGSNIhH5c { display:block; }
 }@media only screen and (max-width: 763px) { #yZ7JNx7MuDfcRTFpPDHBS8M5D6w287ts { width:12.5rem;height:3.25rem;top:64.5rem;left:3.75rem;font-size:1.25rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #l5W0gUIAU84aVcwWX3rAaLhuLz3cP2Pm { width:12.5rem;height:4.4375rem;top:62.9375rem;left:3.75rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #e3N1BmLtWVc9dcRJ5F2WJcIteCSGt1pI { width:12.5rem;height:4.4375rem;top:66.46875rem;left:8.90625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #MFbar23TIQDauR8vIPQ2COx8KE6DIA5F { width:12.5rem;height:0;top:67.09375rem;left:8.90625rem;font-size:1.25rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #bXHa2Qqq04krhU3Q3LvCDgfgixmVUcXK { top:98.25rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTCkvaiRGHvFSmiIoyAK1P3R7Q9Hm3ku { display:block; }
 }@media only screen and (max-width: 763px) { #xHtn82cu8FZA2bkqKyN3E3chyNo7Tt4Q { width:20rem;height:7.6465rem;top:102.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gpn1sKZLisJIvanaXl8pZW7eInxLAANu { width:20rem;height:5.09765625rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nPqqbxgIyTlozTuwklFGR7Qf6uHKPTIO { top:0.625rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUhPgATEgTBiEURg7GmACwfh4TLm6r5R { display:block; }
 }@media only screen and (max-width: 763px) { #JhzWdrG08UEZBDWeBHTsM9SwVrAOTqVl { width:12.5rem;height:4.4375rem;top:111.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWUaVNPa3pQPeARzG02vZ2ZbltNr6FVp { width:14.5rem;height:4.3857375rem;top:112.3125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcNSqG6oEb3sL57EhvQHi0QcQXI5WDo { width:12.5rem;height:5.125rem;top:15.3125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #NTEMsr523iyLXVp47sOvlTwEsAITUTaI { width:12.5rem;height:4.4375rem;top:23.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlpPcVRL04gsET9MiUoPLVdfUwcrUPlI { width:14.5rem;height:1.4619125rem;top:24.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQba8S46ow6rR1W435Zo1xUgwsVxHJvW { width:12.5rem;height:5.125rem;top:27.0625rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #POu4gmMMz8kiU8MpqNK7BEGFzk7uyg9u { top:118.375rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksVbBPmHuKp6A1uCMswAb40fBUqNLNiJ { display:block; }
 }@media only screen and (max-width: 763px) { #bRaphwsg5uqyokH6koEVTLKzXFUaPWy0 { width:20rem;height:11.15625rem;top:123rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A8wpSiep68y4XOzyyDrErGP8IGov3gqa { width:12.5rem;height:4.4375rem;top:136.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2ePKoUoNR5rN50WC1zo56y157J1uly { width:14.5rem;height:4.3857375rem;top:137.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1vqNSXmu2tFupJ3AWTwk3eqLA6lVQ1d { width:12.5rem;height:5.125rem;top:37.6875rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #PDFQFr5dSPVTePBmTi3FnmE0wZUFwtrJ { top:142.6875rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv51QiQxSleNMZhdw3Myxit90wpX4xgU { display:block; }
 }@media only screen and (max-width: 763px) { #A92UNAI0qyPTH2ET3UpOsqiamQyI0iQ1 { width:20rem;height:12.75rem;top:147.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dvuVRciQs0GBsWg1wcucHCv2hhlP21FZ { width:12.5rem;height:4.4375rem;top:161.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoSLdcbG28WsR0Biez71qO3kUuvb1nry { width:14.5rem;height:4.3857375rem;top:162.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnMJdGW8uLqer8HbK5Kv27ALuQ0tuoZK { width:12.5rem;height:5.125rem;top:62.75rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #a9tlMBnP8udIrBRfvMVExTFp7kpFSbm1 { top:167.3125rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTh9cOXPSwUyiO29zWw5eT3wHTVkyHRW { display:block; }
 }@media only screen and (max-width: 763px) { #PDsh9w8mgv992sEp0eyVcWo65u9KHkM1 { width:20rem;height:10.1953125rem;top:171.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wX14f8N5eHVNWesNyxLgxVTk4o7QuZLm { width:14.5rem;height:4.3857375rem;top:184.8125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcvkI00A4KH1I0PZTOnP1p1fzeTTDInS { width:12.5rem;height:4.4375rem;top:183.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNgETKzhRgT2rwr7lGyZqnJ3LcciTPUU { width:12.5rem;height:5.125rem;top:89.125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #kVXrUFUCp7t9LDRrGdzTmOKKnewozFJH { width:14.8125rem;height:2.9746125rem;top:19.2119140625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQ0dnsbfgPubMSHvMeuZ5wMBxcZshHXN { width:13.1875rem;height:1.8056625rem;top:11.5625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baJ63uFN5MHwKW9x44JrPCQStQSMv9JS { width:16.875rem;height:1.69921875rem;top:16.724609375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7SwahVoNId4U13ltORCiZgOnfTGRVpS { width:17.4375rem;height:1.59375rem;top:14.3037109375rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVoqa0fm3dcUEbWL9P7NKP9im36f2NFV { top:216.6875rem;left:1.6875rem;width:16.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFWxizOZw1NIbXoqN9vIQ8KLNVwA5PHu { display:block; }
 }@media only screen and (max-width: 763px) { #rbLbAZVkods2AAwbQbb0KxaUEMR9gepa { width:20rem;height:10.1953125rem;top:221.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pVCQWHBoFBfg7c9vT0yS4OF5kq7hr5vw { width:12.5rem;height:4.4375rem;top:232.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKsqUp3PANvsQSH3Kr4OVBnRT1dqXHSz { width:12.5rem;height:5.125rem;top:53.375rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #MpF6Qh4UDcvEWrzRxeR2NorrAuBoDTcc { width:12.0625rem;height:2.923825rem;top:234.375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5NNVIThRrJGbxRGgtn5NbbliN7IT0UV { width:20rem;height:2.76171875rem;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R8cNsWEePSdlISVECC6izWsKCg07PcVv { width:16.1875rem;height:0;top:311.1875rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXaoTIG3dZDpzrH3PN5VG2D0MJxOcEIk { top:245.625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Q6TuOazRk2VFvZrDsUPMNHExbcxq6A { display:block; }
 }@media only screen and (max-width: 763px) { #BecI06V8guKkKVWHXVZeNcsgZfBvz3Ws { width:12.5rem;height:4.1875rem;top:257.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ed5hTlVb3dI7VISsrBp6bZpylFpfBK { width:9.5625rem;height:3.57421875rem;top:257.75rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCJS1elQSCyEo9276NrfQATZPe6ZbAzH { width:20rem;height:5.09765625rem;top:250.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WP40TGtXOAWcKLrvORBKrRHHTuDwbxki { top:264.3125rem;left:0.4375rem;width:19.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV28xLbDbCVhdEVi93xEWxo9SreI2QwW { display:block; }
 }@media only screen and (max-width: 763px) { #w3e2z4MFiy1IMp7sP1hkN2LfKIuIZ9Ch { width:20rem;height:6.9043125rem;top:268.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P0tXBob3WJ7kdzfATFh6MP9gWBo8dbFL { width:12.5rem;height:4.1875rem;top:276.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwyeFRKlyiur0nbtSb5AJPBvO9rMdWW { width:9.5625rem;height:3.57421875rem;top:276.875rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulfqi4R1heQhnVaJrku9iFmPpRbfm8K5 { width:12.5rem;height:4.4375rem;top:210.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mekX5KtTavrCVXKz3UlW9wLZKAvi9Qkz { width:12.5rem;height:3.25rem;top:211.5625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbovQ5LwRsC5I2J8kTvqviJXCdqK73lG { top:283.125rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNnylFb7GrDdNAIW9t8RoPkJ4Fbz8Brm { display:block; }
 }@media only screen and (max-width: 763px) { #M4bT6OO8ayM3pKmhUlofuxXGJw8Tf9Hq { width:20rem;height:8.285125rem;top:287.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CoRsC9x5Ne3xzg7TaNm4V0OKa26cK4yq { width:12.5rem;height:4.1875rem;top:297.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2od5uZ3qUXBbyFok3uHLfKIfwFCHWQt { width:9.5625rem;height:3.57421875rem;top:297.875rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE28ek89nUH2uqbQnUoKBO53e1x06LqI { top:303.875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXo3ezWJ9JCyhrNkedh127DizspvIJT { display:block; }
 }@media only screen and (max-width: 763px) { #RxGooxnuTb2KkV0TPlkI7Gai0q3SnLKG { width:20rem;height:6.3720625rem;top:308.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TkvuZGUmGVVnHuEz2wC1ElIdz7nebd1f { width:12.5rem;height:4.1875rem;top:316.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUmp0WEM7DmiWUlPckG4aVyTya52iCTe { width:9.5625rem;height:3.57421875rem;top:316.5625rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lltfd9VVedDoOzL4tVuM9Cdc9AADQf98 { top:329.5rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckSJUwx4RF21THlIhHbzGtqDNSKIplZd { display:block; }
 }@media only screen and (max-width: 763px) { #kw1D2tCogouC0JtFJMTgAef8a6g0NZIz { width:20rem;height:5.5234375rem;top:333.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BxB5NhJyIEEKiiHl8obkrXSpJC0E43NX { width:12.5rem;height:4.1875rem;top:341.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIzclvhMWJyR1UyF78entEXuLizaNff { width:9.5625rem;height:1.70605625rem;top:342.25rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEcMDysULSQOf3AVoTyu3TmgFIMyLPI4 { top:348.4375rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7NHKItXFKWxnwdQ9szI8FOzyW5Z05Ko { display:block; }
 }@media only screen and (max-width: 763px) { #mT1hpNPAgVEekPqleLM5xe1bPaW0DU2J { width:20rem;height:5.5234375rem;top:353.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fRXZ5lh3IXKWeWtc3iH3e3CweJC52Tra { width:12.5rem;height:4.1875rem;top:360.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZR59yAMFnB8ML1p0OTBSZR0nmRT0d5Tm { width:9.5625rem;height:1.70605625rem;top:361.625rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO4I56HympRHFqxokifzy4BIuRESPaiZ { top:306.6191875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V8tn0UaxOfLvqTIl5PTloIOrOkr22ViS { display:block; }
 }@media only screen and (max-width: 763px) { #wkHEFNtKyeOt7IL6Uk1GPVbE1VwNBPQT { width:20rem;height:0;top:310.9941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #iw5NdBslsRu1FxuJlAsd07Kyi2cXIeTL { width:12.5rem;height:4.1875rem;top:326.3730625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wANTNkQ4ogLZtWA1SOzBi8gftTIQDTJF { width:9.5625rem;height:0;top:327.7480625rem;left:5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFypwkidsMXcQkwrgJnBt9Ftq7M1TsUd { top:367.5625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #AyOAM1KE9uNdbJ9qRNFrPVRXtzZN2Pgq { display:block; }
 }@media only screen and (max-width: 763px) { #L6cbTyWoASyn5o1V9eCbpZRFUu56D9pN { width:20rem;height:6.9043125rem;top:372.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:100034;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #invCm7PBhUZ8bkEsbzcC16Qi40f52KkL { width:12.5rem;height:4.1875rem;top:381.5625rem;left:3.75rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #HPeySIvzs9Ov9TiOScC0ZbXIrtPIEdv6 { width:9.5625rem;height:1.70605625rem;top:382.8125rem;left:5.25rem;font-size:1.3125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #lIxraUQIPwTaqC7k7IkCfwTfPqm15JnJ { width:9.1875rem;height:4.125rem;top:388.1875rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIP7BaHmohCnPovmRt8zCyTTAoSrkT5T { display:block; }
 }@media only screen and (max-width: 763px) { #JoQdiseQtrDMitc95q4HPvfZlE7sa6ZK { width:9.1875rem;height:4.125rem;top:443.875rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0hXGNA08hT2X4nUcHSBPHn1lwskKJR1 { display:block; }
 }@media only screen and (max-width: 763px) { #IrlMpvTgZPf3w0nKE9ZyXubMPZueJaMn { width:9.1875rem;height:4.125rem;top:449.25rem;left:5.40625rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATJ75XBf2mSA17nH1yCIxhztAxxJAiiZ { display:block; }
 }@media only screen and (max-width: 763px) { #h3yWurvVfXTbR7eFPQaFxHfgTefZ24Sy { width:9.1875rem;height:4.125rem;top:454.625rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENzXqW2EHJtoFuNbwJGpc9b4OIKOC5Fz { display:block; }
 }@media only screen and (max-width: 763px) { #GF6CmMpMsHVZ8yXfZNWHuRTUcuSZPMln { width:9.1875rem;height:4.125rem;top:460rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N4wr9KpECzWgTxfxgcndixaKZaOWXhlk { display:block; }
 }@media only screen and (max-width: 763px) { #WPtoeSAdTCFd0a0kHBMtKk3iKmBqlb9d { width:9.1875rem;height:4.125rem;top:465.375rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPdhlsngiDKoGgqcvMGPQ4gItTp7tCll { display:block; }
 }@media only screen and (max-width: 763px) { #R9T1P9dFZKmom7iuvpv4TSknglavesZi { width:9.1875rem;height:4.125rem;top:470.75rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIte3wTD0nbEH9xCyTMc92UzG5OvE6If { display:block; }
 }@media only screen and (max-width: 763px) { #NCMkMrMeLEpuGwAtKrnpEvsJoqrNiW7f { width:9.1875rem;height:4.125rem;top:476.125rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyLHhxgOveyQKV2KzRqb6CGTGEuFLugR { display:block; }
 }@media only screen and (max-width: 763px) { #TwZwCu9bkGbgTT4WKc5v2UBbPum0Brwh { width:9.1875rem;height:4.125rem;top:238.875rem;left:5.4375rem;font-family:hekaya;font-size:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #NxFTStc4UQNQpkQDQ2yBl4UreKZ5Zzwu { display:block; }
 }@media only screen and (max-width: 763px) { #go81K4lGBMrrQ7JGtOAUXh8k3PoPTFwm { width:9.1875rem;height:4.125rem;top:322.6875rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #NDycqTxcyUDOcxIRNwT9AyOeluIaix5l { display:block; }
 }@media only screen and (max-width: 763px) { #AwT56VB4cR10Xv4zEOVKgn7AvktMKz1M { width:9.1875rem;height:4.125rem;top:89.9375rem;left:5.40625rem;font-family:hekaya;font-size:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #carTAWSvxGs2Dd2TBQTN3kUSMTT35TR2 { display:block; }
 }@media only screen and (max-width: 763px) { #m6Fn2qhtGNdNJ61IIlaSr7y0L1SaZpfQ { width:9.1875rem;height:4.125rem;top:189.75rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #pdMUaqPNHOzARMzWfsSgaBCi1wv0HsLQ { display:block; }
 }@media only screen and (max-width: 763px) { #gX6NIJFocaKO8izbvVv73SuTBkG22giz { display:none; }#gX6NIJFocaKO8izbvVv73SuTBkG22giz > .row .container { width:20rem;height:482.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CgIiigQ4ypqlp34vP91Ewh46m0Fwpx2c { top:123.6875rem;left:3.25rem;width:14rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9futEH7v2cVLQ7heTiqKayxncimyAtg { display:block; }
 }@media only screen and (max-width: 763px) { #fS7OgkAqTZIKXre3NQ1JLPRu9ir0lqIU { width:12.5rem;height:3.9375rem;top:30.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfte4k6bPW14JJiaK8ta5mVP3gnw02uv { width:12.5rem;height:3.25rem;top:176.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR5V4cDxcttuWbJFEMmIlSIIwvCzHHnb { top:138.875rem;left:1.6875rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKiVORWm7ZSfrRm3k6D3nxmAVG6DKu8W { display:block; }
 }@media only screen and (max-width: 763px) { #PHNV0OwxDpzOZHBqASyVcM9psQJxP4Zt { width:12.5rem;height:4.4375rem;top:132.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyd4Oc3llNqiXtKgCfW1kODfUJR4rQ8L { width:19.5625rem;height:10.1953125rem;top:143.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eWmU3efLuubfEwwv9HBbdrn3tPCbWkTi { width:12.5rem;height:3.25rem;top:133.75rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVuTmFsUre10k7oXSDwxnp7Gd2ZAWa8U { top:181.5rem;left:0rem;width:20rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQLqMiqGh82GLWqITFotFk4sJe4QcZT { display:block; }
 }@media only screen and (max-width: 763px) { #QFBkyrR6LNH6JUQRPD8h0HzZ7sqRx7uh { width:20rem;height:7.6465rem;top:186.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ndD00Nqef1kFpUSRhZCsbv53FnZqbHTA { width:12.5rem;height:4.4375rem;top:175.4375rem;left:3.75rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #PtVhOAik58VL3Zy1CMWQ3JtQxRXeNmus { width:18.249rem;height:7.3125rem;top:165.625rem;left:0.8740234375rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zQdMB1oFNU8rI5lC4JeivTSGennRey8r { width:12.5rem;height:4.4375rem;top:174.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doVCDmRvZzSB5stODGB2FSlVWk0UTnQJ { width:12.5rem;height:3.25rem;top:176.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol1qtSGn4TATkWMhr8TWkzKgKmezCZ36 { top:161.0625rem;left:1.75rem;width:16.5rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slqxuE1oa2ciq4oiFBzKQ2TXH8nsJ67O { display:block; }
 }@media only screen and (max-width: 763px) { #IS8URJ2SXibkzGfuEOnZPsvDpMNW239c { width:12.5rem;height:3.25rem;top:156.125rem;left:3.5625rem;font-size:1.25rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #SRZ2u9cggcOEpTykdNTRbT3lTWCDlGta { width:12.5rem;height:4.4375rem;top:154.5625rem;left:3.5625rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #N0JgnSvPqSskEOv6qKMWoKrt7ymJMcr9 { width:12.5rem;height:4.4375rem;top:66.46875rem;left:8.90625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #qdOmTvXEVa9kB9yz7EQ7DMFU1zpimdCb { width:12.5rem;height:0;top:67.09375rem;left:8.90625rem;font-size:1.25rem;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #TBm7euhN5Awau7grNsnMvXGWdUSqV6Rc { top:0.8125rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxghALVKG6tECIZSXVLqvS1svLPfOlbD { display:block; }
 }@media only screen and (max-width: 763px) { #ZUaaT79lmMwlkTOmJtH3rP1UzutM0WT4 { width:20rem;height:7.6465rem;top:5.1962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OyE4SlyICVxIG1KS96VCllT4ov18I2O5 { width:20rem;height:5.09765625rem;top:98.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hOmIr76qoeC7yHgdudcmxfGqVVeOBMar { top:93.125rem;left:1.59375rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiab943h5Cxo7dtIlN8pbOoU98cX0tAE { display:block; }
 }@media only screen and (max-width: 763px) { #ZBJQQ1gDg67xP0nvTaXra3lhFPuDUuZW { width:12.5rem;height:4.4375rem;top:13.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzU6wh4moDO6t0Uw7S21zm6fRgTb0wR6 { width:14.5rem;height:4.3857375rem;top:14.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhMADOAT3hRwFRcImHEa6kcVlTOqfwAQ { width:12.5rem;height:5.125rem;top:15.3125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #DKiXd8p5v0FX3ecnaaKUHF80qrIVgB3A { width:12.5rem;height:4.4375rem;top:117.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugOwGBTA5MSEqGG0a4cEQLBnJrz8CWJi { width:14.5rem;height:1.4619125rem;top:118.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3r63aSWV1NHE22tenmIlgcQZ6KVkT9W { width:12.5rem;height:5.125rem;top:27.0625rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #cUhMPSPTh8a7QvLWPXfIet23ixkAIOoW { top:20.9375rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oisu2TGvRGDs72OdPMJQGdTA1zTGzGN4 { display:block; }
 }@media only screen and (max-width: 763px) { #tKAu4Ow4qfehiKoUGU0WMrLzT2wTVvZ6 { width:20rem;height:11.15625rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E2uEJgbrAvr8OndkXV98ZMaFpJTC2rPL { width:12.5rem;height:4.4375rem;top:38.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1yI5WcMJz50zO7odRmDTZhLnlHbtbkV { width:14.5rem;height:4.3857375rem;top:39.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Xv3z6gmOggHO50S8lP3lBTDOTTC0mh { width:12.5rem;height:5.125rem;top:37.6875rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #gPvz58HuP9ZRFes1v6OLENPfgqJvtlM7 { top:45.25rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qquz2ZWlhmtJ3CW0Z8DkIb79dHzlpzb9 { display:block; }
 }@media only screen and (max-width: 763px) { #TCmAQlROmcaU47JiXRTJeaQnGfniOnNn { width:20rem;height:12.75rem;top:49.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ouX9ABV4G9nosDBCpHm8gTmfvrOdKXQd { width:12.5rem;height:4.4375rem;top:64.125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr5GwL8r44x6mTvh3UUkRDQxaGNGNHTc { width:14.5rem;height:4.3857375rem;top:65.4375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7uv2fbfPIxkUV9ueeJKqVgpf3vsTOvp { width:12.5rem;height:5.125rem;top:62.75rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #AP2zVk6V71XRZAcDTPzlyvQTfE2edGaV { top:69.875rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKVnGsBxghRCD1cGtGvu0ZtiHU5z02e6 { display:block; }
 }@media only screen and (max-width: 763px) { #zVJamDmoTWhdQxCy2ZF8TTlbQM8Luyzd { width:20rem;height:10.1953125rem;top:74.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O7rRh7tND3CuEadZBv6XU1gP8CBKtUEK { width:14.5rem;height:4.3857375rem;top:87.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGMNXl4DTXDbsSlglHFeotdylEZ2VcJg { width:12.5rem;height:4.4375rem;top:86.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQtgq03T0tbwIBfyXTRTNvP9fukucTUy { width:12.5rem;height:5.125rem;top:89.125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #Bg0TisVldz6WwENkp4KBeighppRlAgTt { width:14.8125rem;height:1.8056625rem;top:114.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5SKyHULUQHeOtPKik5dlcOqSvKh6dKG { width:13.1875rem;height:1.8056625rem;top:104.9375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEfPetDSWlvVI9FF4s2zyIAqoSezyZxZ { width:16.875rem;height:1.8056625rem;top:107.9375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDsMf3RX1LiKPOLu2lr8w47y2cfS98gr { width:17.4375rem;height:1.9121125rem;top:111rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72k6KRHDhlEsR08BN4ETbHvELsVTlrg { top:201.25rem;left:1.6875rem;width:16.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNpfbUzNqDfPr5t3Cmrz55V55HQm3y0f { display:block; }
 }@media only screen and (max-width: 763px) { #ur8Z6AH9fniaRlFCJWEOWTlWXbz9FASk { width:20rem;height:10.1953125rem;top:205.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q8DMDJ60Sk0wZU5LNgKEsvsEhKJu3vsL { width:12.5rem;height:4.4375rem;top:217.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJHT6SJHd4DFNIetMbf73DiLG1JHXeZX { width:12.5rem;height:5.125rem;top:53.375rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #HExPVwgicxeIpAfP4KaAb1pGN2KT6ETT { width:12.0625rem;height:2.923825rem;top:218.9375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpgadTcJgAFm3QbEX3d3aTmJksFF7Tmu { width:20rem;height:2.76171875rem;top:128.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MxIRTTkv1O7vtk3F8wAmUsx3CBTUQ0xP { width:16.1875rem;height:0;top:311.1875rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LSiUsPB1qOUtxrEQSQVT6ps7BxS0m729 { top:254.3125rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztEEV8RPmZRGtFJFcT5e5UpRlP2lZR04 { display:block; }
 }@media only screen and (max-width: 763px) { #lSORW8seX877ZTcH6C59iTJq9gO67h8f { width:12.5rem;height:4.1875rem;top:266.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnPzThXCsGadkILnr0w9J3ITaSKzoX00 { width:9.5625rem;height:3.57421875rem;top:266.4375rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ww3qhhyd93G8CD1X2xzaXZFWRTzKEZ { width:20rem;height:5.09765625rem;top:259.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tcup3MePF7ccB9mv3OdaU07NhNTZhLpR { top:272rem;left:0.4375rem;width:19.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXDaTakheo2lmzuxIwyoGEkrN618TFG5 { display:block; }
 }@media only screen and (max-width: 763px) { #ESZ8PZgiHAm8TeFLVHfk2TBKio0zg3RX { width:20rem;height:6.9043125rem;top:276.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VTBli9u9N6RtuGzuCKAiXEeIILTAOcQd { width:12.5rem;height:4.1875rem;top:284.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwJq8rBretNgQ3Sh2Pwq0J7qmhh8tfVc { width:9.5625rem;height:3.57421875rem;top:284.5625rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPxsqyH5lbVhGRy6khQeqsPbA76LdrCg { width:12.5rem;height:4.4375rem;top:195rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPB5tA61CHbWLNf4UGcJKHwygmhTzE1 { width:12.5rem;height:3.25rem;top:196.25rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osfMo1f2Ota07GPACq7222y0a2Q8UUzx { top:292.0625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmOSNndpF94D4yMk2AfQ510vyNWWIRg0 { display:block; }
 }@media only screen and (max-width: 763px) { #nZ2tVnZFHwoTN8uEtXvJGVU8fEP0HQmN { width:20rem;height:8.285125rem;top:296.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y8ENuHBaoM9w4CyRTzcWo5ePW1CtsLfO { width:12.5rem;height:4.1875rem;top:306.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5qlNuWCFpBwZ96aavRy4IMct5cn73g { width:9.5625rem;height:3.57421875rem;top:306.8125rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbX4zdNFASfCvJnSXn0xV0n3JNx722Io { top:314.5625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUcXix1BXtPuBQCnPcffQwiXTwTWmThw { display:block; }
 }@media only screen and (max-width: 763px) { #snMeFobe2UJA9H2uSqKdQPGQ9KQJ7Bhe { width:20rem;height:6.3720625rem;top:318.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X5WcOiJZg89WBGstXGTFaJfxpvzD6Uea { width:12.5rem;height:4.1875rem;top:326.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5wystrzSeudK8Gzim8lbf6hX0gnLSd1 { width:9.5625rem;height:3.57421875rem;top:327.25rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vClCu6y8J3RRwTUKhlFQut04zGqiNFp5 { top:371rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln1EIMiuKZzLcFbBTMcTM74ABHX1suTb { display:block; }
 }@media only screen and (max-width: 763px) { #FRlu0Jaqb6lx8QTpghhh2JwPAWp9Nw4U { width:20rem;height:5.5234375rem;top:375.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HiQhG6TsWp0NJhGlBaLqasE8rFu6cfqW { width:12.5rem;height:4.1875rem;top:382.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZs1qgzTcu5LaPnJu3mNg6iyRQK7RwR7 { width:9.5625rem;height:1.70605625rem;top:383.75rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkacvlxnKDQfeyVqZkLu2RrFcf78dFBN { top:389.9375rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er94sETf6sINLU5yGZePQuk2NBWdFp6m { display:block; }
 }@media only screen and (max-width: 763px) { #VS0aeScNCnFCDTORkgVQPWBmMOrKbiPb { width:20rem;height:5.5234375rem;top:395.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Vvw9ysXbFr7moqLNyhzJsG3DQJBBeafv { width:12.5rem;height:4.1875rem;top:401.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcuVU1d0SthSpKKxmQsf42hAQzTo4Zl { width:9.5625rem;height:1.70605625rem;top:403.125rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I65bm2gBG7uF29AE2e92kBRFiCxyqkM0 { top:306.6191875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1bKrhaEWI5rfJqBq7KOwXbnpKwKwtbX { display:block; }
 }@media only screen and (max-width: 763px) { #QhABaMDcNa6pR53As6Fblwspdbi81pzN { width:20rem;height:0;top:310.9941875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fyV5FgDBHG3JSCvAnA2Xp7oX76mhVVhL { width:12.5rem;height:4.1875rem;top:326.3730625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx6NJBF4aInDwEgfPlCwOV0IsSdi1s7g { width:9.5625rem;height:0;top:327.7480625rem;left:5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrMA2rskLU8wXaid6xmsEJye4THEpCoG { top:409.0625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #UxGZnSMp4elrD0bwZgQp6odsyD1UTENz { display:block; }
 }@media only screen and (max-width: 763px) { #ILLgg6N8fCAu42JgEMLC8JMD0TF02ECN { width:20rem;height:6.9043125rem;top:414.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;z-index:100034;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #erHxza7l3qnxTFWgf8GsrfwmxttGRMvz { width:12.5rem;height:4.1875rem;top:423.0625rem;left:3.75rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #lmNdchGb51qT2Jcw96Mhbxa3TqyHudJE { width:9.5625rem;height:1.70605625rem;top:424.3125rem;left:5.25rem;font-size:1.3125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #Wgqax6qXTKnGuLa2xILhvUEzSpCdECpP { width:9.1875rem;height:4.125rem;top:429.6875rem;left:5.40625rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0v9r2557JhWk7NTITZ80ZhBOHo0lL1l { display:block; }
 }@media only screen and (max-width: 763px) { #f9PnGy5thPIcoohRF0QFhTKHsZPlu4cl { width:9.1875rem;height:4.125rem;top:443.875rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQc0LTqxaqKrfuqh6a0gyPWCQlPJrqOU { display:block; }
 }@media only screen and (max-width: 763px) { #Hkf5Lfz7LFe3G0FEE8684vZepET0O3kG { width:9.1875rem;height:4.125rem;top:449.25rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHI5e4J0IkK6TfKo7wesM6dWzyc5Mq8z { display:block; }
 }@media only screen and (max-width: 763px) { #dQyB1iR1FyvB6fDw6LIVvHTHfXcbFHZx { width:9.1875rem;height:4.125rem;top:454.625rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvDS5TtLc92BUq83xmU0ShC1h3ZDzwSm { display:block; }
 }@media only screen and (max-width: 763px) { #ZKTaDfKC8FcyJBeM504d7idnQ2eBqkgL { width:9.1875rem;height:4.125rem;top:460rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLzLM24Rwwai9nuGeHA3TExRgpiVXrww { display:block; }
 }@media only screen and (max-width: 763px) { #u4fBtTn6QNtc8sdb8UzGDpmTyvHTq58m { width:9.1875rem;height:4.125rem;top:465.375rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghxtOl8NPnG05qvoZKuF5i60vOA2TOMR { display:block; }
 }@media only screen and (max-width: 763px) { #CwuTxbRt5e2BMycsnWUt5d7f6cOFTnz1 { width:9.1875rem;height:4.125rem;top:470.75rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txhvy86ol5QsOTscO3zvnJd013UqrlDu { display:block; }
 }@media only screen and (max-width: 763px) { #T95sdAiEmnE2W2wEHguy0tM2GGmOJ5iL { width:9.1875rem;height:4.125rem;top:476.125rem;left:5.1875rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAO5wDzol3TsFsxrB35Mi7fFKGEORJyf { display:block; }
 }@media only screen and (max-width: 763px) { #tnMMlWNOV2SZX8Mr3WbJZ17wVszWDTLG { width:9.1875rem;height:4.125rem;top:229.625rem;left:4.90625rem;font-family:hekaya;font-size:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Zt8XTCIT0h0yENzVRBlHlKdTH0HXAt5U { display:block; }
 }@media only screen and (max-width: 763px) { #OwuARy5N3Ih5AxlB6FsZITp03einZdfD { display:none; }#OwuARy5N3Ih5AxlB6FsZITp03einZdfD > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF { display:none; }#QZ2MyP5cgKXGo9gNdG2aVZuIdDNdd7SF > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aoOI8AZGMMyGFoiOT153SLWSQ03ngJuz { top:0.62391884997487rem;left:1.9368489384651rem;width:15.99955875rem;height:2.74978375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksu5GPTNQs3A2l7op5AbiALQHcFfSZWi { display:block; }
 }@media only screen and (max-width: 763px) { #tTs5dTHZcOgJcfxu4AUCgxV5wBdIX3lU { width:20rem;height:7.796875rem;top:7.38064289093rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnevuiOgaftLF5dp7tF7fHz4mgtFzWrb { width:12.5rem;height:3.3125rem;top:3.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldq5LlFNB9if7DputRPNtEdKsUJgN7VG { width:12.5rem;height:3.25rem;top:4.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umLvsui0QC7veBvV8lMCsfryHFTNoI1q { display:none; }#umLvsui0QC7veBvV8lMCsfryHFTNoI1q > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5T2GbFnIZpbhDgFLOendBD8ogs2NqqI { top:1.25rem;left:1.75rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTVRf7Wd6Mu0n4XB6CM812LLD31m4ga { display:block; }
 }@media only screen and (max-width: 763px) { #OCMlbOmJNJblAGkSbpsIRx5a2mT4TV96 { width:20rem;height:11.1805625rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyQQV4kTrOga5ywrSmv0o9nI7Q4W6Sl8 { width:12.5rem;height:4.4375rem;top:5.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsxwob5RAk0V65vuVbx3I0oAXmbrpS2e { width:12.5rem;height:3.19445rem;top:6.375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FomJVUhZuzaCBGKZszolaTmCTbwzarmB { display:block; }#FomJVUhZuzaCBGKZszolaTmCTbwzarmB > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xn2KSvy6nekpC81ofC6XUhiNXzXLgQr8 { width:18.125rem;height:2.5996125rem;top:1.25rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVeqwRPPrTHD6JbS0DLZPMgpVD8395No { width:19.625rem;height:3.41015625rem;top:5.6239156723022rem;left:0.24956601858139rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP { display:block; }#Ggie8T1uhCcQrHFMedOMsChBvGTeuIoP > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPA6i6a65SH6frNZkUsXn1PobxSpyxey { width:19.375rem;height:4.548825rem;top:13.6963125rem;left:0.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4yx41zR3T12zGwg9r4L80dErOdz4NA3 { height:11.1963125rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCbBM7fww5vAHpaCqPoXoQZssCSy7QMt { width:3.125rem;height:3.125rem;top:24.9463125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsca2taqvfOI4gCBkuhKRq98luQkSsqZ { width:20rem;height:3.57421875rem;top:20.0713125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2DpIWALt2haByvupu9yEhgkJxoFcZ2H { display:block; }#B2DpIWALt2haByvupu9yEhgkJxoFcZ2H > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q39WzwJfGQ2KP6TGbMr5diQAkNyrHXNu { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AM5FVgEIrZw1RwFd6RX4vD95cvTPXFtL { width:20rem;height:1.2744125rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoTVngmTWZKon7Qzh7XBau64uGF71bdZ { width:19.4375rem;height:1.2999125rem;top:9.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }