.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); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L { 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; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L.adaptive-delivery-prevent-bg, #yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L.lazyload, #yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L.lazyloading { background-image: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container { background-color: transparent; background-image: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(204,168,233,0.5); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container > .video-iframe-container { display: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .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); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row > .video-iframe-container { display: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .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); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container { border-width: 0; border-radius: 0; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container { width:60rem;height:82.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#VuDuMvz7xZACQgk0M8m1lomUhcXlXne0 { 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; }
#w5BydNgGOsOdFr5gKPSETnz4xK72hm9y { 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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-form-header { font-size:1.1875rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-text {padding-top: 0; padding-bottom: 0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-select {padding-top: 0; padding-bottom: 0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]:-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]::-moz-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:tajawal;font-size:1.5rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-container:first-of-type{padding-top:0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-container:last-of-type{padding-bottom:0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS  { 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.8115rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.6884765625rem;top:18.71875rem;z-index:100031;position:absolute;font-size:1.1875rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS {display:block;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS { 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.8115rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.6884765625rem;top:18.71875rem;z-index:100031;position:absolute;font-size:1.1875rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #KKrgh0z3cdMO8qFboGnqkz8aG1SaJEZS { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #w3CpiC9P7fnGr7oy6uvF1rZIbo8iPaI3 { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #LJZXaXh4StOgQRIPVFIq0fpudhWBnnBM { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #gGmGKcHL8VM8xWZSqyERGRxolPZyzuBk { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #AByw9ohJTmMdIyXWaXAq6H4Q2JJIC8hr { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #Dvvrd15kXf7yCnEh0Hm1whIxnaa4nSXX { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #zDwuy6s09CtxPmW6ylWSVR9hk4V11wuI { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #hCiK5Ke3AMWtQZsDWxGTIZTpOk0h27eg { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #miMtGLfWhKEImXvLaEQA1qI5cwLIUuk6 { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #Ibww4kBSlmyvC2qTcUvzPov24k2RVelm { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #QJbztMBdL81O6coLNHvpTle68cC1OwJJ { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #tedWZTysKoKRSew0Hol8l4hE5gNTJKFA { position:relative; }
#EbRQvUouC3sc08epPyKLSQT5TLIyu5PO { position:relative;display:block; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #cGWTacUPFz8uce48bsX1Vv9xm1ym6QEX { position:relative; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #BkgLP3eJamlT2dUqxUZwZD4HUdI7aXla { position:relative; }
#mCeQldUREqwyUuD6BzsmFodsv6lG50Bn { z-index:100020;top:36.25rem;left:32.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.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; }
#OR6nao14wlXJZ6Ata72K3Jc2NTLSozcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rN6JmK9CrpCXuMXKwAma0g3rmayFm4ic { 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; }
#u0VFHtR1suSf3XibXXytTxuqI9bRfO7X { z-index:100023;top:41.5rem;left:30.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.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; }
#XBCfzHHAPD9p7RJVWgdnHGKvDubtTS8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wAc7CTnq6ZkFTftHgTEfABtUU8W6ZoZC { 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; }
#wVmT0RAXgVfprXyxW3NMoN8mWrSJVsJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IRSTB42Vyz4PC4Plys1sJf1H6CTwlmpp { 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; }
#Bq3sHGqiwkWfXClxlnb3L01TKswA1oRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ngvk2uNqBKHq2vU9DmIRKV9frGgsTAgk { 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; }
#KfkHc0Qxn8IB5TAFx9Z0IMDMNlmwlVPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NZsxypR5Qwph9UG5G3AvLhex9KlFBKXh { z-index:100027;top:31.5625rem;left:32.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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RuQTlv10U5Uske9SuTqxOSi1rWleL3mN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JCoSxEWG54E6p9TOv8e2guDTzeDSedyc { 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; }
#AxKVnXdy8WewBTcDzBauMAeWfTEceO5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A7ubeNJEzDdGUm8dONrKAb91T7uMfc7s { 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; }
#ZT2UScS9sCtVDdf8GqimueeFSqMmDn4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XiHGxcWwwJDrPVeOWw7tVBsWUQVA9SMy { z-index:100026;top:47.5625rem;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; }
#e2W0MO6ExcumB8bAtSDyz0RgZHDGGZGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ByWJdB8xHeJmS0eP5eKoLmmH6RbOfRRy { z-index:100025;top:50.875rem;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; }
#BaNktF3TuvuyuWvTAsUT8MAb0WMSDNuh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fwz53v3hgCQg8Ez8eN8TVZMZQiTp8brb { z-index:100027;top:54.25rem;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; }
#uZiu75tEbnV63BW5V4V6PZOyaIL3yXS4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#itFy1K1XbseXN0DF4VbBRg9T5VlttyOp { z-index:100028;top:57.625rem;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; }
#TF0clVDGatV0Ny2AQCLbbbX9toMHNqvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Zxb7hvziKgtuPyOxhGzPoHS0GiyGo9rk { 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; }
#BhDkWW0yDUrCbTvmFXm1qyKzcNptcoxG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Etrq1DScuMx5A9lQ2ItZyyaWRHFGSZid { z-index:100030;top:62rem;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; }
#HBkJQrbLD6gKp7KE3HiyJ2budv38ZV2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rZBQB0qzGcw7D2CICRdE3vnxAepwG5CN { 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; }
#ffriyDKRHIemd65kNWKvyebD6p2WWoo5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uWSALQnF4c8MPn4MVh3lXGhlhuxggQ5E { 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; }
#px5z8fwrMLxyMLataewA8HWxQPLU2k0D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VDTy1i0k3A8urHK57gV4snGoX2yUKQXH { z-index:100033;top:67.8125rem;left:19.125rem;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; }
#Xv5ZkCETvsi00IQ21m6vm9TRNHTu2VuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m0NkCgMIEIu56Q82NbMqZQ4qccrTXNqX { z-index:100034;top:73.25rem;left:19.125rem;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; }
#NJGAb9QNSLE4K72K6izPeAqsqTe1kHA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TvqTBXlbtCfp4CRZCOpnnHuEElhmoeHb { 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; }
#m4xPcXAQJOKScRxwx5yQk5cSNkORMQZc { z-index:100035;top:78.0625rem;left:19.125rem;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; }
#N7dnOH5gt5duoHF4988eZpvp1nqtCbUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gt3aBI2HiFuU8RoTLl1SII6GWfK9Ug3I { 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; }
#USBReuAV5H5CsCUNVaeh2s9dt7txmAhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AcIvlqGxbV0FEEqWCyHMsaK77awxOh1g { z-index:100028;top:26.90625rem;left:34.21875rem;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; }
#At6bEiotnvffeZTnDgKnK2dXNR6VykJZ { 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; }
#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.575rem;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.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3bef0;background-image:none;position:relative;display:block; }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row .container { background-color: transparent; background-image: none; }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row .container > .video-iframe-container { display: none; }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row > .video-iframe-container { display: none; }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .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); }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row .container { border-width: 0; border-radius: 0; }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row .container { font-size:0.875rem;font-family:arial;height:249.625rem;width:60rem;position:relative;display:block; }#JJoD7tuhmtXrmTrqxSM4kLh2OGnAWQIe { z-index:100004;top:58.09375rem;left:5.78125rem;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; }
#DOOcastTUNRJkmsXUFw3uNILM4A9n7tU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fikeEfgGqN8VCON0TibtTBIlMtceSgmv { 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:79.5625rem;left:8.3125rem;display:block; }
#XIkSZxvOM2aT7rDhu92uTncG9oVIrnFx { 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:80.6875rem;left:8.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BRzsdU35fSDzInuztTHysQgsTxmJ4z8E { 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; }
#TcyEhlAL02APXGe0df1ghe3Bpcu1c6PA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gt2RpDgfbgSPL30nQiu2blBWda47HdrZ { 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; }
#T3UEvySdXxOU8ZZclflrKZOtenLuO2Dv { 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; }
#rLslFzqm1Q2PFtKtvJ3tCM2ZlwuHOmaL { 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; }
#wXd3oPABmnPxE8UayVoOdz43rfOZIMmF { z-index:100008;top:111.25rem;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; }
#zBNpEg7goXGqhTPUVTc7fXs9KWCVnvDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cHseH5WZov5I6VxzJPVxZCORTvgHbDRw { 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:116.1875rem;left:32.375rem;height:14.129875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#CAenvytp8UOfvGgW8OK0UNWxPrvHB8s5 { 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; }
#PFBcipu4UMxxNyoQ1pdA9MfEXKyJZTDq { 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; }
#vlGkguHzQ1ShKnz48spKC77qN17T27zz { 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; }
#VTM3CNDNsuvG8dk1JZs8wOS0MuWGsxoT { 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; }
#DxquMDcfgWsyBxtseAtUysJeiLvlvEdM { 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; }
#lI9Tu9Ad8pbWINpTZOtEyDPXs2uMTG6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M2NzecibOsZHRv252tcZMNJENm1dq8P6 { 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; }
#dQp9D3wnWo4z8F9WkK53JZ6FFGb8GpT0 { 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; }
#z3vEZnJD29Kf2yTEIo16EptEbKXdoiAy { 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; }
#Oo5WPhRAceuPUwRoultinIAf3io44Beh { 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; }
#k1BAudEqahRhpFASHTZUqtNmr8lMl8u2 { z-index:100005;top:222.875rem;left:37rem;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; }
#G6iNKNlFHE73ADqfCrT9ND7itDHPBkc7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g1ViX0I92W3OFkAJXPweTlTPT5v2Phiz { 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:227.8125rem;left:30.875rem;height:8.496125rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#tuPuw410glvB8Kcryw6nFGd5zAPt1AZP { 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; }
#XgmHeiwi8qOQtnK5eO0uKMmxL9wMkSKL { 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; }
#uqQzvWDoCAZp6BsQRSH99H22pGmN2xf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fBqOt7V8hDu1pRzBTaB8DiqkT4yDkhct { 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:237rem;left:38.875rem;display:block; }
#D9ITR5Ql2RO7hlXEv0viw1nrK4t4rJlT { 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:238.625rem;left:37.9375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#rbGeCya34vn9VMSCNv9O0bkXemihHRcB { 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:237rem;left:38.875rem;display:block; }
#uk5psq7tytk1QK9BuZhzLWhTTnMB54Ff { 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:16.75rem;left:6.625rem;display:block; }
#ueDhJ7HNAGupozBJawZuSL6MaP1Eonp6 { 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:18.5rem;left:6.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#R41xuiIoGPfne44Z6DQNP2KqVEgiuvS2 { 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:16.75rem;left:6.625rem;display:block; }
#CvSZUh7DqgNXUfrWQL97eTTGm1BA4OUJ { z-index:100006;top:35.125rem;left:34.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.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; }
#vmwmc4PrClHLc3ozlvEABxP4ZHv35oqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K6b5qkeHdOEbhLAFZ1os1yCQPlu33Kbx { 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:40.0625rem;left:30.4375rem;height:7.96875rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#qaHIhJwtlg5yZQwIT2m5TxAKpusfMHmD { 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:50.0625rem;left:39.375rem;display:block; }
#bqRpkKOf9OiF9HMZV4EN37CBNGltktnM { 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:51.875rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#UVMCM2AhQ5ET8IW4HX21NnxAlI1viMXq { 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:50.0625rem;left:39.375rem;display:block; }
#PGO4ybaIPKK4NDQxiGkAp4Oqp9Brkgdx { z-index:100007;top:58.1875rem;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; }
#zzoaIDWkJHrTyLgk61LT47y3t2oVZ5RS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MoaztaDHzF9ai96pd1zOA050fuTS5yCZ { 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:63.875rem;left:30.875rem;height:9.5625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#Zrl3M53Q6zVrqXHIdUIMMb3uEf38AQBo { 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:75.125rem;left:39.375rem;display:block; }
#qBA3uhxadeWUeyflToakux1C5uXzLwng { 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:77.0625rem;left:38.4375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#dGfZtalKTQWcT4TDyepWuVG9dnzTW9nh { 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:75.125rem;left:39.375rem;display:block; }
#STXaFaMTevqz682lQTZcPvBSTUK5IJgB { z-index:100008;top:83.3125rem;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; }
#li2VOeGh1skPTsnfTtCmTkXiotS2LR8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oLm3S2SiUXE6y9fD3htxPJWB0GsWfQ7k { 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:88.6875rem;left:30.875rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;font-style:normal;display:block; }
#mXCxKqmsBLnFCVwAWJA9UX3Tms9EMFAO { 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:103.4375rem;left:37.75rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#dN8uBlEW8hKc4LHxPcLgMQW3AbbWovTb { 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:101.5rem;left:38.6875rem;display:block; }
#iM2d5OI72ZykhJ30uQO9zpqd422w5GyN { 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:101.5rem;left:38.6875rem;display:block; }
#Z9eaivby3cTyBou6tWEKt9NPsoEM36WZ { z-index:100015;top:28.5625rem;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; }
#TnUmEsOtDNVOyCIrxtiF1whol1l1tMnI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vV6vMBf5MZsnMvw9zT9JwFF1eAkby37e { 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:34.1875rem;left:0rem;height:11.15625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#QGzX462hVtgXqirNkLgStwZ8ZCksrZmv { 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:46.8125rem;left:7.9375rem;display:block; }
#qT9VZDzBobPIOWTvTkKn7CDQR5oySNFh { 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:46.8125rem;left:7.9375rem;display:block; }
#ZDsLWBhfTnpSgiITTmX23EvQaouMxsaM { 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:48.5rem;left:8.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#MCuLq72VIqAVEl2bq5q1kFeAgzlSiUMF { 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:65.521484375rem;left:2.125rem;height:4.673825rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#QP5bQQd2c7xwgKrP40Ba37veBfmWBfvx { 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:71.84375rem;left:6.90625rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#mRsHDuSi8Ga5LJl2E5r4nTbhfzMDbZna { 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; }
#GDClLwllOoe2XEkcv8PP6M3xkOQqt9H3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cdmb42Br77Iam6FvOGOrJ1LTZNTHvUCK { 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; }
#qkt2LaI93gGDnMd4CLCJRFi4qA6MQyZQ { 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.575rem;text-align:center;text-align-last:center;display:block; }
#QL8ob6pTiBbomme276MqIdBShIFWLsen { 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; }
#GyXIqw2LTnDVXc1cpulSNcZXUxTccsFM { z-index:100016;top:140.1875rem;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; }
#TdxyD0EKeDX9F7SwAEOB73wy1U1nBfNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h7DyJvQKtNusqwiCfZBIGbZAUEpmsKUl { 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:147.625rem;left:32.125rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#hsU9klRx1aT1D81pu9CDVU8uJsls5AKy { 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:160.8125rem;left:38.8125rem;display:block; }
#khUOw4lBgJaRG3sQ4wUrMTusW0BdtBNX { 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:161.125rem;left:40.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#LiTTErnkFteRN3rZoxulCSH35T4EOsZA { 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:132.4375rem;left:38.8125rem;display:block; }
#lO3vE5n4GygOfNaQpGFWsMHdtaTfgKZx { 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:134.125rem;left:38.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cuRTphJoqtFftazQGTTtuswIUUMJ0VoJ { 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; }
#d0t6kTZTZaVZLMQELDqCK4nALFLLVQQU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fZlgEZQRtX8XV3aSJLPKMqMZ9QFQIT5t { 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; }
#SXsbglIIRrBAmEvTL2E7TzFCT0AJkWlI { 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; }
#dJ93wumc0Eg5pENICdZgN3doqAHIcKze { 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; }
#aUROdNegBAetTcNPb9uWSWIKrUAyqc5d { 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; }
#Wp7de559P8RLSPitvRQrn3GrykCt5e16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ywKE8FkO5vywZnELzpDyOAASKyT4LUhZ { 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; }
#QHAb8IEnt4O0gRcy31vIlo3x7u6i0QOo { 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; }
#dzeZFQNvxcFRG2IUwWiqS2ldfK0fpC59 { 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.575rem;text-align:center;text-align-last:center;display:block; }
#Il8DIewf5yrWd3PztW7xu4QslTU4o5s5 { z-index:100024;top:196.125rem;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; }
#T38Q35MaPlvITKU4V5eVHMfC6gJJpZz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xxWFZhyrwW8a9bpPeN7kV26RanQpDBlk { 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.9375rem;height:8.07425rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#hmCcU2V6okrHqSBXHceHnsHV7eVq6n2e { 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:41.3125rem;display:block; }
#FUHEpypTCWAvnaH5rxu3bnkoIJHqiSBE { 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.25rem;left:42.5rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#a98zyDutmmkSAIGOWUprhucIWixewX3w { 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; }
#Rn2kJlM3dlQdCT6CHw8MvVbPCIwSqsgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aoHbhldAyoIh8S073mKdIbvTAnQOCBko { 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.075rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#CbheyknrSg5acGsn9fHkTv58tuBTat0B { 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; }
#tXDqaXe4IzTqMSl93EOlcIadK2zZ1ueA { 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.70625rem;text-align:center;text-align-last:center;display:block; }
#oFoqXq9b3aZHh2hT1AglhHcptnSBgfTT { z-index:100028;top:222.875rem;left:0rem;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; }
#vlMOo8MSwrBx8XwyI5Zw3tVgxcNk5mwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s3KcpsUcTfF0nuJHWCSMNf4eliFGP1Vo { 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:230.3125rem;left:1.25rem;height:10.09275rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#uWelbDSm2tX0pottcVHt7WUlC66e9S2Q { 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:242.1875rem;left:7.6875rem;display:block; }
#lEQAde00bWURQaQCmOZCHpC87NE9sSvJ { 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:243.5625rem;left:8.9375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#svqbDDWXIySXo8MhmXMWab9tT5OKkNHa { 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; }
#vCDuK75x1RqRH9P4EqE41219By56M4t9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l5ZCFom3s5vvuJT3ekahPCLATyzMd4pg { 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; }
#FymP5ouPo5w8BxvQON9K4gmaRhnU2u3m { 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; }
#Qib8LTXyTfsvazK7z3LJnT2xZh3fWOtD { 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; }
#stlzqr19XAMUNI7sqCTHMNVnE1x9W7Bv { z-index:100032;top:1.75rem;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; }
#MMTeH1uDHXcb3CE5Wxw5uipzZGQ1TufM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MLzcZdT9qFT07ic2BQyv5FiTLO46mHXW { display:block;width:27.6875rem;position:absolute;font-family:tajawal;font-size:0.875rem;font-weight:normal;z-index:100034;line-height:1.7;letter-spacing:0;top:10.6875rem;left:31.375rem;height:11.8984375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#kML1u5DFD3Qx7ekTFdNoQK3FwxB0ZEcx { position:absolute;display:block;z-index:100042;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:23.625rem;left:39.8125rem;display:block; }
#GGU2JJAIo4NPwInbZURqgZr91wvfu1Kc { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:kids;font-size:1.3125rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:24rem;left:40.875rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#TqotgCygEQPpVvZC5AtU7Ds2T08JpFwo { 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:none; }
#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.7875rem;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.91284375rem;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.3rem;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) { #yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L { display:block; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuDuMvz7xZACQgk0M8m1lomUhcXlXne0 { width:27.625rem;height:4.1875rem;top:6.625rem;left:9.431640625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5BydNgGOsOdFr5gKPSETnz4xK72hm9y { top:0rem;left:19.4326171875rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-text {padding-top: 0; padding-bottom: 0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-select {padding-top: 0; padding-bottom: 0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-checkbox-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS  { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS {display:block;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #KKrgh0z3cdMO8qFboGnqkz8aG1SaJEZS {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #w3CpiC9P7fnGr7oy6uvF1rZIbo8iPaI3 {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #LJZXaXh4StOgQRIPVFIq0fpudhWBnnBM {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #gGmGKcHL8VM8xWZSqyERGRxolPZyzuBk {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #AByw9ohJTmMdIyXWaXAq6H4Q2JJIC8hr {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #Dvvrd15kXf7yCnEh0Hm1whIxnaa4nSXX {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #zDwuy6s09CtxPmW6ylWSVR9hk4V11wuI {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #hCiK5Ke3AMWtQZsDWxGTIZTpOk0h27eg {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #miMtGLfWhKEImXvLaEQA1qI5cwLIUuk6 {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #Ibww4kBSlmyvC2qTcUvzPov24k2RVelm {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #QJbztMBdL81O6coLNHvpTle68cC1OwJJ {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #tedWZTysKoKRSew0Hol8l4hE5gNTJKFA {  }
 }@media only screen and (max-width: 763px) { #EbRQvUouC3sc08epPyKLSQT5TLIyu5PO { display:block; }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #cGWTacUPFz8uce48bsX1Vv9xm1ym6QEX {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #BkgLP3eJamlT2dUqxUZwZD4HUdI7aXla {  }
 }@media only screen and (max-width: 763px) { #mCeQldUREqwyUuD6BzsmFodsv6lG50Bn { top:36.25rem;left:25.9375rem;width:21.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR6nao14wlXJZ6Ata72K3Jc2NTLSozcR { display:block; }
 }@media only screen and (max-width: 763px) { #rN6JmK9CrpCXuMXKwAma0g3rmayFm4ic { 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) { #u0VFHtR1suSf3XibXXytTxuqI9bRfO7X { top:41.5rem;left:22.625rem;width:25.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCfzHHAPD9p7RJVWgdnHGKvDubtTS8b { display:block; }
 }@media only screen and (max-width: 763px) { #wAc7CTnq6ZkFTftHgTEfABtUU8W6ZoZC { top:43.0625rem;left:10.1875rem;width:9.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVmT0RAXgVfprXyxW3NMoN8mWrSJVsJO { display:block; }
 }@media only screen and (max-width: 763px) { #IRSTB42Vyz4PC4Plys1sJf1H6CTwlmpp { top:39.6875rem;left:11.4375rem;width:7.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq3sHGqiwkWfXClxlnb3L01TKswA1oRr { display:block; }
 }@media only screen and (max-width: 763px) { #Ngvk2uNqBKHq2vU9DmIRKV9frGgsTAgk { top:46.4375rem;left:8.8125rem;width:12.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkHc0Qxn8IB5TAFx9Z0IMDMNlmwlVPr { display:block; }
 }@media only screen and (max-width: 763px) { #NZsxypR5Qwph9UG5G3AvLhex9KlFBKXh { top:31.5625rem;left:26.5625rem;width:20.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuQTlv10U5Uske9SuTqxOSi1rWleL3mN { display:block; }
 }@media only screen and (max-width: 763px) { #JCoSxEWG54E6p9TOv8e2guDTzeDSedyc { top:31.8125rem;left:17.6875rem;width:30.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKVnXdy8WewBTcDzBauMAeWfTEceO5G { display:block; }
 }@media only screen and (max-width: 763px) { #A7ubeNJEzDdGUm8dONrKAb91T7uMfc7s { top:22.5rem;left:31.625rem;width:9.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2UScS9sCtVDdf8GqimueeFSqMmDn4R { display:block; }
 }@media only screen and (max-width: 763px) { #XiHGxcWwwJDrPVeOWw7tVBsWUQVA9SMy { top:47.5625rem;left:32.5rem;width:15.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2W0MO6ExcumB8bAtSDyz0RgZHDGGZGx { display:block; }
 }@media only screen and (max-width: 763px) { #ByWJdB8xHeJmS0eP5eKoLmmH6RbOfRRy { top:50.875rem;left:30.375rem;width:17.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaNktF3TuvuyuWvTAsUT8MAb0WMSDNuh { display:block; }
 }@media only screen and (max-width: 763px) { #Fwz53v3hgCQg8Ez8eN8TVZMZQiTp8brb { top:54.25rem;left:28.1875rem;width:19.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZiu75tEbnV63BW5V4V6PZOyaIL3yXS4 { display:block; }
 }@media only screen and (max-width: 763px) { #itFy1K1XbseXN0DF4VbBRg9T5VlttyOp { top:57.625rem;left:26rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0clVDGatV0Ny2AQCLbbbX9toMHNqvd { display:block; }
 }@media only screen and (max-width: 763px) { #Zxb7hvziKgtuPyOxhGzPoHS0GiyGo9rk { top:51.0625rem;left:7.75rem;width:14.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhDkWW0yDUrCbTvmFXm1qyKzcNptcoxG { display:block; }
 }@media only screen and (max-width: 763px) { #Etrq1DScuMx5A9lQ2ItZyyaWRHFGSZid { top:62rem;left:23.75rem;width:24rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBkJQrbLD6gKp7KE3HiyJ2budv38ZV2l { display:block; }
 }@media only screen and (max-width: 763px) { #rZBQB0qzGcw7D2CICRdE3vnxAepwG5CN { top:50.3125rem;left:14.34375rem;width:14.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffriyDKRHIemd65kNWKvyebD6p2WWoo5 { display:block; }
 }@media only screen and (max-width: 763px) { #uWSALQnF4c8MPn4MVh3lXGhlhuxggQ5E { top:58.6875rem;left:5.5rem;width:20.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #px5z8fwrMLxyMLataewA8HWxQPLU2k0D { display:block; }
 }@media only screen and (max-width: 763px) { #VDTy1i0k3A8urHK57gV4snGoX2yUKQXH { top:67.8125rem;left:13rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5ZkCETvsi00IQ21m6vm9TRNHTu2VuE { display:block; }
 }@media only screen and (max-width: 763px) { #m0NkCgMIEIu56Q82NbMqZQ4qccrTXNqX { top:73.25rem;left:13rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJGAb9QNSLE4K72K6izPeAqsqTe1kHA0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvqTBXlbtCfp4CRZCOpnnHuEElhmoeHb { top:54.75rem;left:14.0625rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4xPcXAQJOKScRxwx5yQk5cSNkORMQZc { top:78.0625rem;left:13rem;width:21.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7dnOH5gt5duoHF4988eZpvp1nqtCbUP { display:block; }
 }@media only screen and (max-width: 763px) { #Gt3aBI2HiFuU8RoTLl1SII6GWfK9Ug3I { top:54.75rem;left:6.6875rem;width:17.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #USBReuAV5H5CsCUNVaeh2s9dt7txmAhf { display:block; }
 }@media only screen and (max-width: 763px) { #AcIvlqGxbV0FEEqWCyHMsaK77awxOh1g { top:26.875rem;left:28.09375rem;width:17.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #At6bEiotnvffeZTnDgKnK2dXNR6VykJZ { 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) { #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) { #VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J { display:block; }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJoD7tuhmtXrmTrqxSM4kLh2OGnAWQIe { top:58.0625rem;left:2.71875rem;width:17.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOOcastTUNRJkmsXUFw3uNILM4A9n7tU { display:block; }
 }@media only screen and (max-width: 763px) { #fikeEfgGqN8VCON0TibtTBIlMtceSgmv { top:79.5625rem;left:5.25rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIkSZxvOM2aT7rDhu92uTncG9oVIrnFx { top:80.6875rem;left:5.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRzsdU35fSDzInuztTHysQgsTxmJ4z8E { top:89.125rem;left:3.53125rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcyEhlAL02APXGe0df1ghe3Bpcu1c6PA { display:block; }
 }@media only screen and (max-width: 763px) { #gt2RpDgfbgSPL30nQiu2blBWda47HdrZ { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UEvySdXxOU8ZZclflrKZOtenLuO2Dv { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLslFzqm1Q2PFtKtvJ3tCM2ZlwuHOmaL { 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) { #wXd3oPABmnPxE8UayVoOdz43rfOZIMmF { top:111.25rem;left:20.25rem;width:27.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBNpEg7goXGqhTPUVTc7fXs9KWCVnvDX { display:block; }
 }@media only screen and (max-width: 763px) { #cHseH5WZov5I6VxzJPVxZCORTvgHbDRw { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAenvytp8UOfvGgW8OK0UNWxPrvHB8s5 { top:103.8125rem;left:5.25rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFBcipu4UMxxNyoQ1pdA9MfEXKyJZTDq { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlGkguHzQ1ShKnz48spKC77qN17T27zz { top:129.3125rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTM3CNDNsuvG8dk1JZs8wOS0MuWGsxoT { top:131rem;left:5.75rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxquMDcfgWsyBxtseAtUysJeiLvlvEdM { top:111.1875rem;left:3.75rem;width:16.5rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI9Tu9Ad8pbWINpTZOtEyDPXs2uMTG6z { display:block; }
 }@media only screen and (max-width: 763px) { #M2NzecibOsZHRv252tcZMNJENm1dq8P6 { 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) { #dQp9D3wnWo4z8F9WkK53JZ6FFGb8GpT0 { top:25.5rem;left:6.5625rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3vEZnJD29Kf2yTEIo16EptEbKXdoiAy { top:40.9375rem;left:5.8125rem;width:12.5rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oo5WPhRAceuPUwRoultinIAf3io44Beh { 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) { #k1BAudEqahRhpFASHTZUqtNmr8lMl8u2 { top:222.875rem;left:27.8125rem;width:16.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6iNKNlFHE73ADqfCrT9ND7itDHPBkc7 { display:block; }
 }@media only screen and (max-width: 763px) { #g1ViX0I92W3OFkAJXPweTlTPT5v2Phiz { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPuw410glvB8Kcryw6nFGd5zAPt1AZP { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgmHeiwi8qOQtnK5eO0uKMmxL9wMkSKL { top:1.75rem;left:2.75rem;width:18.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqQzvWDoCAZp6BsQRSH99H22pGmN2xf1 { display:block; }
 }@media only screen and (max-width: 763px) { #fBqOt7V8hDu1pRzBTaB8DiqkT4yDkhct { top:237rem;left:29.6875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ITR5Ql2RO7hlXEv0viw1nrK4t4rJlT { top:238.625rem;left:28.75rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGeCya34vn9VMSCNv9O0bkXemihHRcB { top:237rem;left:29.6875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uk5psq7tytk1QK9BuZhzLWhTTnMB54Ff { top:16.75rem;left:3.5625rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueDhJ7HNAGupozBJawZuSL6MaP1Eonp6 { top:18.5rem;left:3.8125rem;width:12.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R41xuiIoGPfne44Z6DQNP2KqVEgiuvS2 { top:16.75rem;left:3.5625rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvSZUh7DqgNXUfrWQL97eTTGm1BA4OUJ { top:35.125rem;left:25.75rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmwmc4PrClHLc3ozlvEABxP4ZHv35oqB { display:block; }
 }@media only screen and (max-width: 763px) { #K6b5qkeHdOEbhLAFZ1os1yCQPlu33Kbx { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaHIhJwtlg5yZQwIT2m5TxAKpusfMHmD { top:50.0625rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRpkKOf9OiF9HMZV4EN37CBNGltktnM { top:51.875rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMCM2AhQ5ET8IW4HX21NnxAlI1viMXq { top:50.0625rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGO4ybaIPKK4NDQxiGkAp4Oqp9Brkgdx { top:58.1875rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzoaIDWkJHrTyLgk61LT47y3t2oVZ5RS { display:block; }
 }@media only screen and (max-width: 763px) { #MoaztaDHzF9ai96pd1zOA050fuTS5yCZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrl3M53Q6zVrqXHIdUIMMb3uEf38AQBo { top:75.125rem;left:30.1875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBA3uhxadeWUeyflToakux1C5uXzLwng { top:77.0625rem;left:29.25rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGfZtalKTQWcT4TDyepWuVG9dnzTW9nh { top:75.125rem;left:30.1875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STXaFaMTevqz682lQTZcPvBSTUK5IJgB { top:83.3125rem;left:26.375rem;width:20.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #li2VOeGh1skPTsnfTtCmTkXiotS2LR8Z { display:block; }
 }@media only screen and (max-width: 763px) { #oLm3S2SiUXE6y9fD3htxPJWB0GsWfQ7k { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXCxKqmsBLnFCVwAWJA9UX3Tms9EMFAO { top:103.4375rem;left:28.5625rem;width:14.5rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN8uBlEW8hKc4LHxPcLgMQW3AbbWovTb { top:101.5rem;left:29.5rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM2d5OI72ZykhJ30uQO9zpqd422w5GyN { top:101.5rem;left:29.5rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9eaivby3cTyBou6tWEKt9NPsoEM36WZ { top:28.5625rem;left:4.125rem;width:16.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnUmEsOtDNVOyCIrxtiF1whol1l1tMnI { display:block; }
 }@media only screen and (max-width: 763px) { #vV6vMBf5MZsnMvw9zT9JwFF1eAkby37e { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGzX462hVtgXqirNkLgStwZ8ZCksrZmv { top:46.8125rem;left:4.875rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9VZDzBobPIOWTvTkKn7CDQR5oySNFh { top:46.8125rem;left:4.875rem;width:12.5rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDsLWBhfTnpSgiITTmX23EvQaouMxsaM { top:48.5rem;left:5rem;width:12.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCuLq72VIqAVEl2bq5q1kFeAgzlSiUMF { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5bQQd2c7xwgKrP40Ba37veBfmWBfvx { top:71.8125rem;left:3.84375rem;width:16.1875rem;height:6.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRsHDuSi8Ga5LJl2E5r4nTbhfzMDbZna { top:135.9375rem;left:0rem;width:27.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDClLwllOoe2XEkcv8PP6M3xkOQqt9H3 { display:block; }
 }@media only screen and (max-width: 763px) { #cdmb42Br77Iam6FvOGOrJ1LTZNTHvUCK { top:156.5625rem;left:5.6875rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkt2LaI93gGDnMd4CLCJRFi4qA6MQyZQ { 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) { #QL8ob6pTiBbomme276MqIdBShIFWLsen { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyXIqw2LTnDVXc1cpulSNcZXUxTccsFM { top:140.1875rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdxyD0EKeDX9F7SwAEOB73wy1U1nBfNg { display:block; }
 }@media only screen and (max-width: 763px) { #h7DyJvQKtNusqwiCfZBIGbZAUEpmsKUl { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsU9klRx1aT1D81pu9CDVU8uJsls5AKy { top:160.8125rem;left:29.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khUOw4lBgJaRG3sQ4wUrMTusW0BdtBNX { top:161.125rem;left:31.125rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiTTErnkFteRN3rZoxulCSH35T4EOsZA { top:132.4375rem;left:29.625rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO3vE5n4GygOfNaQpGFWsMHdtaTfgKZx { top:134.125rem;left:29.5625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuRTphJoqtFftazQGTTtuswIUUMJ0VoJ { top:167.5625rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0t6kTZTZaVZLMQELDqCK4nALFLLVQQU { display:block; }
 }@media only screen and (max-width: 763px) { #fZlgEZQRtX8XV3aSJLPKMqMZ9QFQIT5t { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXsbglIIRrBAmEvTL2E7TzFCT0AJkWlI { top:188.1875rem;left:30.5rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ93wumc0Eg5pENICdZgN3doqAHIcKze { top:188.5rem;left:32rem;width:9.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUROdNegBAetTcNPb9uWSWIKrUAyqc5d { top:167.5625rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp7de559P8RLSPitvRQrn3GrykCt5e16 { display:block; }
 }@media only screen and (max-width: 763px) { #ywKE8FkO5vywZnELzpDyOAASKyT4LUhZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHAb8IEnt4O0gRcy31vIlo3x7u6i0QOo { top:188.1875rem;left:5.8125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzeZFQNvxcFRG2IUwWiqS2ldfK0fpC59 { 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) { #Il8DIewf5yrWd3PztW7xu4QslTU4o5s5 { top:196.125rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38Q35MaPlvITKU4V5eVHMfC6gJJpZz8 { display:block; }
 }@media only screen and (max-width: 763px) { #xxWFZhyrwW8a9bpPeN7kV26RanQpDBlk { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmCcU2V6okrHqSBXHceHnsHV7eVq6n2e { top:215.0625rem;left:32.125rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHEpypTCWAvnaH5rxu3bnkoIJHqiSBE { top:216.25rem;left:33.3125rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98zyDutmmkSAIGOWUprhucIWixewX3w { top:196.125rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2kJlM3dlQdCT6CHw8MvVbPCIwSqsgN { display:block; }
 }@media only screen and (max-width: 763px) { #aoHbhldAyoIh8S073mKdIbvTAnQOCBko { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbheyknrSg5acGsn9fHkTv58tuBTat0B { top:215.0625rem;left:7.4375rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXDqaXe4IzTqMSl93EOlcIadK2zZ1ueA { 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) { #oFoqXq9b3aZHh2hT1AglhHcptnSBgfTT { top:222.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlMOo8MSwrBx8XwyI5Zw3tVgxcNk5mwT { display:block; }
 }@media only screen and (max-width: 763px) { #s3KcpsUcTfF0nuJHWCSMNf4eliFGP1Vo { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWelbDSm2tX0pottcVHt7WUlC66e9S2Q { top:242.1875rem;left:4.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEQAde00bWURQaQCmOZCHpC87NE9sSvJ { top:243.5625rem;left:5.875rem;width:9.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svqbDDWXIySXo8MhmXMWab9tT5OKkNHa { top:223.875rem;left:0rem;width:28.3125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCDuK75x1RqRH9P4EqE41219By56M4t9 { display:block; }
 }@media only screen and (max-width: 763px) { #l5ZCFom3s5vvuJT3ekahPCLATyzMd4pg { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FymP5ouPo5w8BxvQON9K4gmaRhnU2u3m { top:243.1875rem;left:11.375rem;width:12.5rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qib8LTXyTfsvazK7z3LJnT2xZh3fWOtD { 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) { #stlzqr19XAMUNI7sqCTHMNVnE1x9W7Bv { top:1.75rem;left:19.4375rem;width:28.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTeH1uDHXcb3CE5Wxw5uipzZGQ1TufM { display:block; }
 }@media only screen and (max-width: 763px) { #MLzcZdT9qFT07ic2BQyv5FiTLO46mHXW { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kML1u5DFD3Qx7ekTFdNoQK3FwxB0ZEcx { top:23.625rem;left:30.625rem;width:12.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGU2JJAIo4NPwInbZURqgZr91wvfu1Kc { top:24rem;left:31.6875rem;width:9.5625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqotgCygEQPpVvZC5AtU7Ds2T08JpFwo { top:188.1875rem;left:30.5rem;width:12.5rem;height:4.1875rem;display:none; }
 }@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) { #yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L { 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; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L.adaptive-delivery-prevent-bg, #yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L.lazyload, #yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L.lazyloading { background-image: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container { background-color: transparent; background-image: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.53); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container > .video-iframe-container { display: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .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); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row > .video-iframe-container { display: none; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .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); }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container { border-width: 0; border-radius: 0; }#yDoFbwRkAkkEDe4PlnfRSKVFJ3PG9N1L > .row .container { width:20rem;height:109.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuDuMvz7xZACQgk0M8m1lomUhcXlXne0 { 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) { #w5BydNgGOsOdFr5gKPSETnz4xK72hm9y { width:7.5625rem;height:7.5625rem;top:0rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-form-header { font-size:1.1875rem; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-text {padding-top: 0; padding-bottom: 0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-select {padding-top: 0; padding-bottom: 0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]:-moz-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]::-moz-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]:-ms-input-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS [class*="-text"]::-webkit-input-placeholder { color:#000000;font-size:1.5rem;font-family:hekaya;text-align:center;text-align-last:center; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-radio-label { float:none; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-container:first-of-type{padding-top:0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .widget-container:last-of-type{padding-bottom:0;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS  { width:17.5rem;height:auto;top:10.888671875rem;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; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS {display:block;}#i5mrIegQI3mcRzfABITzXvIx9qf0L3xS { width:17.5rem;height:auto;top:10.888671875rem;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) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #KKrgh0z3cdMO8qFboGnqkz8aG1SaJEZS {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #w3CpiC9P7fnGr7oy6uvF1rZIbo8iPaI3 {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #LJZXaXh4StOgQRIPVFIq0fpudhWBnnBM {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #gGmGKcHL8VM8xWZSqyERGRxolPZyzuBk {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #AByw9ohJTmMdIyXWaXAq6H4Q2JJIC8hr {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #Dvvrd15kXf7yCnEh0Hm1whIxnaa4nSXX {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #zDwuy6s09CtxPmW6ylWSVR9hk4V11wuI {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #hCiK5Ke3AMWtQZsDWxGTIZTpOk0h27eg {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #miMtGLfWhKEImXvLaEQA1qI5cwLIUuk6 {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #Ibww4kBSlmyvC2qTcUvzPov24k2RVelm {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #QJbztMBdL81O6coLNHvpTle68cC1OwJJ {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #tedWZTysKoKRSew0Hol8l4hE5gNTJKFA {  }
 }@media only screen and (max-width: 763px) { #EbRQvUouC3sc08epPyKLSQT5TLIyu5PO { display:block; }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #cGWTacUPFz8uce48bsX1Vv9xm1ym6QEX {  }
 }@media only screen and (max-width: 763px) { #i5mrIegQI3mcRzfABITzXvIx9qf0L3xS #BkgLP3eJamlT2dUqxUZwZD4HUdI7aXla {  }
 }@media only screen and (max-width: 763px) { #mCeQldUREqwyUuD6BzsmFodsv6lG50Bn { top:41.5625rem;left:0.6875rem;width:18.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR6nao14wlXJZ6Ata72K3Jc2NTLSozcR { display:block; }
 }@media only screen and (max-width: 763px) { #rN6JmK9CrpCXuMXKwAma0g3rmayFm4ic { 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) { #u0VFHtR1suSf3XibXXytTxuqI9bRfO7X { top:46rem;left:1rem;width:18.0625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBCfzHHAPD9p7RJVWgdnHGKvDubtTS8b { display:block; }
 }@media only screen and (max-width: 763px) { #wAc7CTnq6ZkFTftHgTEfABtUU8W6ZoZC { top:58.5625rem;left:4.3125rem;width:11.3730625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVmT0RAXgVfprXyxW3NMoN8mWrSJVsJO { display:block; }
 }@media only screen and (max-width: 763px) { #IRSTB42Vyz4PC4Plys1sJf1H6CTwlmpp { top:54.9375rem;left:4.3125rem;width:11.3730625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq3sHGqiwkWfXClxlnb3L01TKswA1oRr { display:block; }
 }@media only screen and (max-width: 763px) { #Ngvk2uNqBKHq2vU9DmIRKV9frGgsTAgk { top:62.125rem;left:4.375rem;width:11.25rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkHc0Qxn8IB5TAFx9Z0IMDMNlmwlVPr { display:block; }
 }@media only screen and (max-width: 763px) { #NZsxypR5Qwph9UG5G3AvLhex9KlFBKXh { top:50.3125rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuQTlv10U5Uske9SuTqxOSi1rWleL3mN { display:block; }
 }@media only screen and (max-width: 763px) { #JCoSxEWG54E6p9TOv8e2guDTzeDSedyc { 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) { #AxKVnXdy8WewBTcDzBauMAeWfTEceO5G { display:block; }
 }@media only screen and (max-width: 763px) { #A7ubeNJEzDdGUm8dONrKAb91T7uMfc7s { top:32rem;left:1.4375rem;width:17.625rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2UScS9sCtVDdf8GqimueeFSqMmDn4R { display:block; }
 }@media only screen and (max-width: 763px) { #XiHGxcWwwJDrPVeOWw7tVBsWUQVA9SMy { top:66.25rem;left:2.375rem;width:15.25rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2W0MO6ExcumB8bAtSDyz0RgZHDGGZGx { display:block; }
 }@media only screen and (max-width: 763px) { #ByWJdB8xHeJmS0eP5eKoLmmH6RbOfRRy { top:70.1875rem;left:1.3125rem;width:17.375rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaNktF3TuvuyuWvTAsUT8MAb0WMSDNuh { display:block; }
 }@media only screen and (max-width: 763px) { #Fwz53v3hgCQg8Ez8eN8TVZMZQiTp8brb { top:74.125rem;left:0.8125rem;width:18.5625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZiu75tEbnV63BW5V4V6PZOyaIL3yXS4 { display:block; }
 }@media only screen and (max-width: 763px) { #itFy1K1XbseXN0DF4VbBRg9T5VlttyOp { top:78.0625rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF0clVDGatV0Ny2AQCLbbbX9toMHNqvd { display:block; }
 }@media only screen and (max-width: 763px) { #Zxb7hvziKgtuPyOxhGzPoHS0GiyGo9rk { top:82rem;left:0.5625rem;width:18.8125rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhDkWW0yDUrCbTvmFXm1qyKzcNptcoxG { display:block; }
 }@media only screen and (max-width: 763px) { #Etrq1DScuMx5A9lQ2ItZyyaWRHFGSZid { top:85.9375rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBkJQrbLD6gKp7KE3HiyJ2budv38ZV2l { display:block; }
 }@media only screen and (max-width: 763px) { #rZBQB0qzGcw7D2CICRdE3vnxAepwG5CN { 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) { #ffriyDKRHIemd65kNWKvyebD6p2WWoo5 { display:block; }
 }@media only screen and (max-width: 763px) { #uWSALQnF4c8MPn4MVh3lXGhlhuxggQ5E { top:93.8125rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #px5z8fwrMLxyMLataewA8HWxQPLU2k0D { display:block; }
 }@media only screen and (max-width: 763px) { #VDTy1i0k3A8urHK57gV4snGoX2yUKQXH { top:97.75rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv5ZkCETvsi00IQ21m6vm9TRNHTu2VuE { display:block; }
 }@media only screen and (max-width: 763px) { #m0NkCgMIEIu56Q82NbMqZQ4qccrTXNqX { top:101.6875rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJGAb9QNSLE4K72K6izPeAqsqTe1kHA0 { display:block; }
 }@media only screen and (max-width: 763px) { #TvqTBXlbtCfp4CRZCOpnnHuEElhmoeHb { width:12.5rem;height:0;top:93.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4xPcXAQJOKScRxwx5yQk5cSNkORMQZc { top:105.625rem;left:0.625rem;width:18.75rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7dnOH5gt5duoHF4988eZpvp1nqtCbUP { display:block; }
 }@media only screen and (max-width: 763px) { #Gt3aBI2HiFuU8RoTLl1SII6GWfK9Ug3I { top:89.875rem;left:0.5625rem;width:18.875rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USBReuAV5H5CsCUNVaeh2s9dt7txmAhf { display:block; }
 }@media only screen and (max-width: 763px) { #AcIvlqGxbV0FEEqWCyHMsaK77awxOh1g { top:36.5rem;left:1.125rem;width:17.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #At6bEiotnvffeZTnDgKnK2dXNR6VykJZ { 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:25.3125rem;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) { #MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe { display:block; }#MuHFEpQEmXU3kuZom2oZcWKKlCrmouNe > .row .container { width:20rem;height:46.6875rem;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) { #VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J { display:block; }#VNCLrp70eEMLR8PECBo1nHLOyWsOiV5J > .row .container { width:20rem;height:383.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJoD7tuhmtXrmTrqxSM4kLh2OGnAWQIe { top:115.5625rem;left:3.25rem;width:14rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOOcastTUNRJkmsXUFw3uNILM4A9n7tU { display:block; }
 }@media only screen and (max-width: 763px) { #fikeEfgGqN8VCON0TibtTBIlMtceSgmv { width:12.5rem;height:3.9375rem;top:30.875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIkSZxvOM2aT7rDhu92uTncG9oVIrnFx { width:12.5rem;height:3.25rem;top:89rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRzsdU35fSDzInuztTHysQgsTxmJ4z8E { top:51.1875rem;left:1.6875rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcyEhlAL02APXGe0df1ghe3Bpcu1c6PA { display:block; }
 }@media only screen and (max-width: 763px) { #gt2RpDgfbgSPL30nQiu2blBWda47HdrZ { width:12.5rem;height:4.4375rem;top:124.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UEvySdXxOU8ZZclflrKZOtenLuO2Dv { width:19.5625rem;height:10.1953125rem;top:55.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) { #rLslFzqm1Q2PFtKtvJ3tCM2ZlwuHOmaL { width:12.5rem;height:3.25rem;top:125.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXd3oPABmnPxE8UayVoOdz43rfOZIMmF { top:95.5625rem;left:0rem;width:20rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBNpEg7goXGqhTPUVTc7fXs9KWCVnvDX { display:block; }
 }@media only screen and (max-width: 763px) { #cHseH5WZov5I6VxzJPVxZCORTvgHbDRw { width:20rem;height:7.6465rem;top:100.4375rem;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) { #CAenvytp8UOfvGgW8OK0UNWxPrvHB8s5 { width:12.5rem;height:4.4375rem;top:88.375rem;left:3.8125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #PFBcipu4UMxxNyoQ1pdA9MfEXKyJZTDq { width:18.249rem;height:7.3125rem;top:78.5625rem;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) { #vlGkguHzQ1ShKnz48spKC77qN17T27zz { width:12.5rem;height:4.4375rem;top:87.5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTM3CNDNsuvG8dk1JZs8wOS0MuWGsxoT { width:12.5rem;height:3.25rem;top:89.0625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxquMDcfgWsyBxtseAtUysJeiLvlvEdM { top:74rem;left:1.8125rem;width:16.5rem;height:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI9Tu9Ad8pbWINpTZOtEyDPXs2uMTG6z { display:block; }
 }@media only screen and (max-width: 763px) { #M2NzecibOsZHRv252tcZMNJENm1dq8P6 { width:12.5rem;height:3.25rem;top:68.625rem;left:3.75rem;font-size:1.25rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #dQp9D3wnWo4z8F9WkK53JZ6FFGb8GpT0 { width:12.5rem;height:4.4375rem;top:67rem;left:3.75rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #z3vEZnJD29Kf2yTEIo16EptEbKXdoiAy { width:12.5rem;height:4.4375rem;top:66.46875rem;left:8.90625rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #Oo5WPhRAceuPUwRoultinIAf3io44Beh { 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) { #k1BAudEqahRhpFASHTZUqtNmr8lMl8u2 { top:292.25rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6iNKNlFHE73ADqfCrT9ND7itDHPBkc7 { display:block; }
 }@media only screen and (max-width: 763px) { #g1ViX0I92W3OFkAJXPweTlTPT5v2Phiz { width:20rem;height:7.6465rem;top:296.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) { #tuPuw410glvB8Kcryw6nFGd5zAPt1AZP { width:20rem;height:5.09765625rem;top:6.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) { #XgmHeiwi8qOQtnK5eO0uKMmxL9wMkSKL { top:1.4375rem;left:1.625rem;width:16.8125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqQzvWDoCAZp6BsQRSH99H22pGmN2xf1 { display:block; }
 }@media only screen and (max-width: 763px) { #fBqOt7V8hDu1pRzBTaB8DiqkT4yDkhct { width:12.5rem;height:4.4375rem;top:305.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ITR5Ql2RO7hlXEv0viw1nrK4t4rJlT { width:14.5rem;height:4.3857375rem;top:306.3125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGeCya34vn9VMSCNv9O0bkXemihHRcB { width:12.5rem;height:5.125rem;top:237rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #uk5psq7tytk1QK9BuZhzLWhTTnMB54Ff { width:12.5rem;height:4.4375rem;top:14.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueDhJ7HNAGupozBJawZuSL6MaP1Eonp6 { width:14.5rem;height:1.4619125rem;top:15.6875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R41xuiIoGPfne44Z6DQNP2KqVEgiuvS2 { width:12.5rem;height:5.125rem;top:16.75rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #CvSZUh7DqgNXUfrWQL97eTTGm1BA4OUJ { top:312.375rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmwmc4PrClHLc3ozlvEABxP4ZHv35oqB { display:block; }
 }@media only screen and (max-width: 763px) { #K6b5qkeHdOEbhLAFZ1os1yCQPlu33Kbx { width:20rem;height:11.15625rem;top:317rem;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) { #qaHIhJwtlg5yZQwIT2m5TxAKpusfMHmD { width:12.5rem;height:4.4375rem;top:330.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRpkKOf9OiF9HMZV4EN37CBNGltktnM { width:14.5rem;height:4.3857375rem;top:331.375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMCM2AhQ5ET8IW4HX21NnxAlI1viMXq { width:12.5rem;height:5.125rem;top:50.0625rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #PGO4ybaIPKK4NDQxiGkAp4Oqp9Brkgdx { top:336.6875rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzoaIDWkJHrTyLgk61LT47y3t2oVZ5RS { display:block; }
 }@media only screen and (max-width: 763px) { #MoaztaDHzF9ai96pd1zOA050fuTS5yCZ { width:20rem;height:12.75rem;top:341.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) { #Zrl3M53Q6zVrqXHIdUIMMb3uEf38AQBo { width:12.5rem;height:4.4375rem;top:355.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBA3uhxadeWUeyflToakux1C5uXzLwng { width:14.5rem;height:4.3857375rem;top:356.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGfZtalKTQWcT4TDyepWuVG9dnzTW9nh { width:12.5rem;height:5.125rem;top:75.125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #STXaFaMTevqz682lQTZcPvBSTUK5IJgB { top:361.3125rem;left:0.625rem;width:18.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li2VOeGh1skPTsnfTtCmTkXiotS2LR8Z { display:block; }
 }@media only screen and (max-width: 763px) { #oLm3S2SiUXE6y9fD3htxPJWB0GsWfQ7k { width:20rem;height:10.1953125rem;top:365.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) { #mXCxKqmsBLnFCVwAWJA9UX3Tms9EMFAO { width:14.5rem;height:4.3857375rem;top:378.8125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN8uBlEW8hKc4LHxPcLgMQW3AbbWovTb { width:12.5rem;height:4.4375rem;top:377.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM2d5OI72ZykhJ30uQO9zpqd422w5GyN { width:12.5rem;height:5.125rem;top:101.5rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #Z9eaivby3cTyBou6tWEKt9NPsoEM36WZ { top:132.1875rem;left:1.6875rem;width:16.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnUmEsOtDNVOyCIrxtiF1whol1l1tMnI { display:block; }
 }@media only screen and (max-width: 763px) { #vV6vMBf5MZsnMvw9zT9JwFF1eAkby37e { width:20rem;height:10.1953125rem;top:136.75rem;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) { #QGzX462hVtgXqirNkLgStwZ8ZCksrZmv { width:12.5rem;height:4.4375rem;top:148.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT9VZDzBobPIOWTvTkKn7CDQR5oySNFh { width:12.5rem;height:5.125rem;top:46.8125rem;left:3.75rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #ZDsLWBhfTnpSgiITTmX23EvQaouMxsaM { width:12.0625rem;height:2.923825rem;top:149.875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCuLq72VIqAVEl2bq5q1kFeAgzlSiUMF { width:20rem;height:2.76171875rem;top:120.625rem;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) { #QP5bQQd2c7xwgKrP40Ba37veBfmWBfvx { width:16.1875rem;height:0;top:311.1875rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRsHDuSi8Ga5LJl2E5r4nTbhfzMDbZna { top:154.5625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDClLwllOoe2XEkcv8PP6M3xkOQqt9H3 { display:block; }
 }@media only screen and (max-width: 763px) { #cdmb42Br77Iam6FvOGOrJ1LTZNTHvUCK { width:12.5rem;height:4.1875rem;top:166.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkt2LaI93gGDnMd4CLCJRFi4qA6MQyZQ { width:9.5625rem;height:3.57421875rem;top:166.6875rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL8ob6pTiBbomme276MqIdBShIFWLsen { width:20rem;height:5.09765625rem;top:159.875rem;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) { #GyXIqw2LTnDVXc1cpulSNcZXUxTccsFM { top:172.25rem;left:0.4375rem;width:19.1875rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdxyD0EKeDX9F7SwAEOB73wy1U1nBfNg { display:block; }
 }@media only screen and (max-width: 763px) { #h7DyJvQKtNusqwiCfZBIGbZAUEpmsKUl { width:20rem;height:6.9043125rem;top:176.625rem;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) { #hsU9klRx1aT1D81pu9CDVU8uJsls5AKy { width:12.5rem;height:4.1875rem;top:184.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khUOw4lBgJaRG3sQ4wUrMTusW0BdtBNX { width:9.5625rem;height:3.57421875rem;top:184.8125rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiTTErnkFteRN3rZoxulCSH35T4EOsZA { width:12.5rem;height:4.4375rem;top:109.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO3vE5n4GygOfNaQpGFWsMHdtaTfgKZx { width:12.5rem;height:3.25rem;top:110.3125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuRTphJoqtFftazQGTTtuswIUUMJ0VoJ { top:251.25rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0t6kTZTZaVZLMQELDqCK4nALFLLVQQU { display:block; }
 }@media only screen and (max-width: 763px) { #fZlgEZQRtX8XV3aSJLPKMqMZ9QFQIT5t { width:20rem;height:8.285125rem;top:255.625rem;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) { #SXsbglIIRrBAmEvTL2E7TzFCT0AJkWlI { width:12.5rem;height:4.1875rem;top:265.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ93wumc0Eg5pENICdZgN3doqAHIcKze { width:9.5625rem;height:3.57421875rem;top:266rem;left:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUROdNegBAetTcNPb9uWSWIKrUAyqc5d { top:273.75rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp7de559P8RLSPitvRQrn3GrykCt5e16 { display:block; }
 }@media only screen and (max-width: 763px) { #ywKE8FkO5vywZnELzpDyOAASKyT4LUhZ { width:20rem;height:6.3720625rem;top:278.125rem;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) { #QHAb8IEnt4O0gRcy31vIlo3x7u6i0QOo { width:12.5rem;height:4.1875rem;top:286.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzeZFQNvxcFRG2IUwWiqS2ldfK0fpC59 { width:9.5625rem;height:3.57421875rem;top:286.4375rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il8DIewf5yrWd3PztW7xu4QslTU4o5s5 { top:192.125rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38Q35MaPlvITKU4V5eVHMfC6gJJpZz8 { display:block; }
 }@media only screen and (max-width: 763px) { #xxWFZhyrwW8a9bpPeN7kV26RanQpDBlk { width:20rem;height:5.5234375rem;top:196.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) { #hmCcU2V6okrHqSBXHceHnsHV7eVq6n2e { width:12.5rem;height:4.1875rem;top:203.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHEpypTCWAvnaH5rxu3bnkoIJHqiSBE { width:9.5625rem;height:1.70605625rem;top:204.875rem;left:4.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98zyDutmmkSAIGOWUprhucIWixewX3w { top:211.0625rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2kJlM3dlQdCT6CHw8MvVbPCIwSqsgN { display:block; }
 }@media only screen and (max-width: 763px) { #aoHbhldAyoIh8S073mKdIbvTAnQOCBko { width:20rem;height:5.5234375rem;top:216.1875rem;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) { #CbheyknrSg5acGsn9fHkTv58tuBTat0B { width:12.5rem;height:4.1875rem;top:223.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXDqaXe4IzTqMSl93EOlcIadK2zZ1ueA { width:9.5625rem;height:1.70605625rem;top:224.25rem;left:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFoqXq9b3aZHh2hT1AglhHcptnSBgfTT { 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) { #vlMOo8MSwrBx8XwyI5Zw3tVgxcNk5mwT { display:block; }
 }@media only screen and (max-width: 763px) { #s3KcpsUcTfF0nuJHWCSMNf4eliFGP1Vo { 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) { #uWelbDSm2tX0pottcVHt7WUlC66e9S2Q { width:12.5rem;height:4.1875rem;top:326.3730625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEQAde00bWURQaQCmOZCHpC87NE9sSvJ { width:9.5625rem;height:0;top:327.7480625rem;left:5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #svqbDDWXIySXo8MhmXMWab9tT5OKkNHa { top:230.1875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #vCDuK75x1RqRH9P4EqE41219By56M4t9 { display:block; }
 }@media only screen and (max-width: 763px) { #l5ZCFom3s5vvuJT3ekahPCLATyzMd4pg { width:20rem;height:6.9043125rem;top:235.3125rem;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) { #FymP5ouPo5w8BxvQON9K4gmaRhnU2u3m { width:12.5rem;height:4.1875rem;top:244.1875rem;left:3.75rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #Qib8LTXyTfsvazK7z3LJnT2xZh3fWOtD { width:9.5625rem;height:1.70605625rem;top:245.4375rem;left:5.25rem;font-size:1.3125rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #stlzqr19XAMUNI7sqCTHMNVnE1x9W7Bv { top:21.1875rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTeH1uDHXcb3CE5Wxw5uipzZGQ1TufM { display:block; }
 }@media only screen and (max-width: 763px) { #MLzcZdT9qFT07ic2BQyv5FiTLO46mHXW { width:20rem;height:17.84761875rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kML1u5DFD3Qx7ekTFdNoQK3FwxB0ZEcx { width:12.5rem;height:4.1875rem;top:23.625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGU2JJAIo4NPwInbZURqgZr91wvfu1Kc { width:9.5625rem;height:3.4121125rem;top:44.5rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqotgCygEQPpVvZC5AtU7Ds2T08JpFwo { width:12.5rem;height:4.1875rem;top:44.125rem;left:3.75rem;z-index:100033;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; }
 }