.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#c0f6f5;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row .container { background-color: transparent; background-image: none; }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row .container > .video-iframe-container { display: none; }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row > .video-iframe-container { display: none; }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .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); }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row .container { border-width: 0; border-radius: 0; }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#lor3lM7GgUsbO7PLXuTwO8RsOv8hfEsO { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:71.9965px;width:245px;top:10px;left:356.97915649414px;overflow:hidden;display:block; }
#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0f6f5;background-image:url("https://images.assets-landingi.com/wh9gl4CO/Paediatric_Physiotherapy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu.adaptive-delivery-prevent-bg { background-image: none; }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row .container { background-color: transparent; background-image: none; }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row .container > .video-iframe-container { display: none; }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row > .video-iframe-container { display: none; }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .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); }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row .container { border-width: 0; border-radius: 0; }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row .container { font-size:14px;font-family:arial;height:573px;width:960px;position:relative;display:block; }#TwkWud456vrZbeOTKgI5FOFTqdtZUWxn { position:absolute;display:block;z-index:100063;background-color:#badcef;background-image:none;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:483px;width:296px;top:37.5px;left:103.5px;display:block; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-form-header {  }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:20px;font-weight:700;color:#3c3c3c;width:217px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.1;font-style:normal; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:217px;box-sizing:border-box;height:36px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-text {padding-top: 0; padding-bottom: 0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:217px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:217px;box-sizing:border-box;height:35px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-select {padding-top: 0; padding-bottom: 0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#b71e1e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:217px;height:46px;font-family:cairo;overflow:hidden;line-height:1; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .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:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:198px;overflow:hidden;font-style:normal; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:26px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:700;color:#3c3c3c;overflow:hidden;font-style:normal;line-height:2.1; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-container { padding-top:5px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-container:first-of-type{padding-top:0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-container:last-of-type{padding-bottom:0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:217px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:123.99304199219px;top:87.986106872559px;z-index:100067;position:absolute; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:217px;display:block;vertical-align:top; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-info-text { display:block;height:auto;font-family:cairo;font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl {display:block;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:217px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:123.99304199219px;top:87.986106872559px;z-index:100067;position:absolute; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #y51Z1yb9ViXDVAPihPoTkraxq4TyfnIp { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #ywOKNW9URUHk6AFgd6qvOCqPx9A09Op1 { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #K6ctCAQMR0QZdFE58Lc9IIuuMtDc6BGy { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #bf2CDfx0rI2A5wSZeppis3MkRTLfLPxI { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #ZHVa8oGzVzfxQwLLo8l9kBukIvlO1UsX { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #m5o993LFeOPGK57erIivZRvMCrWs1VDo { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #VktVHkblkNNouHaChqWiESM0rPrnAabT { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #AvaSsKFW2mnKCSAsEJmX2m7So6t0nM1M { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #Gu3QJExTzxwdGpbp0bVIADBpeQoKJ7wZ { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #RfSDqsgpEcLHUnXIvQVeB3B6Ot6st7xB { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #DlwnG6BDTT7FRgG3nBN3dQ3RVKlxPQSy { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #PKnLTidkzICr1zxPBt1SLoUVRbfMSwra { position:relative; }
#bzFvTuGBuKhwEpQOE8MGbP0LTiWQS7Zw { position:relative;display:block; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #F6OQvzmUE9ogph8TAanwATsFVf54VlGB { position:relative; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #Zss0hF155nZAcFE9gbzBPkv5A7h1ot3T { position:relative; }
#uQ4FmTTKXx8XoDt9ncVg3wSAbIntDlxq { color:#000000;display:block;width:200px;position:absolute;font-family:cairo;font-size:23px;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:48px;left:137.5px;height:28.8889px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efrpbnti9NHuKsitsedhFiGeAk5lHLbb { background-color:#53c853;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:69px;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:252px;left:640.5px;display:block; }
#QuH8eMrcmGIl8lMJyNIdPbK5GarWphgP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/Fl8DKAm7/1920x650_paediatric.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ.adaptive-delivery-prevent-bg { background-image: none; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container { background-color: transparent; background-image: none; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254,247,218,0.56); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container > .video-iframe-container { display: none; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254,247,218,0.56); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row > .video-iframe-container { display: none; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .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); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container { border-width: 0; border-radius: 0; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container { width:960px;height:690px;font-size:14px;font-family:arial;position:relative;display:block; }#UfzIHTcMTCro5sPZzhAd721MMRR4pilc { color:#fafafa;display:block;width:924px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 0 #000000;top:10.953125px;left:36px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Uitf4bBn0ydIVEHH1GXQgKJxnvBCusZl { 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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168px;height:44px;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:26.453125px;left:23.953125px;display:none; }
#hR5ebynH0w3Sqn2gGlUWxm6ZzzesELkm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MSLeDLsIc1nItiR79qQDxbAxaZPVlxMu { color:#1799eb;display:block;width:56.9688px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:33.96875px;left:671.015625px;height:32.2222px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#P6Aok7hfmRVrNWByvKVhg6FHdS0AGMTq { color:#1799eb;display:block;width:56.9844px;position:absolute;font-family:cairo;font-size:90px;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:50px;left:580px;height:116.667px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wLlLyqgTAnZVfcphLLvLIWcfaKTTftE1 { color:#ffffff;display:block;width:535px;position:absolute;font-family:cairo;font-size:32px;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:80px;left:46px;height:95.5556px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#woZt2RsmvmmL9guFnJa5AM4mVrU1ptB1 { background-color:#e1093f;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:66px;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:580px;left:168.46875px;display:block; }
#TmCDT7k7dQFyxWM2sG58udFIl3Kp4q6q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#PqBiL90TZJ88VJNekv21RqzmA0z9QbJC { color:#1799eb;display:block;width:155px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:195.5px;left:417.46875px;height:18.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDyVO3BlQwuP0SRoZdfMqUihZrG5fJqT { color:#1799eb;display:block;width:165px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:234.5px;left:95.484375px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0ycOADEqPNk8F2bz56Cu6wtsRT6tryn { color:#1799eb;display:block;width:168.969px;position:absolute;font-family:cairo;font-size:14px;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:389px;left:749px;height:17.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6KT1l8vgNUZTbSMuMGCR88IcJF2dBkP { color:#1799eb;display:block;width:148px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:407px;left:759px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWSt6LDsBBKPtoBaQHQEUdF9x2vfMFH1 { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:132px;width:211px;top:369px;left:728px;display:block; }
#OWSt6LDsBBKPtoBaQHQEUdF9x2vfMFH1.adaptive-delivery-prevent-bg { background-image: none; }
#IerMaitqs8fgTDAaayVuEF50lKi4LTct { color:#1799eb;display:block;width:155px;position:absolute;font-family:cairo;font-size:14px;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:381px;left:417.46875px;height:17.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kPEbaH4eVA8HZzGEOCbOTTL1mOPeWHPt { color:#1799eb;display:block;width:163px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:416px;left:418px;height:37.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4Fa40wihssrJCle81S1GClTyTS9UBt7 { color:#1799eb;display:block;width:148px;position:absolute;font-family:cairo;font-size:14px;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:399px;left:100px;height:17.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SZzzmNHVnVCtpKEINN3nvWll6ncoD2H6 { color:#1799eb;display:block;width:168px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:429px;left:90px;height:40px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iVc60aUDSoJIEfbaGqvLQ0pupy3hX8cP { position:absolute;display:block;z-index:100042;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:59px;width:189px;top:491px;left:79.5px;display:block; }
#rK7R6MdMJRFfelvd4MgVHoQuVyLfOJ9J { color:#ffffff;display:block;width:183px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:501px;left:82.5px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPyHUSQgTEpqoSNz05WV0TayfLD3PH41 { color:#1799eb;display:block;width:168.969px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:213.5px;left:727px;height:23.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxKzGh8sP0fBaITKQSlWRamtCOlriucs { position:absolute;display:block;z-index:100048;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:38px;width:96px;top:274.5px;left:763.484375px;display:block; }
#A1C4UOClUhCLolXvauywFTOvZ1zRzZRm { color:#ffffff;display:block;width:106.969px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:283.5px;left:759px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#heSCxJpQI9IdETyb59q1hSaME0WLBp8E { color:#1799eb;display:block;width:219px;position:absolute;font-family:cairo;font-size:15px;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:235.5px;left:385.46875px;height:18.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtAmSWUrKXh49feiqU5Nabxu3xpqV6tn { color:#1799eb;display:block;width:155px;position:absolute;font-family:cairo;font-size:14px;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:195px;left:103px;height:17.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pd8v5MXcnXChn1gB92NQAB3N6zHJGfzV { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:132px;width:211px;top:175px;left:75px;display:block; }
#Pd8v5MXcnXChn1gB92NQAB3N6zHJGfzV.adaptive-delivery-prevent-bg { background-image: none; }
#vtp0zcv4cSIF0VFTU6NKm9Mqnveh7qUu { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:132px;width:211px;top:175px;left:389px;display:block; }
#vtp0zcv4cSIF0VFTU6NKm9Mqnveh7qUu.adaptive-delivery-prevent-bg { background-image: none; }
#nZb1i4UgrmRWiAp1bhNgqTAolzgCo4MA { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:132px;width:211px;top:378px;left:68px;display:block; }
#nZb1i4UgrmRWiAp1bhNgqTAolzgCo4MA.adaptive-delivery-prevent-bg { background-image: none; }
#r2nbBvLWtdtr3hNZnyGPtUOIOOe4mfrw { position:absolute;display:block;z-index:100031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:132px;width:211px;top:166px;left:705.984375px;display:block; }
#r2nbBvLWtdtr3hNZnyGPtUOIOOe4mfrw.adaptive-delivery-prevent-bg { background-image: none; }
#oKIVL2BbCoWsmQ7FUufVNO8w6a4PStdL { position:absolute;display:block;z-index:100032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");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-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:132px;width:211px;top:374px;left:390px;display:block; }
#oKIVL2BbCoWsmQ7FUufVNO8w6a4PStdL.adaptive-delivery-prevent-bg { background-image: none; }
#EM80xBJUCLBSfXU1Ng8C7LGTlumqOyms { color:#ffffff;display:block;width:395.969px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:2.96875px;left:236.96875px;height:;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wXGQ8h3AdPDLrlvpNHNRzXwTMpFW4Z8h { position:absolute;display:block;z-index:100044;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:59px;width:189px;top:296px;left:89px;display:block; }
#BIcRnc1K44ITiIwea92vbbsGc370dp2M { color:#ffffff;display:block;width:183px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:306px;left:92px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQ5qi0TWsdlVDsHlOgWZDVKsZcHu6NWu { position:absolute;display:block;z-index:100046;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:59px;width:189px;top:297px;left:392px;display:block; }
#e0sqvNCdcXpZr5ZNZ5MiB86yKQAesk49 { color:#ffffff;display:block;width:183px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:307px;left:395px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NM70SAeGuIJE0MhTBxRByvyntA3xy0s5 { position:absolute;display:block;z-index:100048;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:59px;width:189px;top:473px;left:739px;display:block; }
#is1KtTx0Qqm7y1r00TRlN6svZLutzgqc { color:#ffffff;display:block;width:183px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:483px;left:742px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R7xX7Tv94SVSgFOh2MlQLTzVKDQz6r6U { position:absolute;display:block;z-index:100050;background-color:#0780dc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:84px;border-top-right-radius:84px;border-bottom-left-radius:84px;border-bottom-right-radius:84px;box-shadow: 0 0 8px rgba(0,0,0,0.21) ;height:59px;width:189px;top:491px;left:393px;display:block; }
#QvoakgGioiK5TnAlCvlpNdi5bWhTvoyw { color:#ffffff;display:block;width:183px;position:absolute;font-family:cairo;font-size:16px;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:501px;left:396px;height:20px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HosTHx9Xu03E3SwJdEOLVKDfcvUTGLnw { background-color:#53c853;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:69px;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:578.5px;left:555px;display:block; }
#W3TZlHs7gNaFg38lAvz2H5IgeHdnNDmS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -moz-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -ms-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -o-linear-gradient(180deg, #ffffff, #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, #ffffff, #c0f6f5);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container { background-color: transparent; background-image: none; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container > .video-iframe-container { display: none; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row > .video-iframe-container { display: none; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .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); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container { border-width: 0; border-radius: 0; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container { width:960px;height:309px;font-size:14px;font-family:arial;position:relative;display:block; }#bxzkFlWLlc7SwMmT4QxUh1EiSJ8fxGwn { color:#fafafa;display:block;width:924px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 0 #000000;top:10.953125px;left:36px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WBoThE5S18Gxz9dqHNGGE9TOwpBLzaCN { 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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:dosis;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:168px;height:44px;text-decoration:none;z-index:100030;text-align:center;text-align-last:center;top:26.453125px;left:23.953125px;display:none; }
#SGmm4bJ6ss6kyKWg92z2GIIF7lOBtlKF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#cWH8TV0a5T5NGLQh1SsEKelrFTq0evM8 { color:#ffffff;display:block;width:395.984px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:100007;line-height:1.5;letter-spacing:0;top:6.96875px;left:268.078125px;height:;text-align:right;text-align-last:right;font-style:normal;display:block; }
#v153JNRTdEWL0lRBArZrTuJwg1pskFwn { color:#df87ea;display:block;width:860px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:85px;left:64.5px;height:76.6667px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZqSvWBZz7o5CDF0pwc0pgapKWJcghH68 { background-color:#53c853;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:tajawal;font-size:30px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:69px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:218px;left:176.5px;display:block; }
#CvWHD8A1vuwmn71yeZumzyGAn7lQaHv6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #c0f6f5, #ffffff);background-image: -moz-linear-gradient(top, #c0f6f5, #ffffff);background-image: -ms-linear-gradient(top, #c0f6f5, #ffffff);background-image: -o-linear-gradient(top, #c0f6f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0f6f5', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #c0f6f5, #ffffff);background-size:auto !important;position:relative;display:block; }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row .container { background-color: transparent; background-image: none; }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row .container > .video-iframe-container { display: none; }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row > .video-iframe-container { display: none; }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .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); }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row .container { border-width: 0; border-radius: 0; }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row .container { font-size:14px;font-family:arial;height:238px;width:960px;position:relative;display:block; }#srNO9IedZHxbieS6Bt2hFqQ8clT0vP1m { color:#ffffff;display:block;width:577.969px;position:absolute;font-family:cairo;font-size:40px;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:42.916664123535px;left:191.00695800781px;height:47.7778px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrBi3wIk6yCAkFSTU0LtokSo9MV4LMSy { color:#0069ab;display:block;width:851.997px;position:absolute;font-family:cairo;font-size:21px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:119.96527862549px;left:67.951385498047px;height:53.3333px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb0ad;background-image:none;position:relative;display:block; }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row .container { background-color: transparent; background-image: none; }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row .container > .video-iframe-container { display: none; }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row > .video-iframe-container { display: none; }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .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); }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row .container { border-width: 0; border-radius: 0; }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row .container { font-size:14px;font-family:arial;height:200px;width:960px;position:relative;display:block; }#J8S9S9sgPCTQaSSMACN9WHrUxraPTar9 { color:#ffffff;display:block;width:363.958px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:165px;left:322px;height:17.7778px;text-align:center;text-align-last:center;display:block; }
#wnuTMhGFh8HRPyb38eBvuxKudJCGqztb { box-sizing:content-box;color:#fbfeff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:18px;left:724px;display:block; }
#klahW5pQyGreQ8baPMhamyRy5p4hloMv { color:#ffffff;display:block;width:667.988px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:28px;left:146px;height:28.8889px;text-align:center;text-align-last:center;display:block; }
#aSAwx3o0QmLUu1eHpzncP74H7GFv9onP { box-sizing:content-box;color:#ffffff;font-size:25px;font-weight:400;line-height:1;height:35.9961px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:77px;left:731px;display:block; }
#clTWIlLSKiGcLka1HwETRD9Byo5vSTHC { color:#ffffff;display:block;width:173.984px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:81px;left:569px;height:28.8889px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TabhpthleeWTrnZiI0eqyawbm5NIHWwq { display:block; }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lor3lM7GgUsbO7PLXuTwO8RsOv8hfEsO { top:10px;left:258.97915649414px;width:245px;height:71.9965px;display:block; }
 }@media only screen and (max-width: 763px) { #P3ldJSF2vLFKdP4crqrmo36xbEEovOvu { display:block; }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwkWud456vrZbeOTKgI5FOFTqdtZUWxn { top:37px;left:5.5px;width:296px;height:483px;display:block; }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl  { width:220px;height:auto; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl {display:block;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl { width:220px;height:auto; }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #y51Z1yb9ViXDVAPihPoTkraxq4TyfnIp {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #ywOKNW9URUHk6AFgd6qvOCqPx9A09Op1 {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #K6ctCAQMR0QZdFE58Lc9IIuuMtDc6BGy {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #bf2CDfx0rI2A5wSZeppis3MkRTLfLPxI {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #ZHVa8oGzVzfxQwLLo8l9kBukIvlO1UsX {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #m5o993LFeOPGK57erIivZRvMCrWs1VDo {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #VktVHkblkNNouHaChqWiESM0rPrnAabT {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #AvaSsKFW2mnKCSAsEJmX2m7So6t0nM1M {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #Gu3QJExTzxwdGpbp0bVIADBpeQoKJ7wZ {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #RfSDqsgpEcLHUnXIvQVeB3B6Ot6st7xB {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #DlwnG6BDTT7FRgG3nBN3dQ3RVKlxPQSy {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #PKnLTidkzICr1zxPBt1SLoUVRbfMSwra {  }
 }@media only screen and (max-width: 763px) { #bzFvTuGBuKhwEpQOE8MGbP0LTiWQS7Zw { display:block; }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #F6OQvzmUE9ogph8TAanwATsFVf54VlGB {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #Zss0hF155nZAcFE9gbzBPkv5A7h1ot3T {  }
 }@media only screen and (max-width: 763px) { #uQ4FmTTKXx8XoDt9ncVg3wSAbIntDlxq { top:48px;left:39.5px;width:200px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #efrpbnti9NHuKsitsedhFiGeAk5lHLbb { width:195px;height:69px;top:252px;left:542.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QuH8eMrcmGIl8lMJyNIdPbK5GarWphgP { display:block; }
 }@media only screen and (max-width: 763px) { #xXS0SiVBZveeCokK30J11hMMtrJDMeWJ { display:block; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfzIHTcMTCro5sPZzhAd721MMRR4pilc { width:764px;height:84px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Uitf4bBn0ydIVEHH1GXQgKJxnvBCusZl { width:168px;height:44px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hR5ebynH0w3Sqn2gGlUWxm6ZzzesELkm { display:block; }
 }@media only screen and (max-width: 763px) { #MSLeDLsIc1nItiR79qQDxbAxaZPVlxMu { width:56px;height:32px;top:33px;left:573.015625px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #P6Aok7hfmRVrNWByvKVhg6FHdS0AGMTq { width:56px;height:117px;top:50px;left:482px;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #wLlLyqgTAnZVfcphLLvLIWcfaKTTftE1 { width:535px;height:96px;top:80px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #woZt2RsmvmmL9guFnJa5AM4mVrU1ptB1 { width:218px;height:66px;top:580px;left:70.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #TmCDT7k7dQFyxWM2sG58udFIl3Kp4q6q { display:block; }
 }@media only screen and (max-width: 763px) { #PqBiL90TZJ88VJNekv21RqzmA0z9QbJC { width:155px;height:19px;top:195px;left:319.46875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UDyVO3BlQwuP0SRoZdfMqUihZrG5fJqT { width:165px;height:40px;top:234px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y0ycOADEqPNk8F2bz56Cu6wtsRT6tryn { width:168px;height:18px;top:389px;left:596px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d6KT1l8vgNUZTbSMuMGCR88IcJF2dBkP { width:148px;height:60px;top:407px;left:616px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OWSt6LDsBBKPtoBaQHQEUdF9x2vfMFH1 { width:211px;height:132px;top:369px;left:553px;display:block; }
 }@media only screen and (max-width: 763px) { #IerMaitqs8fgTDAaayVuEF50lKi4LTct { width:155px;height:18px;top:381px;left:319.46875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kPEbaH4eVA8HZzGEOCbOTTL1mOPeWHPt { width:163px;height:57px;top:416px;left:320px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #T4Fa40wihssrJCle81S1GClTyTS9UBt7 { width:148px;height:18px;top:399px;left:2px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SZzzmNHVnVCtpKEINN3nvWll6ncoD2H6 { width:168px;height:40px;top:429px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iVc60aUDSoJIEfbaGqvLQ0pupy3hX8cP { width:189px;height:59px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rK7R6MdMJRFfelvd4MgVHoQuVyLfOJ9J { width:183px;height:40px;top:501px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WPyHUSQgTEpqoSNz05WV0TayfLD3PH41 { width:168px;height:23px;top:213px;left:596px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bxKzGh8sP0fBaITKQSlWRamtCOlriucs { width:96px;height:38px;top:274px;left:665.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #A1C4UOClUhCLolXvauywFTOvZ1zRzZRm { width:106px;height:20px;top:283px;left:658px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #heSCxJpQI9IdETyb59q1hSaME0WLBp8E { width:219px;height:38px;top:235px;left:287.46875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #DtAmSWUrKXh49feiqU5Nabxu3xpqV6tn { width:155px;height:18px;top:195px;left:5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Pd8v5MXcnXChn1gB92NQAB3N6zHJGfzV { width:211px;height:132px;top:175px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vtp0zcv4cSIF0VFTU6NKm9Mqnveh7qUu { width:211px;height:132px;top:175px;left:291px;display:block; }
 }@media only screen and (max-width: 763px) { #nZb1i4UgrmRWiAp1bhNgqTAolzgCo4MA { width:211px;height:132px;top:378px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r2nbBvLWtdtr3hNZnyGPtUOIOOe4mfrw { width:211px;height:132px;top:166px;left:553px;display:block; }
 }@media only screen and (max-width: 763px) { #oKIVL2BbCoWsmQ7FUufVNO8w6a4PStdL { width:211px;height:132px;top:374px;left:292px;display:block; }
 }@media only screen and (max-width: 763px) { #EM80xBJUCLBSfXU1Ng8C7LGTlumqOyms { width:395px;height:;top:2px;left:138.96875px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wXGQ8h3AdPDLrlvpNHNRzXwTMpFW4Z8h { width:189px;height:59px;top:296px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BIcRnc1K44ITiIwea92vbbsGc370dp2M { width:183px;height:40px;top:306px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NQ5qi0TWsdlVDsHlOgWZDVKsZcHu6NWu { width:189px;height:59px;top:297px;left:294px;display:block; }
 }@media only screen and (max-width: 763px) { #e0sqvNCdcXpZr5ZNZ5MiB86yKQAesk49 { width:183px;height:40px;top:307px;left:297px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NM70SAeGuIJE0MhTBxRByvyntA3xy0s5 { width:189px;height:59px;top:473px;left:575px;display:block; }
 }@media only screen and (max-width: 763px) { #is1KtTx0Qqm7y1r00TRlN6svZLutzgqc { width:183px;height:40px;top:483px;left:581px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R7xX7Tv94SVSgFOh2MlQLTzVKDQz6r6U { width:189px;height:59px;top:491px;left:295px;display:block; }
 }@media only screen and (max-width: 763px) { #QvoakgGioiK5TnAlCvlpNdi5bWhTvoyw { width:183px;height:40px;top:501px;left:298px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HosTHx9Xu03E3SwJdEOLVKDfcvUTGLnw { width:195px;height:69px;top:578px;left:457px;display:block; }
 }@media only screen and (max-width: 763px) { #W3TZlHs7gNaFg38lAvz2H5IgeHdnNDmS { display:block; }
 }@media only screen and (max-width: 763px) { #HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr { display:block; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxzkFlWLlc7SwMmT4QxUh1EiSJ8fxGwn { width:764px;height:84px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WBoThE5S18Gxz9dqHNGGE9TOwpBLzaCN { width:168px;height:44px;top:26px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SGmm4bJ6ss6kyKWg92z2GIIF7lOBtlKF { display:block; }
 }@media only screen and (max-width: 763px) { #cWH8TV0a5T5NGLQh1SsEKelrFTq0evM8 { width:395px;height:;top:6px;left:170.078125px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #v153JNRTdEWL0lRBArZrTuJwg1pskFwn { width:764px;height:130px;top:85px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSvWBZz7o5CDF0pwc0pgapKWJcghH68 { width:195px;height:69px;top:218px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CvWHD8A1vuwmn71yeZumzyGAn7lQaHv6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv { display:block; }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row .container { width:764px;height:692px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srNO9IedZHxbieS6Bt2hFqQ8clT0vP1m { width:540px;height:72px;top:68px;left:112px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrBi3wIk6yCAkFSTU0LtokSo9MV4LMSy { width:764px;height:53px;top:119px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC { display:block; }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8S9S9sgPCTQaSSMACN9WHrUxraPTar9 { top:165px;left:224px;width:363px;height:17px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #wnuTMhGFh8HRPyb38eBvuxKudJCGqztb { top:18px;left:626px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #klahW5pQyGreQ8baPMhamyRy5p4hloMv { top:28px;left:48px;width:667px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aSAwx3o0QmLUu1eHpzncP74H7GFv9onP { top:77px;left:633px;width:35px;height:35.9896px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #clTWIlLSKiGcLka1HwETRD9Byo5vSTHC { top:81px;left:471px;width:173px;height:28px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#c0f6f5;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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) { #TabhpthleeWTrnZiI0eqyawbm5NIHWwq { display:block; }#TabhpthleeWTrnZiI0eqyawbm5NIHWwq > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lor3lM7GgUsbO7PLXuTwO8RsOv8hfEsO { width:177.986px;height:53.9931px;top:9px;left:71.006951332092px;display:block; }
 }@media only screen and (max-width: 763px) { #P3ldJSF2vLFKdP4crqrmo36xbEEovOvu { display:block; }#P3ldJSF2vLFKdP4crqrmo36xbEEovOvu > .row .container { width:320px;height:608px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwkWud456vrZbeOTKgI5FOFTqdtZUWxn { width:279px;height:482px;top:17px;left:22px;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-form-header {  }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:12px;font-weight:bold;color:#444444;width:243px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-text { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:243px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-text {padding-top: 0; padding-bottom: 0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-textarea { border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:243px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:243px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-select {padding-top: 0; padding-bottom: 0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-button { background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:243px;height:45px;font-family:montserrat;overflow:hidden; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .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:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:224px;overflow:hidden;font-style:normal; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:quicksand;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-container { padding-top:6px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-container:first-of-type{padding-top:0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-container:last-of-type{padding-bottom:0;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:243px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:59px;z-index:100041; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:243px;display:block;vertical-align:top; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:12px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl {display:block;}#fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:243px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:20px;top:59px;z-index:100041; }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #y51Z1yb9ViXDVAPihPoTkraxq4TyfnIp {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #ywOKNW9URUHk6AFgd6qvOCqPx9A09Op1 {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #K6ctCAQMR0QZdFE58Lc9IIuuMtDc6BGy {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #bf2CDfx0rI2A5wSZeppis3MkRTLfLPxI {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #ZHVa8oGzVzfxQwLLo8l9kBukIvlO1UsX {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #m5o993LFeOPGK57erIivZRvMCrWs1VDo {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #VktVHkblkNNouHaChqWiESM0rPrnAabT {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #AvaSsKFW2mnKCSAsEJmX2m7So6t0nM1M {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #Gu3QJExTzxwdGpbp0bVIADBpeQoKJ7wZ {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #RfSDqsgpEcLHUnXIvQVeB3B6Ot6st7xB {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #DlwnG6BDTT7FRgG3nBN3dQ3RVKlxPQSy {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #PKnLTidkzICr1zxPBt1SLoUVRbfMSwra {  }
 }@media only screen and (max-width: 763px) { #bzFvTuGBuKhwEpQOE8MGbP0LTiWQS7Zw { display:block; }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #F6OQvzmUE9ogph8TAanwATsFVf54VlGB {  }
 }@media only screen and (max-width: 763px) { #fIhpPkBgGLTklyCDP5MCItkDPCv1Rlhl #Zss0hF155nZAcFE9gbzBPkv5A7h1ot3T {  }
 }@media only screen and (max-width: 763px) { #uQ4FmTTKXx8XoDt9ncVg3wSAbIntDlxq { width:200px;height:24px;top:34px;left:62px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #efrpbnti9NHuKsitsedhFiGeAk5lHLbb { width:195px;height:69px;top:519px;left:62px;font-family:hekaya;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QuH8eMrcmGIl8lMJyNIdPbK5GarWphgP { display:block; }
 }@media only screen and (max-width: 763px) { #xXS0SiVBZveeCokK30J11hMMtrJDMeWJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -moz-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -ms-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -o-linear-gradient(180deg, #ffffff, #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, #ffffff, #c0f6f5);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container { background-color: transparent; background-image: none; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container > .video-iframe-container { display: none; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row > .video-iframe-container { display: none; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .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); }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container { border-width: 0; border-radius: 0; }#xXS0SiVBZveeCokK30J11hMMtrJDMeWJ > .row .container { width:320px;height:886px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfzIHTcMTCro5sPZzhAd721MMRR4pilc { width:320px;height:0;top:44px;left:0px;text-align:center;text-align-last:center;font-size:26px;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #Uitf4bBn0ydIVEHH1GXQgKJxnvBCusZl { width:168px;height:44px;top:557px;left:76px;display:none; }
 }@media only screen and (max-width: 763px) { #hR5ebynH0w3Sqn2gGlUWxm6ZzzesELkm { display:block; }
 }@media only screen and (max-width: 763px) { #MSLeDLsIc1nItiR79qQDxbAxaZPVlxMu { width:55.9896px;height:40px;top:37px;left:129.984375px;text-align:center;text-align-last:center;line-height:1.5;font-size:27px;z-index:100071;display:block; }
 }@media only screen and (max-width: 763px) { #P6Aok7hfmRVrNWByvKVhg6FHdS0AGMTq { width:55.9961px;height:142px;top:38px;left:177px;text-align:center;text-align-last:center;line-height:2;font-size:71px;display:block; }
 }@media only screen and (max-width: 763px) { #wLlLyqgTAnZVfcphLLvLIWcfaKTTftE1 { width:150.996px;height:90px;top:80px;left:22px;text-align:center;text-align-last:center;font-size:22px;color:#a34c2b;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #woZt2RsmvmmL9guFnJa5AM4mVrU1ptB1 { width:226px;height:67px;top:710px;left:47px;background-color:#b20129;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) { #TmCDT7k7dQFyxWM2sG58udFIl3Kp4q6q { display:block; }
 }@media only screen and (max-width: 763px) { #PqBiL90TZJ88VJNekv21RqzmA0z9QbJC { width:96px;height:19px;top:180px;left:185.96875px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UDyVO3BlQwuP0SRoZdfMqUihZrG5fJqT { width:152.969px;height:32px;top:216px;left:12.5px;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #y0ycOADEqPNk8F2bz56Cu6wtsRT6tryn { width:167.969px;height:19px;top:363px;left:153px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d6KT1l8vgNUZTbSMuMGCR88IcJF2dBkP { width:137px;height:48px;top:396px;left:174px;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OWSt6LDsBBKPtoBaQHQEUdF9x2vfMFH1 { width:320px;height:114px;top:351px;left:-3px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#OWSt6LDsBBKPtoBaQHQEUdF9x2vfMFH1.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #IerMaitqs8fgTDAaayVuEF50lKi4LTct { width:90px;height:19px;top:363px;left:40.984375px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #kPEbaH4eVA8HZzGEOCbOTTL1mOPeWHPt { width:139px;height:48px;top:396px;left:17px;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T4Fa40wihssrJCle81S1GClTyTS9UBt7 { width:123px;height:38px;top:536px;left:177px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SZzzmNHVnVCtpKEINN3nvWll6ncoD2H6 { width:147px;height:32px;top:585px;left:173px;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #iVc60aUDSoJIEfbaGqvLQ0pupy3hX8cP { width:101px;height:54px;top:626px;left:190.96875px;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rK7R6MdMJRFfelvd4MgVHoQuVyLfOJ9J { width:92px;height:48px;top:629px;left:196.5px;text-align:center;text-align-last:center;line-height:2;font-size:12px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WPyHUSQgTEpqoSNz05WV0TayfLD3PH41 { width:168px;height:19px;top:556px;left:0px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bxKzGh8sP0fBaITKQSlWRamtCOlriucs { width:102px;height:40px;top:634px;left:34px;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A1C4UOClUhCLolXvauywFTOvZ1zRzZRm { width:106px;height:32px;top:636px;left:32px;text-align:center;text-align-last:center;line-height:2;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #heSCxJpQI9IdETyb59q1hSaME0WLBp8E { width:137px;height:32px;top:216px;left:175.96875px;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DtAmSWUrKXh49feiqU5Nabxu3xpqV6tn { width:137px;height:19px;top:180px;left:22px;text-align:center;text-align-last:center;line-height:1.3;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Pd8v5MXcnXChn1gB92NQAB3N6zHJGfzV { width:320px;height:132px;top:148px;left:0px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Pd8v5MXcnXChn1gB92NQAB3N6zHJGfzV.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #vtp0zcv4cSIF0VFTU6NKm9Mqnveh7qUu { width:320px;height:132px;top:525px;left:0px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#vtp0zcv4cSIF0VFTU6NKm9Mqnveh7qUu.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #nZb1i4UgrmRWiAp1bhNgqTAolzgCo4MA { width:211px;height:132px;top:1147px;left:54px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#nZb1i4UgrmRWiAp1bhNgqTAolzgCo4MA.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #r2nbBvLWtdtr3hNZnyGPtUOIOOe4mfrw { width:211px;height:132px;top:710px;left:64px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#r2nbBvLWtdtr3hNZnyGPtUOIOOe4mfrw.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #oKIVL2BbCoWsmQ7FUufVNO8w6a4PStdL { width:211px;height:132px;top:1299px;left:54px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#oKIVL2BbCoWsmQ7FUufVNO8w6a4PStdL.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #EM80xBJUCLBSfXU1Ng8C7LGTlumqOyms { width:320px;height:30px;top:7.9965286254883px;left:0px;text-align:center;text-align-last:center;font-size:22px;color:#a34c2b;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #wXGQ8h3AdPDLrlvpNHNRzXwTMpFW4Z8h { width:141px;height:59px;top:262px;left:18px;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BIcRnc1K44ITiIwea92vbbsGc370dp2M { width:116px;height:64px;top:260px;left:33px;text-align:center;text-align-last:center;line-height:2;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NQ5qi0TWsdlVDsHlOgWZDVKsZcHu6NWu { width:132px;height:59px;top:262px;left:173px;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e0sqvNCdcXpZr5ZNZ5MiB86yKQAesk49 { width:129px;height:64px;top:260px;left:174px;text-align:center;text-align-last:center;line-height:2;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NM70SAeGuIJE0MhTBxRByvyntA3xy0s5 { width:132px;height:59px;top:447px;left:168px;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #is1KtTx0Qqm7y1r00TRlN6svZLutzgqc { width:116px;height:64px;top:444px;left:181px;text-align:center;text-align-last:center;line-height:2;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R7xX7Tv94SVSgFOh2MlQLTzVKDQz6r6U { width:127px;height:59px;top:448px;left:12.5px;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QvoakgGioiK5TnAlCvlpNdi5bWhTvoyw { width:135px;height:64px;top:444.5px;left:12.5px;text-align:center;text-align-last:center;line-height:2;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HosTHx9Xu03E3SwJdEOLVKDfcvUTGLnw { width:195px;height:69px;top:797px;left:62px;font-family:hekaya;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #W3TZlHs7gNaFg38lAvz2H5IgeHdnNDmS { display:block; }
 }@media only screen and (max-width: 763px) { #HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -moz-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -ms-linear-gradient(180deg, #ffffff, #c0f6f5);background-image: -o-linear-gradient(180deg, #ffffff, #c0f6f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0f6f5' );";background-image: linear-gradient(180deg, #ffffff, #c0f6f5);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container { background-color: transparent; background-image: none; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container > .video-iframe-container { display: none; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row > .video-iframe-container { display: none; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .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); }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container { border-width: 0; border-radius: 0; }#HmXi9C1m7Q2qM7wvCqorspTf3Ngh1Omr > .row .container { width:320px;height:426px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxzkFlWLlc7SwMmT4QxUh1EiSJ8fxGwn { width:320px;height:0;top:44px;left:0px;text-align:center;text-align-last:center;font-size:26px;color:#fdfdfd;display:none; }
 }@media only screen and (max-width: 763px) { #WBoThE5S18Gxz9dqHNGGE9TOwpBLzaCN { width:168px;height:44px;top:557px;left:76px;display:none; }
 }@media only screen and (max-width: 763px) { #SGmm4bJ6ss6kyKWg92z2GIIF7lOBtlKF { display:block; }
 }@media only screen and (max-width: 763px) { #cWH8TV0a5T5NGLQh1SsEKelrFTq0evM8 { width:320px;height:30px;top:7.9965286254883px;left:0px;text-align:center;text-align-last:center;font-size:22px;color:#a34c2b;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #v153JNRTdEWL0lRBArZrTuJwg1pskFwn { width:320px;height:260px;top:57.984375px;left:0px;text-align:center;text-align-last:center;line-height:1.3;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqSvWBZz7o5CDF0pwc0pgapKWJcghH68 { width:195px;height:69px;top:337.984375px;left:62px;font-family:hekaya;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #CvWHD8A1vuwmn71yeZumzyGAn7lQaHv6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv { display:block; }#ZcSg00hzbPSH3d2HSCyfvGPyySq3tvCv > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srNO9IedZHxbieS6Bt2hFqQ8clT0vP1m { width:320px;height:28px;top:25.798583984375px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-family:cairo;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TrBi3wIk6yCAkFSTU0LtokSo9MV4LMSy { width:265.99px;height:115px;top:78.142364501953px;left:26.475693702698px;text-align:center;text-align-last:center;color:#c85899;font-size:18px;font-family:cairo;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC { display:block; }#dGmsAWEsqx2zzUuHgQmVXISH1hIv4ZiC > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8S9S9sgPCTQaSSMACN9WHrUxraPTar9 { width:320px;height:15px;top:212.96875px;left:0px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #wnuTMhGFh8HRPyb38eBvuxKudJCGqztb { width:50px;height:50px;top:38.618041992188px;left:252.99307346344px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #klahW5pQyGreQ8baPMhamyRy5p4hloMv { width:210.99px;height:48px;top:40.190979003906px;left:26.98611164093px;text-align:right;text-align-last:right;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aSAwx3o0QmLUu1eHpzncP74H7GFv9onP { width:50.9896px;height:50.9896px;top:108.09027099609px;left:252.48959445953px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #clTWIlLSKiGcLka1HwETRD9Byo5vSTHC { width:150px;height:36px;top:115.78125px;left:89.086808204651px;text-align:right;text-align-last:right;font-size:28px;display:block; }
 }