.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { background-color: transparent; background-image: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row > .video-iframe-container { display: none; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { border-width: 0; border-radius: 0; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { font-size:0.875rem;font-family:dosis;height:6.9375rem;width:60rem;position:relative;display:block; }#DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:18.75rem;top:0.62385106086731rem;left:20.623849868774rem;overflow:hidden;display:block; }
#zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { position:absolute;display:block;z-index:99998;background-color:rgba(100,69,147,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:40.5rem;top:8.96875rem;left:7.5625rem;display:block; }
#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/41iYxDrd/Psychology_and_Child_Development.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.adaptive-delivery-prevent-bg, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyload, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ.lazyloading { background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:60rem;height:46rem;font-size:0.875rem;font-family:dosis;position:relative;display:block; }#hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { color:#ffffff;display:block;width:14.1858125rem;position:absolute;font-family:"sari 3";font-size:1.375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:9.964599609375rem;left:10.7177734375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { color:#fafafa;display:block;width:57.75rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #000000;top:0.6845703125rem;left:2.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { background-color:#c421ca;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.75rem;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:1.6533203125rem;left:1.4970703125rem;display:none; }
#sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q06BK60yDbumVNUCeQgT6a4CO658K3fR { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#G044lH80VFoTCRvTukWI84VKT44HNyta { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:400;z-index:100029;line-height:1.7;letter-spacing:0;top:15.6875rem;left:5.5625rem;height:8.9238125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { z-index:100001;top:8.8125rem;left:21.125rem;background-color:#fbf1f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(235,226,241,0.6) ;box-sizing:border-box;color:#ed0378;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kids;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { position:absolute;display:block;z-index:100037;background-color:rgba(227,227,227,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:47.6875rem;top:14.625rem;left:4.3125rem;display:block; }
#S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { color:#000000;display:block;width:47.625rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:400;z-index:100034;line-height:2.1;letter-spacing:0;top:1.9375rem;left:4.15625rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CdOquVvR6zX5s5s26Lzke7iyPsNWXKzC { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:21rem;left:23.03125rem;overflow:hidden;display:none; }
#LdfC7HPBALchai7RTgls6nF23Wqmadqo { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:21.5rem;left:18.78125rem;overflow:hidden;display:block; }
#VEXZI2uWWMFTwJLoHq4ceJZBEsiZ2Dsp { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:37.125rem;left:8.59375rem;display:block; }
#xuAMywFAQoVahryWLQh831Nsvn5kiaTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC { position:relative;display:block; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC { background-color: transparent; background-image: none; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container > .video-iframe-container { display: none; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row > .video-iframe-container { display: none; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .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); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC { border-width: 0; border-radius: 0; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,173,221,0.18);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container.adaptive-delivery-prevent-bg, #JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container.lazyload, #JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container.lazyloading { background-image: none; }#CAJmlyKdMvQo30XrQI7zkaVwmNazeFAS { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#B4GXAc4nfA1Z528O55PfP3DEG9X3Ozro { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -moz-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -ms-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-image: -o-linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#00000000' );";background-image: linear-gradient(55deg, #d7b0cd, rgba(0,0,0,0));background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.58203125rem;left:12.1875rem;display:block; }
#J65UFGsGcBRhXTkaewCPbIkpDa8i8WDN { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#U0XrbgKxZMUBzLTXGevGEG0PgQ0Fblth { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#staLkxaS49KFA4RRpqvkzAibkdvXITxu { color:#151515;display:block;width:29.8730625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:100175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(0,0,0,0.47);top:1.9130859375rem;left:15.0625rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoZe0CgBJTvl3W0oP1sHRWN21CSK1JSh { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#rqwxIHyNODzLt12iqe85xIlMicn3TvGs { position:absolute;display:block;z-index:100042;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:13.3125rem;left:16.5625rem;display:block; }
#N60xHDG5MSCM61Wc59Fgd3maXXtsql71 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100170;line-height:1.7;letter-spacing:0;top:18.8125rem;left:24.1875rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7xoympACh8aUdeIA2GPJoLBqQx5a8MQ { color:#a0111b;display:block;width:7.625rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:700;z-index:100203;line-height:1.3;letter-spacing:0;top:16.625rem;left:16.5625rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0wUhpTCV1PSZnRzJwkIKuK9lfhrgZ5E { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:100064;text-align:center;text-align-last:center;top:26.4375rem;left:15.75rem;display:block; }
#acMgUlh4Ig7xDlHLLvIAS15HzLCqdb2i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aez2IaT5Q1yu22CqGh6afyFtTfaOA3Pf { color:#10610f;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:100228;line-height:1.7;letter-spacing:0;top:22.1875rem;left:18rem;height:3.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UbQWBwPgUw1v7892S9Uz6Q0ZVVJKU9KJ { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100122;line-height:1.6;letter-spacing:0;top:8.6220703125rem;left:9.59375rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWVLw1pMQxNpysqpb0E24lKmZmZe9i8J { color:#a0111b;display:block;width:8.3125rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100204;line-height:1.3;letter-spacing:0;top:19.625rem;left:16.5625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBMIfuF0m9fWGkaKkPOXBVRJxQMdQ4x0 { position:absolute;display:block;z-index:100230;background-color:#01060e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.1875rem;top:21.1875rem;left:18rem;display:block; }
#NCSkF3HBSBp9VlW9lM56MBy1E4gzrodo { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:31rem;left:20.65625rem;display:block; }
#AFJ8zuSmfO117H7SQoC8oC9OHulrecFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -moz-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -ms-linear-gradient(180deg, #f386a0, #ccbbc0);background-image: -o-linear-gradient(180deg, #f386a0, #ccbbc0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f386a0', endColorstr='#ccbbc0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f386a0', endColorstr='#ccbbc0' );";background-image: linear-gradient(180deg, #f386a0, #ccbbc0);background-size:auto !important;position:relative;display:block; }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row .container { background-color: transparent; background-image: none; }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row .container > .video-iframe-container { display: none; }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row > .video-iframe-container { display: none; }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .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); }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row .container { border-width: 0; border-radius: 0; }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row .container { font-size:0.875rem;font-family:arial;height:100.0625rem;width:60rem;position:relative;display:block; }#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-form-header {  }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:0.875rem;font-weight:400;color:#00308a;width:16rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);line-height:1.6;font-style:normal; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-text {padding-top: 0; padding-bottom: 0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:hekaya;box-shadow: 0rem 0rem 0rem #000000 ;text-align:center;text-align-last:center; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:hekaya;font-size:1.5rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;text-align:center;text-align-last:center; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-select {padding-top: 0; padding-bottom: 0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f18da7;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:400;color:#ffffff;width:16rem;height:3.4375rem;font-family:"sari 3";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;font-style:normal; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq [class*="-text"]:-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq [class*="-text"]::-moz-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:hekaya;font-size:1.375rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:14.8125rem;overflow:hidden;font-style:normal; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .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; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:dosis;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-container:first-of-type{padding-top:0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-container:last-of-type{padding-bottom:0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq  { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.6865234375rem;top:2.2490234375rem;z-index:100028;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq {display:block;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq { background-color:rgba(100,69,147,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:6.6865234375rem;top:2.2490234375rem;z-index:100028;position:absolute;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #FQ7ETJTaZPpnVavbTTEDw305ghnK6hd1 { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #CTkIPWyO1NrGb9Tr5kxH5nC0zidPh7wz { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #orNAGnMwqB3eEbVGkL013VMk6kHOfSDb { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #mFFxGzZVgvBXCsk1OA8GFrClWN8yHN1i { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #Zh44ACQL3uIhdNAAd8cpE61znUxCyT0I { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #ueDCoV19bNaoIUxEF6q2bd1L9zmz6Umz { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #KGdmAn1TTvdH54mxNe6Nodt0rLldM76N { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #tUXXxwqs47ev7Elt8RilmEoNdGU0NZAA { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #JIeaAvMAJ17wrQWCZ8t8PelAiM5hFVMF { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #TBS7c7PtvcBL7sVCOVdmwgm8sUxUq6gy { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #N9bD7En7oy3LdTTbeUPuqoxaasrWEx97 { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #nUUx2fyx5t3bp9upCEaZJ3TMdm94rzWu { position:relative; }
#S4Ab4lhC7e2iITECLe0VUa1hGKAH6w1y { position:relative;display:block; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #PPTBTPruU2vurGOowHQ9NZIlbzeXZtGD { position:relative; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #eiWLsuszp03ynl5leEEtUQy2Zi5E82xs { position:relative; }
#ZPVLzUxZ6gko2ZZUzhFCvM4RFu5aOTgp { color:#0018d8;display:block;width:23.6875rem;position:absolute;font-family:harmattan;font-size:3rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.625rem;left:33.312501907349rem;height:;display:block; }
#oUqfCKHBZfuSrmmpmJaU7Kdli3VhbtT8 { color:#000000;display:block;width:27.125rem;position:absolute;font-family:harmattan;font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11rem;left:25.1875rem;height:;text-align:right;text-align-last:right;display:block; }
#OGLKKnq9XOswB8XqfX58ogTocwRT098Z { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.3125rem;width:23.3125rem;top:22.6875rem;left:27.34375rem;overflow:hidden;display:none; }
#lbdkeoSwlKRrV8r0iCe3h0gPP8RZxwk3 { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:77.3125rem;left:20.6875rem;display:block; }
#reRxGiGsLugPTIJnbcnD8nzHGHQQI4ud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oFzHf7lUgeE7M8BFLGQNe6cmOA9bhxHJ { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:68.375rem;left:18.4375rem;display:none; }
#NaF8cxsCFAiThFD0bGLOvE9fFGuoAcQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GogzyIATtwT5nqOxSWi6aV4BfAvye5c2 { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:65.75rem;left:28.125rem;display:block; }
#AKeQWZLnLTmE6mRRUTpSq7Hk4KXtH4uA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qUIwBsKnOupKaIBUXTHl39bMN6XEB4Rs { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.0625rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:68.09375rem;left:29.3125rem;display:block; }
#UgXFlryeUqprkbFaSvcZGCwBvXfbcIW7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BypbRgQuhOLdwD6HDXls1v34h4Qi4VUU { position:absolute;display:block;z-index:100094;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.875rem;top:69.0625rem;left:29.9375rem;display:block; }
#vwLwuciofmDRr5huC6bb0r51q4Z9nx71 { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:19.5rem;top:64.5rem;left:34.0625rem;display:block; }
#if1LQDumZFdbhp0sNyICXH8RZTsmlM2y { color:#000000;display:block;width:16.75rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:67.125rem;left:35.5625rem;height:2.03125rem;text-align:right;text-align-last:right;display:block; }
#VSdlS88GIVzqvCPUpkN5sTER3onM3wHH { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:42.25rem;left:13rem;display:block; }
#dZ31ifEbEoUTmh8k8AwI4a25fT7dsplP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#c4rUIx1ZJ4y5ny28B1Lbz03TUnmiNCCv { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:44.5625rem;left:15.625rem;display:block; }
#tmNQNceUlR4zDUO6P27sqgphw14rQJt3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LplXVdl7OLJTKXl8rUQToUDIq5vSSXZy { position:absolute;display:block;z-index:100100;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.875rem;top:45.5625rem;left:14.8125rem;display:block; }
#ZRgXqL8xOeUrhhA8ER00XBN6TeXWJxDK { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.1875rem;width:17.875rem;top:41rem;left:18.9375rem;display:block; }
#PZw7urLymDWhDGsmWL0EZIUUOO30q7GX { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:41.375rem;left:19.875rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#ndXNoS4dSAM7hQkTc6q5yRqZzqmTiP3V { color:#000000;display:block;width:14.125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:43.625rem;left:21.25rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#wbkE5FoTgZ9TaW8SsuHcXSigzqqI1iXx { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:53.875rem;left:28.125rem;display:block; }
#GmgTy37mXaFXUXKdsrk3pVogU6DBlDzX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oiM0a8CyBqHGF2CUgF5Z9SQd3sZqADTI { position:absolute;display:block;z-index:100100;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.875rem;top:57.1875rem;left:29.9375rem;display:block; }
#x5AAQWFAGhdLJMMFBdKENbiF6zD9kviT { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:56.25rem;left:30.3125rem;display:block; }
#Qy1ly4fD5wuG9yde8zEif7XrytWA6HHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tg4XfH7CrpFQGN7T2uJgp4nwWVAVyoKz { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:19.5rem;top:52.625rem;left:34.0625rem;display:block; }
#OQf9h6NzziiQ5HPqmfRgp64HqNZcc5Pg { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:53rem;left:35rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#avNzJSy74qJsAk45ReNbcWGMNcTsIQMz { color:#000000;display:block;width:14.125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:53.875rem;left:37.4375rem;height:6.09375rem;text-align:right;text-align-last:right;display:block; }
#eb4FokyMVrtCha6uiaaTfeyeXfiVSdXz { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:53.875rem;left:0rem;display:block; }
#anlA9xqflAWQaeb6Qa91IWOv3dEvG158 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z9qG0Ht4yX7Zvb7mxKAkJi6XcBEUQ7wN { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:56.21875rem;left:1.1240234375rem;display:block; }
#SqwgsLcDKdXet5cINCBqsEAXd6Bsv6JW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TSLuuAMxcB2MB29nIU5LQlAWm1AoNQMK { position:absolute;display:block;z-index:100100;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.875rem;top:57.1875rem;left:1.8125rem;display:block; }
#sCq64SOWuiKRfmTmHghMUdJ5iP2EE1Q6 { position:absolute;display:block;z-index:100036;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:19.5rem;top:52.625rem;left:5.9375rem;display:block; }
#lhnRg9MoWGtpFFLz9P3wUUwlnT8XL7JU { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:53rem;left:6.875rem;height:1.4619125rem;text-align:right;text-align-last:right;display:block; }
#eflwU2dMI7hSRBGkGhgOhGVm4HT8DZzu { color:#000000;display:block;width:14.125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:53.9375rem;left:9.5rem;height:6.09375rem;text-align:right;text-align-last:right;display:block; }
#iyKfBTkzNwEXNrOVVSrBgqT5W7zuJ0n9 { background-color:#fab419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:2.0625rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:65.75rem;left:0rem;display:block; }
#JCmQ5bcO3ao9mcETcJ2D09Jx4UryxlOa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hulSmKMtyBV9qHm3QTIEqCgwIODwKC9L { background-color:#c0ced5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.0625rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:68.125rem;left:1.25rem;display:block; }
#ECBaCwpz1baWszlA8dfTf18qCUinWecW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZqMfLwuzBgcKkoxn9g2WoLzpEyro7IyP { position:absolute;display:block;z-index:100099;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:2.875rem;top:69.0625rem;left:1.8125rem;display:block; }
#LQHCzRhGVnBdT2cB8zTtZbE8k0p72up2 { position:absolute;display:block;z-index:100035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:19.5rem;top:64.5rem;left:5.9375rem;display:block; }
#ZbJvlc4sU7OcmzTEbgZwT0zr74K0MITv { color:#000000;display:block;width:16.75rem;position:absolute;font-family:kids;font-size:1.5625rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:67.125rem;left:7.4375rem;height:2.03125rem;text-align:right;text-align-last:right;display:block; }
#QKJCiN1L5LUm28STTcHykrWuXeoWLRgT { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:29.875rem;left:9.25rem;display:block; }
#OtO6c2vRZkPRf2hEiMkOUsLy2o0CNIa5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WsqMeEglSTzBBqK2d0Zs7OJ6qpO4QbrZ { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:29.875rem;left:9.25rem;display:none; }
#bnOErKrK8TeeI6N95LPTXkZc2EGSMCgZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8499f0;background-image:none;position:relative;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { border-width: 0; border-radius: 0; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { font-size:0.875rem;font-family:dosis;height:30rem;width:60rem;position:relative;display:block; }#a4ssyDUkEafANptDItz0dZUINPqsG9fk { color:#ffffff;display:block;width:42.125rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:0.5595703125rem;left:10.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1xCQlreaxcTTeUao45yKz3esx0a3aBm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:7.119140625rem;left:-0.00732421875rem;height:2.23046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.59375rem;left:35.8642578125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:16.2509765625rem;left:40.58203125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:21.625rem;left:40.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:19rem;left:40.5625rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#i7PJNVc5H29xloN27SR7VyRlAfS539Cz { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:26.4365234375rem;left:40.6240234375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"sari 3";font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:24.1240234375rem;left:35.9990234375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#oc82SMk30r27hap8RiHtkVZcZnobvl2x { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:13.937959671021rem;left:57.486211776733rem;overflow:hidden;display:block; }
#LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:16.721277236939rem;left:57.483915328979rem;overflow:hidden;display:block; }
#EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:19.530788421631rem;left:57.483915328979rem;overflow:hidden;display:block; }
#kOeRHheWR9kCT6krwQS2ITIsIB703E76 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:21.96736907959rem;left:57.483915328979rem;overflow:hidden;display:block; }
#TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:24.528949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:1.6875rem;top:26.903949737549rem;left:57.483915328979rem;overflow:hidden;display:block; }
#KBSILmMUJby52hDgsoZoyRDQkR7T02zs { background-color:#4ec130;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-sizing:border-box;color:#f7fff4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tajawal;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:5.4375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:20.625rem;left:4.46875rem;display:block; }
#d3s7n6GsZ6btpcBHZyNlQUx9TvLRHvU6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;background-image:none;position:relative;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { border-width: 0; border-radius: 0; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:5.818359375rem;left:21.53125rem;height:1.29980625rem;font-style:normal;display:block; }
#XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { color:#000000;display:block;width:26.625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:1.25rem;left:17.9375rem;height:2.44921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f372HqFheIxH5OEML0MX239tnPvbEBry { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.7;letter-spacing:0;top:8.4375rem;left:19.1875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { box-sizing:content-box;color:#df4a8d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:4.6875rem;left:29.71875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { top:0.5625rem;left:14.498849868774rem;width:18.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { top:8.9375rem;left:1.4375rem;width:40.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { top:9.9375rem;left:4.5927734375rem;width:14.125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:47.75rem;height:5.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { top:15.6875rem;left:0rem;width:45.1875rem;height:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { top:8.8125rem;left:15rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { top:14.625rem;left:0rem;width:47.6875rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { top:1.9375rem;left:0rem;width:47.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdOquVvR6zX5s5s26Lzke7iyPsNWXKzC { top:21.625rem;left:17.53125rem;width:25rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdfC7HPBALchai7RTgls6nF23Wqmadqo { top:21.5rem;left:12.65625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEXZI2uWWMFTwJLoHq4ceJZBEsiZ2Dsp { width:14.9375rem;height:5.4375rem;top:37.125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAMywFAQoVahryWLQh831Nsvn5kiaTv { display:block; }
 }@media only screen and (max-width: 763px) { #JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC { display:block; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAJmlyKdMvQo30XrQI7zkaVwmNazeFAS { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4GXAc4nfA1Z528O55PfP3DEG9X3Ozro { top:1.5625rem;left:6.0625rem;width:35.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65UFGsGcBRhXTkaewCPbIkpDa8i8WDN { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U0XrbgKxZMUBzLTXGevGEG0PgQ0Fblth { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #staLkxaS49KFA4RRpqvkzAibkdvXITxu { top:1.875rem;left:8.9375rem;width:29.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoZe0CgBJTvl3W0oP1sHRWN21CSK1JSh { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rqwxIHyNODzLt12iqe85xIlMicn3TvGs { top:13.3125rem;left:10.4375rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N60xHDG5MSCM61Wc59Fgd3maXXtsql71 { top:18.8125rem;left:18.0625rem;width:17.0625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7xoympACh8aUdeIA2GPJoLBqQx5a8MQ { top:16.625rem;left:10.4375rem;width:7.625rem;height:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wUhpTCV1PSZnRzJwkIKuK9lfhrgZ5E { width:9.25rem;height:2.5625rem;top:26.4375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acMgUlh4Ig7xDlHLLvIAS15HzLCqdb2i { display:block; }
 }@media only screen and (max-width: 763px) { #aez2IaT5Q1yu22CqGh6afyFtTfaOA3Pf { top:22.1875rem;left:11.875rem;width:3.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbQWBwPgUw1v7892S9Uz6Q0ZVVJKU9KJ { top:8.5625rem;left:3.46875rem;width:40.8125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWVLw1pMQxNpysqpb0E24lKmZmZe9i8J { top:19.625rem;left:10.4375rem;width:8.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBMIfuF0m9fWGkaKkPOXBVRJxQMdQ4x0 { top:21.1875rem;left:11.875rem;width:6.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCSkF3HBSBp9VlW9lM56MBy1E4gzrodo { width:14.9375rem;height:5.4375rem;top:31rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFJ8zuSmfO117H7SQoC8oC9OHulrecFV { display:block; }
 }@media only screen and (max-width: 763px) { #Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT { display:block; }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-regular-label { width:14.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-text { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-text {padding-top: 0; padding-bottom: 0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-textarea { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-select { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-select {padding-top: 0; padding-bottom: 0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-checkbox-label { width:12.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq  { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .radio-container { width:14.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq {display:block;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq { width:14.0625rem;height:auto;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #FQ7ETJTaZPpnVavbTTEDw305ghnK6hd1 {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #CTkIPWyO1NrGb9Tr5kxH5nC0zidPh7wz {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #orNAGnMwqB3eEbVGkL013VMk6kHOfSDb {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #mFFxGzZVgvBXCsk1OA8GFrClWN8yHN1i {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #Zh44ACQL3uIhdNAAd8cpE61znUxCyT0I {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #ueDCoV19bNaoIUxEF6q2bd1L9zmz6Umz {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #KGdmAn1TTvdH54mxNe6Nodt0rLldM76N {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #tUXXxwqs47ev7Elt8RilmEoNdGU0NZAA {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #JIeaAvMAJ17wrQWCZ8t8PelAiM5hFVMF {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #TBS7c7PtvcBL7sVCOVdmwgm8sUxUq6gy {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #N9bD7En7oy3LdTTbeUPuqoxaasrWEx97 {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #nUUx2fyx5t3bp9upCEaZJ3TMdm94rzWu {  }
 }@media only screen and (max-width: 763px) { #S4Ab4lhC7e2iITECLe0VUa1hGKAH6w1y { display:block; }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #PPTBTPruU2vurGOowHQ9NZIlbzeXZtGD {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #eiWLsuszp03ynl5leEEtUQy2Zi5E82xs {  }
 }@media only screen and (max-width: 763px) { #ZPVLzUxZ6gko2ZZUzhFCvM4RFu5aOTgp { top:4.625rem;left:24.0625rem;width:23.6875rem;height:3.9375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUqfCKHBZfuSrmmpmJaU7Kdli3VhbtT8 { top:11rem;left:18.625rem;width:27.125rem;height:9.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGLKKnq9XOswB8XqfX58ogTocwRT098Z { top:23.3125rem;left:21.84375rem;width:23.3125rem;height:23.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbdkeoSwlKRrV8r0iCe3h0gPP8RZxwk3 { width:14.9375rem;height:5.4375rem;top:77.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reRxGiGsLugPTIJnbcnD8nzHGHQQI4ud { display:block; }
 }@media only screen and (max-width: 763px) { #oFzHf7lUgeE7M8BFLGQNe6cmOA9bhxHJ { width:14.9375rem;height:5.4375rem;top:68.375rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NaF8cxsCFAiThFD0bGLOvE9fFGuoAcQz { display:block; }
 }@media only screen and (max-width: 763px) { #GogzyIATtwT5nqOxSWi6aV4BfAvye5c2 { width:7.4375rem;height:2.0625rem;top:65.75rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKeQWZLnLTmE6mRRUTpSq7Hk4KXtH4uA { display:block; }
 }@media only screen and (max-width: 763px) { #qUIwBsKnOupKaIBUXTHl39bMN6XEB4Rs { width:6.3125rem;height:2.0625rem;top:68.0625rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgXFlryeUqprkbFaSvcZGCwBvXfbcIW7 { display:block; }
 }@media only screen and (max-width: 763px) { #BypbRgQuhOLdwD6HDXls1v34h4Qi4VUU { top:69.0625rem;left:23.8125rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwLwuciofmDRr5huC6bb0r51q4Z9nx71 { top:64.5rem;left:27.9375rem;width:19.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #if1LQDumZFdbhp0sNyICXH8RZTsmlM2y { top:67.125rem;left:29.4375rem;width:16.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSdlS88GIVzqvCPUpkN5sTER3onM3wHH { width:7.4375rem;height:2.0625rem;top:42.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ31ifEbEoUTmh8k8AwI4a25fT7dsplP { display:block; }
 }@media only screen and (max-width: 763px) { #c4rUIx1ZJ4y5ny28B1Lbz03TUnmiNCCv { width:4.3125rem;height:2.0625rem;top:44.5625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNQNceUlR4zDUO6P27sqgphw14rQJt3 { display:block; }
 }@media only screen and (max-width: 763px) { #LplXVdl7OLJTKXl8rUQToUDIq5vSSXZy { top:45.5625rem;left:8.6875rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgXqL8xOeUrhhA8ER00XBN6TeXWJxDK { top:41rem;left:12.8125rem;width:17.875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZw7urLymDWhDGsmWL0EZIUUOO30q7GX { top:41.375rem;left:13.75rem;width:15.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndXNoS4dSAM7hQkTc6q5yRqZzqmTiP3V { top:43.625rem;left:15.125rem;width:14.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbkE5FoTgZ9TaW8SsuHcXSigzqqI1iXx { width:7.4375rem;height:2.0625rem;top:53.875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmgTy37mXaFXUXKdsrk3pVogU6DBlDzX { display:block; }
 }@media only screen and (max-width: 763px) { #oiM0a8CyBqHGF2CUgF5Z9SQd3sZqADTI { top:57.1875rem;left:23.8125rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5AAQWFAGhdLJMMFBdKENbiF6zD9kviT { width:5.5rem;height:2.0625rem;top:56.25rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1ly4fD5wuG9yde8zEif7XrytWA6HHn { display:block; }
 }@media only screen and (max-width: 763px) { #tg4XfH7CrpFQGN7T2uJgp4nwWVAVyoKz { top:52.625rem;left:27.9375rem;width:19.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQf9h6NzziiQ5HPqmfRgp64HqNZcc5Pg { top:53rem;left:28.875rem;width:15.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avNzJSy74qJsAk45ReNbcWGMNcTsIQMz { top:53.875rem;left:31.3125rem;width:14.125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb4FokyMVrtCha6uiaaTfeyeXfiVSdXz { width:7.4375rem;height:2.0625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anlA9xqflAWQaeb6Qa91IWOv3dEvG158 { display:block; }
 }@media only screen and (max-width: 763px) { #z9qG0Ht4yX7Zvb7mxKAkJi6XcBEUQ7wN { width:5.625rem;height:2.0625rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwgsLcDKdXet5cINCBqsEAXd6Bsv6JW { display:block; }
 }@media only screen and (max-width: 763px) { #TSLuuAMxcB2MB29nIU5LQlAWm1AoNQMK { top:57.1875rem;left:0rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCq64SOWuiKRfmTmHghMUdJ5iP2EE1Q6 { top:52.625rem;left:0rem;width:19.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhnRg9MoWGtpFFLz9P3wUUwlnT8XL7JU { top:53rem;left:0.75rem;width:15.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eflwU2dMI7hSRBGkGhgOhGVm4HT8DZzu { top:53.9375rem;left:3.375rem;width:14.125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyKfBTkzNwEXNrOVVSrBgqT5W7zuJ0n9 { width:7.4375rem;height:2.0625rem;top:65.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmQ5bcO3ao9mcETcJ2D09Jx4UryxlOa { display:block; }
 }@media only screen and (max-width: 763px) { #hulSmKMtyBV9qHm3QTIEqCgwIODwKC9L { width:6.25rem;height:2.0625rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECBaCwpz1baWszlA8dfTf18qCUinWecW { display:block; }
 }@media only screen and (max-width: 763px) { #ZqMfLwuzBgcKkoxn9g2WoLzpEyro7IyP { top:69.0625rem;left:0rem;width:2.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQHCzRhGVnBdT2cB8zTtZbE8k0p72up2 { top:64.5rem;left:0rem;width:19.5rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbJvlc4sU7OcmzTEbgZwT0zr74K0MITv { top:67.125rem;left:1.3125rem;width:16.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKJCiN1L5LUm28STTcHykrWuXeoWLRgT { width:14.9375rem;height:5.4375rem;top:29.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtO6c2vRZkPRf2hEiMkOUsLy2o0CNIa5 { display:block; }
 }@media only screen and (max-width: 763px) { #WsqMeEglSTzBBqK2d0Zs7OJ6qpO4QbrZ { width:14.9375rem;height:5.4375rem;top:29.875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnOErKrK8TeeI6N95LPTXkZc2EGSMCgZ { display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:42.0625rem;height:5.625rem;top:0.5rem;left:3.937255859375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:47.75rem;height:4.375rem;top:7.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { top:13.5625rem;left:27.375rem;width:20.375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { top:16.25rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { top:21.625rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { top:19rem;left:31.9375rem;width:15.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { top:26.375rem;left:31.875rem;width:15.875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { top:24.0625rem;left:27.4375rem;width:20.3125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { top:13.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { top:16.6875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { top:19.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { top:21.9375rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { top:24.5rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { top:26.875rem;left:46.0625rem;width:1.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBSILmMUJby52hDgsoZoyRDQkR7T02zs { width:14.9375rem;height:5.4375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3s7n6GsZ6btpcBHZyNlQUx9TvLRHvU6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { top:5.8125rem;left:15.40625rem;width:19.4375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:26.625rem;height:2.4375rem;top:1.25rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { top:8.4375rem;left:13.06201171875rem;width:22.8125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { top:4.6875rem;left:23.59375rem;width:3.0625rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu { display:block; }#AB85BtVv8AIRR4CeRg7TMxW2X8SDcitu > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyGCKmAEK0ZtF7dsaAVAU7ZfyTRbhhNT { width:14.625rem;height:4.25rem;top:0.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKNfqkPqynzi5iqksEuJ4bgaae5eg7N { width:20rem;height:5.125rem;top:0.685546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { background-color: transparent; background-image: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row > .video-iframe-container { display: none; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ { border-width: 0; border-radius: 0; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container { width:20rem;height:74.5rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/J0ZAOrbr/01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.adaptive-delivery-prevent-bg, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.lazyload, #JxqpcuOZGWkWWrQaQFz3vp97pSD2NduJ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #hPhiKTdPO4tTcUcT6yR7nK7yIarxeqR3 { width:15.9375rem;height:1.75rem;top:9.935546875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#b20129;display:none; }
 }@media only screen and (max-width: 763px) { #avHc3vziWzqp5il5zmhAwFzrZctiEEtQ { width:20rem;height:0;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #dGc6KxWG8dz06ViSMeG2VwL3IbdAzM7T { width:10.5rem;height:2.75rem;top:34.8125rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQJ4uGKsJlAFA3asdera15T9QEMMGKg7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q06BK60yDbumVNUCeQgT6a4CO658K3fR { top:33.6240234375rem;left:0rem;width:20.0625rem;height:10.749rem;z-index:100003;background-color:#877f7e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;border-top:0.125rem solid #0e9ae5;border-left:0.125rem solid #0e9ae5;border-right:0.125rem solid #0e9ae5;border-bottom:0.125rem solid #0e9ae5;display:none; }
 }@media only screen and (max-width: 763px) { #G044lH80VFoTCRvTukWI84VKT44HNyta { width:20rem;height:11.875rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #JAteoH5N9BETKp4x4NUCnlEGqZ17TgXB { top:12.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh3bA86hfyXOGDK3fo0engkGBgNCwoo { display:block; }
 }@media only screen and (max-width: 763px) { #a0TUPXF6rt9yc2grd4Jzdda8fSel3q2D { width:20rem;height:14rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5DQ1sILTDc5HJVaEMwCHgNNKcTFaT9b { width:19.9980625rem;height:5.625rem;top:2.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #CdOquVvR6zX5s5s26Lzke7iyPsNWXKzC { width:20rem;height:20rem;top:26.0625rem;left:0rem;z-index:100088;display:none; }
 }@media only screen and (max-width: 763px) { #LdfC7HPBALchai7RTgls6nF23Wqmadqo { width:20rem;height:20rem;top:53.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VEXZI2uWWMFTwJLoHq4ceJZBEsiZ2Dsp { width:14.9375rem;height:5.4375rem;top:35.71875rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuAMywFAQoVahryWLQh831Nsvn5kiaTv { display:block; }
 }@media only screen and (max-width: 763px) { #JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC { display:block; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC { background-color: transparent; background-image: none; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container > .video-iframe-container { display: none; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row > .video-iframe-container { display: none; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .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); }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC { border-width: 0; border-radius: 0; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container { width:20rem;height:38.375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container.adaptive-delivery-prevent-bg, #JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container.lazyload, #JOBKTGslfhEEs7XNMBZyEGPzTOFT4ppC > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #CAJmlyKdMvQo30XrQI7zkaVwmNazeFAS { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4GXAc4nfA1Z528O55PfP3DEG9X3Ozro { width:17.8125rem;height:6.25rem;top:0.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65UFGsGcBRhXTkaewCPbIkpDa8i8WDN { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #U0XrbgKxZMUBzLTXGevGEG0PgQ0Fblth { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #staLkxaS49KFA4RRpqvkzAibkdvXITxu { width:12.374rem;height:4.5rem;top:1.9375rem;left:3.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:cairo;display:block; }
 }@media only screen and (max-width: 763px) { #GoZe0CgBJTvl3W0oP1sHRWN21CSK1JSh { width:4.6875rem;height:0;top:32.855224609375rem;left:5.374755859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;z-index:100182;display:none; }
 }@media only screen and (max-width: 763px) { #rqwxIHyNODzLt12iqe85xIlMicn3TvGs { width:19.75rem;height:13.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N60xHDG5MSCM61Wc59Fgd3maXXtsql71 { width:11.875rem;height:3.611325rem;top:19.728515625rem;left:8.125rem;font-size:1.0625rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r7xoympACh8aUdeIA2GPJoLBqQx5a8MQ { width:7.25rem;height:2.4375rem;top:18.75rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0wUhpTCV1PSZnRzJwkIKuK9lfhrgZ5E { width:9.24925rem;height:2.56225625rem;top:27.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acMgUlh4Ig7xDlHLLvIAS15HzLCqdb2i { display:block; }
 }@media only screen and (max-width: 763px) { #aez2IaT5Q1yu22CqGh6afyFtTfaOA3Pf { width:5.06225625rem;height:3.375rem;top:24.4375rem;left:2.625rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #UbQWBwPgUw1v7892S9Uz6Q0ZVVJKU9KJ { width:20rem;height:1.923825rem;top:9.84765625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KWVLw1pMQxNpysqpb0E24lKmZmZe9i8J { width:6.3125rem;height:2.5996125rem;top:21.875rem;left:1.875rem;font-size:2rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #IBMIfuF0m9fWGkaKkPOXBVRJxQMdQ4x0 { width:6.1875rem;height:0.375rem;top:23.2373046875rem;left:1.25rem;background-color:#020509;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NCSkF3HBSBp9VlW9lM56MBy1E4gzrodo { width:14.9375rem;height:5.4375rem;top:31.749025rem;left:2.5rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFJ8zuSmfO117H7SQoC8oC9OHulrecFV { display:block; }
 }@media only screen and (max-width: 763px) { #Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT { display:block; }#Fwhw8xSsy93mA2Sr1SfuW27KI4SXnFBT > .row .container { width:20rem;height:147.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-regular-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-text { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-text {padding-top: 0; padding-bottom: 0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-textarea { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-select { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-select {padding-top: 0; padding-bottom: 0;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-input-button { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fdda00;background-image:none;color:#000000;font-family:kids; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq  { width:14.9375rem;height:auto;top:1.5625rem;left:1.28125rem; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq .radio-container { width:14.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq {display:block;}#Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq { width:14.9375rem;height:auto;top:1.5625rem;left:1.28125rem; }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #FQ7ETJTaZPpnVavbTTEDw305ghnK6hd1 {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #CTkIPWyO1NrGb9Tr5kxH5nC0zidPh7wz {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #orNAGnMwqB3eEbVGkL013VMk6kHOfSDb {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #mFFxGzZVgvBXCsk1OA8GFrClWN8yHN1i {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #Zh44ACQL3uIhdNAAd8cpE61znUxCyT0I {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #ueDCoV19bNaoIUxEF6q2bd1L9zmz6Umz {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #KGdmAn1TTvdH54mxNe6Nodt0rLldM76N {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #tUXXxwqs47ev7Elt8RilmEoNdGU0NZAA {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #JIeaAvMAJ17wrQWCZ8t8PelAiM5hFVMF {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #TBS7c7PtvcBL7sVCOVdmwgm8sUxUq6gy {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #N9bD7En7oy3LdTTbeUPuqoxaasrWEx97 {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #nUUx2fyx5t3bp9upCEaZJ3TMdm94rzWu {  }
 }@media only screen and (max-width: 763px) { #S4Ab4lhC7e2iITECLe0VUa1hGKAH6w1y { display:block; }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #PPTBTPruU2vurGOowHQ9NZIlbzeXZtGD {  }
 }@media only screen and (max-width: 763px) { #Mz4Nv9AcvMpBrtkJ9wS3ZIDfpuDm7nVq #eiWLsuszp03ynl5leEEtUQy2Zi5E82xs {  }
 }@media only screen and (max-width: 763px) { #ZPVLzUxZ6gko2ZZUzhFCvM4RFu5aOTgp { width:14.125rem;height:2.5996125rem;top:29.8125rem;left:2.875rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #oUqfCKHBZfuSrmmpmJaU7Kdli3VhbtT8 { width:20rem;height:7.1484375rem;top:32.75rem;left:0rem;font-size:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGLKKnq9XOswB8XqfX58ogTocwRT098Z { width:15.625rem;height:15.625rem;top:40.6484375rem;left:2.1875rem;z-index:100083;display:block; }
 }@media only screen and (max-width: 763px) { #lbdkeoSwlKRrV8r0iCe3h0gPP8RZxwk3 { width:14.9375rem;height:5.4375rem;top:56.7734375rem;left:2.5rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reRxGiGsLugPTIJnbcnD8nzHGHQQI4ud { display:block; }
 }@media only screen and (max-width: 763px) { #oFzHf7lUgeE7M8BFLGQNe6cmOA9bhxHJ { width:14.9375rem;height:5.4375rem;top:93.5625rem;left:2.875rem;font-family:hekaya;font-size:2.1875rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #NaF8cxsCFAiThFD0bGLOvE9fFGuoAcQz { display:block; }
 }@media only screen and (max-width: 763px) { #GogzyIATtwT5nqOxSWi6aV4BfAvye5c2 { width:7.4375rem;height:2.0625rem;top:131.875rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKeQWZLnLTmE6mRRUTpSq7Hk4KXtH4uA { display:block; }
 }@media only screen and (max-width: 763px) { #qUIwBsKnOupKaIBUXTHl39bMN6XEB4Rs { width:6.3125rem;height:2.0625rem;top:134.75rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgXFlryeUqprkbFaSvcZGCwBvXfbcIW7 { display:block; }
 }@media only screen and (max-width: 763px) { #BypbRgQuhOLdwD6HDXls1v34h4Qi4VUU { width:2.875rem;height:0.125rem;top:135.75rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwLwuciofmDRr5huC6bb0r51q4Z9nx71 { width:19.5rem;height:7.75rem;top:124.125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #if1LQDumZFdbhp0sNyICXH8RZTsmlM2y { width:16.75rem;height:0;top:126.75rem;left:2rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#10070b;display:none; }
 }@media only screen and (max-width: 763px) { #VSdlS88GIVzqvCPUpkN5sTER3onM3wHH { width:7.4375rem;height:2.0625rem;top:71rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ31ifEbEoUTmh8k8AwI4a25fT7dsplP { display:block; }
 }@media only screen and (max-width: 763px) { #c4rUIx1ZJ4y5ny28B1Lbz03TUnmiNCCv { width:5.4375rem;height:2.0625rem;top:73.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmNQNceUlR4zDUO6P27sqgphw14rQJt3 { display:block; }
 }@media only screen and (max-width: 763px) { #LplXVdl7OLJTKXl8rUQToUDIq5vSSXZy { width:2.875rem;height:0.125rem;top:74.59375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgXqL8xOeUrhhA8ER00XBN6TeXWJxDK { width:17.875rem;height:7.1875rem;top:63.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZw7urLymDWhDGsmWL0EZIUUOO30q7GX { width:15.5625rem;height:1.4619125rem;top:64.8125rem;left:2.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #ndXNoS4dSAM7hQkTc6q5yRqZzqmTiP3V { width:14.125rem;height:2.4375rem;top:67.0625rem;left:3.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #wbkE5FoTgZ9TaW8SsuHcXSigzqqI1iXx { width:7.4375rem;height:2.0625rem;top:85.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmgTy37mXaFXUXKdsrk3pVogU6DBlDzX { display:block; }
 }@media only screen and (max-width: 763px) { #oiM0a8CyBqHGF2CUgF5Z9SQd3sZqADTI { width:2.875rem;height:0.125rem;top:89.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5AAQWFAGhdLJMMFBdKENbiF6zD9kviT { width:5.8125rem;height:2.0625rem;top:88.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1ly4fD5wuG9yde8zEif7XrytWA6HHn { display:block; }
 }@media only screen and (max-width: 763px) { #tg4XfH7CrpFQGN7T2uJgp4nwWVAVyoKz { width:19.5rem;height:7.75rem;top:77.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQf9h6NzziiQ5HPqmfRgp64HqNZcc5Pg { width:15.5625rem;height:1.4619125rem;top:78.3125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #avNzJSy74qJsAk45ReNbcWGMNcTsIQMz { width:14.125rem;height:6.09375rem;top:79.34375rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #eb4FokyMVrtCha6uiaaTfeyeXfiVSdXz { width:7.4375rem;height:2.0625rem;top:109.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anlA9xqflAWQaeb6Qa91IWOv3dEvG158 { display:block; }
 }@media only screen and (max-width: 763px) { #z9qG0Ht4yX7Zvb7mxKAkJi6XcBEUQ7wN { width:5.875rem;height:2.0625rem;top:112rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwgsLcDKdXet5cINCBqsEAXd6Bsv6JW { display:block; }
 }@media only screen and (max-width: 763px) { #TSLuuAMxcB2MB29nIU5LQlAWm1AoNQMK { width:2.875rem;height:0.125rem;top:113rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCq64SOWuiKRfmTmHghMUdJ5iP2EE1Q6 { width:19.5rem;height:7.75rem;top:101.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhnRg9MoWGtpFFLz9P3wUUwlnT8XL7JU { width:15.5625rem;height:1.4619125rem;top:101.75rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #eflwU2dMI7hSRBGkGhgOhGVm4HT8DZzu { width:14.125rem;height:6.09375rem;top:102.6875rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ea086e;display:block; }
 }@media only screen and (max-width: 763px) { #iyKfBTkzNwEXNrOVVSrBgqT5W7zuJ0n9 { width:7.4375rem;height:2.0625rem;top:132.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmQ5bcO3ao9mcETcJ2D09Jx4UryxlOa { display:block; }
 }@media only screen and (max-width: 763px) { #hulSmKMtyBV9qHm3QTIEqCgwIODwKC9L { width:6.25rem;height:2.0625rem;top:135.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECBaCwpz1baWszlA8dfTf18qCUinWecW { display:block; }
 }@media only screen and (max-width: 763px) { #ZqMfLwuzBgcKkoxn9g2WoLzpEyro7IyP { width:2.875rem;height:0.125rem;top:136.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQHCzRhGVnBdT2cB8zTtZbE8k0p72up2 { width:19.5rem;height:7.75rem;top:124.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbJvlc4sU7OcmzTEbgZwT0zr74K0MITv { width:16.75rem;height:2.03125rem;top:127.25rem;left:1.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#10070b;display:block; }
 }@media only screen and (max-width: 763px) { #QKJCiN1L5LUm28STTcHykrWuXeoWLRgT { width:14.9375rem;height:5.4375rem;top:116.4375rem;left:2.53125rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtO6c2vRZkPRf2hEiMkOUsLy2o0CNIa5 { display:block; }
 }@media only screen and (max-width: 763px) { #WsqMeEglSTzBBqK2d0Zs7OJ6qpO4QbrZ { width:14.9375rem;height:5.4375rem;top:139.875rem;left:2.5625rem;font-family:hekaya;font-size:2.1875rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #bnOErKrK8TeeI6N95LPTXkZc2EGSMCgZ { display:block; }
 }@media only screen and (max-width: 763px) { #X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 { background-color:#a66bb2;background-image:none;display:block; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { background-color: transparent; background-image: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row > .video-iframe-container { display: none; }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X9nm4zXi0JEOAxkCTlOlRX8kMvbD1B84 > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4ssyDUkEafANptDItz0dZUINPqsG9fk { width:20rem;height:5.0625rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #P1xCQlreaxcTTeUao45yKz3esx0a3aBm { width:19.9995rem;height:8.07425rem;top:5.9990234375rem;left:0.0009765625rem;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cgDeU8ipuAVcpgfFPIz1p6JT6Ue841os { width:15.8125rem;height:3.0859375rem;top:14.6240234375rem;left:1.0927734375rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0zVfXm2ler4F3bC3NS3nOAuBql9yp { width:16.125rem;height:1.29980625rem;top:18.2158203125rem;left:0.779296875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #b3OBrx5tQHcT1LIGUK0IrQ8syRp2Tpcv { width:11.3115rem;height:1.29980625rem;top:23.7333984375rem;left:5.58984375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #bWGMATtW96gSqnhf0IdwHQ7lCaPu2LWG { width:8.3125rem;height:1.29980625rem;top:20.9375rem;left:8.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7PJNVc5H29xloN27SR7VyRlAfS539Cz { width:14.125rem;height:1.29980625rem;top:28.93359375rem;left:2.4990234375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RqHNDrH6ECRzDTt0bGyxvQturkMTn5aW { width:20.0625rem;height:1.3808625rem;top:26.68359375rem;left:-3.4375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc82SMk30r27hap8RiHtkVZcZnobvl2x { width:1.6875rem;height:1.3125rem;top:14.935546875rem;left:17.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnmm4WJ1y0Zb8hdXCV2iGbJlsNo3f6o { width:1.6875rem;height:1.3125rem;top:18.3720703125rem;left:17.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMPqZz1xeNwaCvBapr2keNNP4cfMWDAi { width:1.6875rem;height:1.3125rem;top:21.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOeRHheWR9kCT6krwQS2ITIsIB703E76 { width:1.6875rem;height:1.3125rem;top:23.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtUFpDpnf82ioyeCc6U55NS4EgL4x7d { width:1.6875rem;height:1.3125rem;top:26.966796875rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQf09q0hVtnTlDNLEzIiwkVJyJ7x9R9h { width:1.6875rem;height:1.3125rem;top:29.3095703125rem;left:17.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBSILmMUJby52hDgsoZoyRDQkR7T02zs { width:14.9375rem;height:5.4375rem;top:31.8720703125rem;left:2.5rem;font-family:hekaya;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3s7n6GsZ6btpcBHZyNlQUx9TvLRHvU6 { display:block; }
 }@media only screen and (max-width: 763px) { #Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv { background-color:#ce6de5;background-image:none;display:block; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { background-color: transparent; background-image: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row > .video-iframe-container { display: none; }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .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); }#Ot2OGlfUywPUl2D2wsfzbGyXP0rZT5Sv > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xqa2rwl21ZvJmpF6c9u6zJs78zqaWqGz { width:19.4375rem;height:0.89355625rem;top:6.083984375rem;left:0.28125rem;text-align:center;text-align-last:center;font-family:"sari 3";font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRUMTy0d8T5ArCaEpFf52FHTaViMV9TR { width:20rem;height:2.73046875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.9;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f372HqFheIxH5OEML0MX239tnPvbEBry { width:20rem;height:0;top:7.685546875rem;left:0.00732421875rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:"sari 3";font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VfMtpG7ViO5E8kJctxmiRUm3p4LuDRQZ { width:3.0625rem;height:3.125rem;top:3.936767578125rem;left:8.5302734375rem;font-size:2.1875rem;display:none; }
 }